public class VExternalSubProcess extends VActivity
inports, internalparameters, outportsbpmnelement, graph| Constructor and Description |
|---|
VExternalSubProcess(com.mxgraph.view.mxGraph graph)
Creates the subprocess.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStyle()
Gets the style.
|
java.lang.Object |
getValue()
Gets the value.
|
void |
setValue(java.lang.Object value)
Sets the value.
|
addedParameter, addInternalParameter, createParameterObjects, getInputParameterPort, getInternalParameters, getMActivity, getOutputParameterPort, isInternalParameters, refreshParameter, refreshParameterObjectGeometry, removedParameter, removeInternalParameter, setBpmnElement, setGeometry, setInternalParameters, setParentgetBpmnElement, getGraph, setVisualParentclone, cloneValue, getAttribute, getAttribute, getChildAt, getChildCount, getEdgeAt, getEdgeCount, getEdgeIndex, getGeometry, getId, getIndex, getParent, getSource, getTarget, getTerminal, insert, insert, insertEdge, isCollapsed, isConnectable, isEdge, isVertex, isVisible, remove, remove, removeEdge, removeFromParent, removeFromTerminal, setAttribute, setCollapsed, setConnectable, setEdge, setId, setSource, setStyle, setTarget, setTerminal, setVertex, setVisiblepublic VExternalSubProcess(com.mxgraph.view.mxGraph graph)
graph - The graph.public java.lang.String getStyle()
public java.lang.Object getValue()
getValue in interface com.mxgraph.model.mxICellgetValue in class VNamedNodepublic void setValue(java.lang.Object value)
setValue in interface com.mxgraph.model.mxICellsetValue in class VNamedNodevalue - The value.