Class PlaceEvaluator
- java.lang.Object
-
- org.processmining.est2miner.algorithms.placeevaluation.PlaceEvaluator
-
public class PlaceEvaluator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PlaceEvaluator(CountedPLog countedPLog, double threshold)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ESTPlaceStatustestPlace(java.util.HashSet<java.lang.String> ingoingTransitions, java.util.HashSet<java.lang.String> outgoingTransitions, ESTPlace place)
-
-
-
Constructor Detail
-
PlaceEvaluator
public PlaceEvaluator(CountedPLog countedPLog, double threshold)
-
-
Method Detail
-
testPlace
public ESTPlaceStatus testPlace(java.util.HashSet<java.lang.String> ingoingTransitions, java.util.HashSet<java.lang.String> outgoingTransitions, ESTPlace place)
-
-