org.openanzo.common.ontology
Interface Query

All Superinterfaces:
CoreThing, GraphThing
All Known Implementing Classes:
QueryImpl

public interface Query
extends GraphThing

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

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


RDF Schema Standard Properties
comment : A dataset for a precondition



Field Summary
static org.openrdf.model.URI queryStringProperty
          The Anzo Property for queryString
static org.openrdf.model.URI TYPE
          The rdf:type for this ontology class
 
Method Summary
 java.lang.String getQueryString()
          Gets the 'queryString' property value
 void setQueryString(java.lang.String queryString)
          Sets the 'queryString' 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


queryStringProperty

static final org.openrdf.model.URI queryStringProperty
The Anzo Property for queryString

(URI: http://openanzo.org/predicates/queryString)


Method Detail

getQueryString

java.lang.String getQueryString()
                                throws JastorException
Gets the 'queryString' property value

Returns:
String
Throws:
JastorException
See Also:
queryStringProperty

setQueryString

void setQueryString(java.lang.String queryString)
                    throws JastorException
Sets the 'queryString' property value

Parameters:
queryString - String
Throws:
JastorException
See Also:
queryStringProperty


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