public class InvLevel extends PropertiesState
Constructor and Description |
---|
InvLevel(int k)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
computeMOPs(MarkovProcess mp)
By default it computes the long run average for each property. the user
should override this method in order to compute more meaningful measures
of performance.
|
int |
getLevel()
Return the inventory level
|
boolean |
isConsistent()
It is strongly recommended that the user implements this method.
|
java.lang.String |
label()
Returns a string representation of this state in vector form.
|
clone, compareTo, compareTo, getNumProps, getProperties, getProperty
description, equals, getIndex, getMOP, getMOP, setMOP, setMOP, toString
getClass, hashCode, notify, notifyAll, wait, wait, wait
description, equals, toString
public int getLevel()
public java.lang.String label()
PropertiesState
label
in interface JMarkovElement
label
in class PropertiesState
JMarkovElement.description()
public void computeMOPs(MarkovProcess mp)
PropertiesState
computeMOPs
in class PropertiesState
mp
- The model being solved.State.computeMOPs(MarkovProcess)
public boolean isConsistent()
PropertiesState
isConsistent
in class PropertiesState
State.isConsistent()