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

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

    • createDataChannelBehaviour

      DataChannelBehaviour createDataChannelBehaviour()
      Returns a new object of class 'Data Channel Behaviour'.
      Returns:
      a new object of class 'Data Channel Behaviour'.
      Generated class or method.
    • createBehaviours

      Behaviours createBehaviours()
      Returns a new object of class 'Behaviours'.
      Returns:
      a new object of class 'Behaviours'.
      Generated class or method.
    • createReusableBehaviour

      ReusableBehaviour createReusableBehaviour()
      Returns a new object of class 'Reusable Behaviour'.
      Returns:
      a new object of class 'Reusable Behaviour'.
      Generated class or method.
    • createBehaviourReuse

      BehaviourReuse createBehaviourReuse()
      Returns a new object of class 'Reuse'.
      Returns:
      a new object of class 'Reuse'.
      Generated class or method.
    • createVariableBinding

      VariableBinding createVariableBinding()
      Returns a new object of class 'Variable Binding'.
      Returns:
      a new object of class 'Variable Binding'.
      Generated class or method.
    • getBehaviourPackage

      BehaviourPackage getBehaviourPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated class or method.