Uses of Class
dk.deepthought.sidious.greenhouse.ClimaticState

Packages that use ClimaticState
dk.deepthought.sidious.greenhouse Contains greenhouse specific classes and interfaces. 
dk.deepthought.sidious.planner Provides classes and interfaces for the planning and pathfinding algorithms 
 

Uses of ClimaticState in dk.deepthought.sidious.greenhouse
 

Methods in dk.deepthought.sidious.greenhouse that return ClimaticState
(package private) static ClimaticState ClimaticState.average(java.util.Collection<ClimaticState> states)
          Calculates and returns the average State, based on the input states.
private  ClimaticState ClimaticState.incrementTime()
          Increments the time of this.
(package private)  ClimaticState ClimaticState.sum(ClimaticState other)
          This method calculates the sum of this ClimaticState and other.
(package private) static ClimaticState ClimaticState.total(java.util.ArrayList<ClimaticState> states, ClimaticState total)
          This method calculates the total sum of all related sensor inputs in the states.
 

Methods in dk.deepthought.sidious.greenhouse that return types with arguments of type ClimaticState
(package private) static java.util.ArrayList<ClimaticState> ClimaticState.toClimaticStateList(java.util.Collection<State> states)
          This method converts the input State objects to a list of ClimaticState objects.
 

Methods in dk.deepthought.sidious.greenhouse with parameters of type ClimaticState
(package private)  ClimaticState ClimaticState.sum(ClimaticState other)
          This method calculates the sum of this ClimaticState and other.
(package private) static ClimaticState ClimaticState.total(java.util.ArrayList<ClimaticState> states, ClimaticState total)
          This method calculates the total sum of all related sensor inputs in the states.
 

Method parameters in dk.deepthought.sidious.greenhouse with type arguments of type ClimaticState
(package private) static ClimaticState ClimaticState.average(java.util.Collection<ClimaticState> states)
          Calculates and returns the average State, based on the input states.
(package private) static ClimaticState ClimaticState.total(java.util.ArrayList<ClimaticState> states, ClimaticState total)
          This method calculates the total sum of all related sensor inputs in the states.
 

Uses of ClimaticState in dk.deepthought.sidious.planner
 

Fields in dk.deepthought.sidious.planner declared as ClimaticState
private  ClimaticState GreenhouseHeuristic.goal
          The goal of the search.
private  ClimaticState GreenhouseHeuristic.source
          The source of the search.
 

Methods in dk.deepthought.sidious.planner with parameters of type ClimaticState
(package private)  double GreenhouseHeuristic.euclidianDistanceToGoal(ClimaticState state)
          Calculates the euclidian distance to the goal state.
private  double GreenhouseHeuristic.normalizedEuclidian(ClimaticState state)
          Calculates the normalized euclidian cost of getting form any state to the goal state.
 



Copyright © Deepthought Development - All Rights Reserved.