ibspan.tss.um.ontology
Interface StatisticEntry

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

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

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)


RDF Schema Standard Properties
comment : Describes number of events related to the given user(s), who performed given behaviour(s) against given concept(s). If any of mentioned parameters is not pointed out, then this statistics reference events with all possible values of this parameter.^^http://www.w3.org/2001/XMLSchema#string



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

TYPE

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


hasConceptURIProperty

static final Property hasConceptURIProperty
The Jena Property for hasConceptURI

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



hasCountProperty

static final 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.^^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


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

getHasConceptURI

String getHasConceptURI()
                        throws com.ibm.adtech.jastor.JastorException
Gets the 'hasConceptURI' property value

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

setHasConceptURI

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

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

getHasCount

Integer getHasCount()
                    throws com.ibm.adtech.jastor.JastorException
Gets the 'hasCount' property value

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

setHasCount

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

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

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

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