net.rewerse.i5.r3.juice.ontology
Interface Evaluate

All Superinterfaces:
_Thing, Message, Request, com.ibm.adtech.jastor.Thing
All Known Implementing Classes:
EvaluateImpl

public interface Evaluate
extends Request, _Thing

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

TYPE

static final com.hp.hpl.jena.rdf.model.Resource TYPE
The rdf:type for this ontology class


solveProperty

static final com.hp.hpl.jena.rdf.model.Property solveProperty
The Jena Property for solve

(URI: http://rewerse.net/I5/NS/2006/r3#solve)



usingProperty

static final com.hp.hpl.jena.rdf.model.Property usingProperty
The Jena Property for using

(URI: http://rewerse.net/I5/NS/2006/r3#using)


Method Detail

getSolve

Expression getSolve()
                    throws com.ibm.adtech.jastor.JastorException
Gets the 'solve' property value

Returns:
Expression
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
solveProperty

setSolve

void setSolve(Expression solve)
              throws java.lang.Exception
Sets the 'solve' property value

Parameters:
{@link - net.rewerse.i5.r3.juice.ontology.Expression}
Throws:
java.lang.Exception
See Also:
solveProperty

setSolve

Expression setSolve()
                    throws com.ibm.adtech.jastor.JastorException
Sets the 'solve' property value to an anonymous node

Returns:
Expression, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
solveProperty

setSolve

Expression setSolve(com.hp.hpl.jena.rdf.model.Resource resource)
                    throws java.lang.Exception
Sets the 'solve' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of 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.

Parameters:
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Returns:
Expression, the newly created value
Throws:
java.lang.Exception
See Also:
solveProperty

setSolve

Expression setSolve(com.hp.hpl.jena.rdf.model.Resource resource,
                    boolean full)
                    throws java.lang.Exception
Throws:
java.lang.Exception

clearSolve

void clearSolve()
                throws com.ibm.adtech.jastor.JastorException
Removes all values for the 'solve' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Throws:
com.ibm.adtech.jastor.JastorException
See Also:
solveProperty

getUsing

java.lang.Iterable<Substitution> getUsing()
                                          throws com.ibm.adtech.jastor.JastorException
Get an Iterator the 'using' property values. This iterator() may be used to remove all such values.

Returns:
Iterable of Substitution
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
usingProperty

addUsing

void addUsing(Substitution t)
              throws java.lang.Exception
Adds a value for the 'using' property

Parameters:
The - Substitution to add
Throws:
java.lang.Exception
See Also:
usingProperty

addUsing

void addUsing(java.lang.Iterable<Substitution> c)
              throws java.lang.Exception
Throws:
java.lang.Exception

addUsing

void addUsing(java.lang.Iterable<Substitution> c,
              boolean full)
              throws java.lang.Exception
Throws:
java.lang.Exception

addUsing

void addUsing(Substitution using,
              boolean full)
              throws java.lang.Exception
Throws:
java.lang.Exception

addUsing

Substitution addUsing()
                      throws com.ibm.adtech.jastor.JastorException
Adds an anonymous value for the 'using' property

Returns:
The anoymous Substitution created
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
usingProperty

addUsing

Substitution addUsing(com.hp.hpl.jena.rdf.model.Resource resource)
                      throws java.lang.Exception
Adds a value for the 'using' property. This method is equivalent constructing a new instance of 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.

Parameters:
The - om.hp.hpl.jena.rdf.model.Resource to add
Throws:
java.lang.Exception
See Also:
usingProperty

addUsing

Substitution addUsing(com.hp.hpl.jena.rdf.model.Resource resource,
                      boolean full)
                      throws java.lang.Exception
Throws:
java.lang.Exception

removeUsing

void removeUsing(Substitution using)
                 throws com.ibm.adtech.jastor.JastorException
Removes a value for the 'using' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Parameters:
The - Substitution to remove
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
usingProperty

setUsing

void setUsing(java.lang.Iterable<Substitution> c)
              throws java.lang.Exception
Sets the 'using' property value

Parameters:
{@link - java.lang.Iterable} of Substitution
Throws:
java.lang.Exception
See Also:
usingProperty

setUsing

void setUsing(java.lang.Iterable<Substitution> c,
              boolean full)
              throws java.lang.Exception
Throws:
java.lang.Exception

clearUsing

void clearUsing()
                throws com.ibm.adtech.jastor.JastorException
Removes all values for the 'using' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Throws:
com.ibm.adtech.jastor.JastorException
See Also:
usingProperty