com.change_vision.jude.api.inf.model
Interface IAction
com.change_vision.jude.api.inf.model.IAction
- All Superinterfaces:
- IActivityNode, IElement, IEntity, IHyperlinkOwner, INamedElement
- All Implemented Interfaces:
- IActivityNode, IElement, IEntity, IHyperlinkOwner, INamedElement
public IAction
- extends IActivityNode
Interface for Actions.
| Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement |
getAlias1, getAlias2, getClientDependencies, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, getSupplierRealizations, getSupplierUsages, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility |
| Methods inherited from class com.change_vision.jude.api.inf.model.IElement |
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getPresentations, getStereotypes, getTaggedValues, getTypeModifier, isReadOnly, removeStereotype, setTypeModifier |
getCallingActivity
abstract IActivity getCallingActivity()
- Get Calling Activity.
- Returns:
- Activity.
isCallBehaviorAction
abstract boolean isCallBehaviorAction()
- Check if it is a CallBehaviorAction.
- Returns:
- true it is a CallBehaviorAction / false it is not a CallBehaviorAction
getInputs
abstract IInputPin[] getInputs()
- Get Input Pins.
- Returns:
- the array of Input Pin. Return the empty array if there is none.
- Since:
- 6.6
getOutputs
abstract IOutputPin[] getOutputs()
- Get Output Pins.
- Returns:
- the array of Output Pin. Return the empty array if there is none.
- Since:
- 6.6