Package | Description |
---|---|
jmarkov |
Provides the basic elements to model continuous time Markov chains (CTMC).
|
Modifier and Type | Method and Description |
---|---|
MarkovProcess.Status |
MarkovProcess.getStatus()
Returns the current status of the model.
|
static MarkovProcess.Status |
MarkovProcess.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MarkovProcess.Status[] |
MarkovProcess.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|