public class XLogHybridILPMinerParametersImpl extends HybridILPMinerParametersImpl
| Constructor and Description |
|---|
XLogHybridILPMinerParametersImpl(org.processmining.framework.plugin.PluginContext context) |
XLogHybridILPMinerParametersImpl(org.processmining.framework.plugin.PluginContext context,
org.processmining.lpengines.interfaces.LPEngine.EngineType engine,
DiscoveryStrategy discoveryStrategy,
NetClass netClass,
java.util.Collection<LPConstraintType> constraints,
LPObjectiveType objectiveType,
LPVariableType variableType,
LPFilter filter,
boolean solve,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClassifier classifier) |
XLogHybridILPMinerParametersImpl(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log) |
XLogHybridILPMinerParametersImpl(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClassifier classifier) |
| Modifier and Type | Method and Description |
|---|---|
org.deckfour.xes.classification.XEventClassifier |
getEventClassifier() |
org.deckfour.xes.model.XLog |
getLog() |
java.lang.String |
htmlPrettyPrint() |
boolean |
isApplyStructuralRedundantPlaceRemoval() |
void |
setApplyStructuralRedundantPlaceRemoval(boolean applyStructuralRedundantPlaceRemoval) |
void |
setEventClassifier(org.deckfour.xes.classification.XEventClassifier eventClassifier) |
void |
setLog(org.deckfour.xes.model.XLog log) |
java.lang.String |
toString() |
addLPConstraintType, getContext, getDiscoveryStrategy, getEngine, getFilter, getILPOutputLocation, getLPConstraintTypes, getLPVaraibleType, getMiningStrategy, getNetClass, getObjectiveType, getStaticConstraintTypes, getVariableType, isFindSink, isSolve, setContext, setDiscoveryStrategy, setEngineType, setFilter, setFindSink, setILPOutputLocation, setIsSolve, setLPConstraintTypes, setMiningStrategy, setNetClass, setObjectiveType, setStaticConstraintTypes, setVariableTypepublic XLogHybridILPMinerParametersImpl(org.processmining.framework.plugin.PluginContext context)
public XLogHybridILPMinerParametersImpl(org.processmining.framework.plugin.PluginContext context,
org.processmining.lpengines.interfaces.LPEngine.EngineType engine,
DiscoveryStrategy discoveryStrategy,
NetClass netClass,
java.util.Collection<LPConstraintType> constraints,
LPObjectiveType objectiveType,
LPVariableType variableType,
LPFilter filter,
boolean solve,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClassifier classifier)
public XLogHybridILPMinerParametersImpl(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log)
public XLogHybridILPMinerParametersImpl(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClassifier classifier)
public org.deckfour.xes.classification.XEventClassifier getEventClassifier()
public org.deckfour.xes.model.XLog getLog()
public java.lang.String htmlPrettyPrint()
public boolean isApplyStructuralRedundantPlaceRemoval()
public void setApplyStructuralRedundantPlaceRemoval(boolean applyStructuralRedundantPlaceRemoval)
public void setEventClassifier(org.deckfour.xes.classification.XEventClassifier eventClassifier)
public void setLog(org.deckfour.xes.model.XLog log)
public java.lang.String toString()
toString in class java.lang.Object