Uses of Class
jmarkov.EventsSet

Packages that use EventsSet
jmarkov Provides the basic elements to model continuous time Markov chains (CTMC). 
 

Uses of EventsSet in jmarkov
 

Methods in jmarkov that return EventsSet
static EventsSet<Event> EventsSet.createEventSet(int numE)
          Creates a set with numE Events.
 EventsSet Event.getSet()
          Returns the set of Events to which this event belongs.
 

Methods in jmarkov with parameters of type EventsSet
protected  void MarkovProcess.setEventSet(EventsSet<Evt> eSet)
          Sets the Events set.
 

Constructors in jmarkov with parameters of type EventsSet
GeomProcess(Sub i0, EventsSet<Evt> eSet)
          Builds a GeomProcess
MarkovProcess(Stte i0, EventsSet<Evt> eSet)
          Builds a MarkovProcess that contains all states reachable from i0, and with E being the set of all possible events.
MarkovProcess(Stte i0, EventsSet<Evt> eSet, java.lang.String name)
          Builds a MarkovProcess that contains all states reachable from i0, and with E being the set of all possible events.