@Deprecated public abstract class AbstractLPDecorator extends java.lang.Object implements LPDecorator
Modifier and Type | Field and Description |
---|---|
protected long |
computationTime
Deprecated.
|
protected org.processmining.lpengines.interfaces.LPEngine |
engine
Deprecated.
|
protected int[] |
invalidEventIndices
Deprecated.
|
Constructor and Description |
---|
AbstractLPDecorator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
computationTimeMs()
Deprecated.
|
org.processmining.lpengines.interfaces.LPEngine |
engine()
Deprecated.
|
int[] |
inivalidEventIndices()
Deprecated.
|
void |
run()
Deprecated.
|
protected abstract void |
setupConstraints()
Deprecated.
|
protected abstract org.processmining.lpengines.interfaces.LPEngine |
setupEngine()
Deprecated.
|
protected abstract void |
setupObjective()
Deprecated.
|
protected abstract void |
setupVariables()
Deprecated.
|
protected org.processmining.lpengines.interfaces.LPEngine engine
@Deprecated protected int[] invalidEventIndices
protected long computationTime
protected abstract org.processmining.lpengines.interfaces.LPEngine setupEngine()
public org.processmining.lpengines.interfaces.LPEngine engine()
engine
in interface LPDecorator
public void run()
run
in interface java.lang.Runnable
protected abstract void setupVariables()
protected abstract void setupConstraints()
protected abstract void setupObjective()
@Deprecated public int[] inivalidEventIndices()
LPDecorator
inivalidEventIndices
in interface LPDecorator
public long computationTimeMs()
computationTimeMs
in interface LPDecorator