Class LocalDotEdge
- java.lang.Object
-
- org.processmining.plugins.graphviz.dot.AbstractDotElement
-
- org.processmining.plugins.graphviz.dot.DotEdge
-
- org.processmining.plugins.inductiveVisualMiner.visualisation.LocalDotEdge
-
- All Implemented Interfaces:
java.awt.event.MouseListener,java.util.EventListener,org.processmining.plugins.graphviz.dot.DotElement
public class LocalDotEdge extends org.processmining.plugins.graphviz.dot.DotEdge
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classLocalDotEdge.Appearancestatic classLocalDotEdge.EdgeType
-
Field Summary
Fields Modifier and Type Field Description LocalDotEdge.AppearanceunselectedAppearance
-
Constructor Summary
Constructors Constructor Description LocalDotEdge(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree tree, org.processmining.plugins.graphviz.dot.Dot dot, ProcessTreeVisualisationInfo info, LocalDotNode source, LocalDotNode target, java.lang.String label, int node, LocalDotEdge.EdgeType type, DFMEdgeType dfmType, int lookupNode1, int lookupNode2, boolean directionForward)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DFMEdgeTypegetDfmType()intgetLookupNode1()intgetLookupNode2()LocalDotNodegetSource()LocalDotNodegetTarget()LocalDotEdge.EdgeTypegetType()intgetUnode()booleanisDirectionForward()-
Methods inherited from class org.processmining.plugins.graphviz.dot.DotEdge
setSource, setTarget, toString
-
Methods inherited from class org.processmining.plugins.graphviz.dot.AbstractDotElement
addMouseListener, addSelectionListener, escapeString, getId, getLabel, getOption, getOptionKeySet, getSelectionListeners, isSelectable, labelToString, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, setLabel, setOption, setSelectable
-
-
-
-
Field Detail
-
unselectedAppearance
public final LocalDotEdge.Appearance unselectedAppearance
-
-
Constructor Detail
-
LocalDotEdge
public LocalDotEdge(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree tree, org.processmining.plugins.graphviz.dot.Dot dot, ProcessTreeVisualisationInfo info, LocalDotNode source, LocalDotNode target, java.lang.String label, int node, LocalDotEdge.EdgeType type, DFMEdgeType dfmType, int lookupNode1, int lookupNode2, boolean directionForward)
-
-
Method Detail
-
getTarget
public LocalDotNode getTarget()
- Overrides:
getTargetin classorg.processmining.plugins.graphviz.dot.DotEdge
-
getSource
public LocalDotNode getSource()
- Overrides:
getSourcein classorg.processmining.plugins.graphviz.dot.DotEdge
-
getType
public LocalDotEdge.EdgeType getType()
-
getDfmType
public DFMEdgeType getDfmType()
-
getUnode
public int getUnode()
-
isDirectionForward
public boolean isDirectionForward()
-
getLookupNode1
public int getLookupNode1()
-
getLookupNode2
public int getLookupNode2()
-
-