org.deri.iris.api.terms.concrete
Interface IBooleanTerm

All Superinterfaces:
Comparable<ITerm>, IConcreteTerm, ITerm
All Known Implementing Classes:
BooleanTerm

public interface IBooleanTerm
extends IConcreteTerm

An interface for representing the boolean datatype.

Remark: IRIS supports datatypes according to the standard specification for primitive XML Schema datatypes.

Author:
Darko Anicic, DERI Innsbruck

Method Summary
 Boolean getValue()
          Return the wrapped type.
 
Methods inherited from interface org.deri.iris.api.terms.IConcreteTerm
getDatatypeIRI, toCanonicalString
 
Methods inherited from interface org.deri.iris.api.terms.ITerm
isGround
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getValue

Boolean getValue()
Return the wrapped type.

Specified by:
getValue in interface ITerm
Returns:
The term value.