ibspan.tss.um.ontology
Interface IntervalSet

All Superinterfaces:
MeasureSet, com.ibm.adtech.jastor.Thing
All Known Subinterfaces:
AgeSet
All Known Implementing Classes:
AgeSetImpl, IntervalSetImpl

public interface IntervalSet
extends MeasureSet, com.ibm.adtech.jastor.Thing

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

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


RDF Schema Standard Properties
comment : Continues finite set with values of Interval measure type.^^http://www.w3.org/2001/XMLSchema#string



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

RDF Schema Standard Properties
comment : Left bound of a set.
static Property hasRightBoundProperty
          The Jena Property for hasRightBound (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasRightBound)

RDF Schema Standard Properties
comment : Right bound of a set.
static Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 Interval getHasLeftBound()
          Gets the 'hasLeftBound' property value
 Interval getHasRightBound()
          Gets the 'hasRightBound' property value
 Interval setHasLeftBound()
          Sets the 'hasLeftBound' property value to an anonymous node
 void setHasLeftBound(Interval hasLeftBound)
          Sets the 'hasLeftBound' property value
 Interval setHasLeftBound(Resource resource)
          Sets the 'hasLeftBound' property value to the given resource, and add's rdf:type properties.
 Interval setHasRightBound()
          Sets the 'hasRightBound' property value to an anonymous node
 void setHasRightBound(Interval hasRightBound)
          Sets the 'hasRightBound' property value
 Interval setHasRightBound(Resource resource)
          Sets the 'hasRightBound' property value to the given resource, and add's rdf:type properties.
 
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


hasRightBoundProperty

static final Property hasRightBoundProperty
The Jena Property for hasRightBound

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



RDF Schema Standard Properties
comment : Right bound of a set.^^http://www.w3.org/2001/XMLSchema#string


hasLeftBoundProperty

static final Property hasLeftBoundProperty
The Jena Property for hasLeftBound

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



RDF Schema Standard Properties
comment : Left bound of a set.^^http://www.w3.org/2001/XMLSchema#string

Method Detail

getHasRightBound

Interval getHasRightBound()
                          throws com.ibm.adtech.jastor.JastorException
Gets the 'hasRightBound' property value

Returns:
Interval
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasRightBoundProperty

setHasRightBound

void setHasRightBound(Interval hasRightBound)
                      throws com.ibm.adtech.jastor.JastorException
Sets the 'hasRightBound' property value

Parameters:
{@link - ibspan.tss.um.ontology.Interval}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasRightBoundProperty

setHasRightBound

Interval setHasRightBound()
                          throws com.ibm.adtech.jastor.JastorException
Sets the 'hasRightBound' property value to an anonymous node

Returns:
Interval, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasRightBoundProperty

setHasRightBound

Interval setHasRightBound(Resource resource)
                          throws com.ibm.adtech.jastor.JastorException
Sets the 'hasRightBound' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of Interval with the factory. and calling setHasRightBound(ibspan.tss.um.ontology.Interval hasRightBound) The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#Interval. 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:
Interval, the newly created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasRightBoundProperty

getHasLeftBound

Interval getHasLeftBound()
                         throws com.ibm.adtech.jastor.JastorException
Gets the 'hasLeftBound' property value

Returns:
Interval
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasLeftBoundProperty

setHasLeftBound

void setHasLeftBound(Interval hasLeftBound)
                     throws com.ibm.adtech.jastor.JastorException
Sets the 'hasLeftBound' property value

Parameters:
{@link - ibspan.tss.um.ontology.Interval}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasLeftBoundProperty

setHasLeftBound

Interval setHasLeftBound()
                         throws com.ibm.adtech.jastor.JastorException
Sets the 'hasLeftBound' property value to an anonymous node

Returns:
Interval, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasLeftBoundProperty

setHasLeftBound

Interval setHasLeftBound(Resource resource)
                         throws com.ibm.adtech.jastor.JastorException
Sets the 'hasLeftBound' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of Interval with the factory. and calling setHasLeftBound(ibspan.tss.um.ontology.Interval hasLeftBound) The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#Interval. 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:
Interval, the newly created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasLeftBoundProperty