Uses of Class
org.processmining.plugins.graphviz.dot.DotEdge
-
Packages that use DotEdge Package Description org.processmining.plugins.graphviz.dot org.processmining.plugins.graphviz.visualisation -
-
Uses of DotEdge in org.processmining.plugins.graphviz.dot
Methods in org.processmining.plugins.graphviz.dot that return DotEdge Modifier and Type Method Description DotEdgeDotCluster. addEdge(DotNode source, DotNode target)Add an edge that connects source to target, with a default label.DotEdgeDotCluster. addEdge(DotNode source, DotNode target, java.lang.String label)Add an edge that connects source to target, having a label, without further options set.DotEdgeDotCluster. addEdge(DotNode source, DotNode target, java.lang.String label, java.util.Map<java.lang.String,java.lang.String> optionsMap)Add an edge that connects source to target, having a label and using an options map.DotEdgeDotCluster. getFirstEdge(DotNode source, DotNode target)Methods in org.processmining.plugins.graphviz.dot that return types with arguments of type DotEdge Modifier and Type Method Description java.util.List<DotEdge>DotCluster. getEdges()java.util.List<DotEdge>DotCluster. getEdgesRecursive()Methods in org.processmining.plugins.graphviz.dot with parameters of type DotEdge Modifier and Type Method Description voidDotCluster. addEdge(DotEdge edge)Add a previously defined dot edge.voidDotCluster. removeEdge(DotEdge edge)Remove all equivalent edges from the graph. -
Uses of DotEdge in org.processmining.plugins.graphviz.visualisation
Methods in org.processmining.plugins.graphviz.visualisation that return types with arguments of type DotEdge Modifier and Type Method Description java.util.List<DotEdge>DotPanel. getEdges()
-