Interface CompositionFactory

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

public interface CompositionFactory 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

  • Method Details

    • createResourceRequiredDelegationConnector

      ResourceRequiredDelegationConnector createResourceRequiredDelegationConnector()
      Returns a new object of class 'Resource Required Delegation Connector'.
      Returns:
      a new object of class 'Resource Required Delegation Connector'.
      Generated class or method.
    • createEventChannel

      EventChannel createEventChannel()
      Returns a new object of class 'Event Channel'.
      Returns:
      a new object of class 'Event Channel'.
      Generated class or method.
    • createEventChannelSourceConnector

      EventChannelSourceConnector createEventChannelSourceConnector()
      Returns a new object of class 'Event Channel Source Connector'.
      Returns:
      a new object of class 'Event Channel Source Connector'.
      Generated class or method.
    • createEventChannelSinkConnector

      EventChannelSinkConnector createEventChannelSinkConnector()
      Returns a new object of class 'Event Channel Sink Connector'.
      Returns:
      a new object of class 'Event Channel Sink Connector'.
      Generated class or method.
    • createProvidedDelegationConnector

      ProvidedDelegationConnector createProvidedDelegationConnector()
      Returns a new object of class 'Provided Delegation Connector'.
      Returns:
      a new object of class 'Provided Delegation Connector'.
      Generated class or method.
    • createRequiredDelegationConnector

      RequiredDelegationConnector createRequiredDelegationConnector()
      Returns a new object of class 'Required Delegation Connector'.
      Returns:
      a new object of class 'Required Delegation Connector'.
      Generated class or method.
    • createAssemblyConnector

      AssemblyConnector createAssemblyConnector()
      Returns a new object of class 'Assembly Connector'.
      Returns:
      a new object of class 'Assembly Connector'.
      Generated class or method.
    • createAssemblyEventConnector

      AssemblyEventConnector createAssemblyEventConnector()
      Returns a new object of class 'Assembly Event Connector'.
      Returns:
      a new object of class 'Assembly Event Connector'.
      Generated class or method.
    • createSourceDelegationConnector

      SourceDelegationConnector createSourceDelegationConnector()
      Returns a new object of class 'Source Delegation Connector'.
      Returns:
      a new object of class 'Source Delegation Connector'.
      Generated class or method.
    • createSinkDelegationConnector

      SinkDelegationConnector createSinkDelegationConnector()
      Returns a new object of class 'Sink Delegation Connector'.
      Returns:
      a new object of class 'Sink Delegation Connector'.
      Generated class or method.
    • createAssemblyInfrastructureConnector

      AssemblyInfrastructureConnector createAssemblyInfrastructureConnector()
      Returns a new object of class 'Assembly Infrastructure Connector'.
      Returns:
      a new object of class 'Assembly Infrastructure Connector'.
      Generated class or method.
    • createProvidedInfrastructureDelegationConnector

      ProvidedInfrastructureDelegationConnector createProvidedInfrastructureDelegationConnector()
      Returns a new object of class 'Provided Infrastructure Delegation Connector'.
      Returns:
      a new object of class 'Provided Infrastructure Delegation Connector'.
      Generated class or method.
    • createRequiredInfrastructureDelegationConnector

      RequiredInfrastructureDelegationConnector createRequiredInfrastructureDelegationConnector()
      Returns a new object of class 'Required Infrastructure Delegation Connector'.
      Returns:
      a new object of class 'Required Infrastructure Delegation Connector'.
      Generated class or method.
    • createRequiredResourceDelegationConnector

      RequiredResourceDelegationConnector createRequiredResourceDelegationConnector()
      Returns a new object of class 'Required Resource Delegation Connector'.
      Returns:
      a new object of class 'Required Resource Delegation Connector'.
      Generated class or method.
    • createAssemblyContext

      AssemblyContext createAssemblyContext()
      Returns a new object of class 'Assembly Context'.
      Returns:
      a new object of class 'Assembly Context'.
      Generated class or method.
    • getCompositionPackage

      CompositionPackage getCompositionPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated class or method.