Interface BooleanExpression
-
- All Implemented Interfaces:
-
nl.basjes.modbus.schema.expression.Expression
public interface BooleanExpression implements Expression
-
-
Method Summary
Modifier and Type Method Description abstract BooleangetBoolean(SchemaDevice schemaDevice)ReturnTypegetReturnType()-
Methods inherited from class nl.basjes.modbus.schema.expression.Expression
check, checkFatal, combine, getModbusValues, getProblems, getRequiredAddresses, getRequiredFields, getRequiredMutableAddresses, getSubExpressions, initialize, isImmutable, setImmutable, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getBoolean
abstract Boolean getBoolean(SchemaDevice schemaDevice)
- Returns:
The boolean value or null in case of problems (like this is not a discretes address)
-
getReturnType
ReturnType getReturnType()
-
-
-
-