Package | Description |
---|---|
jmarkov |
Provides the basic elements to model continuous time Markov chains (CTMC).
|
jmarkov.basic |
This package contains basic elements such as State, Event, Action that are used in jMarkov and jMDP
|
Constructor and Description |
---|
GeomProcess(Sub i0,
EventsSet<E> eSet)
Builds a GeomProcess
|
MarkovProcess(S i0,
EventsSet<E> eSet)
Builds a SimpleMarkovProcess that contains all states reachable
from i0, and with E being the set of all possible events.
|
MarkovProcess(S i0,
EventsSet<E> eSet,
java.lang.String name)
Builds a SimpleMarkovProcess that contains all states reachable
from i0, and with E being the set of all possible events.
|
SimpleMarkovProcess(S i0,
EventsSet<E> eSet) |
SimpleMarkovProcess(S i0,
EventsSet<E> eSet,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
EventsSet |
Event.getSet()
Returns the set of Events to which this event belongs.
|