ibspan.tss.um.ontology
Interface Interval

All Superinterfaces:
Measure, com.ibm.adtech.jastor.Thing
All Known Subinterfaces:
Age
All Known Implementing Classes:
AgeImpl, IntervalImpl

public interface Interval
extends Measure, com.ibm.adtech.jastor.Thing

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

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


RDF Schema Standard Properties
comment : Interval measure has values that belong to the linear scale and thus we can compute the distance measure directly^^http://www.w3.org/2001/XMLSchema#string



Field Summary
static Property mapsLinearValueProperty
          The Jena Property for mapsLinearValue (URI: http://www.ibspan.waw.pl/tss/UserModelling#mapsLinearValue)

RDF Schema Standard Properties
comment : Maps abstract value to a real number.
static Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 Double getMapsLinearValue()
          Gets the 'mapsLinearValue' property value
 void setMapsLinearValue(Double mapsLinearValue)
          Sets the 'mapsLinearValue' 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


mapsLinearValueProperty

static final Property mapsLinearValueProperty
The Jena Property for mapsLinearValue

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



RDF Schema Standard Properties
comment : Maps abstract value to a real number.^^http://www.w3.org/2001/XMLSchema#string

Method Detail

getMapsLinearValue

Double getMapsLinearValue()
                          throws com.ibm.adtech.jastor.JastorException
Gets the 'mapsLinearValue' property value

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

setMapsLinearValue

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

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