Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACParamNode
-
Packages that use ACParamNode 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 ACParamNode in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return types with arguments of type ACParamNode Modifier and Type Method Description java.util.List<ACParamNode>
ANPin. getParamNode(K_CONTROL_OPTION... behaviourFlags)
Finds theACParamNode
corresponding to theANPin
.java.util.List<ACParamNode>
ANPin. getParamNode(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getParamNode and filters its return values according to the given stereotype value.java.util.List<ACParamNode>
ACActivity. getParamNodeOfParam(CLParameter refObj, K_CONTROL_OPTION... behaviourFlags)
java.util.List<ACParamNode>
ACActivity. getParamNodeOfParam(MMStereotype stereotype, CLParameter refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getParamNodeOfParam and filters its return values according to the given stereotype value. -
Uses of ACParamNode in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type ACParamNode Modifier and Type Method Description java.util.List<ACParamNode>
CLParameter. getActivityParameterNode(K_CONTROL_OPTION... behaviourFlags)
Activity parameter is an object node at the beginning or end of flows used for accepting inputs to an activity and providing outputs from it.
-