ibspan.tss.um.ontology
Interface StatisticsMap

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

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

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

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





Field Summary
static Property hasStatisticsEntryProperty
          The Jena Property for hasStatisticsEntry (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasStatisticsEntry)
static Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 com.ibm.adtech.jastor.Thing addHasStatisticsEntry()
          Adds an anonymous value for the 'hasStatisticsEntry' property
 com.ibm.adtech.jastor.Thing addHasStatisticsEntry(Resource resource)
          Adds a value for the 'hasStatisticsEntry' property.
 void addHasStatisticsEntry(com.ibm.adtech.jastor.Thing hasStatisticsEntry)
          Adds a value for the 'hasStatisticsEntry' property
 Iterator getHasStatisticsEntry()
          Get an Iterator the 'hasStatisticsEntry' property values.
 void removeHasStatisticsEntry(com.ibm.adtech.jastor.Thing hasStatisticsEntry)
          Removes a value for the 'hasStatisticsEntry' property.
 
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


hasStatisticsEntryProperty

static final Property hasStatisticsEntryProperty
The Jena Property for hasStatisticsEntry

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


Method Detail

getHasStatisticsEntry

Iterator getHasStatisticsEntry()
                               throws com.ibm.adtech.jastor.JastorException
Get an Iterator the 'hasStatisticsEntry' property values. This Iteartor may be used to remove all such values.

Returns:
Iterator of Thing
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasStatisticsEntryProperty

addHasStatisticsEntry

void addHasStatisticsEntry(com.ibm.adtech.jastor.Thing hasStatisticsEntry)
                           throws com.ibm.adtech.jastor.JastorException
Adds a value for the 'hasStatisticsEntry' property

Parameters:
The - Thing to add
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasStatisticsEntryProperty

addHasStatisticsEntry

com.ibm.adtech.jastor.Thing addHasStatisticsEntry()
                                                  throws com.ibm.adtech.jastor.JastorException
Adds an anonymous value for the 'hasStatisticsEntry' property

Returns:
The anoymous Thing created
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasStatisticsEntryProperty

addHasStatisticsEntry

com.ibm.adtech.jastor.Thing addHasStatisticsEntry(Resource resource)
                                                  throws com.ibm.adtech.jastor.JastorException
Adds a value for the 'hasStatisticsEntry' property. This method is equivalent constructing a new instance of Thing with the factory and calling addHasStatisticsEntry(com.ibm.adtech.jastor.Thing hasStatisticsEntry) The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method should not be used as a shortcut for creating new objects in the model.

Parameters:
The - om.hp.hpl.jena.rdf.model.Resource to add
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasStatisticsEntryProperty

removeHasStatisticsEntry

void removeHasStatisticsEntry(com.ibm.adtech.jastor.Thing hasStatisticsEntry)
                              throws com.ibm.adtech.jastor.JastorException
Removes a value for the 'hasStatisticsEntry' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Parameters:
The - Thing to remove
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasStatisticsEntryProperty