Uses of Interface
dk.deepthought.sidious.supportsystem.Adjustable

Packages that use Adjustable
dk.deepthought.sidious.greenhouse Contains greenhouse specific classes and interfaces. 
dk.deepthought.sidious.planner Provides classes and interfaces for the planning and pathfinding algorithms 
dk.deepthought.sidious.planner.graph Provides classes and interfaces for representing graphs for the planner. 
dk.deepthought.sidious.supportsystem Provides interfaces and classes for the general interaction with the system. 
 

Uses of Adjustable in dk.deepthought.sidious.greenhouse
 

Classes in dk.deepthought.sidious.greenhouse that implement Adjustable
 class CO2SetPoint
          This class represents the CO2 setpoint of the greenhouse.
 class HeaterSetPoint
          This class implements the abstraction of a setpoint of the heater.
 class ScreenSetPoint
          This class implements the abstraction of a setpoint of the screens.
 class WindowSetPoint
          This class represents the setpoint for the greenhouse windows.
 

Fields in dk.deepthought.sidious.greenhouse with type parameters of type Adjustable
private  java.util.Collection<Adjustable> Greenhouse.adjustables
          Collection of adjustables
 

Methods in dk.deepthought.sidious.greenhouse that return types with arguments of type Adjustable
 java.util.Collection<Adjustable> Greenhouse.getAdjustables()
           
 java.util.Collection<Adjustable> WindowSetPoint.possibleAdjustments()
           
 java.util.Collection<Adjustable> ScreenSetPoint.possibleAdjustments()
           
 java.util.Collection<Adjustable> HeaterSetPoint.possibleAdjustments()
           
 java.util.Collection<Adjustable> CO2SetPoint.possibleAdjustments()
           
 

Constructor parameters in dk.deepthought.sidious.greenhouse with type arguments of type Adjustable
Greenhouse(SuperLinkID id, java.util.Collection<Adjustable> adjustables, java.util.Collection<Rule> rules)
          Constructs a new instance of Greenhouse with the specified id, adjustables, and rules.
 

Uses of Adjustable in dk.deepthought.sidious.planner
 

Methods in dk.deepthought.sidious.planner that return types with arguments of type Adjustable
static java.util.Collection<Adjustable> PlannerEngine.getAdjustables(SuperLinkID requester)
          Returns the adjustables of the specified requester.
 

Uses of Adjustable in dk.deepthought.sidious.planner.graph
 

Constructor parameters in dk.deepthought.sidious.planner.graph with type arguments of type Adjustable
AStarGraph(State sourceState, State goalState, java.util.Collection<Adjustable> adjustables, Heuristic heuristic, SuperLinkID requester)
          Constructs an AStarGraph with a start and end-state, and the set adjustables.
 

Uses of Adjustable in dk.deepthought.sidious.supportsystem
 

Fields in dk.deepthought.sidious.supportsystem with type parameters of type Adjustable
private  java.util.Collection<Adjustable> Step.adjustables
          The adjustables of this.
 

Methods in dk.deepthought.sidious.supportsystem that return types with arguments of type Adjustable
 java.util.Collection<Adjustable> Step.getAdjustables()
          Returns the adjustables of this step.
 java.util.Collection<Adjustable> PlanRequester.getAdjustables()
          Returns the adjustables associated with this plan requester.
 java.util.Collection<Adjustable> Adjustable.possibleAdjustments()
          Returns the possible adjustments from the current setting of this Adjustable.
 

Constructor parameters in dk.deepthought.sidious.supportsystem with type arguments of type Adjustable
Step(java.util.Collection<Adjustable> adjustables)
          Constructs a new Step object, specified by the input adjustables.
 



Copyright © Deepthought Development - All Rights Reserved.