|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Evaluate
Interface for Evaluate ontology class
Use the net.rewerse.i5.r3.juice.ontology.r3Factory to create instances of this interface.
(URI: http://rewerse.net/I5/NS/2006/r3#Evaluate)
| Field Summary | |
|---|---|
static com.hp.hpl.jena.rdf.model.Property |
solveProperty
The Jena Property for solve (URI: http://rewerse.net/I5/NS/2006/r3#solve) |
static com.hp.hpl.jena.rdf.model.Resource |
TYPE
The rdf:type for this ontology class |
static com.hp.hpl.jena.rdf.model.Property |
usingProperty
The Jena Property for using (URI: http://rewerse.net/I5/NS/2006/r3#using) |
| Fields inherited from interface net.rewerse.i5.r3.juice.ontology.Request |
|---|
issuerProperty |
| Fields inherited from interface net.rewerse.i5.r3.juice.ontology._Thing |
|---|
NAMESPACE, NS |
| Fields inherited from interface com.ibm.adtech.jastor.Thing |
|---|
copyright |
| Method Summary | |
|---|---|
Substitution |
addUsing()
Adds an anonymous value for the 'using' property |
void |
addUsing(java.lang.Iterable<Substitution> c)
|
void |
addUsing(java.lang.Iterable<Substitution> c,
boolean full)
|
Substitution |
addUsing(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'using' property. |
Substitution |
addUsing(com.hp.hpl.jena.rdf.model.Resource resource,
boolean full)
|
void |
addUsing(Substitution t)
Adds a value for the 'using' property |
void |
addUsing(Substitution using,
boolean full)
|
void |
clearSolve()
Removes all values for the 'solve' property. |
void |
clearUsing()
Removes all values for the 'using' property. |
Expression |
getSolve()
Gets the 'solve' property value |
java.lang.Iterable<Substitution> |
getUsing()
Get an Iterator the 'using' property values. |
void |
removeUsing(Substitution using)
Removes a value for the 'using' property. |
Expression |
setSolve()
Sets the 'solve' property value to an anonymous node |
void |
setSolve(Expression solve)
Sets the 'solve' property value |
Expression |
setSolve(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'solve' property value to the given resource, and add's rdf:type properties. |
Expression |
setSolve(com.hp.hpl.jena.rdf.model.Resource resource,
boolean full)
|
void |
setUsing(java.lang.Iterable<Substitution> c)
Sets the 'using' property value |
void |
setUsing(java.lang.Iterable<Substitution> c,
boolean full)
|
| Methods inherited from interface net.rewerse.i5.r3.juice.ontology.Request |
|---|
clearIssuer, getIssuer, setIssuer, setIssuer, setIssuer, setIssuer |
| Methods inherited from interface net.rewerse.i5.juice.jastor.Thing |
|---|
asDocument, asDOM, asDOM, asResource, asResource, asString, asString, clearRDFType, inModel, owlClass, setRDFType, thingClass, thingImplClass, validate, validate |
| Methods inherited from interface com.ibm.adtech.jastor.Thing |
|---|
clearCache, isRDFType, listStatements, model, registerListener, removeStatements, resource, unregisterListener, uri |
| Field Detail |
|---|
static final com.hp.hpl.jena.rdf.model.Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property solveProperty
(URI: http://rewerse.net/I5/NS/2006/r3#solve)
static final com.hp.hpl.jena.rdf.model.Property usingProperty
(URI: http://rewerse.net/I5/NS/2006/r3#using)
| Method Detail |
|---|
Expression getSolve()
throws com.ibm.adtech.jastor.JastorException
Expression
com.ibm.adtech.jastor.JastorExceptionsolveProperty
void setSolve(Expression solve)
throws java.lang.Exception
{@link - net.rewerse.i5.r3.juice.ontology.Expression}
java.lang.ExceptionsolveProperty
Expression setSolve()
throws com.ibm.adtech.jastor.JastorException
Expression, the created value
com.ibm.adtech.jastor.JastorExceptionsolveProperty
Expression setSolve(com.hp.hpl.jena.rdf.model.Resource resource)
throws java.lang.Exception
Expression with the factory.
and calling setSolve(net.rewerse.i5.r3.juice.ontology.Expression solve)
The resource argument have rdf:type http://rewerse.net/I5/NS/2006/r3#Expression. That is, this method
should not be used as a shortcut for creating new objects in the model.
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Expression, the newly created value
java.lang.ExceptionsolveProperty
Expression setSolve(com.hp.hpl.jena.rdf.model.Resource resource,
boolean full)
throws java.lang.Exception
java.lang.Exception
void clearSolve()
throws com.ibm.adtech.jastor.JastorException
com.ibm.adtech.jastor.JastorExceptionsolveProperty
java.lang.Iterable<Substitution> getUsing()
throws com.ibm.adtech.jastor.JastorException
Iterable of Substitution
com.ibm.adtech.jastor.JastorExceptionusingProperty
void addUsing(Substitution t)
throws java.lang.Exception
The - Substitution to add
java.lang.ExceptionusingProperty
void addUsing(java.lang.Iterable<Substitution> c)
throws java.lang.Exception
java.lang.Exception
void addUsing(java.lang.Iterable<Substitution> c,
boolean full)
throws java.lang.Exception
java.lang.Exception
void addUsing(Substitution using,
boolean full)
throws java.lang.Exception
java.lang.Exception
Substitution addUsing()
throws com.ibm.adtech.jastor.JastorException
Substitution created
com.ibm.adtech.jastor.JastorExceptionusingProperty
Substitution addUsing(com.hp.hpl.jena.rdf.model.Resource resource)
throws java.lang.Exception
Substitution with the factory
and calling addUsing(net.rewerse.i5.r3.juice.ontology.Substitution using)
The resource argument have rdf:type http://rewerse.net/I5/NS/2006/r3#Substitution. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
java.lang.ExceptionusingProperty
Substitution addUsing(com.hp.hpl.jena.rdf.model.Resource resource,
boolean full)
throws java.lang.Exception
java.lang.Exception
void removeUsing(Substitution using)
throws com.ibm.adtech.jastor.JastorException
The - Substitution to remove
com.ibm.adtech.jastor.JastorExceptionusingProperty
void setUsing(java.lang.Iterable<Substitution> c)
throws java.lang.Exception
{@link - java.lang.Iterable} of Substitution
java.lang.ExceptionusingProperty
void setUsing(java.lang.Iterable<Substitution> c,
boolean full)
throws java.lang.Exception
java.lang.Exception
void clearUsing()
throws com.ibm.adtech.jastor.JastorException
com.ibm.adtech.jastor.JastorExceptionusingProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||