Interface BehaviourFactory

    • Field Detail

      • eINSTANCE

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

      • 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.