|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.model.IAction
public IAction
Interface for Actions.
Field Summary |
---|
Fields inherited from class com.change_vision.jude.api.inf.model.INamedElement |
---|
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY |
Method Summary | |
---|---|
abstract IActivity |
getCallingActivity()
Get a Calling Activity. |
abstract IInputPin[] |
getInputs()
Get Input Pins. |
abstract IOutputPin[] |
getOutputs()
Get Output Pins. |
abstract boolean |
isAcceptEventAction()
Check if it is an AcceptEventAction. |
abstract boolean |
isAcceptTimeEventAction()
Check if it is an AcceptTimeEventAction. |
abstract boolean |
isCallBehaviorAction()
Check if it is a CallBehaviorAction. |
abstract boolean |
isConnector()
Check if it is a Connector. |
abstract boolean |
isProcess()
Check if it is a Process. |
abstract boolean |
isSendSignalAction()
Check if it is a SendSignalAction. |
abstract void |
setCallingActivity(IActivity callingActivity)
Set a Calling Activity. |
Methods inherited from class com.change_vision.jude.api.inf.model.IActivityNode |
---|
getIncomings, getOutgoings |
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement |
---|
getAlias1, getAlias2, getClientDependencies, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, getFullName, getFullNamespace, 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, hasStereotype, isReadOnly, removeStereotype, setTypeModifier |
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner |
---|
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks |
Method Detail |
---|
abstract IActivity getCallingActivity()
abstract boolean isCallBehaviorAction()
abstract IInputPin[] getInputs()
abstract IOutputPin[] getOutputs()
abstract void setCallingActivity(IActivity callingActivity)
callingActivity
- Calling Activity
InvalidEditingException
- InvalidEditingException occurs.
Keys: ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community. PARAMETER_ERROR_KEY - if a parameter is not set properly. BAD_TRANSACTION_KEY - Bad Transaction. HAS_EXCEPTION_KEY - if an exception has occurred. READ_ONLY_KEY - if a read-only element is edited.
Values: Error messages for exceptions.
abstract boolean isSendSignalAction()
abstract boolean isAcceptEventAction()
abstract boolean isAcceptTimeEventAction()
abstract boolean isProcess()
abstract boolean isConnector()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |