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 |
---|---|
LPObjectiveType |
LPMinerConfigurationImpl.getObjectiveType()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
LPMinerConfigurationImpl.setObjectiveType(LPObjectiveType type)
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 |
---|---|
LPObjectiveType |
LPMinerConfiguration.getObjectiveType()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
LPMinerConfiguration.setObjectiveType(LPObjectiveType type)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LPObjectiveType |
LPObjectiveType.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static LPObjectiveType[] |
LPObjectiveType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|