
com.mysema.rdfbean.model.BooleanQuery Maven / Gradle / Ivy
The newest version!
package com.mysema.rdfbean.model;
/**
* @author tiwe
*
*/
public interface BooleanQuery {
/**
* Get the result of an boolean query
*
* @return
*/
boolean getBoolean();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy