|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventSession
Interface for EventSession ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
(URI: http://www.ibspan.waw.pl/tss/UserModelling#EventSession)
Field Summary | |
---|---|
static Property |
hasEventProperty
The Jena Property for hasEvent (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasEvent) RDF Schema Standard Properties comment : Points the event belonging to this session. |
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 Property |
startedAtProperty
The Jena Property for startedAt (URI: http://www.ibspan.waw.pl/tss/UserModelling#startedAt) RDF Schema Standard Properties comment : Describes when the session started. |
static Resource |
TYPE
The rdf:type for this ontology class |
Fields inherited from interface com.ibm.adtech.jastor.Thing |
---|
copyright |
Method Summary | |
---|---|
Event |
addHasEvent()
Adds an anonymous value for the 'hasEvent' property |
void |
addHasEvent(Event hasEvent)
Adds a value for the 'hasEvent' property |
Event |
addHasEvent(Resource resource)
Adds a value for the 'hasEvent' property. |
Iterator |
getHasEvent()
Get an Iterator the 'hasEvent' property values. |
String |
getHasSessionID()
Gets the 'hasSessionID' property value |
Integer |
getHasUserID()
Gets the 'hasUserID' property value |
XSDDateTime |
getStartedAt()
Gets the 'startedAt' property value |
void |
removeHasEvent(Event hasEvent)
Removes a value for the 'hasEvent' property. |
void |
setHasSessionID(String hasSessionID)
Sets the 'hasSessionID' property value |
void |
setHasUserID(Integer hasUserID)
Sets the 'hasUserID' property value |
void |
setStartedAt(XSDDateTime startedAt)
Sets the 'startedAt' 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 hasEventProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasEvent)
static final Property startedAtProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#startedAt)
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)
Method Detail |
---|
Iterator getHasEvent() throws com.ibm.adtech.jastor.JastorException
Iterator
of Event
com.ibm.adtech.jastor.JastorException
hasEventProperty
void addHasEvent(Event hasEvent) throws com.ibm.adtech.jastor.JastorException
The
- Event
to add
com.ibm.adtech.jastor.JastorException
hasEventProperty
Event addHasEvent() throws com.ibm.adtech.jastor.JastorException
Event
created
com.ibm.adtech.jastor.JastorException
hasEventProperty
Event addHasEvent(Resource resource) throws com.ibm.adtech.jastor.JastorException
Event
with the factory
and calling addHasEvent(ibspan.tss.um.ontology.Event hasEvent)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#Event. That is, this method
should not be used as a shortcut for creating new objects in the model.
The
- om.hp.hpl.jena.rdf.model.Resource
to add
com.ibm.adtech.jastor.JastorException
hasEventProperty
void removeHasEvent(Event hasEvent) throws com.ibm.adtech.jastor.JastorException
The
- Event
to remove
com.ibm.adtech.jastor.JastorException
hasEventProperty
XSDDateTime getStartedAt() throws com.ibm.adtech.jastor.JastorException
XSDDateTime
com.ibm.adtech.jastor.JastorException
startedAtProperty
void setStartedAt(XSDDateTime startedAt) throws com.ibm.adtech.jastor.JastorException
{@link
- com.hp.hpl.jena.datatypes.xsd.XSDDateTime}
com.ibm.adtech.jastor.JastorException
startedAtProperty
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 |