Uses of Interface
org.processmining.models.graphbased.undirected.UndirectedGraph
-
Packages that use UndirectedGraph Package Description org.processmining.models.graphbased.undirected -
-
Uses of UndirectedGraph in org.processmining.models.graphbased.undirected
Classes in org.processmining.models.graphbased.undirected that implement UndirectedGraph Modifier and Type Class Description class
AbstractUndirectedGraph<N extends UndirectedGraphNode,E extends UndirectedGraphEdge<? extends N>>
Methods in org.processmining.models.graphbased.undirected that return UndirectedGraph Modifier and Type Method Description UndirectedGraph<?,?>
AbstractUndirectedEdge. getGraph()
UndirectedGraph<?,?>
AbstractUndirectedNode. getGraph()
UndirectedGraph<?,?>
UndirectedGraphElement. getGraph()
Methods in org.processmining.models.graphbased.undirected with parameters of type UndirectedGraph Modifier and Type Method Description protected abstract void
AbstractUndirectedGraph. cloneFrom(UndirectedGraph<N,E> graph)
int
AbstractUndirectedGraph. compareTo(UndirectedGraph<N,E> o)
-