|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventsSet | |
---|---|
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. |
Uses of EventsSet in jmarkov |
---|
Methods in jmarkov with parameters of type EventsSet | |
---|---|
protected void |
MarkovProcess.setEventSet(EventsSet<E> eSet)
Sets the Events set. |
Constructors in jmarkov with parameters of type EventsSet | |
---|---|
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)
|
Uses of EventsSet in jmarkov.basic |
---|
Methods in jmarkov.basic that return EventsSet | |
---|---|
EventsSet |
Event.getSet()
Returns the set of Events to which this event belongs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |