java.util.List<CLInterface> |
CLClassifier.getContract(K_CONTROL_OPTION... behaviourFlags) |
|
java.util.List<CLInterface> |
CLClassifier.getContract(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getContract and filters its return values according to the given stereotype value.
|
java.util.List<CLInterface> |
CLClassifier.getProvidedInterface(K_CONTROL_OPTION... behaviourFlags) |
All interfaces which are provided by this classifier.
|
java.util.List<CLInterface> |
CLClassifier.getProvidedInterface(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getProvidedInterface and filters its return values according to the given stereotype value.
|
java.util.List<CLInterface> |
CLPort.getProvidedInterface(K_CONTROL_OPTION... behaviourFlags) |
References the interfaces specifying the set of operations and receptions that the classifier offers to its environment via this port, and which it will handle either directly or by forwarding it to a part of its internal structure.
|
java.util.List<CLInterface> |
CLPort.getProvidedInterface(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getProvidedInterface and filters its return values according to the given stereotype value.
|
java.util.List<CLInterface> |
CLClassifier.getProvidedInterfaceDirect(K_CONTROL_OPTION... behaviourFlags) |
All interfaces which are provided directly by this classifier.
|
java.util.List<CLInterface> |
CLClassifier.getProvidedInterfaceDirect(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getProvidedInterfaceDirect and filters its return values according to the given stereotype value.
|
java.util.List<CLInterface> |
CLClassifier.getRequiredInterface(K_CONTROL_OPTION... behaviourFlags) |
All interfaces which are required by this classifier.
|
java.util.List<CLInterface> |
CLClassifier.getRequiredInterface(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getRequiredInterface and filters its return values according to the given stereotype value.
|
java.util.List<CLInterface> |
CLPort.getRequiredInterface(K_CONTROL_OPTION... behaviourFlags) |
|
java.util.List<CLInterface> |
CLPort.getRequiredInterface(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getRequiredInterface and filters its return values according to the given stereotype value.
|
java.util.List<CLInterface> |
CLClassifier.getRequiredInterfaceDirect(K_CONTROL_OPTION... behaviourFlags) |
All interfaces which are required directly by this classifier.
|
java.util.List<CLInterface> |
CLClassifier.getRequiredInterfaceDirect(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getRequiredInterfaceDirect and filters its return values according to the given stereotype value.
|