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