|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhomenet.responsive.Condition<T>
jhomenet.responsive.SensorCondition<T>
public abstract class SensorCondition<T extends Sensor>
| Field Summary | |
|---|---|
protected T |
sensor
A reference to the sensor to check as part of the condition. |
| Fields inherited from class jhomenet.responsive.Condition |
|---|
description, ID |
| Constructor Summary | |
|---|---|
SensorCondition()
Constructor. |
|
| Method Summary | |
|---|---|
abstract java.util.ArrayList<java.lang.String> |
getOperators()
Get a list of operators available for the condition. |
abstract T |
getSensor()
Get a reference to the condition's sensor object. |
abstract void |
setSensor(T sensor)
Set the condition's sensor object. |
| Methods inherited from class jhomenet.responsive.Condition |
|---|
equals, evaluateToBoolean, evaluateToString, setDescription, setID, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface jhomenet.responsive.ExpressionElement |
|---|
isSimple |
| Field Detail |
|---|
protected T extends Sensor sensor
| Constructor Detail |
|---|
public SensorCondition()
| Method Detail |
|---|
public abstract java.util.ArrayList<java.lang.String> getOperators()
public abstract void setSensor(T sensor)
sensor - public abstract T getSensor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||