com.change_vision.jude.api.inf.model
Interface IActivityNode

com.change_vision.jude.api.inf.model.IActivityNode
All Superinterfaces:
IElement, IEntity, IHyperlinkOwner, INamedElement
All Implemented Interfaces:
IElement, IEntity, IHyperlinkOwner, INamedElement
All Known Implementing Classes:
IAction, IActivityParameterNode, IControlNode, IInputPin, IObjectNode, IOutputPin, IPin

public abstract IActivityNode
extends INamedElement

Interface for Activity 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  IFlow[] getIncomings()
          Get Incoming Control Flows and Object Flows.
abstract  IFlow[] getOutgoings()
          Get Outgoing Control Flows and Object Flows.
 
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

getIncomings

abstract IFlow[] getIncomings()
Get Incoming Control Flows and Object Flows.

Returns:
the array of Flows. Return the empty array if there is none.

getOutgoings

abstract IFlow[] getOutgoings()
Get Outgoing Control Flows and Object Flows.

Returns:
the array of Flows. Return the empty array if there is none.