Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANOutputPin
-
Packages that use ANOutputPin 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. -
-
Uses of ANOutputPin in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ANOutputPin Modifier and Type Method Description static ANOutputPin
ANOutputPinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Output Pin with template and container.static ANOutputPin
ANOutputPinHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Output Pin with stereotype and container.ANOutputPin
ANCreateObject. getResult()
Gives the output pin which the result is put on.ANOutputPin
ANReadLink. getResult()
The pin which is put on the objects participating in the association at the end not specified by the inputs.ANOutputPin
ANReadSelf. getResult()
Gives the output pin which the hosting object is placed on.ANOutputPin
ANReadStructuralFeature. getResult()
Gives the output pin which the result is put on.ANOutputPin
ANTestIdentity. getResult()
Informs whether the two input objects are identical.ANOutputPin
ANValSpec. getResult()
Gives the output pin which the result is output on.ANOutputPin
ANAcceptCall. getReturnInformation()
Pins holding the received event objects or their attributes.Methods in de.mid.innovator.srv2api.icw2ac that return types with arguments of type ANOutputPin Modifier and Type Method Description java.util.List<ANOutputPin>
ANAction. getOutput(K_CONTROL_OPTION... behaviourFlags)
The ordered set of output pins connected to the action.java.util.List<ANOutputPin>
ANOpaque. getOutputValue(K_CONTROL_OPTION... behaviourFlags)
java.util.List<ANOutputPin>
ANAcceptEvent. getResult(K_CONTROL_OPTION... behaviourFlags)
Pins that hold the received event objects or their attributes.java.util.List<ANOutputPin>
ANCall. getResult(K_CONTROL_OPTION... behaviourFlags)
A list of output pins where the results of performing the invocation are placed.java.util.List<ANOutputPin>
ANUnmarshall. getResult(K_CONTROL_OPTION... behaviourFlags)
The values of the structural features of the input object.java.util.List<ANOutputPin>
ACStructuredNode. getStructuredNodeOutput(K_CONTROL_OPTION... behaviourFlags)
All output pins for thisACStructuredNode
.
-