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 classAbstractUndirectedGraph<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 voidAbstractUndirectedGraph. cloneFrom(UndirectedGraph<N,E> graph)intAbstractUndirectedGraph. compareTo(UndirectedGraph<N,E> o)
-