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.VActivityinports, internalparameters, outports
 - 
Fields inherited from class jadex.bpmn.editor.model.visual.VElementbpmnelement, graph
 
- 
 - 
Constructor SummaryConstructors Constructor Description VExternalSubProcess(com.mxgraph.view.mxGraph graph)Creates the subprocess.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetStyle()Gets the style.java.lang.ObjectgetValue()Gets the value.voidsetValue(java.lang.Object value)Sets the value.- 
Methods inherited from class jadex.bpmn.editor.model.visual.VActivityaddedParameter, addInternalParameter, createParameterObjects, getInputParameterPort, getInternalParameters, getMActivity, getOutputParameterPort, isInternalParameters, refreshParameter, refreshParameterObjectGeometry, removedParameter, removeInternalParameter, setBpmnElement, setGeometry, setInternalParameters, setParent
 - 
Methods inherited from class jadex.bpmn.editor.model.visual.VElementgetBpmnElement, getGraph, setVisualParent
 - 
Methods inherited from class com.mxgraph.model.mxCellclone, 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- 
getStylepublic java.lang.String getStyle() Gets the style.
 - 
getValuepublic java.lang.Object getValue() Gets the value.- Specified by:
- getValuein interface- com.mxgraph.model.mxICell
- Overrides:
- getValuein class- VNamedNode
- Returns:
- The value.
 
 - 
setValuepublic void setValue(java.lang.Object value) Sets the value.- Specified by:
- setValuein interface- com.mxgraph.model.mxICell
- Overrides:
- setValuein class- VNamedNode
- Parameters:
- value- The value.
 
 
- 
 
-