|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Event
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)
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 |
---|
static final Resource TYPE
static final Property hasExtendedUserBehaviourProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasExtendedUserBehaviour)
static final Property whenProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#when)
static final Property hasEventIDProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasEventID)
static final Property hasSessionIDProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasSessionID)
static final Property hasUserIDProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasUserID)
static final Resource LastEvent
Method Detail |
---|
ExtendedUserBehaviour getHasExtendedUserBehaviour() throws com.ibm.adtech.jastor.JastorException
ExtendedUserBehaviour
com.ibm.adtech.jastor.JastorException
hasExtendedUserBehaviourProperty
void setHasExtendedUserBehaviour(ExtendedUserBehaviour hasExtendedUserBehaviour) throws com.ibm.adtech.jastor.JastorException
{@link
- ibspan.tss.um.ontology.ExtendedUserBehaviour}
com.ibm.adtech.jastor.JastorException
hasExtendedUserBehaviourProperty
ExtendedUserBehaviour setHasExtendedUserBehaviour() throws com.ibm.adtech.jastor.JastorException
ExtendedUserBehaviour
, the created value
com.ibm.adtech.jastor.JastorException
hasExtendedUserBehaviourProperty
ExtendedUserBehaviour setHasExtendedUserBehaviour(Resource resource) throws com.ibm.adtech.jastor.JastorException
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.
{@link
- com.hp.hpl.jena.rdf.model.Resource} must not be be null.
ExtendedUserBehaviour
, the newly created value
com.ibm.adtech.jastor.JastorException
hasExtendedUserBehaviourProperty
XSDDateTime getWhen() throws com.ibm.adtech.jastor.JastorException
XSDDateTime
com.ibm.adtech.jastor.JastorException
whenProperty
void setWhen(XSDDateTime when) throws com.ibm.adtech.jastor.JastorException
{@link
- com.hp.hpl.jena.datatypes.xsd.XSDDateTime}
com.ibm.adtech.jastor.JastorException
whenProperty
Integer getHasEventID() throws com.ibm.adtech.jastor.JastorException
Integer
com.ibm.adtech.jastor.JastorException
hasEventIDProperty
void setHasEventID(Integer hasEventID) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.Integer}
com.ibm.adtech.jastor.JastorException
hasEventIDProperty
String getHasSessionID() throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorException
hasSessionIDProperty
void setHasSessionID(String hasSessionID) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}
com.ibm.adtech.jastor.JastorException
hasSessionIDProperty
Integer getHasUserID() throws com.ibm.adtech.jastor.JastorException
Integer
com.ibm.adtech.jastor.JastorException
hasUserIDProperty
void setHasUserID(Integer hasUserID) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.Integer}
com.ibm.adtech.jastor.JastorException
hasUserIDProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |