|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Command
Interface for Command ontology class
Use the org.openanzo.common.ontology.AnzoFactory to create instances of this interface.
(URI: http://openanzo.org/types/Command)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
preconditionProperty
The Anzo Property for precondition |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
| Method Summary | |
|---|---|
Precondition |
addPrecondition()
Adds an anonymous value for the 'precondition' property |
void |
addPrecondition(Precondition precondition)
Adds a value for the 'precondition' property |
Precondition |
addPrecondition(org.openrdf.model.Resource resource)
Adds a value for the 'precondition' property. |
info.aduna.collections.iterators.CloseableIterator<Precondition> |
getPrecondition()
Get an Iterator the 'precondition' property values. |
void |
removePrecondition(Precondition precondition)
Removes a value for the 'precondition' property. |
void |
removePrecondition(org.openrdf.model.Resource precondition)
Remove a 'precondition' 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 preconditionProperty
(URI: http://openanzo.org/predicates/precondition)
| Method Detail |
|---|
info.aduna.collections.iterators.CloseableIterator<Precondition> getPrecondition()
throws JastorException
Iterator of Precondition
JastorExceptionpreconditionProperty
void addPrecondition(Precondition precondition)
throws JastorException
precondition - The Precondition to add
JastorExceptionpreconditionProperty
Precondition addPrecondition()
throws JastorException
Precondition created
JastorExceptionpreconditionProperty
Precondition addPrecondition(org.openrdf.model.Resource resource)
throws JastorException
Precondition with the factory
and calling addPrecondition(org.openanzo.common.ontology.Precondition precondition)
The resource argument have rdf:type http://openanzo.org/types/Precondition. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - The Resource to add
JastorExceptionpreconditionProperty
void removePrecondition(Precondition precondition)
throws JastorException
precondition - The Precondition to remove
JastorExceptionpreconditionProperty
void removePrecondition(org.openrdf.model.Resource precondition)
throws JastorException
precondition - Precondition, the value to remove
JastorExceptionpreconditionProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||