Package | Description |
---|---|
examples.jmdp | |
jmarkov.basic |
This package contains basic elements such as State, Event, Action that are used in jMarkov and jMDP
|
Modifier and Type | Class and Description |
---|---|
class |
InvLevel
This class allows to represent a State with a songle integer.
|
class |
TandemQueues
This class represents a state in a tandem queuing system it is used by the Access Control examples
|
Modifier and Type | Method and Description |
---|---|
int |
PropertiesState.compareTo(PropertiesState ps)
Compares according to the internal properties in lexicographic order.
|
Constructor and Description |
---|
PropertiesState(PropertiesState s)
Constructs a new State by cloning the given State.
|