Package | Description |
---|---|
examples.jmarkov | |
jmarkov.basic |
This package contains basic elements such as State, Event, Action that are used in jMarkov and jMDP
|
Modifier and Type | Method and Description |
---|---|
Transitions<examples.jmarkov.BBPhBufSt> |
BBPhBuf.revive(Transition<examples.jmarkov.BBPhBufSt> tr,
int i)
If worker i can start working this returns all posiible new
states.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Transition<S>> |
TransitionsSet.iterator()
Returns an iterator used to walk through the Transitions.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TransitionsSet.add(Transition<S> t) |
boolean |
Transitions.add(Transition<S> t) |