ibspan.tss.um.ontology
Interface RatedResult

All Superinterfaces:
com.ibm.adtech.jastor.Thing
All Known Implementing Classes:
RatedResultImpl

public interface RatedResult
extends com.ibm.adtech.jastor.Thing

Interface for RatedResult ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.

(URI: http://www.ibspan.waw.pl/tss/UserModelling#RatedResult)


RDF Schema Standard Properties
comment : Describes potential imperatute of interest (rate) for the givenr object.^^http://www.w3.org/2001/XMLSchema#string



Field Summary
static Property hasTemperatureProperty
          The Jena Property for hasTemperature (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasTemperature)
static Property ofObjectProperty
          The Jena Property for ofObject (URI: http://www.ibspan.waw.pl/tss/UserModelling#ofObject)
static Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 Double getHasTemperature()
          Gets the 'hasTemperature' property value
 com.ibm.adtech.jastor.Thing getOfObject()
          Gets the 'ofObject' property value
 void setHasTemperature(Double hasTemperature)
          Sets the 'hasTemperature' property value
 com.ibm.adtech.jastor.Thing setOfObject()
          Sets the 'ofObject' property value to an anonymous node
 com.ibm.adtech.jastor.Thing setOfObject(Resource resource)
          Sets the 'ofObject' property value to the given resource, and add's rdf:type properties.
 void setOfObject(com.ibm.adtech.jastor.Thing ofObject)
          Sets the 'ofObject' property value
 
Methods inherited from interface com.ibm.adtech.jastor.Thing
clearCache, isRDFType, listStatements, model, registerListener, removeStatements, resource, unregisterListener, uri
 

Field Detail

TYPE

static final Resource TYPE
The rdf:type for this ontology class


hasTemperatureProperty

static final Property hasTemperatureProperty
The Jena Property for hasTemperature

(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasTemperature)



ofObjectProperty

static final Property ofObjectProperty
The Jena Property for ofObject

(URI: http://www.ibspan.waw.pl/tss/UserModelling#ofObject)


Method Detail

getHasTemperature

Double getHasTemperature()
                         throws com.ibm.adtech.jastor.JastorException
Gets the 'hasTemperature' property value

Returns:
Double
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasTemperatureProperty

setHasTemperature

void setHasTemperature(Double hasTemperature)
                       throws com.ibm.adtech.jastor.JastorException
Sets the 'hasTemperature' property value

Parameters:
{@link - java.lang.Double}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasTemperatureProperty

getOfObject

com.ibm.adtech.jastor.Thing getOfObject()
                                        throws com.ibm.adtech.jastor.JastorException
Gets the 'ofObject' property value

Returns:
Thing
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
ofObjectProperty

setOfObject

void setOfObject(com.ibm.adtech.jastor.Thing ofObject)
                 throws com.ibm.adtech.jastor.JastorException
Sets the 'ofObject' property value

Parameters:
{@link - com.ibm.adtech.jastor.Thing}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
ofObjectProperty

setOfObject

com.ibm.adtech.jastor.Thing setOfObject()
                                        throws com.ibm.adtech.jastor.JastorException
Sets the 'ofObject' property value to an anonymous node

Returns:
Thing, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
ofObjectProperty

setOfObject

com.ibm.adtech.jastor.Thing setOfObject(Resource resource)
                                        throws com.ibm.adtech.jastor.JastorException
Sets the 'ofObject' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of Thing with the factory. and calling setOfObject(com.ibm.adtech.jastor.Thing ofObject) The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. 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:
Thing, the newly created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
ofObjectProperty