Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACParamNode
Packages that use ACParamNode
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
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 ACParamNodeModifier and TypeMethodDescriptionANPin.getParamNode()Finds theACParamNodecorresponding to theANPin.ANPin.getParamNode(MMStereotype stereotype) The method calls getParamNode and filters its return values according to the given stereotype value.ACActivity.getParamNodeOfParam(CLParameter refObj) ACActivity.getParamNodeOfParam(MMStereotype stereotype, CLParameter refObj) 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 ACParamNodeModifier and TypeMethodDescriptionCLParameter.getActivityParameterNode()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.