|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StereotypeProfileData
Interface for StereotypeProfileData ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
(URI: http://www.ibspan.waw.pl/tss/UserModelling#StereotypeProfileData)
Field Summary | |
---|---|
static Property |
hasAgeSetProperty
The Jena Property for hasAgeSet (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasAgeSet) |
static Property |
hasDressSetProperty
The Jena Property for hasDressSet (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasDressSet) |
static Property |
hasProfessionSetProperty
The Jena Property for hasProfessionSet (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasProfessionSet) |
static Property |
hasWealthSetProperty
The Jena Property for hasWealthSet (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasWealthSet) |
static Resource |
TYPE
The rdf:type for this ontology class |
Fields inherited from interface com.ibm.adtech.jastor.Thing |
---|
copyright |
Method Summary | |
---|---|
AgeSet |
getHasAgeSet()
Gets the 'hasAgeSet' property value |
DressSet |
getHasDressSet()
Gets the 'hasDressSet' property value |
ProfessionSet |
getHasProfessionSet()
Gets the 'hasProfessionSet' property value |
WealthSet |
getHasWealthSet()
Gets the 'hasWealthSet' property value |
AgeSet |
setHasAgeSet()
Sets the 'hasAgeSet' property value to an anonymous node |
void |
setHasAgeSet(AgeSet hasAgeSet)
Sets the 'hasAgeSet' property value |
AgeSet |
setHasAgeSet(Resource resource)
Sets the 'hasAgeSet' property value to the given resource, and add's rdf:type properties. |
DressSet |
setHasDressSet()
Sets the 'hasDressSet' property value to an anonymous node |
void |
setHasDressSet(DressSet hasDressSet)
Sets the 'hasDressSet' property value |
DressSet |
setHasDressSet(Resource resource)
Sets the 'hasDressSet' property value to the given resource, and add's rdf:type properties. |
ProfessionSet |
setHasProfessionSet()
Sets the 'hasProfessionSet' property value to an anonymous node |
void |
setHasProfessionSet(ProfessionSet hasProfessionSet)
Sets the 'hasProfessionSet' property value |
ProfessionSet |
setHasProfessionSet(Resource resource)
Sets the 'hasProfessionSet' property value to the given resource, and add's rdf:type properties. |
WealthSet |
setHasWealthSet()
Sets the 'hasWealthSet' property value to an anonymous node |
WealthSet |
setHasWealthSet(Resource resource)
Sets the 'hasWealthSet' property value to the given resource, and add's rdf:type properties. |
void |
setHasWealthSet(WealthSet hasWealthSet)
Sets the 'hasWealthSet' property value |
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 hasWealthSetProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasWealthSet)
static final Property hasDressSetProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasDressSet)
static final Property hasProfessionSetProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasProfessionSet)
static final Property hasAgeSetProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasAgeSet)
Method Detail |
---|
WealthSet getHasWealthSet() throws com.ibm.adtech.jastor.JastorException
WealthSet
com.ibm.adtech.jastor.JastorException
hasWealthSetProperty
void setHasWealthSet(WealthSet hasWealthSet) throws com.ibm.adtech.jastor.JastorException
{@link
- ibspan.tss.um.ontology.WealthSet}
com.ibm.adtech.jastor.JastorException
hasWealthSetProperty
WealthSet setHasWealthSet() throws com.ibm.adtech.jastor.JastorException
WealthSet
, the created value
com.ibm.adtech.jastor.JastorException
hasWealthSetProperty
WealthSet setHasWealthSet(Resource resource) throws com.ibm.adtech.jastor.JastorException
WealthSet
with the factory.
and calling setHasWealthSet(ibspan.tss.um.ontology.WealthSet hasWealthSet)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#WealthSet. 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.
WealthSet
, the newly created value
com.ibm.adtech.jastor.JastorException
hasWealthSetProperty
DressSet getHasDressSet() throws com.ibm.adtech.jastor.JastorException
DressSet
com.ibm.adtech.jastor.JastorException
hasDressSetProperty
void setHasDressSet(DressSet hasDressSet) throws com.ibm.adtech.jastor.JastorException
{@link
- ibspan.tss.um.ontology.DressSet}
com.ibm.adtech.jastor.JastorException
hasDressSetProperty
DressSet setHasDressSet() throws com.ibm.adtech.jastor.JastorException
DressSet
, the created value
com.ibm.adtech.jastor.JastorException
hasDressSetProperty
DressSet setHasDressSet(Resource resource) throws com.ibm.adtech.jastor.JastorException
DressSet
with the factory.
and calling setHasDressSet(ibspan.tss.um.ontology.DressSet hasDressSet)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#DressSet. 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.
DressSet
, the newly created value
com.ibm.adtech.jastor.JastorException
hasDressSetProperty
ProfessionSet getHasProfessionSet() throws com.ibm.adtech.jastor.JastorException
ProfessionSet
com.ibm.adtech.jastor.JastorException
hasProfessionSetProperty
void setHasProfessionSet(ProfessionSet hasProfessionSet) throws com.ibm.adtech.jastor.JastorException
{@link
- ibspan.tss.um.ontology.ProfessionSet}
com.ibm.adtech.jastor.JastorException
hasProfessionSetProperty
ProfessionSet setHasProfessionSet() throws com.ibm.adtech.jastor.JastorException
ProfessionSet
, the created value
com.ibm.adtech.jastor.JastorException
hasProfessionSetProperty
ProfessionSet setHasProfessionSet(Resource resource) throws com.ibm.adtech.jastor.JastorException
ProfessionSet
with the factory.
and calling setHasProfessionSet(ibspan.tss.um.ontology.ProfessionSet hasProfessionSet)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#ProfessionSet. 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.
ProfessionSet
, the newly created value
com.ibm.adtech.jastor.JastorException
hasProfessionSetProperty
AgeSet getHasAgeSet() throws com.ibm.adtech.jastor.JastorException
AgeSet
com.ibm.adtech.jastor.JastorException
hasAgeSetProperty
void setHasAgeSet(AgeSet hasAgeSet) throws com.ibm.adtech.jastor.JastorException
{@link
- ibspan.tss.um.ontology.AgeSet}
com.ibm.adtech.jastor.JastorException
hasAgeSetProperty
AgeSet setHasAgeSet() throws com.ibm.adtech.jastor.JastorException
AgeSet
, the created value
com.ibm.adtech.jastor.JastorException
hasAgeSetProperty
AgeSet setHasAgeSet(Resource resource) throws com.ibm.adtech.jastor.JastorException
AgeSet
with the factory.
and calling setHasAgeSet(ibspan.tss.um.ontology.AgeSet hasAgeSet)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#AgeSet. 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.
AgeSet
, the newly created value
com.ibm.adtech.jastor.JastorException
hasAgeSetProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |