Class PTraceUtil
- java.lang.Object
-
- org.processmining.partialorder.ptrace.plugins.builder.alg.PTraceUtil
-
public class PTraceUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PTraceUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanareEventsWithInDistance(PTrace potrace, FilterDistance filter)static voidcomputeAndSetTransitiveReduction(PTrace ptrace)For each edge in the ptrace, compute isDirect and setDirectstatic voidcomputeCompleteRelations(PTrace ptrace)Given a ptrace, the function computes the Eventually-followed-by relations and the Uncertainty relations and add it to ptrace.
-
-
-
Method Detail
-
computeAndSetTransitiveReduction
public static void computeAndSetTransitiveReduction(PTrace ptrace)
For each edge in the ptrace, compute isDirect and setDirect- Parameters:
ptrace-
-
computeCompleteRelations
public static void computeCompleteRelations(PTrace ptrace)
Given a ptrace, the function computes the Eventually-followed-by relations and the Uncertainty relations and add it to ptrace.- Parameters:
ptrace-
-
areEventsWithInDistance
public static boolean areEventsWithInDistance(PTrace potrace, FilterDistance filter)
-
-