Orbital library

Uses of Interface
orbital.logic.functor.MutableFunction

Packages that use MutableFunction
orbital.algorithm.template A framework for general algorithmic evaluation schemes including search and planning algorithms. 
orbital.logic.functor Contains template interfaces for logic functors like Predicates and Functions that can be used for generalized call-back, and functional operations based upon them. 
 

Uses of MutableFunction in orbital.algorithm.template
 

Methods in orbital.algorithm.template that return MutableFunction
protected  MutableFunction MarkovDecisionProcess.DynamicProgramming.createMap()
          Create a mapping.
 MutableFunction OpenClosedGeneralSearchProblem.getAccumulatedCostFunction()
           
 MutableFunction GeneralSearchProblem.getAccumulatedCostFunction()
          Get the accumulated cost function.
 MutableFunction DelegateGeneralSearchProblem.getAccumulatedCostFunction()
           
 

Uses of MutableFunction in orbital.logic.functor
 

Classes in orbital.logic.functor that implement MutableFunction
static class MutableFunction.TableFunction
          A mutable function implemented as a tabular HashMap.
 


Orbital library
1.3.0: 11 Apr 2009

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