Package | Description |
---|---|
org.processmining.hybridilpminer.parameters |
Modifier and Type | Method and Description |
---|---|
LPVariableType |
HybridILPMinerParametersImpl.getLPVaraibleType() |
LPVariableType |
HybridILPMinerParametersImpl.getVariableType() |
static LPVariableType |
LPVariableType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LPVariableType[] |
LPVariableType.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.setVariableType(LPVariableType 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) |