|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExtendedUserBehaviour
Interface for ExtendedUserBehaviour ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
(URI: http://www.ibspan.waw.pl/tss/UserModelling#ExtendedUserBehaviour)
Field Summary | |
---|---|
static Property |
hasContextProperty
The Jena Property for hasContext (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasContext) RDF Schema Standard Properties comment : Points the context of this user behaviou. |
static Property |
hasUserBehaviourProperty
The Jena Property for hasUserBehaviour (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasUserBehaviour) RDF Schema Standard Properties comment : Points the type of an action the user performed agains the system. |
static Resource |
TYPE
The rdf:type for this ontology class |
Fields inherited from interface com.ibm.adtech.jastor.Thing |
---|
copyright |
Method Summary | |
---|---|
UserBehaviourContext |
getHasContext()
Gets the 'hasContext' property value |
UserBehaviour |
getHasUserBehaviour()
Gets the 'hasUserBehaviour' property value |
UserBehaviourContext |
setHasContext()
Sets the 'hasContext' property value to an anonymous node |
UserBehaviourContext |
setHasContext(Resource resource)
Sets the 'hasContext' property value to the given resource, and add's rdf:type properties. |
void |
setHasContext(UserBehaviourContext hasContext)
Sets the 'hasContext' property value |
UserBehaviour |
setHasUserBehaviour()
Sets the 'hasUserBehaviour' property value to an anonymous node |
UserBehaviour |
setHasUserBehaviour(Resource resource)
Sets the 'hasUserBehaviour' property value to the given resource, and add's rdf:type properties. |
void |
setHasUserBehaviour(UserBehaviour hasUserBehaviour)
Sets the 'hasUserBehaviour' 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 hasContextProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasContext)
static final Property hasUserBehaviourProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasUserBehaviour)
Method Detail |
---|
UserBehaviourContext getHasContext() throws com.ibm.adtech.jastor.JastorException
UserBehaviourContext
com.ibm.adtech.jastor.JastorException
hasContextProperty
void setHasContext(UserBehaviourContext hasContext) throws com.ibm.adtech.jastor.JastorException
{@link
- ibspan.tss.um.ontology.UserBehaviourContext}
com.ibm.adtech.jastor.JastorException
hasContextProperty
UserBehaviourContext setHasContext() throws com.ibm.adtech.jastor.JastorException
UserBehaviourContext
, the created value
com.ibm.adtech.jastor.JastorException
hasContextProperty
UserBehaviourContext setHasContext(Resource resource) throws com.ibm.adtech.jastor.JastorException
UserBehaviourContext
with the factory.
and calling setHasContext(ibspan.tss.um.ontology.UserBehaviourContext hasContext)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#UserBehaviourContext. 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.
UserBehaviourContext
, the newly created value
com.ibm.adtech.jastor.JastorException
hasContextProperty
UserBehaviour getHasUserBehaviour() throws com.ibm.adtech.jastor.JastorException
UserBehaviour
com.ibm.adtech.jastor.JastorException
hasUserBehaviourProperty
void setHasUserBehaviour(UserBehaviour hasUserBehaviour) throws com.ibm.adtech.jastor.JastorException
{@link
- ibspan.tss.um.ontology.UserBehaviour}
com.ibm.adtech.jastor.JastorException
hasUserBehaviourProperty
UserBehaviour setHasUserBehaviour() throws com.ibm.adtech.jastor.JastorException
UserBehaviour
, the created value
com.ibm.adtech.jastor.JastorException
hasUserBehaviourProperty
UserBehaviour setHasUserBehaviour(Resource resource) throws com.ibm.adtech.jastor.JastorException
UserBehaviour
with the factory.
and calling setHasUserBehaviour(ibspan.tss.um.ontology.UserBehaviour hasUserBehaviour)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#UserBehaviour. 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.
UserBehaviour
, the newly created value
com.ibm.adtech.jastor.JastorException
hasUserBehaviourProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |