Uses of Class
org.processmining.models.graphbased.AbstractGraphEdge
-
-
Uses of AbstractGraphEdge in org.processmining.models.graphbased
Methods in org.processmining.models.graphbased with type parameters of type AbstractGraphEdge Modifier and Type Method Description protected <T extends AbstractGraphEdge<?,?>>
java.util.Collection<T>AbstractGraph. getEdges(AbstractGraphNode source, AbstractGraphNode target, java.util.Collection<T> collection)
Returns the edges from source to target, contained in the given collectionprotected <T extends AbstractGraphEdge<?,?>>
TAbstractGraph. removeFromEdges(AbstractGraphNode source, AbstractGraphNode target, java.util.Collection<T> collection)
-
Uses of AbstractGraphEdge in org.processmining.models.graphbased.directed
Subclasses of AbstractGraphEdge in org.processmining.models.graphbased.directed Modifier and Type Class Description class
AbstractDirectedGraphEdge<S extends AbstractDirectedGraphNode,T extends AbstractDirectedGraphNode>
Methods in org.processmining.models.graphbased.directed with parameters of type AbstractGraphEdge Modifier and Type Method Description int
AbstractDirectedGraphEdge. compareTo(AbstractGraphEdge<S,T> edge)
-
Uses of AbstractGraphEdge in org.processmining.models.graphbased.directedhypergraph
Subclasses of AbstractGraphEdge in org.processmining.models.graphbased.directedhypergraph Modifier and Type Class Description class
AbstractDirectedIncomingHyperedge<S extends AbstractDirectedHypergraphNode,T extends AbstractDirectedHypergraphNode>
class
AbstractDirectedOutgoingHyperedge<S extends AbstractDirectedHypergraphNode,T extends AbstractDirectedHypergraphNode>
Methods in org.processmining.models.graphbased.directedhypergraph with parameters of type AbstractGraphEdge Modifier and Type Method Description int
AbstractDirectedIncomingHyperedge. compareTo(AbstractGraphEdge<java.util.Set<S>,T> edge)
int
AbstractDirectedOutgoingHyperedge. compareTo(AbstractGraphEdge<S,java.util.Set<T>> edge)
-
Uses of AbstractGraphEdge in org.processmining.models.graphbased.undirected
Subclasses of AbstractGraphEdge in org.processmining.models.graphbased.undirected Modifier and Type Class Description class
AbstractUndirectedEdge<T extends UndirectedGraphNode>
-