public interface ActionInputPin extends InputPin
An ActionInputPin is a kind of InputPin that executes an Action to determine the values to input to another Action.
The following features are supported:
UMLPackage.getActionInputPin()
Modifier and Type | Method and Description |
---|---|
Action |
getFromAction()
Returns the value of the 'From Action' containment reference.
|
void |
setFromAction(Action value)
Sets the value of the '
From Action ' containment
reference. |
get_actionOfInput, get_addStructuralFeatureValueActionOfInsertAt, get_addVariableValueActionOfInsertAt, get_callOperationActionOfTarget, get_clearAssociationActionOfObject, get_destroyObjectActionOfTarget, get_invocationActionOfArgument, get_linkActionOfInputValue, get_linkEndCreationDataOfInsertAt, get_linkEndDataOfValue, get_linkEndDestructionDataOfDestroyAt, get_loopNodeOfLoopVariableInput, get_opaqueActionOfInputValue, get_qualifierValueOfValue, get_raiseExceptionActionOfException, get_readIsClassifiedObjectActionOfObject, get_readLinkObjectEndActionOfObject, get_readLinkObjectEndQualifierActionOfObject, get_reclassifyObjectActionOfObject, get_reduceActionOfCollection, get_removeStructuralFeatureValueActionOfRemoveAt, get_removeVariableValueActionOfRemoveAt, get_replyActionOfReplyValue, get_replyActionOfReturnInformation, get_sendObjectActionOfRequest, get_sendObjectActionOfTarget, get_sendSignalActionOfTarget, get_startClassifierBehaviorActionOfObject, get_startObjectBehaviorActionOfObject, get_structuralFeatureActionOfObject, get_structuredActivityNodeOfStructuredNodeInput, get_testIdentityActionOfFirst, get_testIdentityActionOfSecond, get_unmarshallActionOfObject, get_writeStructuralFeatureActionOfValue, get_writeVariableActionOfValue, set_actionOfInput, set_addStructuralFeatureValueActionOfInsertAt, set_addVariableValueActionOfInsertAt, set_callOperationActionOfTarget, set_clearAssociationActionOfObject, set_destroyObjectActionOfTarget, set_invocationActionOfArgument, set_linkActionOfInputValue, set_linkEndCreationDataOfInsertAt, set_linkEndDataOfValue, set_linkEndDestructionDataOfDestroyAt, set_loopNodeOfLoopVariableInput, set_opaqueActionOfInputValue, set_qualifierValueOfValue, set_raiseExceptionActionOfException, set_readIsClassifiedObjectActionOfObject, set_readLinkObjectEndActionOfObject, set_readLinkObjectEndQualifierActionOfObject, set_reclassifyObjectActionOfObject, set_reduceActionOfCollection, set_removeStructuralFeatureValueActionOfRemoveAt, set_removeVariableValueActionOfRemoveAt, set_replyActionOfReplyValue, set_replyActionOfReturnInformation, set_sendObjectActionOfRequest, set_sendObjectActionOfTarget, set_sendSignalActionOfTarget, set_startClassifierBehaviorActionOfObject, set_startObjectBehaviorActionOfObject, set_structuralFeatureActionOfObject, set_structuredActivityNodeOfStructuredNodeInput, set_testIdentityActionOfFirst, set_testIdentityActionOfSecond, set_unmarshallActionOfObject, set_writeStructuralFeatureActionOfValue, set_writeVariableActionOfValue
isControl, setControl
get_exceptionHandlerOfExceptionInput, getInState, getOrdering, getSelection, getUpperBound, has_exceptionHandlerOfExceptionInput, hasInState, isControlType, setControlType, setOrdering, setSelection, setUpperBound
get_activityNodeOfRedefinedNode, getActivity, getIncoming, getInGroup, getInInterruptibleRegion, getInPartition, getInStructuredNode, getOutgoing, getRedefinedNode, has_activityNodeOfRedefinedNode, hasIncoming, hasInGroup, hasInInterruptibleRegion, hasInPartition, hasOutgoing, hasRedefinedNode, setActivity, setInStructuredNode
get_redefinableElementOfRedefinedElement, getRedefinedElement, getRedefinitionContext, has_redefinableElementOfRedefinedElement, hasRedefinedElement, hasRedefinitionContext, isLeaf, setLeaf
get_considerIgnoreFragmentOfMessage, get_durationObservationOfEvent, get_informationFlowOfInformationSource, get_informationFlowOfInformationTarget, get_messageOfSignature, get_namespaceOfMember, get_timeObservationOfEvent, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getSupplierDependency, getVisibility, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespace, setVisibility
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotypeInstance, getOwnedComment, getOwnedElement, getOwner, getSyncElement, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasOwnedComment, hasOwnedElement, setAppliedStereotypeInstance, setOwner, setSyncElement
get_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalID
getID, getMDExtension, getMdExtensions, setID
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetID
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
getType, setType
getLower, getLowerValue, getUpper, getUpperValue, isOrdered, isUnique, setLowerValue, setOrdered, setUnique, setUpperValue
@CheckForNull Action getFromAction()
action Input Pin Of From Action
'.
The Action used to provide the values of the ActionInputPin.
setFromAction(Action)
,
UMLPackage.getActionInputPin_FromAction()
,
Action.get_actionInputPinOfFromAction()
void setFromAction(@CheckForNull Action value)
From Action
' containment
reference.
value
- the new value of the 'From Action' containment reference.getFromAction()