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