Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANPin
Packages that use ANPin
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 ANPin in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ANPin in de.mid.innovator.srv2api.icw2acModifier and TypeInterfaceDescriptioninterfaceAn action input pin is a kind of pin that executes an action to determine the values to input to another.interfaceAn input pin is a pin that holds input values to be consumed by an action.interfaceAn output pin is a pin that holds output values produced by an action.interfaceA 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 ANPinModifier and TypeMethodDescriptionANAction.getControlPin(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All pins with property 'isControl' set to true.ANAction.getControlPin(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getControlPin and filters its return values according to the given stereotype value.ANPin.getCorrespondingPin(Class<T> returnType, ANAction refObj, K_CONTASGN kind, int mode, K_CONTROL_OPTION... behaviourFlags) Searches for anANPinassigned toargument refObjthat corresponds to the source pin.ANPin.getCorrespondingPin(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.ANAction.getObjectPin(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All pins with 'isControl' property set to false.ANAction.getObjectPin(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 ANPinModifier and TypeMethodDescriptionCLParameter.getPin(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) If theCLParameteris assigned to aBEBehavior, all pins at aANCallBehaviorinvoking thisBEBehaviorand belonging to thisCLParameterwill be returned.CLParameter.getPin(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPin and filters its return values according to the given stereotype value.