Package jadex.gpmn.editor.model.visual
Class VVirtualActivationEdge
- java.lang.Object
- 
- com.mxgraph.model.mxCell
- 
- jadex.gpmn.editor.model.visual.VElement
- 
- jadex.gpmn.editor.model.visual.VEdge
- 
- jadex.gpmn.editor.model.visual.VVirtualActivationEdge
 
 
 
 
- 
- All Implemented Interfaces:
- com.mxgraph.model.mxICell,- java.io.Serializable,- java.lang.Cloneable
 
 public class VVirtualActivationEdge extends VEdge A virtual activation edge not directly represent as business model edge.- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classVVirtualActivationEdge.VVEdgeMarker
 - 
Constructor SummaryConstructors Constructor Description VVirtualActivationEdge(VElement source, VElement target, java.util.List<VVirtualActivationEdge> group, VPlan aplan)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description VEdgegetActivationEdge()Gets the activation edge.IEdgegetEdge()Get the business model edge.java.util.List<VVirtualActivationEdge>getEdgeGroup()Gets the edge group.IElementgetElement()Returns the business model element.VPlangetPlan()Gets the plan.java.lang.ObjectgetValue()Gets the value.voidsetGeometry(com.mxgraph.model.mxGeometry geometry)Override to match type marker.voidsetPlan(VPlan plan)Sets the plan.voidsetStyle()voidsetValue(java.lang.Object value)Sets the value.- 
Methods inherited from class jadex.gpmn.editor.model.visual.VEdgegetStyle, setSource, setSourceValue, setTarget, setTargetValue
 - 
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, setId, setParent, setStyle, setTerminal, setVertex, setVisible
 
- 
 
- 
- 
- 
Field Detail- 
planprotected VPlan plan The activation plan.
 - 
edgeprotected VEdge edge The activation edge.
 - 
edgegroupprotected java.util.List<VVirtualActivationEdge> edgegroup Virtual edge group.
 
- 
 - 
Constructor Detail- 
VVirtualActivationEdgepublic VVirtualActivationEdge(VElement source, VElement target, java.util.List<VVirtualActivationEdge> group, VPlan aplan) 
 
- 
 - 
Method Detail- 
setStylepublic void setStyle() 
 - 
getElementpublic IElement getElement() Description copied from class:VEdgeReturns the business model element.- Overrides:
- getElementin class- VEdge
- Returns:
- The business model element.
 
 - 
getActivationEdgepublic VEdge getActivationEdge() Gets the activation edge.- Returns:
- The activation edge.
 
 - 
getEdgeGrouppublic java.util.List<VVirtualActivationEdge> getEdgeGroup() Gets the edge group.- Returns:
- The edge group.
 
 - 
getPlanpublic VPlan getPlan() Gets the plan.- Returns:
- The plan.
 
 - 
setPlanpublic void setPlan(VPlan plan) Sets the plan.- Parameters:
- plan- The plan.
 
 - 
setGeometrypublic void setGeometry(com.mxgraph.model.mxGeometry geometry) Override to match type marker.- Specified by:
- setGeometryin interface- com.mxgraph.model.mxICell
- Overrides:
- setGeometryin class- com.mxgraph.model.mxCell
 
 - 
setValuepublic void setValue(java.lang.Object value) Sets the value.
 
- 
 
-