Interface ModelFactory

    • Field Detail

      • eINSTANCE

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

      • createHierarchicalContext

        HierarchicalContext createHierarchicalContext()
        Returns a new object of class 'Hierarchical Context'.
        Returns:
        a new object of class 'Hierarchical Context'.
        Generated class or method.
      • createSingleAttributeContext

        SingleAttributeContext createSingleAttributeContext()
        Returns a new object of class 'Single Attribute Context'.
        Returns:
        a new object of class 'Single Attribute Context'.
        Generated class or method.
      • createRelatedContextSet

        RelatedContextSet createRelatedContextSet()
        Returns a new object of class 'Related Context Set'.
        Returns:
        a new object of class 'Related Context Set'.
        Generated class or method.
      • createContextContainer

        ContextContainer createContextContainer()
        Returns a new object of class 'Context Container'.
        Returns:
        a new object of class 'Context Container'.
        Generated class or method.
      • createContextType

        ContextType createContextType()
        Returns a new object of class 'Context Type'.
        Returns:
        a new object of class 'Context Type'.
        Generated class or method.
      • createTypeContainer

        TypeContainer createTypeContainer()
        Returns a new object of class 'Type Container'.
        Returns:
        a new object of class 'Type Container'.
        Generated class or method.
      • getModelPackage

        ModelPackage getModelPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.