Interface SystemcontextFactory

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

public interface SystemcontextFactory 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 SystemcontextFactory eINSTANCE
      The singleton instance of the factory.
      Generated class or method.
  • Method Details

    • createAttributes

      Attributes createAttributes()
      Returns a new object of class 'Attributes'.
      Returns:
      a new object of class 'Attributes'.
      Generated class or method.
    • createAttributeValue

      AttributeValue createAttributeValue()
      Returns a new object of class 'Attribute Value'.
      Returns:
      a new object of class 'Attribute Value'.
      Generated class or method.
    • createSystemEntityAttribute

      SystemEntityAttribute createSystemEntityAttribute()
      Returns a new object of class 'System Entity Attribute'.
      Returns:
      a new object of class 'System Entity Attribute'.
      Generated class or method.
    • createExternalSystemAttribute

      ExternalSystemAttribute createExternalSystemAttribute()
      Returns a new object of class 'External System Attribute'.
      Returns:
      a new object of class 'External System Attribute'.
      Generated class or method.
    • createSimpleAttribute

      SimpleAttribute createSimpleAttribute()
      Returns a new object of class 'Simple Attribute'.
      Returns:
      a new object of class 'Simple Attribute'.
      Generated class or method.
    • createXMLAttribute

      XMLAttribute createXMLAttribute()
      Returns a new object of class 'XML Attribute'.
      Returns:
      a new object of class 'XML Attribute'.
      Generated class or method.
    • getSystemcontextPackage

      SystemcontextPackage getSystemcontextPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated class or method.