Package | Description |
---|---|
org.processmining.hybridilpminer.parameters |
Modifier and Type | Method and Description |
---|---|
static LPConstraintType |
LPConstraintType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LPConstraintType[] |
LPConstraintType.values()
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> |
HybridILPMinerParametersImpl.getLPConstraintTypes() |
java.util.Set<LPConstraintType> |
NetClass.getOptionalConstraints() |
java.util.Set<LPConstraintType> |
NetClass.getRequiredConstraints() |
java.util.Set<LPConstraintType> |
HybridILPMinerParametersImpl.getStaticConstraintTypes() |
Modifier and Type | Method and Description |
---|---|
void |
HybridILPMinerParametersImpl.addLPConstraintType(LPConstraintType t) |
Modifier and Type | Method and Description |
---|---|
void |
HybridILPMinerParametersImpl.setLPConstraintTypes(java.util.Set<LPConstraintType> types) |
void |
HybridILPMinerParametersImpl.setStaticConstraintTypes(java.util.Set<LPConstraintType> types) |
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) |