Package | Description |
---|---|
jmarkov |
Provides the basic elements to model continuous time Markov chains (CTMC).
|
jmarkov.gui |
Provides classes for graphic user interface (GUI) to present the
result of a model build with JMarkov.
|
jmarkov.jmdp |
jMDP is used to solve Markov Decision Processes.
|
Modifier and Type | Method and Description |
---|---|
DebugReporter |
MarkovProcess.getDebugReporter()
Gets the DebugReporter currently in use.
|
Modifier and Type | Method and Description |
---|---|
void |
MarkovProcess.setDebugReporter(DebugReporter reporter)
Sets the DebugReporter to use.
|
Modifier and Type | Method and Description |
---|---|
DebugReporter |
MarkovGUI.getDebugReporter() |
Constructor and Description |
---|
MarkovFileOpenDialog(DebugReporter reporter,
MarkovGUI owner)
Constructor pointing to a given Reporter and GUI.
|
MarkovFileOpenDialog(java.lang.String[] files,
DebugReporter reporter,
MarkovGUI owner)
Constructor with given file candidates (usually the last thre files used).
|
Modifier and Type | Method and Description |
---|---|
DebugReporter |
MDP.getReporter() |
Modifier and Type | Method and Description |
---|---|
void |
MDP.setReporter(DebugReporter reporter) |