Orbital library

Uses of Interface
orbital.algorithm.template.TransitionModel.Transition

Packages that use TransitionModel.Transition
orbital.algorithm.template A framework for general algorithmic evaluation schemes including search and planning algorithms. 
 

Uses of TransitionModel.Transition in orbital.algorithm.template
 

Subinterfaces of TransitionModel.Transition in orbital.algorithm.template
static interface MarkovDecisionProblem.Transition
          Represents a transition option during a Markov decision process.
 

Classes in orbital.algorithm.template that implement TransitionModel.Transition
static class GeneralSearchProblem.Transition
          Represents an option node during a search problem.
static class MarkovDecisionProblem.DefaultTransition
          Default implementation of transition options for Markov decision processes.
 

Methods in orbital.algorithm.template that return TransitionModel.Transition
 TransitionModel.Transition OpenClosedGeneralSearchProblem.transition(java.lang.Object a, java.lang.Object s, java.lang.Object sp)
           
 TransitionModel.Transition DelegateGeneralSearchProblem.transition(java.lang.Object param1, java.lang.Object param2, java.lang.Object param3)
           
 TransitionModel.Transition TransitionModel.transition(java.lang.Object action, java.lang.Object state, java.lang.Object statep)
          Get (information about) the transition from a state to another state under a given action.
 TransitionModel.Transition GeneralSearchProblem.transition(java.lang.Object action, java.lang.Object state, java.lang.Object statep)
          Get (information about) the transition from a state to another state under a given action.
 


Orbital library
1.2.0: 23 Apr 2008

Copyright © 1996-2006 André Platzer
All Rights Reserved.