Uses of Class
dk.deepthought.sidious.rules.Rule

Packages that use Rule
dk.deepthought.sidious.greenhouse Contains greenhouse specific classes and interfaces. 
dk.deepthought.sidious.ruleengine Provides classes and interfaces for rule evaluation 
dk.deepthought.sidious.rules Contains the implementations of the rules in the system. 
dk.deepthought.sidious.supportsystem Provides interfaces and classes for the general interaction with the system. 
 

Uses of Rule in dk.deepthought.sidious.greenhouse
 

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

Methods in dk.deepthought.sidious.greenhouse that return types with arguments of type Rule
 java.util.Collection<Rule> Greenhouse.getRules()
           
 

Constructor parameters in dk.deepthought.sidious.greenhouse with type arguments of type Rule
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 Rule in dk.deepthought.sidious.ruleengine
 

Method parameters in dk.deepthought.sidious.ruleengine with type arguments of type Rule
(package private)  double RuleEngineImpl.evaluateRules(java.util.Collection<Rule> rules, State current, State next, Step step)
          This method evaluates each of the input rules according to the input states (current and next), and returns a combined value.
(package private)  java.util.Collection<Goal> RuleEngineImpl.extractGoalsFromRules(java.util.Collection<Rule> rules)
          Method extracts and returns all goals from the input rules.
 

Uses of Rule in dk.deepthought.sidious.rules
 

Subclasses of Rule in dk.deepthought.sidious.rules
 class ConstrainingRule
          Rule to keep conventionally unconstrained sensors constrained.
 class HeatExpensesRule
          Class simulates the heat expenses.
 class MorningDropRule
          This class represents the rule to facilitate a morning drop.
 class PhotosynthesisRule
          Class represents a photosynthesis rule.
 class TemperatureRule
          This class represents a temperature rule.
 

Uses of Rule in dk.deepthought.sidious.supportsystem
 

Methods in dk.deepthought.sidious.supportsystem that return types with arguments of type Rule
 java.util.Collection<Rule> PlanRequester.getRules()
          Returns the rules associated with this plan requester.
 



Copyright © Deepthought Development - All Rights Reserved.