ibspan.tss.um.ontology
Interface ExtendedUserBehaviour

All Superinterfaces:
com.ibm.adtech.jastor.Thing
All Known Implementing Classes:
ExtendedUserBehaviourImpl

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

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)


RDF Schema Standard Properties
comment : Describes user behaviour together with its context.^^http://www.w3.org/2001/XMLSchema#string



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

TYPE

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


hasContextProperty

static final 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. References to the 'actionParams' concept from Messaging ontology.^^http://www.w3.org/2001/XMLSchema#string


hasUserBehaviourProperty

static final 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.^^http://www.w3.org/2001/XMLSchema#string

Method Detail

getHasContext

UserBehaviourContext getHasContext()
                                   throws com.ibm.adtech.jastor.JastorException
Gets the 'hasContext' property value

Returns:
UserBehaviourContext
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasContextProperty

setHasContext

void setHasContext(UserBehaviourContext hasContext)
                   throws com.ibm.adtech.jastor.JastorException
Sets the 'hasContext' property value

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

setHasContext

UserBehaviourContext setHasContext()
                                   throws com.ibm.adtech.jastor.JastorException
Sets the 'hasContext' property value to an anonymous node

Returns:
UserBehaviourContext, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasContextProperty

setHasContext

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

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

getHasUserBehaviour

UserBehaviour getHasUserBehaviour()
                                  throws com.ibm.adtech.jastor.JastorException
Gets the 'hasUserBehaviour' property value

Returns:
UserBehaviour
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasUserBehaviourProperty

setHasUserBehaviour

void setHasUserBehaviour(UserBehaviour hasUserBehaviour)
                         throws com.ibm.adtech.jastor.JastorException
Sets the 'hasUserBehaviour' property value

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

setHasUserBehaviour

UserBehaviour setHasUserBehaviour()
                                  throws com.ibm.adtech.jastor.JastorException
Sets the 'hasUserBehaviour' property value to an anonymous node

Returns:
UserBehaviour, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasUserBehaviourProperty

setHasUserBehaviour

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

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