Class uEMSCParametersLogLogAbstract
- java.lang.Object
-
- org.processmining.earthmoversstochasticconformancechecking.parameters.uEMSCParametersAbstract
-
- org.processmining.earthmoversstochasticconformancechecking.parameters.uEMSCParametersLogLogAbstract
-
- All Implemented Interfaces:
uEMSCParameters,uEMSCParametersLogLog
public class uEMSCParametersLogLogAbstract extends uEMSCParametersAbstract implements uEMSCParametersLogLog
-
-
Constructor Summary
Constructors Constructor Description uEMSCParametersLogLogAbstract(org.deckfour.xes.classification.XEventClassifier classifierA, org.deckfour.xes.classification.XEventClassifier classifierB, boolean debug)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.deckfour.xes.classification.XEventClassifiergetClassifierB()voidsetClassifierB(org.deckfour.xes.classification.XEventClassifier classifierB)-
Methods inherited from class org.processmining.earthmoversstochasticconformancechecking.parameters.uEMSCParametersAbstract
getClassifierA, isDebug, setClassifierA, setDebug
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.earthmoversstochasticconformancechecking.parameters.uEMSCParameters
getClassifierA, isDebug
-
-
-
-
Method Detail
-
getClassifierB
public org.deckfour.xes.classification.XEventClassifier getClassifierB()
- Specified by:
getClassifierBin interfaceuEMSCParametersLogLog
-
setClassifierB
public void setClassifierB(org.deckfour.xes.classification.XEventClassifier classifierB)
-
-