|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NominalSet
Interface for NominalSet ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
(URI: http://www.ibspan.waw.pl/tss/UserModelling#NominalSet)
Field Summary | |
---|---|
static Property |
containsProperty
The Jena Property for contains (URI: http://www.ibspan.waw.pl/tss/UserModelling#contains) |
static Resource |
TYPE
The rdf:type for this ontology class |
Fields inherited from interface com.ibm.adtech.jastor.Thing |
---|
copyright |
Method Summary | |
---|---|
Nominal |
addContains_asNominal()
Adds an anonymous value for the 'contains' property |
Nominal |
addContains_asNominal(Resource resource)
Adds a value for the 'contains' property. |
Measure |
addContains()
Adds an anonymous value for the 'contains' property |
void |
addContains(Measure contains)
Adds a value for the 'contains' property |
void |
addContains(Nominal contains)
Adds a value for the 'contains' property |
Measure |
addContains(Resource resource)
Adds a value for the 'contains' property. |
Iterator |
getContains_asNominal()
Get an Iterator the 'contains' property values. |
Iterator |
getContains()
Get an Iterator the 'contains' property values. |
void |
removeContains(Measure contains)
Removes a value for the 'contains' property. |
void |
removeContains(Nominal contains)
Removes a value for the 'contains' property. |
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 containsProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#contains)
Method Detail |
---|
Iterator getContains() throws com.ibm.adtech.jastor.JastorException
Iterator
of Measure
com.ibm.adtech.jastor.JastorException
containsProperty
void addContains(Measure contains) throws com.ibm.adtech.jastor.JastorException
The
- Measure
to add
com.ibm.adtech.jastor.JastorException
containsProperty
Measure addContains() throws com.ibm.adtech.jastor.JastorException
Measure
created
com.ibm.adtech.jastor.JastorException
containsProperty
Measure addContains(Resource resource) throws com.ibm.adtech.jastor.JastorException
Measure
with the factory
and calling addContains(ibspan.tss.um.ontology.Measure contains)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#Measure. That is, this method
should not be used as a shortcut for creating new objects in the model.
The
- om.hp.hpl.jena.rdf.model.Resource
to add
com.ibm.adtech.jastor.JastorException
containsProperty
void removeContains(Measure contains) throws com.ibm.adtech.jastor.JastorException
The
- Measure
to remove
com.ibm.adtech.jastor.JastorException
containsProperty
Iterator getContains_asNominal() throws com.ibm.adtech.jastor.JastorException
Iterator
of Nominal
com.ibm.adtech.jastor.JastorException
containsProperty
void addContains(Nominal contains) throws com.ibm.adtech.jastor.JastorException
The
- Nominal
to add
com.ibm.adtech.jastor.JastorException
containsProperty
Nominal addContains_asNominal() throws com.ibm.adtech.jastor.JastorException
Nominal
created
com.ibm.adtech.jastor.JastorException
containsProperty
Nominal addContains_asNominal(Resource resource) throws com.ibm.adtech.jastor.JastorException
Nominal
with the factory
and calling addContains(ibspan.tss.um.ontology.Nominal contains)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#Nominal. That is, this method
should not be used as a shortcut for creating new objects in the model.
The
- om.hp.hpl.jena.rdf.model.Resource
to add
com.ibm.adtech.jastor.JastorException
containsProperty
void removeContains(Nominal contains) throws com.ibm.adtech.jastor.JastorException
The
- Nominal
to remove
com.ibm.adtech.jastor.JastorException
containsProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |