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 IEdge
getEdge()
Get the business model edge.IElement
getElement()
Returns the business model element.java.lang.String
getStyle()
Returns the style.java.lang.Object
getValue()
Gets the value.void
setSource(com.mxgraph.model.mxICell source)
void
setSourceValue(com.mxgraph.model.mxICell source)
void
setTarget(com.mxgraph.model.mxICell target)
void
setTargetValue(com.mxgraph.model.mxICell target)
void
setValue(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:
getElement
in classVElement
- Returns:
- The business model element.
-
getStyle
public java.lang.String getStyle()
Returns the style.- Specified by:
getStyle
in interfacecom.mxgraph.model.mxICell
- Overrides:
getStyle
in 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:
setSource
in classcom.mxgraph.model.mxCell
-
setTarget
public void setTarget(com.mxgraph.model.mxICell target)
- Overrides:
setTarget
in classcom.mxgraph.model.mxCell
-
setValue
public void setValue(java.lang.Object value)
Sets the value.- Specified by:
setValue
in interfacecom.mxgraph.model.mxICell
- Overrides:
setValue
in classcom.mxgraph.model.mxCell
- Parameters:
value
- The value.
-
getValue
public java.lang.Object getValue()
Gets the value.- Specified by:
getValue
in interfacecom.mxgraph.model.mxICell
- Overrides:
getValue
in 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)
-
-