public class AlignmentAnalyzerParametersImpl extends XSEventStreamAnalyzerParameters
XSEventStreamAnalyzerParameters.AnalysisScheme, XSEventStreamAnalyzerParameters.FragmentationScheme| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_IS_TRACE_GROUPED |
static int |
DEFAULT_MAX_STATES |
static int |
DEFAULT_TIMEOUT_MILI |
charset, DEFAULT_FRAGMENTATION_WINDOW_SIZE, DEFAULT_STEP_SIZE, DEFAUT_END_POINT| Constructor and Description |
|---|
AlignmentAnalyzerParametersImpl() |
AlignmentAnalyzerParametersImpl(XSEventStreamAnalyzerParameters prms,
org.deckfour.xes.classification.XEventClassifier classifier) |
| Modifier and Type | Method and Description |
|---|---|
org.deckfour.xes.classification.XEventClassifier |
getClassifier() |
int |
getMaxNumberOfStates() |
long |
getTimeoutMili() |
boolean |
isTraceGrouped() |
void |
setClassifier(org.deckfour.xes.classification.XEventClassifier classifier) |
void |
setMaxNumberOfStates(int maxNumberOfStates) |
void |
setTimeoutMili(long timeout) |
void |
setTraceGrouped(boolean isTraceGrouped) |
getAnalysisScheme, getEndPoint, getFragmentationScheme, getFragmentationWindowSize, getMetricsFile, getMetricsWriter, getModelSequenceDirectory, getScheme, getStepSize, isStoreModelSequence, isVerbose, setAnalysisScheme, setEndPoint, setFragmentationScheme, setFragmentationWindowSize, setMetricsFile, setMetricsWriter, setModelSequenceDirectory, setScheme, setStepSize, setStoreModelSequence, setVerbosepublic static final int DEFAULT_MAX_STATES
public static final int DEFAULT_TIMEOUT_MILI
public static final boolean DEFAULT_IS_TRACE_GROUPED
public AlignmentAnalyzerParametersImpl()
public AlignmentAnalyzerParametersImpl(XSEventStreamAnalyzerParameters prms, org.deckfour.xes.classification.XEventClassifier classifier)
public int getMaxNumberOfStates()
public void setMaxNumberOfStates(int maxNumberOfStates)
public org.deckfour.xes.classification.XEventClassifier getClassifier()
public void setClassifier(org.deckfour.xes.classification.XEventClassifier classifier)
classifier - the classifier to setpublic long getTimeoutMili()
public void setTimeoutMili(long timeout)
timeout - the timeout to setpublic boolean isTraceGrouped()
public void setTraceGrouped(boolean isTraceGrouped)