ibspan.tss.um.ontology
Interface Profile

All Superinterfaces:
com.ibm.adtech.jastor.Thing
All Known Subinterfaces:
StereotypeProfile, UserProfile
All Known Implementing Classes:
ProfileImpl, StereotypeProfileImpl, UserProfileImpl

public interface Profile
extends com.ibm.adtech.jastor.Thing

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)


RDF Schema Standard Properties
comment : Profile of a user or stereotype.^^http://www.w3.org/2001/XMLSchema#string



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

TYPE

static final Resource TYPE
The rdf:type for this ontology class


hasOpinionsProperty

static final Property hasOpinionsProperty
The Jena Property for hasOpinions

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


Method Detail

getHasOpinions

OpinionSet getHasOpinions()
                          throws com.ibm.adtech.jastor.JastorException
Gets the 'hasOpinions' property value

Returns:
OpinionSet
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasOpinionsProperty

setHasOpinions

void setHasOpinions(OpinionSet hasOpinions)
                    throws com.ibm.adtech.jastor.JastorException
Sets the 'hasOpinions' property value

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

setHasOpinions

OpinionSet setHasOpinions()
                          throws com.ibm.adtech.jastor.JastorException
Sets the 'hasOpinions' property value to an anonymous node

Returns:
OpinionSet, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasOpinionsProperty

setHasOpinions

OpinionSet setHasOpinions(Resource resource)
                          throws com.ibm.adtech.jastor.JastorException
Sets the 'hasOpinions' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of 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.

Parameters:
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Returns:
OpinionSet, the newly created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasOpinionsProperty