Package org.processmining.specpp.util
Class EvalUtils.EvaluationLogData
- java.lang.Object
-
- org.processmining.specpp.util.EvalUtils.EvaluationLogData
-
- Enclosing class:
- EvalUtils
public static class EvalUtils.EvaluationLogData extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EvaluationLogData(org.deckfour.xes.model.XLog evalLog, org.deckfour.xes.classification.XEventClassifier eventClassifier, java.util.Set<org.deckfour.xes.classification.XEventClass> eventClasses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.deckfour.xes.model.XLoggetEvalLog()java.util.Set<org.deckfour.xes.classification.XEventClass>getEventClasses()org.deckfour.xes.classification.XEventClassifiergetEventClassifier()voidsetEvalLog(org.deckfour.xes.model.XLog evalLog)voidsetEventClasses(java.util.Set<org.deckfour.xes.classification.XEventClass> eventClasses)voidsetEventClassifier(org.deckfour.xes.classification.XEventClassifier eventClassifier)
-
-
-
Method Detail
-
getEventClasses
public java.util.Set<org.deckfour.xes.classification.XEventClass> getEventClasses()
-
setEventClasses
public void setEventClasses(java.util.Set<org.deckfour.xes.classification.XEventClass> eventClasses)
-
getEvalLog
public org.deckfour.xes.model.XLog getEvalLog()
-
setEvalLog
public void setEvalLog(org.deckfour.xes.model.XLog evalLog)
-
getEventClassifier
public org.deckfour.xes.classification.XEventClassifier getEventClassifier()
-
setEventClassifier
public void setEventClassifier(org.deckfour.xes.classification.XEventClassifier eventClassifier)
-
-