Package jadex.gpmn.editor.model.visual
Class VEdge
- java.lang.Object
-
- com.mxgraph.model.mxCell
-
- jadex.gpmn.editor.model.visual.VElement
-
- jadex.gpmn.editor.model.visual.VEdge
-
- All Implemented Interfaces:
com.mxgraph.model.mxICell,java.io.Serializable,java.lang.Cloneable
- Direct Known Subclasses:
VVirtualActivationEdge
public class VEdge extends VElement
Visual edge.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IEdgegetEdge()Get the business model edge.IElementgetElement()Returns the business model element.java.lang.StringgetStyle()Returns the style.java.lang.ObjectgetValue()Gets the value.voidsetSource(com.mxgraph.model.mxICell source)voidsetSourceValue(com.mxgraph.model.mxICell source)voidsetTarget(com.mxgraph.model.mxICell target)voidsetTargetValue(com.mxgraph.model.mxICell target)voidsetValue(java.lang.Object value)Sets the value.-
Methods inherited from class jadex.gpmn.editor.model.visual.VElement
isFoldable
-
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, setGeometry, setId, setParent, setStyle, setTerminal, setVertex, setVisible
-
-
-
-
Method Detail
-
getElement
public IElement getElement()
Returns the business model element.- Specified by:
getElementin classVElement- Returns:
- The business model element.
-
getStyle
public java.lang.String getStyle()
Returns the style.- Specified by:
getStylein interfacecom.mxgraph.model.mxICell- Overrides:
getStylein classcom.mxgraph.model.mxCell
-
getEdge
public IEdge getEdge()
Get the business model edge.- Returns:
- The edge.
-
setSource
public void setSource(com.mxgraph.model.mxICell source)
- Overrides:
setSourcein classcom.mxgraph.model.mxCell
-
setTarget
public void setTarget(com.mxgraph.model.mxICell target)
- Overrides:
setTargetin classcom.mxgraph.model.mxCell
-
setValue
public void setValue(java.lang.Object value)
Sets the value.- Specified by:
setValuein interfacecom.mxgraph.model.mxICell- Overrides:
setValuein classcom.mxgraph.model.mxCell- Parameters:
value- The value.
-
getValue
public java.lang.Object getValue()
Gets the value.- Specified by:
getValuein interfacecom.mxgraph.model.mxICell- Overrides:
getValuein classcom.mxgraph.model.mxCell- Returns:
- The value.
-
setSourceValue
public void setSourceValue(com.mxgraph.model.mxICell source)
-
setTargetValue
public void setTargetValue(com.mxgraph.model.mxICell target)
-
-