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

com.change_vision.jude.api.inf.model.IProcessBox
All Superinterfaces:
IDataFlowNode, IElement, IEntity, IHyperlinkOwner, INamedElement
All Implemented Interfaces:
IDataFlowNode, IElement, IEntity, IHyperlinkOwner, INamedElement

public abstract IProcessBox
extends IDataFlowNode


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  IDataFlowDiagram getDataFlowDiagram()
           
abstract  String getOperator()
           
abstract  String getProcessBoxID()
           
 
Methods inherited from class com.change_vision.jude.api.inf.model.IDataFlowNode
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

getProcessBoxID

abstract String getProcessBoxID()

getOperator

abstract String getOperator()

getDataFlowDiagram

abstract IDataFlowDiagram getDataFlowDiagram()