Uses of Interface
org.processmining.specpp.datastructures.graph.Graph
-
Packages that use Graph Package Description org.processmining.specpp.datastructures.graph org.processmining.specpp.datastructures.tree.base org.processmining.specpp.datastructures.tree.base.impls -
-
Uses of Graph in org.processmining.specpp.datastructures.graph
Subinterfaces of Graph in org.processmining.specpp.datastructures.graph Modifier and Type Interface Description interfaceCompleteTree<N extends UniDiTreeNode<N>,E extends TreeEdge<N>>interfaceDirectedGraph<V extends Vertex,E extends DirectedEdge<V>>Classes in org.processmining.specpp.datastructures.graph that implement Graph Modifier and Type Class Description classAbstractGraph<V extends Vertex,E extends Edge<V>> -
Uses of Graph in org.processmining.specpp.datastructures.tree.base
Subinterfaces of Graph in org.processmining.specpp.datastructures.tree.base Modifier and Type Interface Description interfaceBiDiTree<N extends BiDiTreeNode<N>> -
Uses of Graph in org.processmining.specpp.datastructures.tree.base.impls
Classes in org.processmining.specpp.datastructures.tree.base.impls that implement Graph Modifier and Type Class Description classBiDiTreeImpl<N extends BiDiTreeNode<N>>classChangeTree<P extends NodeProperties>
-