|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Profile
Interface for Profile ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
(URI: http://www.ibspan.waw.pl/tss/UserModelling#Profile)
Field Summary | |
---|---|
static Property |
hasOpinionsProperty
The Jena Property for hasOpinions (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasOpinions) |
static Resource |
TYPE
The rdf:type for this ontology class |
Fields inherited from interface com.ibm.adtech.jastor.Thing |
---|
copyright |
Method Summary | |
---|---|
OpinionSet |
getHasOpinions()
Gets the 'hasOpinions' property value |
OpinionSet |
setHasOpinions()
Sets the 'hasOpinions' property value to an anonymous node |
void |
setHasOpinions(OpinionSet hasOpinions)
Sets the 'hasOpinions' property value |
OpinionSet |
setHasOpinions(Resource resource)
Sets the 'hasOpinions' 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 hasOpinionsProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasOpinions)
Method Detail |
---|
OpinionSet getHasOpinions() throws com.ibm.adtech.jastor.JastorException
OpinionSet
com.ibm.adtech.jastor.JastorException
hasOpinionsProperty
void setHasOpinions(OpinionSet hasOpinions) throws com.ibm.adtech.jastor.JastorException
{@link
- ibspan.tss.um.ontology.OpinionSet}
com.ibm.adtech.jastor.JastorException
hasOpinionsProperty
OpinionSet setHasOpinions() throws com.ibm.adtech.jastor.JastorException
OpinionSet
, the created value
com.ibm.adtech.jastor.JastorException
hasOpinionsProperty
OpinionSet setHasOpinions(Resource resource) throws com.ibm.adtech.jastor.JastorException
OpinionSet
with the factory.
and calling setHasOpinions(ibspan.tss.um.ontology.OpinionSet hasOpinions)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#OpinionSet. 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.
OpinionSet
, the newly created value
com.ibm.adtech.jastor.JastorException
hasOpinionsProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |