ibspan.tss.um.ontology
Interface Event

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

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

Interface for Event ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.

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


RDF Schema Standard Properties
comment : Describes the way user action is remembered and stored in history database.^^http://www.w3.org/2001/XMLSchema#string



Field Summary
static Property hasEventIDProperty
          The Jena Property for hasEventID (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasEventID)

RDF Schema Standard Properties
comment : Unique ID of the Event.
static Property hasExtendedUserBehaviourProperty
          The Jena Property for hasExtendedUserBehaviour (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasExtendedUserBehaviour)
static Property hasSessionIDProperty
          The Jena Property for hasSessionID (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasSessionID)

RDF Schema Standard Properties
comment : Unique ID of the Session.
static Property hasUserIDProperty
          The Jena Property for hasUserID (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasUserID)

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

static Resource LastEvent
          Individual for URI: http://www.ibspan.waw.pl/tss/UserModelling#LastEvent
static Resource TYPE
          The rdf:type for this ontology class
static Property whenProperty
          The Jena Property for when (URI: http://www.ibspan.waw.pl/tss/UserModelling#when)

RDF Schema Standard Properties
comment : Describes when the event happened.
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 Integer getHasEventID()
          Gets the 'hasEventID' property value
 ExtendedUserBehaviour getHasExtendedUserBehaviour()
          Gets the 'hasExtendedUserBehaviour' property value
 String getHasSessionID()
          Gets the 'hasSessionID' property value
 Integer getHasUserID()
          Gets the 'hasUserID' property value
 XSDDateTime getWhen()
          Gets the 'when' property value
 void setHasEventID(Integer hasEventID)
          Sets the 'hasEventID' property value
 ExtendedUserBehaviour setHasExtendedUserBehaviour()
          Sets the 'hasExtendedUserBehaviour' property value to an anonymous node
 void setHasExtendedUserBehaviour(ExtendedUserBehaviour hasExtendedUserBehaviour)
          Sets the 'hasExtendedUserBehaviour' property value
 ExtendedUserBehaviour setHasExtendedUserBehaviour(Resource resource)
          Sets the 'hasExtendedUserBehaviour' property value to the given resource, and add's rdf:type properties.
 void setHasSessionID(String hasSessionID)
          Sets the 'hasSessionID' property value
 void setHasUserID(Integer hasUserID)
          Sets the 'hasUserID' property value
 void setWhen(XSDDateTime when)
          Sets the 'when' 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


hasExtendedUserBehaviourProperty

static final Property hasExtendedUserBehaviourProperty
The Jena Property for hasExtendedUserBehaviour

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



whenProperty

static final Property whenProperty
The Jena Property for when

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



RDF Schema Standard Properties
comment : Describes when the event happened.^^http://www.w3.org/2001/XMLSchema#string


hasEventIDProperty

static final Property hasEventIDProperty
The Jena Property for hasEventID

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



RDF Schema Standard Properties
comment : Unique ID of the Event.^^http://www.w3.org/2001/XMLSchema#string


hasSessionIDProperty

static final Property hasSessionIDProperty
The Jena Property for hasSessionID

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



RDF Schema Standard Properties
comment : Unique ID of the Session.^^http://www.w3.org/2001/XMLSchema#string


hasUserIDProperty

static final Property hasUserIDProperty
The Jena Property for hasUserID

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



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


LastEvent

static final Resource LastEvent
Individual for URI: http://www.ibspan.waw.pl/tss/UserModelling#LastEvent

Method Detail

getHasExtendedUserBehaviour

ExtendedUserBehaviour getHasExtendedUserBehaviour()
                                                  throws com.ibm.adtech.jastor.JastorException
Gets the 'hasExtendedUserBehaviour' property value

Returns:
ExtendedUserBehaviour
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasExtendedUserBehaviourProperty

setHasExtendedUserBehaviour

void setHasExtendedUserBehaviour(ExtendedUserBehaviour hasExtendedUserBehaviour)
                                 throws com.ibm.adtech.jastor.JastorException
Sets the 'hasExtendedUserBehaviour' property value

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

setHasExtendedUserBehaviour

ExtendedUserBehaviour setHasExtendedUserBehaviour()
                                                  throws com.ibm.adtech.jastor.JastorException
Sets the 'hasExtendedUserBehaviour' property value to an anonymous node

Returns:
ExtendedUserBehaviour, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasExtendedUserBehaviourProperty

setHasExtendedUserBehaviour

ExtendedUserBehaviour setHasExtendedUserBehaviour(Resource resource)
                                                  throws com.ibm.adtech.jastor.JastorException
Sets the 'hasExtendedUserBehaviour' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of ExtendedUserBehaviour with the factory. and calling setHasExtendedUserBehaviour(ibspan.tss.um.ontology.ExtendedUserBehaviour hasExtendedUserBehaviour) The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#ExtendedUserBehaviour. 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:
ExtendedUserBehaviour, the newly created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasExtendedUserBehaviourProperty

getWhen

XSDDateTime getWhen()
                    throws com.ibm.adtech.jastor.JastorException
Gets the 'when' property value

Returns:
XSDDateTime
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
whenProperty

setWhen

void setWhen(XSDDateTime when)
             throws com.ibm.adtech.jastor.JastorException
Sets the 'when' property value

Parameters:
{@link - com.hp.hpl.jena.datatypes.xsd.XSDDateTime}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
whenProperty

getHasEventID

Integer getHasEventID()
                      throws com.ibm.adtech.jastor.JastorException
Gets the 'hasEventID' property value

Returns:
Integer
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasEventIDProperty

setHasEventID

void setHasEventID(Integer hasEventID)
                   throws com.ibm.adtech.jastor.JastorException
Sets the 'hasEventID' property value

Parameters:
{@link - java.lang.Integer}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasEventIDProperty

getHasSessionID

String getHasSessionID()
                       throws com.ibm.adtech.jastor.JastorException
Gets the 'hasSessionID' property value

Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasSessionIDProperty

setHasSessionID

void setHasSessionID(String hasSessionID)
                     throws com.ibm.adtech.jastor.JastorException
Sets the 'hasSessionID' property value

Parameters:
{@link - java.lang.String}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasSessionIDProperty

getHasUserID

Integer getHasUserID()
                     throws com.ibm.adtech.jastor.JastorException
Gets the 'hasUserID' property value

Returns:
Integer
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasUserIDProperty

setHasUserID

void setHasUserID(Integer hasUserID)
                  throws com.ibm.adtech.jastor.JastorException
Sets the 'hasUserID' property value

Parameters:
{@link - java.lang.Integer}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasUserIDProperty