Uses of Interface
jmdp.basic.Actions

Packages that use Actions
jmdp   
jmdp.basic   
jmdp.solvers   
 

Uses of Actions in jmdp
 

Methods in jmdp that return Actions
abstract  Actions<A> DTMDPEvA.feasibleAct(S i)
          Returns the set of actions available at this state.
abstract  Actions<A> CTMDPEvA.feasibleAct(S i)
          Returns the set of actions available at this state.
abstract  Actions<A> InfiniteMDP.feasibleActions(S i)
          Returns the set of actions available at this state.
abstract  Actions<A> FiniteMDP.feasibleActions(S i, int t)
          Returns the actions available at this state i and at this stage t .
 Actions<A> DTMDPEvA.feasibleActions(StateEvent<S,E> i)
           
 Actions<A> CTMDPEvA.feasibleActions(StateEvent<S,E> s)
           
 

Uses of Actions in jmdp.basic
 

Classes in jmdp.basic that implement Actions
 class ActionsSet<A extends Action>
          This class represents a set of objects Action.
 

Constructors in jmdp.basic with parameters of type Actions
ActionsSet(Actions<A> ac)
          Creates a set of Actions from a given set of Actions.
 

Uses of Actions in jmdp.solvers
 

Methods in jmdp.solvers that return Actions
 Actions<A> CT2DTConverter.feasibleActions(S i)