@Deprecated public class LPMinerConfigurationImpl extends java.lang.Object implements LPMinerConfiguration
Constructor and Description |
---|
LPMinerConfigurationImpl()
Deprecated.
|
LPMinerConfigurationImpl(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClassifier classifier)
Deprecated.
Constructor for default settings.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
addLPConstraintType(LPConstraintType t)
Deprecated.
|
DiscoveryStrategy |
getDiscoveryStrategy()
Deprecated.
|
java.io.File |
getDummyLocation()
Deprecated.
|
org.processmining.lpengines.interfaces.LPEngine.EngineType |
getEngineType()
Deprecated.
|
org.deckfour.xes.classification.XEventClassifier |
getEventClassifier()
Deprecated.
|
LPFilter |
getFilter()
Deprecated.
|
org.deckfour.xes.model.XLog |
getLog()
Deprecated.
|
java.util.Set<LPConstraintType> |
getLPConstraintTypes()
Deprecated.
|
LPVariableType |
getLPVaraibleType()
Deprecated.
|
DiscoveryStrategy |
getMiningStrategy()
Deprecated.
|
NetClass |
getNetClass()
Deprecated.
|
LPObjectiveType |
getObjectiveType()
Deprecated.
|
java.util.Set<LPConstraintType> |
getStaticConstraintTypes()
Deprecated.
|
LPVariableType |
getVariableType()
Deprecated.
|
boolean |
isDummy()
Deprecated.
A Dummy Configuration means that ProM will not solve the constructed LP's
It will be used to export the lp's to disk.
|
boolean |
isSolve()
Deprecated.
|
void |
setDiscoveryStrategy(DiscoveryStrategy strategy)
Deprecated.
|
void |
setDummyLocation(java.io.File dummyLocation)
Deprecated.
|
void |
setEngineType(org.processmining.lpengines.interfaces.LPEngine.EngineType type)
Deprecated.
|
void |
setEvenClassifier(org.deckfour.xes.classification.XEventClassifier classifier)
Deprecated.
|
void |
setFilter(LPFilter filter)
Deprecated.
|
void |
setIsDummy(boolean dummy)
Deprecated.
|
void |
setIsSolve(boolean solve)
Deprecated.
|
void |
setLog(org.deckfour.xes.model.XLog log)
Deprecated.
|
void |
setLPConstraintTypes(java.util.Set<LPConstraintType> types)
Deprecated.
|
void |
setMiningStrategy(DiscoveryStrategy strategy)
Deprecated.
|
void |
setNetClass(NetClass netClass)
Deprecated.
|
void |
setObjectiveType(LPObjectiveType type)
Deprecated.
|
void |
setStaticConstraintTypes(java.util.Set<LPConstraintType> types)
Deprecated.
|
void |
setVariableType(LPVariableType type)
Deprecated.
|
public LPMinerConfigurationImpl()
public LPMinerConfigurationImpl(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier)
context
- log
- classifier
- public 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)
public void addLPConstraintType(LPConstraintType t)
addLPConstraintType
in interface LPMinerConfiguration
public DiscoveryStrategy getDiscoveryStrategy()
getDiscoveryStrategy
in interface LPMinerConfiguration
public org.processmining.lpengines.interfaces.LPEngine.EngineType getEngineType()
getEngineType
in interface LPMinerConfiguration
public org.deckfour.xes.classification.XEventClassifier getEventClassifier()
getEventClassifier
in interface LPMinerConfiguration
public LPFilter getFilter()
getFilter
in interface LPMinerConfiguration
public org.deckfour.xes.model.XLog getLog()
getLog
in interface LPMinerConfiguration
public java.util.Set<LPConstraintType> getLPConstraintTypes()
getLPConstraintTypes
in interface LPMinerConfiguration
public LPVariableType getLPVaraibleType()
getLPVaraibleType
in interface LPMinerConfiguration
public DiscoveryStrategy getMiningStrategy()
public NetClass getNetClass()
getNetClass
in interface LPMinerConfiguration
public LPObjectiveType getObjectiveType()
getObjectiveType
in interface LPMinerConfiguration
public java.util.Set<LPConstraintType> getStaticConstraintTypes()
public LPVariableType getVariableType()
public void setDiscoveryStrategy(DiscoveryStrategy strategy)
setDiscoveryStrategy
in interface LPMinerConfiguration
public void setEngineType(org.processmining.lpengines.interfaces.LPEngine.EngineType type)
setEngineType
in interface LPMinerConfiguration
public void setEvenClassifier(org.deckfour.xes.classification.XEventClassifier classifier)
setEvenClassifier
in interface LPMinerConfiguration
public void setFilter(LPFilter filter)
setFilter
in interface LPMinerConfiguration
public void setLog(org.deckfour.xes.model.XLog log)
setLog
in interface LPMinerConfiguration
public void setLPConstraintTypes(java.util.Set<LPConstraintType> types)
setLPConstraintTypes
in interface LPMinerConfiguration
public void setMiningStrategy(DiscoveryStrategy strategy)
public void setNetClass(NetClass netClass)
setNetClass
in interface LPMinerConfiguration
public void setObjectiveType(LPObjectiveType type)
setObjectiveType
in interface LPMinerConfiguration
public void setStaticConstraintTypes(java.util.Set<LPConstraintType> types)
public void setVariableType(LPVariableType type)
setVariableType
in interface LPMinerConfiguration
public boolean isDummy()
LPMinerConfiguration
isDummy
in interface LPMinerConfiguration
public void setIsDummy(boolean dummy)
setIsDummy
in interface LPMinerConfiguration
public java.io.File getDummyLocation()
getDummyLocation
in interface LPMinerConfiguration
public void setDummyLocation(java.io.File dummyLocation)
setDummyLocation
in interface LPMinerConfiguration
public boolean isSolve()
isSolve
in interface LPMinerConfiguration
public void setIsSolve(boolean solve)
setIsSolve
in interface LPMinerConfiguration