Uses of Class
org.processmining.models.graphbased.directedhypergraph.AbstractDirectedHypergraph
-
Packages that use AbstractDirectedHypergraph Package Description org.processmining.models.graphbased.directedhypergraph -
-
Uses of AbstractDirectedHypergraph in org.processmining.models.graphbased.directedhypergraph
Methods in org.processmining.models.graphbased.directedhypergraph that return AbstractDirectedHypergraph Modifier and Type Method Description protected abstract AbstractDirectedHypergraph<N,I,O>AbstractDirectedHypergraph. getEmptyClone()AbstractDirectedHypergraph<?,?,?>AbstractDirectedHypergraph. getGraph()AbstractDirectedHypergraph<?,?,?>AbstractDirectedIncomingHyperedge. getGraph()AbstractDirectedHypergraph<?,?,?>AbstractDirectedOutgoingHyperedge. getGraph()Methods in org.processmining.models.graphbased.directedhypergraph with parameters of type AbstractDirectedHypergraph Modifier and Type Method Description protected abstract voidAbstractDirectedHypergraph. cloneFrom(AbstractDirectedHypergraph<N,I,O> graph)Constructors in org.processmining.models.graphbased.directedhypergraph with parameters of type AbstractDirectedHypergraph Constructor Description AbstractDirectedHypergraphNode(java.lang.String label, AbstractDirectedHypergraph<?,?,?> graph)
-