Uses of Class
org.processmining.framework.models.causality.ForwardEdge

Packages that use ForwardEdge
org.processmining.framework.models.causality   
 

Uses of ForwardEdge in org.processmining.framework.models.causality
 

Methods in org.processmining.framework.models.causality that return ForwardEdge
 ForwardEdge CausalFootprint.getEdge(ModelGraphVertex source, java.util.HashSet destinations)
          gets a forwardEdge from the graph
 

Methods in org.processmining.framework.models.causality that return types with arguments of type ForwardEdge
 java.util.HashSet<ForwardEdge> CausalFootprint.getOutgoingLookAheadEdges(ModelGraphVertex v)