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 SummaryAll 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.VElementisFoldable
 - 
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, setGeometry, setId, setParent, setStyle, setTerminal, setVertex, setVisible
 
- 
 
- 
- 
- 
Method Detail- 
getElementpublic IElement getElement() Returns the business model element.- Specified by:
- getElementin class- VElement
- Returns:
- The business model element.
 
 - 
getStylepublic java.lang.String getStyle() Returns the style.- Specified by:
- getStylein interface- com.mxgraph.model.mxICell
- Overrides:
- getStylein class- com.mxgraph.model.mxCell
 
 - 
getEdgepublic IEdge getEdge() Get the business model edge.- Returns:
- The edge.
 
 - 
setSourcepublic void setSource(com.mxgraph.model.mxICell source) - Overrides:
- setSourcein class- com.mxgraph.model.mxCell
 
 - 
setTargetpublic void setTarget(com.mxgraph.model.mxICell target) - Overrides:
- setTargetin class- com.mxgraph.model.mxCell
 
 - 
setValuepublic void setValue(java.lang.Object value) Sets the value.- Specified by:
- setValuein interface- com.mxgraph.model.mxICell
- Overrides:
- setValuein class- com.mxgraph.model.mxCell
- Parameters:
- value- The value.
 
 - 
getValuepublic java.lang.Object getValue() Gets the value.- Specified by:
- getValuein interface- com.mxgraph.model.mxICell
- Overrides:
- getValuein class- com.mxgraph.model.mxCell
- Returns:
- The value.
 
 - 
setSourceValuepublic void setSourceValue(com.mxgraph.model.mxICell source) 
 - 
setTargetValuepublic void setTargetValue(com.mxgraph.model.mxICell target) 
 
- 
 
-