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 |
---|---|
java.util.Set<LPConstraintType> |
LPMinerConfigurationImpl.getLPConstraintTypes()
Deprecated.
|
java.util.Set<LPConstraintType> |
LPMinerConfigurationImpl.getStaticConstraintTypes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
LPMinerConfigurationImpl.addLPConstraintType(LPConstraintType t)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
LPMinerConfigurationImpl.setLPConstraintTypes(java.util.Set<LPConstraintType> types)
Deprecated.
|
void |
LPMinerConfigurationImpl.setStaticConstraintTypes(java.util.Set<LPConstraintType> types)
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 |
---|---|
java.util.Set<LPConstraintType> |
LPMinerConfiguration.getLPConstraintTypes()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
LPMinerConfiguration.addLPConstraintType(LPConstraintType t)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
LPMinerConfiguration.setLPConstraintTypes(java.util.Set<LPConstraintType> types)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LPConstraintType |
LPConstraintType.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static LPConstraintType[] |
LPConstraintType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<LPConstraintType> |
NetClass.getOptionalConstraints()
Deprecated.
|
java.util.Set<LPConstraintType> |
NetClass.getRequiredConstraints()
Deprecated.
|