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

Packages that use SensorInput
dk.deepthought.sidious.greenhouse Contains greenhouse specific classes and interfaces. 
dk.deepthought.sidious.rules Contains the implementations of the rules in the system. 
dk.deepthought.sidious.services Provides functionality for interaction with the environment 
 

Uses of SensorInput in dk.deepthought.sidious.greenhouse
 

Fields in dk.deepthought.sidious.greenhouse with type parameters of type SensorInput
(package private) static java.util.Comparator<SensorInput> ClimaticState.SENSOR_ORDER
          This comparator orders sensors by their SuperLinkID.
private  java.util.List<SensorInput> ClimaticState.sensors
          The list of sensors.
 

Methods in dk.deepthought.sidious.greenhouse that return SensorInput
 SensorInput SensorInput.newInstanceWithNewValue(double value)
          Creates a new instance of this type of SensorInput (i.e.
 

Methods in dk.deepthought.sidious.greenhouse that return types with arguments of type SensorInput
 java.util.Collection<SensorInput> ClimaticState.getSensors()
          Gets a Collection of SensorInput
 

Methods in dk.deepthought.sidious.greenhouse with parameters of type SensorInput
 boolean SensorInput.equalsOnSuperLinkID(SensorInput sensor)
          Compares two sensor inputs on super link equality.
 

Constructor parameters in dk.deepthought.sidious.greenhouse with type arguments of type SensorInput
ClimaticState(java.util.Collection<SensorInput> sensors)
          Creates a ClimaticState object containing the specified sensor inputs.
 

Uses of SensorInput in dk.deepthought.sidious.rules
 

Methods in dk.deepthought.sidious.rules with parameters of type SensorInput
private  double ConstrainingRule.normalizedDistance(SensorInput currentSensor, SensorInput newSensor)
          Calculates the normalized distance between two sensors.
 

Uses of SensorInput in dk.deepthought.sidious.services
 

Fields in dk.deepthought.sidious.services with type parameters of type SensorInput
private static java.util.Collection<SensorInput> ServiceEngine.sensorList
          All the sensors in the environment.
 

Methods in dk.deepthought.sidious.services that return types with arguments of type SensorInput
private static java.util.Collection<SensorInput> ServiceEngine.getEnvironmentSensors()
          Returns a snapshot of the sensors and their current setting in the system.
 

Method parameters in dk.deepthought.sidious.services with type arguments of type SensorInput
static void ServiceEngine.setSensorList(java.util.Collection<SensorInput> sensorList)
           
 



Copyright © Deepthought Development - All Rights Reserved.