All Superinterfaces:
EFactory, EModelElement, EObject, Notifier
All Known Implementing Classes:
CharacteristicsFactoryImpl

public interface CharacteristicsFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
See Also:
Generated class or method.
  • Field Details

    • eINSTANCE

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

    • createCharacteristicTypeDictionary

      CharacteristicTypeDictionary createCharacteristicTypeDictionary()
      Returns a new object of class 'Characteristic Type Dictionary'.
      Returns:
      a new object of class 'Characteristic Type Dictionary'.
      Generated class or method.
    • createEnumCharacteristic

      EnumCharacteristic createEnumCharacteristic()
      Returns a new object of class 'Enum Characteristic'.
      Returns:
      a new object of class 'Enum Characteristic'.
      Generated class or method.
    • createDataTypeCharacteristicType

      DataTypeCharacteristicType createDataTypeCharacteristicType()
      Returns a new object of class 'Data Type Characteristic Type'.
      Returns:
      a new object of class 'Data Type Characteristic Type'.
      Generated class or method.
    • createDataTypeCharacteristic

      DataTypeCharacteristic createDataTypeCharacteristic()
      Returns a new object of class 'Data Type Characteristic'.
      Returns:
      a new object of class 'Data Type Characteristic'.
      Generated class or method.
    • createCharacteristics

      Characteristics createCharacteristics()
      Returns a new object of class 'Characteristics'.
      Returns:
      a new object of class 'Characteristics'.
      Generated class or method.
    • getCharacteristicsPackage

      CharacteristicsPackage getCharacteristicsPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated class or method.