|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Precondition
Interface for Precondition ontology class
Use the org.openanzo.common.ontology.AnzoFactory to create instances of this interface.
(URI: http://openanzo.org/types/Precondition)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
datasetProperty
The Anzo Property for dataset |
static org.openrdf.model.URI |
queryProperty
The Anzo Property for query |
static org.openrdf.model.URI |
resultProperty
The Anzo Property for result |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
| Method Summary | |
|---|---|
Dataset |
getDataset()
Gets the 'dataset' property value |
Query |
getQuery()
Gets the 'query' property value |
Result |
getResult()
Gets the 'result' property value |
Dataset |
setDataset()
Sets the 'dataset' property value to an anonymous node |
void |
setDataset(Dataset dataset)
Sets the 'dataset' property value |
Dataset |
setDataset(org.openrdf.model.Resource resource)
Sets the 'dataset' property value to the given resource, and add's rdf:type properties. |
Query |
setQuery()
Sets the 'query' property value to an anonymous node |
void |
setQuery(Query query)
Sets the 'query' property value |
Query |
setQuery(org.openrdf.model.Resource resource)
Sets the 'query' property value to the given resource, and add's rdf:type properties. |
Result |
setResult()
Sets the 'result' property value to an anonymous node |
Result |
setResult(org.openrdf.model.Resource resource)
Sets the 'result' property value to the given resource, and add's rdf:type properties. |
void |
setResult(Result result)
Sets the 'result' 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 |
|---|
static final org.openrdf.model.URI TYPE
static final org.openrdf.model.URI datasetProperty
(URI: http://openanzo.org/predicates/dataset)
static final org.openrdf.model.URI queryProperty
(URI: http://openanzo.org/predicates/query)
static final org.openrdf.model.URI resultProperty
(URI: http://openanzo.org/predicates/result)
| Method Detail |
|---|
Dataset getDataset()
throws JastorException
Dataset
JastorExceptiondatasetProperty
void setDataset(Dataset dataset)
throws JastorException
dataset - Dataset
JastorExceptiondatasetProperty
Dataset setDataset()
throws JastorException
Dataset, the created value
JastorExceptiondatasetProperty
Dataset setDataset(org.openrdf.model.Resource resource)
throws JastorException
Dataset with the factory.
and calling setDataset(org.openanzo.common.ontology.Dataset dataset)
The resource argument have rdf:type http://openanzo.org/types/Dataset. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - Resource must not be be null.
Dataset, the newly created value
JastorExceptiondatasetProperty
Query getQuery()
throws JastorException
Query
JastorExceptionqueryProperty
void setQuery(Query query)
throws JastorException
query - Query
JastorExceptionqueryProperty
Query setQuery()
throws JastorException
Query, the created value
JastorExceptionqueryProperty
Query setQuery(org.openrdf.model.Resource resource)
throws JastorException
Query with the factory.
and calling setQuery(org.openanzo.common.ontology.Query query)
The resource argument have rdf:type http://openanzo.org/types/Query. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - Resource must not be be null.
Query, the newly created value
JastorExceptionqueryProperty
Result getResult()
throws JastorException
Result
JastorExceptionresultProperty
void setResult(Result result)
throws JastorException
result - Result
JastorExceptionresultProperty
Result setResult()
throws JastorException
Result, the created value
JastorExceptionresultProperty
Result setResult(org.openrdf.model.Resource resource)
throws JastorException
Result with the factory.
and calling setResult(org.openanzo.common.ontology.Result result)
The resource argument have rdf:type http://openanzo.org/types/Result. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - Resource must not be be null.
Result, the newly created value
JastorExceptionresultProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||