Uses of Interface
org.processmining.models.graphbased.directedhypergraph.DirectedHypergraph
-
Packages that use DirectedHypergraph Package Description org.processmining.models.graphbased.directedhypergraph -
-
Uses of DirectedHypergraph in org.processmining.models.graphbased.directedhypergraph
Classes in org.processmining.models.graphbased.directedhypergraph that implement DirectedHypergraph Modifier and Type Class Description class
AbstractDirectedHypergraph<N extends DirectedHypergraphNode,I extends DirectedIncomingHyperedge<? extends N,? extends N>,O extends DirectedOutgoingHyperedge<? extends N,? extends N>>
Methods in org.processmining.models.graphbased.directedhypergraph that return DirectedHypergraph Modifier and Type Method Description DirectedHypergraph<?,?,?>
AbstractDirectedHypergraphNode. getGraph()
DirectedHypergraph<?,?,?>
DirectedHypergraphElement. getGraph()
Methods in org.processmining.models.graphbased.directedhypergraph with parameters of type DirectedHypergraph Modifier and Type Method Description int
AbstractDirectedHypergraph. compareTo(DirectedHypergraph<N,I,O> o)
-