eu.larkc.core.data
Interface BooleanInformationSet

All Superinterfaces:
InformationSet, java.io.Serializable
All Known Implementing Classes:
BooleanInformationSetImpl

public interface BooleanInformationSet
extends InformationSet

BooleanInformationSet is a result that contains true or false. It is commonly associated with SPARQL ASK queries.

Author:
vassil

Method Summary
 boolean getValue()
          Reads the boolean value.
 
Methods inherited from interface eu.larkc.core.data.InformationSet
toRDF
 

Method Detail

getValue

boolean getValue()
Reads the boolean value.

Returns:
boolean value