public class HeuristicFunctionImp extends HeuristicFunction
| Constructor and Description |
|---|
HeuristicFunctionImp(org.processmining.partialorder.models.palignment.PAlignment pAlignment,
org.deckfour.xes.model.XTrace systemTrace,
CostFunction cost,
CRUD crud,
CriterionFunction criterion) |
| Modifier and Type | Method and Description |
|---|---|
void |
findPossibleMapping(org.processmining.partialorder.models.palignment.PAlignment pAlignment,
org.deckfour.xes.model.XTrace systemTrace,
CostFunction cost,
CRUD crud,
CriterionFunction criterionFunction) |
double |
getDistanceToTarget(org.deckfour.xes.model.XTrace systemTrace,
int index) |
public HeuristicFunctionImp(org.processmining.partialorder.models.palignment.PAlignment pAlignment,
org.deckfour.xes.model.XTrace systemTrace,
CostFunction cost,
CRUD crud,
CriterionFunction criterion)
throws java.text.ParseException
java.text.ParseExceptionpublic double getDistanceToTarget(org.deckfour.xes.model.XTrace systemTrace,
int index)
getDistanceToTarget in class HeuristicFunctionpublic void findPossibleMapping(org.processmining.partialorder.models.palignment.PAlignment pAlignment,
org.deckfour.xes.model.XTrace systemTrace,
CostFunction cost,
CRUD crud,
CriterionFunction criterionFunction)
throws java.text.ParseException
java.text.ParseException