Uses of Class
org.processmining.rootcauseanalysis.models.graph.Edge
-
Packages that use Edge Package Description org.processmining.rootcauseanalysis.models.graph -
-
Uses of Edge in org.processmining.rootcauseanalysis.models.graph
Methods in org.processmining.rootcauseanalysis.models.graph that return Edge Modifier and Type Method Description EdgeGraph. addEdge(Edge edge)Methods in org.processmining.rootcauseanalysis.models.graph that return types with arguments of type Edge Modifier and Type Method Description java.util.Set<Edge>Graph. getEdges()java.util.Set<Edge>Graph. getEdges(Node node)Returns all edges in this graph for which the specified node is either the source or the target node.java.util.Set<Edge>Graph. getEdges(Node node, boolean source, boolean target)Returns all edges in this graph for which the specified node is either the source of the target node, depending on the specified flags.Methods in org.processmining.rootcauseanalysis.models.graph with parameters of type Edge Modifier and Type Method Description EdgeGraph. addEdge(Edge edge)Method parameters in org.processmining.rootcauseanalysis.models.graph with type arguments of type Edge Modifier and Type Method Description voidGraph. setEdges(java.util.Set<Edge> edges)
-