Interface CapeOpenFeature

    • Method Detail

      • create

        CapeOpenFeature create​(java.lang.String tag,
                               java.lang.String oper)
        Create a CAPE-OPEN feature.
        Specified by:
        create in interface FunctionFeature
        Parameters:
        tag - Feature tag.
        oper - Type of feature.
        Returns:
        Created CAPE-OPEN feature.
      • feature

        CapeOpenFeature feature​(java.lang.String tag)
        Returns a CAPE-OPEN feature.
        Specified by:
        feature in interface FunctionFeature
        Parameters:
        tag - CAPE-OPEN feature tag.
        Returns:
        CAPE-OPEN feature.
      • storePersistenceData

        CapeOpenFeature storePersistenceData()
        Stores persistence data.
        Returns:
        CAPE-OPEN feature.