|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.change_vision.jude.api.inf.model.IControlNode
public abstract IControlNode
Interface for Control nodes.
| 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 boolean |
isConnector()
Check if the node is a Connector. |
abstract boolean |
isDecisionMergeNode()
Check if the node is a Decision MergeNode. |
abstract boolean |
isFinalNode()
Check if the node is a FinalNode. |
abstract boolean |
isFlowFinalNode()
Check if the node is a FlowFinalNode. |
abstract boolean |
isForkNode()
Check if the node is a ForkNode. |
abstract boolean |
isInitialNode()
Check if the node is an InitialNode. |
abstract boolean |
isJoinNode()
Check if the node is a JoinNode. |
abstract boolean |
isMergeNode()
Check if the node is a MergeNode. |
| 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, getTaggedValue, 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 boolean isInitialNode()
abstract boolean isFinalNode()
abstract boolean isForkNode()
abstract boolean isJoinNode()
abstract boolean isMergeNode()
abstract boolean isDecisionMergeNode()
abstract boolean isFlowFinalNode()
abstract boolean isConnector()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||