Modifier and Type | Method and Description |
---|---|
static LPMinerConfiguration |
LPMinerConfigurationFactory.customConfiguration(org.deckfour.xes.model.XLog log,
org.processmining.lpengines.interfaces.LPEngine.EngineType engineType,
org.deckfour.xes.classification.XEventClassifier classifier,
DiscoveryStrategy discoveryStrategy,
java.util.Collection<LPConstraintType> constraints,
LPObjectiveType objectiveType,
LPVariableType variableType,
LPFilter filter,
boolean dummy)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DiscoveryStrategy |
LPMinerConfigurationImpl.getDiscoveryStrategy()
Deprecated.
|
DiscoveryStrategy |
LPMinerConfigurationImpl.getMiningStrategy()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
LPMinerConfigurationImpl.setDiscoveryStrategy(DiscoveryStrategy strategy)
Deprecated.
|
void |
LPMinerConfigurationImpl.setMiningStrategy(DiscoveryStrategy strategy)
Deprecated.
|
Constructor and Description |
---|
LPMinerConfigurationImpl(org.deckfour.xes.model.XLog log,
org.processmining.lpengines.interfaces.LPEngine.EngineType engineType,
org.deckfour.xes.classification.XEventClassifier classifier,
DiscoveryStrategy discoveryStrategy,
java.util.Collection<LPConstraintType> staticConstraintTypes,
LPObjectiveType objectiveType,
LPVariableType variableType,
LPFilter filter,
boolean dummy)
Deprecated.
|
XLogLPMinerConfigurationImpl(org.deckfour.xes.model.XLog log,
org.processmining.lpengines.interfaces.LPEngine.EngineType engineType,
org.deckfour.xes.classification.XEventClassifier classifier,
DiscoveryStrategy discoveryStrategy,
java.util.Collection<LPConstraintType> staticConstraintTypes,
LPObjectiveType objectiveType,
LPVariableType variableType,
LPFilter filter,
boolean dummy)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DiscoveryStrategy |
LPMinerConfiguration.getDiscoveryStrategy()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
LPMinerConfiguration.setDiscoveryStrategy(DiscoveryStrategy strategy)
Deprecated.
|