@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 LPDecoratorpublic void run()
run in interface java.lang.Runnableprotected abstract void setupVariables()
protected abstract void setupConstraints()
protected abstract void setupObjective()
@Deprecated public int[] inivalidEventIndices()
LPDecoratorinivalidEventIndices in interface LPDecoratorpublic long computationTimeMs()
computationTimeMs in interface LPDecorator