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 interfaceANActionInputPinAn action input pin is a kind of pin that executes an action to determine the values to input to another.interfaceANValuePinA 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 ANInputPinANInputPinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Input Pin with template and container.static ANInputPinANInputPinHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Input Pin with stereotype and container.ANInputPinACExceptionHandler. createPinOnExceptionHandler(ELElement item)If anACExceptionHandleris to be created between the protected node and the exception input pin, whereas the target of the selection is not anANInputPinbut aANCallBehaviororANOpaque, then this command will create and return the missingANInputPin, so that theACExceptionHandlercan be created correctly.ANInputPinANLinkEndDestructionData. getDestroyAt()Specifies the position of an existing link to be destroyed in ordered non-unique association ends.ANInputPinANRaiseException. getException()ANInputPinwhose value becomes an exception object.ANInputPinANTestIdentity. getFirst()Gives the pin which the first object is placed on.ANInputPinANAddStructuralFeatureValue. getInsertAt()Returns theANInputPinthat gives the position where a new value should be inserted or moves an existing value in ordered structural features.ANInputPinANLinkEndCreationData. getInsertAt()Specifies where the new link should be inserted for ordered association ends or where an existing link should be moved to.ANInputPinANClearAssociation. getObject()Gives the input pin which the object whose participation in the association is to be cleared is obtained from.ANInputPinANStructuralFeature. getObject()Gives the input pin which the object whose structural feature is to be read or written is obtained from.ANInputPinANUnmarshall. getObject()The object to be unmarshalled.ANInputPinANRemoveStructuralFeatureValue. getRemoveAt()Returns the pin that specifies the position of an existing value to remove in ordered non-unique structural features.ANInputPinANSendObject. getRequest()The request object which is transmitted to the target object.ANInputPinANReply. getReturnInformation()AnANInputPinthat contains the return information value produced by an earlierANAcceptCall.ANInputPinANTestIdentity. getSecond()Gives the pin which the second object is placed on.ANInputPinANCallOperation. getTarget()The target object which the request is sent to.ANInputPinANDestroyObject. getTarget()The input pin that provides the object to be destroyed.ANInputPinANSendObject. getTarget()The target object which the object is sent to.ANInputPinANSendSignal. getTarget()The target object which the signal is sent to.ANInputPinANLinkEndData. getValue()ANInputPinthat provides the specified object for the given end.ANInputPinANQualifierValue. getValue()Input pin which the specified value for the qualifier is taken from.ANInputPinANWriteStructuralFeature. getValue()Value to be added or removed from the structural feature.
-