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

All Superinterfaces:
_Thing, Message, Response, com.ibm.adtech.jastor.Thing
All Known Subinterfaces:
Evaluated, Evaluating
All Known Implementing Classes:
EvaluatedImpl, EvaluateResponseImpl, EvaluatingImpl

public interface EvaluateResponse
extends Response, _Thing

Interface for EvaluateResponse 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#EvaluateResponse)





Field Summary
static com.hp.hpl.jena.rdf.model.Property returnsProperty
          The Jena Property for returns (URI: http://rewerse.net/I5/NS/2006/r3#returns)
static com.hp.hpl.jena.rdf.model.Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface net.rewerse.i5.r3.juice.ontology.Response
availableProperty, relatesToProperty
 
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
 Result addReturns()
          Adds an anonymous value for the 'returns' property
 void addReturns(java.lang.Iterable<Result> c)
           
 void addReturns(java.lang.Iterable<Result> c, boolean full)
           
 Result addReturns(com.hp.hpl.jena.rdf.model.Resource resource)
          Adds a value for the 'returns' property.
 Result addReturns(com.hp.hpl.jena.rdf.model.Resource resource, boolean full)
           
 void addReturns(Result t)
          Adds a value for the 'returns' property
 void addReturns(Result returns, boolean full)
           
 void clearReturns()
          Removes all values for the 'returns' property.
 java.lang.Iterable<Result> getReturns()
          Get an Iterator the 'returns' property values.
 void removeReturns(Result returns)
          Removes a value for the 'returns' property.
 void setReturns(java.lang.Iterable<Result> c)
          Sets the 'returns' property value
 void setReturns(java.lang.Iterable<Result> c, boolean full)
           
 
Methods inherited from interface net.rewerse.i5.r3.juice.ontology.Response
addAvailable, addAvailable, addAvailable, addAvailable, addAvailable, addAvailable, addAvailable, clearAvailable, clearRelatesTo, getAvailable, getRelatesTo, removeAvailable, setAvailable, setAvailable, setRelatesTo, setRelatesTo, setRelatesTo, setRelatesTo
 
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


returnsProperty

static final com.hp.hpl.jena.rdf.model.Property returnsProperty
The Jena Property for returns

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


Method Detail

getReturns

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

Returns:
Iterable of Result
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
returnsProperty

addReturns

void addReturns(Result t)
                throws java.lang.Exception
Adds a value for the 'returns' property

Parameters:
The - Result to add
Throws:
java.lang.Exception
See Also:
returnsProperty

addReturns

void addReturns(java.lang.Iterable<Result> c)
                throws java.lang.Exception
Throws:
java.lang.Exception

addReturns

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

addReturns

void addReturns(Result returns,
                boolean full)
                throws java.lang.Exception
Throws:
java.lang.Exception

addReturns

Result addReturns()
                  throws com.ibm.adtech.jastor.JastorException
Adds an anonymous value for the 'returns' property

Returns:
The anoymous Result created
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
returnsProperty

addReturns

Result addReturns(com.hp.hpl.jena.rdf.model.Resource resource)
                  throws java.lang.Exception
Adds a value for the 'returns' property. This method is equivalent constructing a new instance of Result with the factory and calling addReturns(net.rewerse.i5.r3.juice.ontology.Result returns) The resource argument have rdf:type http://rewerse.net/I5/NS/2006/r3#Result. 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:
returnsProperty

addReturns

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

removeReturns

void removeReturns(Result returns)
                   throws com.ibm.adtech.jastor.JastorException
Removes a value for the 'returns' 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 - Result to remove
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
returnsProperty

setReturns

void setReturns(java.lang.Iterable<Result> c)
                throws java.lang.Exception
Sets the 'returns' property value

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

setReturns

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

clearReturns

void clearReturns()
                  throws com.ibm.adtech.jastor.JastorException
Removes all values for the 'returns' 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:
returnsProperty