com.change_vision.jude.api.inf.model
Interface IAction
com.change_vision.jude.api.inf.model.IAction
- All Superinterfaces:
- IActivityNode, IElement, IHyperlinkOwner, INamedElement
- All Implemented Interfaces:
- IActivityNode, IElement, IHyperlinkOwner, INamedElement
public IAction
- extends IActivityNode
Interface for Actions.
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement |
getAlias1, getAlias2, getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, 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