Uses of Class
ui.Action

Uses of Action in ui
 

Methods in ui that return Action
 Action SolutionInterface.getActionForState(StudentStateInterface state)
          This method is called by the system and provides environment to students.
static Action Action.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Action[] Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ui with parameters of type Action
 double MDPModel.getTransitionProbability(StudentStateInterface currentState, Action action, StudentStateInterface futureState)
           
 double Environment.getTransitionProbability(StudentStateInterface fromState, Action action, StudentStateInterface toState)