|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatisticEntry
Interface for StatisticEntry ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
(URI: http://www.ibspan.waw.pl/tss/UserModelling#StatisticEntry)
Field Summary | |
---|---|
static Property |
hasConceptURIProperty
The Jena Property for hasConceptURI (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasConceptURI) |
static Property |
hasCountProperty
The Jena Property for hasCount (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasCount) RDF Schema Standard Properties comment : Number of events following given key parameters. |
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 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 |
TYPE
The rdf:type for this ontology class |
Fields inherited from interface com.ibm.adtech.jastor.Thing |
---|
copyright |
Method Summary | |
---|---|
String |
getHasConceptURI()
Gets the 'hasConceptURI' property value |
Integer |
getHasCount()
Gets the 'hasCount' property value |
UserBehaviour |
getHasUserBehaviour()
Gets the 'hasUserBehaviour' property value |
Integer |
getHasUserID()
Gets the 'hasUserID' property value |
void |
setHasConceptURI(String hasConceptURI)
Sets the 'hasConceptURI' property value |
void |
setHasCount(Integer hasCount)
Sets the 'hasCount' 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 |
void |
setHasUserID(Integer hasUserID)
Sets the 'hasUserID' 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 hasConceptURIProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasConceptURI)
static final Property hasCountProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasCount)
static final Property hasUserIDProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasUserID)
static final Property hasUserBehaviourProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasUserBehaviour)
Method Detail |
---|
String getHasConceptURI() throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorException
hasConceptURIProperty
void setHasConceptURI(String hasConceptURI) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}
com.ibm.adtech.jastor.JastorException
hasConceptURIProperty
Integer getHasCount() throws com.ibm.adtech.jastor.JastorException
Integer
com.ibm.adtech.jastor.JastorException
hasCountProperty
void setHasCount(Integer hasCount) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.Integer}
com.ibm.adtech.jastor.JastorException
hasCountProperty
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
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 |