|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntervalSet
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)
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 |
---|
static final Resource TYPE
static final Property hasRightBoundProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasRightBound)
static final Property hasLeftBoundProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasLeftBound)
Method Detail |
---|
Interval getHasRightBound() throws com.ibm.adtech.jastor.JastorException
Interval
com.ibm.adtech.jastor.JastorException
hasRightBoundProperty
void setHasRightBound(Interval hasRightBound) throws com.ibm.adtech.jastor.JastorException
{@link
- ibspan.tss.um.ontology.Interval}
com.ibm.adtech.jastor.JastorException
hasRightBoundProperty
Interval setHasRightBound() throws com.ibm.adtech.jastor.JastorException
Interval
, the created value
com.ibm.adtech.jastor.JastorException
hasRightBoundProperty
Interval setHasRightBound(Resource resource) throws com.ibm.adtech.jastor.JastorException
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.
{@link
- com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Interval
, the newly created value
com.ibm.adtech.jastor.JastorException
hasRightBoundProperty
Interval getHasLeftBound() throws com.ibm.adtech.jastor.JastorException
Interval
com.ibm.adtech.jastor.JastorException
hasLeftBoundProperty
void setHasLeftBound(Interval hasLeftBound) throws com.ibm.adtech.jastor.JastorException
{@link
- ibspan.tss.um.ontology.Interval}
com.ibm.adtech.jastor.JastorException
hasLeftBoundProperty
Interval setHasLeftBound() throws com.ibm.adtech.jastor.JastorException
Interval
, the created value
com.ibm.adtech.jastor.JastorException
hasLeftBoundProperty
Interval setHasLeftBound(Resource resource) throws com.ibm.adtech.jastor.JastorException
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.
{@link
- com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Interval
, the newly created value
com.ibm.adtech.jastor.JastorException
hasLeftBoundProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |