org.openanzo.common.ontology
Interface AskResult

All Superinterfaces:
CoreThing, GraphThing, Result
All Known Implementing Classes:
AskResultImpl

public interface AskResult
extends Result, GraphThing

Interface for AskResult ontology class
Use the org.openanzo.common.ontology.AnzoFactory to create instances of this interface.

(URI: http://openanzo.org/types/AskResult)


RDF Schema Standard Properties
comment : A result for a AskQuery



Field Summary
static org.openrdf.model.URI _booleanProperty
          The Anzo Property for _boolean
static org.openrdf.model.URI TYPE
          The rdf:type for this ontology class
 
Method Summary
 java.lang.Boolean get_boolean()
          Gets the '_boolean' property value
 void set_boolean(java.lang.Boolean _boolean)
          Sets the '_boolean' property value
 
Methods inherited from interface org.openanzo.jastor.GraphThing
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue
 
Methods inherited from interface org.openanzo.jastor.CoreThing
clearCache, isRDFType, listStatements, registerListener, removeStatements, resource, unregisterListener, uri
 

Field Detail

TYPE

static final org.openrdf.model.URI TYPE
The rdf:type for this ontology class


_booleanProperty

static final org.openrdf.model.URI _booleanProperty
The Anzo Property for _boolean

(URI: http://www.w3.org/2005/sparql-results#boolean)


Method Detail

get_boolean

java.lang.Boolean get_boolean()
                              throws JastorException
Gets the '_boolean' property value

Returns:
Boolean
Throws:
JastorException
See Also:
_booleanProperty

set_boolean

void set_boolean(java.lang.Boolean _boolean)
                 throws JastorException
Sets the '_boolean' property value

Parameters:
_boolean - Boolean
Throws:
JastorException
See Also:
_booleanProperty


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.