public class LocalDotEdge
extends org.processmining.plugins.graphviz.dot.DotEdge
Modifier and Type | Class and Description |
---|---|
class |
LocalDotEdge.Appearance |
static class |
LocalDotEdge.EdgeType |
Modifier and Type | Field and Description |
---|---|
LocalDotEdge.Appearance |
unselectedAppearance |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
DFMEdgeType |
getDfmType() |
int |
getLookupNode1() |
int |
getLookupNode2() |
LocalDotNode |
getSource() |
LocalDotNode |
getTarget() |
LocalDotEdge.EdgeType |
getType() |
int |
getUnode() |
boolean |
isDirectionForward() |
setSource, setTarget, toString
addMouseListener, addSelectionListener, escapeString, getId, getLabel, getOption, getOptionKeySet, getSelectionListeners, isSelectable, labelToString, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, setLabel, setOption, setSelectable
public final LocalDotEdge.Appearance unselectedAppearance
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)
public LocalDotNode getTarget()
getTarget
in class org.processmining.plugins.graphviz.dot.DotEdge
public LocalDotNode getSource()
getSource
in class org.processmining.plugins.graphviz.dot.DotEdge
public LocalDotEdge.EdgeType getType()
public DFMEdgeType getDfmType()
public int getUnode()
public boolean isDirectionForward()
public int getLookupNode1()
public int getLookupNode2()