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