@Deprecated public class HybridPairBasedDummyLPMiner<T extends LPDecorator,S extends HybridVariableMapping<java.lang.Integer>,U> extends AbstractHybridIntLPMiner<T,S,U>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
baseName
Deprecated.
|
protected org.processmining.framework.plugin.PluginContext |
context
Deprecated.
|
protected java.util.Set<org.processmining.framework.util.Pair<U,U>> |
pairs
Deprecated.
|
protected java.io.File |
targetFolder
Deprecated.
|
protected boolean |
verbose
Deprecated.
|
computationTime, decorator, logAbstraction, solutions, solveTimeCummulative, varMap
Constructor and Description |
---|
HybridPairBasedDummyLPMiner(S varMap,
T decorator,
LPLogAbstraction<U> logAbstraction,
java.util.Set<org.processmining.framework.util.Pair<U,U>> pairs,
org.processmining.framework.plugin.PluginContext context,
java.lang.String baseName,
java.io.File target)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
execute()
Deprecated.
|
protected java.lang.Runnable |
pairBasedInstance(org.processmining.framework.util.Pair<U,U> pair)
Deprecated.
|
findSourcePlaces, potentialSourceConnections, removePotentialSourceConnection, synthesizeNet
computationTimeMs, decorationTimeMs, run, solutions, solveTimeMs
protected final org.processmining.framework.plugin.PluginContext context
protected boolean verbose
protected final java.lang.String baseName
protected final java.io.File targetFolder
public HybridPairBasedDummyLPMiner(S varMap, T decorator, LPLogAbstraction<U> logAbstraction, java.util.Set<org.processmining.framework.util.Pair<U,U>> pairs, org.processmining.framework.plugin.PluginContext context, java.lang.String baseName, java.io.File target)
protected void execute()
execute
in class AbstractLPMiner<T extends LPDecorator,S extends HybridVariableMapping<java.lang.Integer>,U>