jhomenet.responsive
Interface ExpressionElement

All Known Implementing Classes:
BooleanCondition, Condition, SensorCondition, StateCondition, ValueCondition

public interface ExpressionElement


Method Summary
 java.lang.String evaluateToString()
          Get a string representation of the value stored in the element.
 boolean isSimple()
          Whether the expression element is simple.
 

Method Detail

evaluateToString

java.lang.String evaluateToString()
Get a string representation of the value stored in the element.

Returns:
String representation of the value

isSimple

boolean isSimple()
Whether the expression element is simple.

Returns:


Copyright © 2004-2005 David Irwin. All Rights Reserved.