public class VExternalSubProcess extends VActivity
inports, internalparameters, outports
bpmnelement, 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, setParent
getBpmnElement, getGraph, setVisualParent
clone, 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, setVisible
public 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.mxICell
getValue
in class VNamedNode
public void setValue(java.lang.Object value)
setValue
in interface com.mxgraph.model.mxICell
setValue
in class VNamedNode
value
- The value.