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, getPropertydescription, equals, getIndex, getMOP, getMOP, setMOP, setMOP, toStringgetClass, hashCode, notify, notifyAll, wait, wait, waitdescription, equals, toStringpublic int getLevel()
public java.lang.String label()
PropertiesStatelabel in interface JMarkovElementlabel in class PropertiesStateJMarkovElement.description()public void computeMOPs(MarkovProcess mp)
PropertiesStatecomputeMOPs in class PropertiesStatemp - The model being solved.State.computeMOPs(MarkovProcess)public boolean isConsistent()
PropertiesStateisConsistent in class PropertiesStateState.isConsistent()