Interface ApiFactory

    • Field Detail

      • eINSTANCE

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

      • createCharacteristicsModelingRealm

        CharacteristicsModelingRealm createCharacteristicsModelingRealm()
        Returns a new object of class 'Characteristics Modeling Realm'.
        Returns:
        a new object of class 'Characteristics Modeling Realm'.
        Generated class or method.
      • createValueTypePropertiesService

        ValueTypePropertiesService createValueTypePropertiesService()
        Returns a new object of class 'Value Type Properties Service'.
        Returns:
        a new object of class 'Value Type Properties Service'.
        Generated class or method.
      • createServiceRegistration

        ServiceRegistration createServiceRegistration()
        Returns a new object of class 'Service Registration'.
        Returns:
        a new object of class 'Service Registration'.
        Generated class or method.
      • createSerializationService

        SerializationService createSerializationService()
        Returns a new object of class 'Serialization Service'.
        Returns:
        a new object of class 'Serialization Service'.
        Generated class or method.
      • createProfileActivation

        ProfileActivation createProfileActivation()
        Returns a new object of class 'Profile Activation'.
        Returns:
        a new object of class 'Profile Activation'.
        Generated class or method.
      • getApiPackage

        ApiPackage getApiPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.