Package jadex.bpmn.editor.model.visual
Class VExternalSubProcess
- java.lang.Object
-
- com.mxgraph.model.mxCell
-
- jadex.bpmn.editor.model.visual.VElement
-
- jadex.bpmn.editor.model.visual.VNode
-
- jadex.bpmn.editor.model.visual.VNamedNode
-
- jadex.bpmn.editor.model.visual.VActivity
-
- jadex.bpmn.editor.model.visual.VExternalSubProcess
-
- All Implemented Interfaces:
com.mxgraph.model.mxICell
,java.io.Serializable
,java.lang.Cloneable
public class VExternalSubProcess extends VActivity
Visual representation of an external subprocess.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class jadex.bpmn.editor.model.visual.VActivity
inports, internalparameters, outports
-
Fields inherited from class jadex.bpmn.editor.model.visual.VElement
bpmnelement, graph
-
-
Constructor Summary
Constructors Constructor Description VExternalSubProcess(com.mxgraph.view.mxGraph graph)
Creates the subprocess.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getStyle()
Gets the style.java.lang.Object
getValue()
Gets the value.void
setValue(java.lang.Object value)
Sets the value.-
Methods inherited from class jadex.bpmn.editor.model.visual.VActivity
addedParameter, addInternalParameter, createParameterObjects, getInputParameterPort, getInternalParameters, getMActivity, getOutputParameterPort, isInternalParameters, refreshParameter, refreshParameterObjectGeometry, removedParameter, removeInternalParameter, setBpmnElement, setGeometry, setInternalParameters, setParent
-
Methods inherited from class jadex.bpmn.editor.model.visual.VElement
getBpmnElement, getGraph, setVisualParent
-
Methods inherited from class com.mxgraph.model.mxCell
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
-
-
-
-
Method Detail
-
getStyle
public java.lang.String getStyle()
Gets the style.
-
getValue
public java.lang.Object getValue()
Gets the value.- Specified by:
getValue
in interfacecom.mxgraph.model.mxICell
- Overrides:
getValue
in classVNamedNode
- Returns:
- The value.
-
setValue
public void setValue(java.lang.Object value)
Sets the value.- Specified by:
setValue
in interfacecom.mxgraph.model.mxICell
- Overrides:
setValue
in classVNamedNode
- Parameters:
value
- The value.
-
-