Uses of Package
jmdp.basic

Packages that use jmdp.basic
jmdp   
jmdp.basic   
jmdp.solvers   
 

Classes in jmdp.basic used by jmdp
Action
          This class represents a single action.
Actions
          This interface represents a set of objects Action.
Event
          This class represents an event.
Events
          This class represents a set of objects Event.
Policy
          Policy is a set of "Decision Rules".
Solution
          This class represents the joint information of a value function and a policy which summarizes the solution to a problem
State
          This class represents a state.
StateC
          State to model shortest path problems
StateEvent
          This class represents a state compounded of a state and an event.
States
          This interface represents a set of objects State.
StructureException
           
ValueFunction
          This structure matches each state with a double number representing its value function, or in some cases the steady state probabilities.
 

Classes in jmdp.basic used by jmdp.basic
Action
          This class represents a single action.
ActionArray
          This class is an easy way to use a Action that is represented by an array.
Actions
          This interface represents a set of objects Action.
DecisionRule
          This class represents a deterministic decision rule which assigns an action to every state.
Event
          This class represents an event.
EventArray
          This class is an easy way to use an event that is represented by an array of int.
Events
          This class represents a set of objects Event.
Policy
          Policy is a set of "Decision Rules".
State
          This class represents a state.
StateArray
          This class is an easy way to use a state that is represented by an array of ints.
States
          This interface represents a set of objects State.
ValueFunction
          This structure matches each state with a double number representing its value function, or in some cases the steady state probabilities.
 

Classes in jmdp.basic used by jmdp.solvers
Action
          This class represents a single action.
Actions
          This interface represents a set of objects Action.
DecisionRule
          This class represents a deterministic decision rule which assigns an action to every state.
Policy
          Policy is a set of "Decision Rules".
Solution
          This class represents the joint information of a value function and a policy which summarizes the solution to a problem
State
          This class represents a state.
StateC
          State to model shortest path problems
States
          This interface represents a set of objects State.
StructureException
           
ValueFunction
          This structure matches each state with a double number representing its value function, or in some cases the steady state probabilities.