Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANPin
-
Packages that use ANPin Package Description de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors.de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships. -
-
Uses of ANPin in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ANPin in de.mid.innovator.srv2api.icw2ac Modifier and Type Interface Description interface
ANActionInputPin
An action input pin is a kind of pin that executes an action to determine the values to input to another.interface
ANInputPin
An input pin is a pin that holds input values to be consumed by an action.interface
ANOutputPin
An output pin is a pin that holds output values produced by an action.interface
ANValuePin
A value pin is an input pin that provides a value by evaluating a value specification.Methods in de.mid.innovator.srv2api.icw2ac with type parameters of type ANPin Modifier and Type Method Description <T extends ANPin>
java.util.List<T>ANAction. getControlPin(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All pins with property 'isControl' set to true.<T extends ANPin>
java.util.List<T>ANAction. getControlPin(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getControlPin and filters its return values according to the given stereotype value.<T extends ANPin>
java.util.List<T>ANPin. getCorrespondingPin(java.lang.Class<T> returnType, ANAction refObj, K_CONTASGN kind, int mode, K_CONTROL_OPTION... behaviourFlags)
Searches for anANPin
assigned toargument refObj
that corresponds to the source pin.<T extends ANPin>
java.util.List<T>ANPin. getCorrespondingPin(java.lang.Class<T> returnType, MMStereotype stereotype, ANAction refObj, K_CONTASGN kind, int mode, K_CONTROL_OPTION... behaviourFlags)
The method calls getCorrespondingPin and filters its return values according to the given stereotype value.<T extends ANPin>
java.util.List<T>ANAction. getObjectPin(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All pins with 'isControl' property set to false.<T extends ANPin>
java.util.List<T>ANAction. getObjectPin(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getObjectPin and filters its return values according to the given stereotype value. -
Uses of ANPin in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class with type parameters of type ANPin Modifier and Type Method Description <T extends ANPin>
java.util.List<T>CLParameter. getPin(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
If theCLParameter
is assigned to aBEBehavior
, all pins at aANCallBehavior
invoking thisBEBehavior
and belonging to thisCLParameter
will be returned.<T extends ANPin>
java.util.List<T>CLParameter. getPin(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getPin and filters its return values according to the given stereotype value.
-