Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANInputPin
-
Packages that use ANInputPin 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 ANInputPin in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ANInputPin 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
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 ANInputPin Modifier and Type Method Description <T extends ANInputPin>
java.util.List<T>ANInvocation. getArgument(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Specification of an argument value that appears during execution.<T extends ANInputPin>
java.util.List<T>ANAction. getInput(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
The ordered set of input pins connected to the action.<T extends ANInputPin>
java.util.List<T>ANLink. getInputValue(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Pins taking end objects and qualifier values as input.<T extends ANInputPin>
java.util.List<T>ANOpaque. getInputValue(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends ANInputPin>
java.util.List<T>ANReply. getReplyValue(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
A list of pins that contains the reply values of the operation.<T extends ANInputPin>
java.util.List<T>ACStructuredNode. getStructuredNodeInput(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All input pins for thisACStructuredNode
.Methods in de.mid.innovator.srv2api.icw2ac that return ANInputPin Modifier and Type Method Description static ANInputPin
ANInputPinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Input Pin with template and container.static ANInputPin
ANInputPinHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Input Pin with stereotype and container.ANInputPin
ACExceptionHandler. createPinOnExceptionHandler(ELElement item)
If anACExceptionHandler
is to be created between the protected node and the exception input pin, whereas the target of the selection is not anANInputPin
but aANCallBehavior
orANOpaque
, then this command will create and return the missingANInputPin
, so that theACExceptionHandler
can be created correctly.ANInputPin
ANLinkEndDestructionData. getDestroyAt()
Specifies the position of an existing link to be destroyed in ordered non-unique association ends.ANInputPin
ANRaiseException. getException()
ANInputPin
whose value becomes an exception object.ANInputPin
ANTestIdentity. getFirst()
Gives the pin which the first object is placed on.ANInputPin
ANAddStructuralFeatureValue. getInsertAt()
Returns theANInputPin
that gives the position where a new value should be inserted or moves an existing value in ordered structural features.ANInputPin
ANLinkEndCreationData. getInsertAt()
Specifies where the new link should be inserted for ordered association ends or where an existing link should be moved to.ANInputPin
ANClearAssociation. getObject()
Gives the input pin which the object whose participation in the association is to be cleared is obtained from.ANInputPin
ANStructuralFeature. getObject()
Gives the input pin which the object whose structural feature is to be read or written is obtained from.ANInputPin
ANUnmarshall. getObject()
The object to be unmarshalled.ANInputPin
ANRemoveStructuralFeatureValue. getRemoveAt()
Returns the pin that specifies the position of an existing value to remove in ordered non-unique structural features.ANInputPin
ANSendObject. getRequest()
The request object which is transmitted to the target object.ANInputPin
ANReply. getReturnInformation()
AnANInputPin
that contains the return information value produced by an earlierANAcceptCall
.ANInputPin
ANTestIdentity. getSecond()
Gives the pin which the second object is placed on.ANInputPin
ANCallOperation. getTarget()
The target object which the request is sent to.ANInputPin
ANDestroyObject. getTarget()
The input pin that provides the object to be destroyed.ANInputPin
ANSendObject. getTarget()
The target object which the object is sent to.ANInputPin
ANSendSignal. getTarget()
The target object which the signal is sent to.ANInputPin
ANLinkEndData. getValue()
ANInputPin
that provides the specified object for the given end.ANInputPin
ANQualifierValue. getValue()
Input pin which the specified value for the qualifier is taken from.ANInputPin
ANWriteStructuralFeature. getValue()
Value to be added or removed from the structural feature.
-