com.change_vision.jude.api.inf.model
Interface IDataFlowNode
com.change_vision.jude.api.inf.model.IDataFlowNode
- All Implemented Interfaces:
- IElement, IHyperlinkOwner, INamedElement
- All Known Implementing Classes:
- IAnchor, IDataStore, IExternalEntity, IProcessBox
- public IDataFlowNode
- extends INamedElement
Interface for DataFlow nodes.
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 |
getIncomings
public abstract IDataFlow[] getIncomings()
- Get Incoming DataFlow and elements.
- Returns:
- the array of Flows. Return the empty array if there is none.
getOutgoings
public abstract IDataFlow[] getOutgoings()
- Get Outgoing DataFlow and elements.
- Returns:
- the array of Flows. Return the empty array if there is none.