Interface CharacteristicFactory

    • Field Detail

      • eINSTANCE

        static final CharacteristicFactory eINSTANCE
        The singleton instance of the factory.
        Generated class or method.
    • Method Detail

      • createCharacteristic

        Characteristic createCharacteristic()
        Returns a new object of class 'Characteristic'.
        Returns:
        a new object of class 'Characteristic'.
        Generated class or method.
      • createCharacteristicCatalog

        CharacteristicCatalog createCharacteristicCatalog()
        Returns a new object of class 'Catalog'.
        Returns:
        a new object of class 'Catalog'.
        Generated class or method.
      • createCharacteristicProfile

        CharacteristicProfile createCharacteristicProfile()
        Returns a new object of class 'Profile'.
        Returns:
        a new object of class 'Profile'.
        Generated class or method.
      • createTypeBasedCharacteristicApplicationRule

        TypeBasedCharacteristicApplicationRule createTypeBasedCharacteristicApplicationRule()
        Returns a new object of class 'Type Based Characteristic Application Rule'.
        Returns:
        a new object of class 'Type Based Characteristic Application Rule'.
        Generated class or method.
      • createCharacteristicReference

        CharacteristicReference createCharacteristicReference()
        Returns a new object of class 'Reference'.
        Returns:
        a new object of class 'Reference'.
        Generated class or method.
      • getCharacteristicPackage

        CharacteristicPackage getCharacteristicPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.