org.norecess.citkit.tir.expressions
Interface IBooleanETIR

All Superinterfaces:
DatumTIR, ExpressionTIR, HobbesTIR
All Known Implementing Classes:
BooleanETIR

public interface IBooleanETIR
extends ExpressionTIR, DatumTIR


Method Summary
 boolean getValue()
          Returns the actual value for this BooleanETIR.
 
Methods inherited from interface org.norecess.citkit.tir.ExpressionTIR
accept, getType
 
Methods inherited from interface org.norecess.citkit.tir.HobbesTIR
getPosition
 
Methods inherited from interface org.norecess.citkit.tir.data.DatumTIR
getType
 

Method Detail

getValue

boolean getValue()
Returns the actual value for this BooleanETIR.

Returns:
the actual Boolean value.