Package jmarkov

Provides the basic elements to model continuous time Markov chains (CTMC).

See:
          Description

Class Summary
DebugReporter A debug reporter is used to report debug Information from a program.
GeomProcess<Sub extends State,E extends Event> The class GeomProcess represents a continuos or discrete Quasi Birth and Death process.
GeomRelState<Sub extends State> This class is used to build destinations which are relative to a given GeomState.
GeomState<Sub extends State> The actual Geometric model is build using this class.
MarkovProcess<S extends State,E extends Event> The abstract class SimpleMarkovProcess represents a Continuous or Discrete Time Markov Chain.
SimpleMarkovProcess<S extends State,E extends Event>  
 

Enum Summary
MarkovProcess.Status Status variables
 

Package jmarkov Description

Provides the basic elements to model continuous time Markov chains (CTMC). An application should extend the class MarkovProcess, State and, optionaly the class Event. The package also includes facility to model Matrix Geometrix Systems. For overviews, tutorials, examples, guides, and tool documentation, please see:

  • JMarkov User's Manual.
  • COPA group WEB page.