public class EGMatchExpConfigurationSpace
extends java.lang.Object
Constructor and Description |
---|
EGMatchExpConfigurationSpace() |
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.classification.XEventClassifier |
getClassifier() |
java.util.List<CostStrategyConfiguration> |
getCostConfigs() |
java.util.List<MatchingAlg> |
getMatchingAlgorithms() |
org.processmining.partialorder.ptrace.param.PTraceParameter.PTraceType[] |
getPTraceTypes() |
void |
setClassifier(org.deckfour.xes.classification.XEventClassifier classifier) |
void |
setCostConfigs(java.util.List<CostStrategyConfiguration> costConfigs) |
void |
setMatchAlgorithms(java.util.List<MatchingAlg> algs) |
void |
setPTraceTypes(org.processmining.partialorder.ptrace.param.PTraceParameter.PTraceType[] egTypeSelections) |
public org.deckfour.xes.classification.XEventClassifier getClassifier()
public void setClassifier(org.deckfour.xes.classification.XEventClassifier classifier)
public void setPTraceTypes(org.processmining.partialorder.ptrace.param.PTraceParameter.PTraceType[] egTypeSelections)
public void setMatchAlgorithms(java.util.List<MatchingAlg> algs)
public void setCostConfigs(java.util.List<CostStrategyConfiguration> costConfigs)
public org.processmining.partialorder.ptrace.param.PTraceParameter.PTraceType[] getPTraceTypes()
public java.util.List<MatchingAlg> getMatchingAlgorithms()
public java.util.List<CostStrategyConfiguration> getCostConfigs()