Uses of Interface
ibspan.tss.um.ontology.StatisticsEntry

Packages that use StatisticsEntry
ibspan.tss.monitor   
ibspan.tss.um.ontology   
 

Uses of StatisticsEntry in ibspan.tss.monitor
 

Methods in ibspan.tss.monitor with parameters of type StatisticsEntry
static void PrettyPrinetForUserModelling.print(StatisticsEntry e, PrintStream out)
           
 

Uses of StatisticsEntry in ibspan.tss.um.ontology
 

Classes in ibspan.tss.um.ontology that implement StatisticsEntry
 class StatisticsEntryImpl
          Implementation of StatisticsEntry Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 

Methods in ibspan.tss.um.ontology that return StatisticsEntry
 StatisticsEntry StatisticsMapImpl.addHasStatisticsEntry()
           
 StatisticsEntry StatisticsMap.addHasStatisticsEntry()
          Adds an anonymous value for the 'hasStatisticsEntry' property
 StatisticsEntry StatisticsMapImpl.addHasStatisticsEntry(Resource resource)
           
 StatisticsEntry StatisticsMap.addHasStatisticsEntry(Resource resource)
          Adds a value for the 'hasStatisticsEntry' property.
static StatisticsEntry UserModellingFactory.createStatisticsEntry(Resource resource, Model model)
          Create a new instance of StatisticsEntry.
static StatisticsEntry UserModellingFactory.createStatisticsEntry(String uri, Model model)
          Create a new instance of StatisticsEntry.
static StatisticsEntry UserModellingFactory.getStatisticsEntry(Resource resource, Model model)
          Create a new instance of StatisticsEntry.
static StatisticsEntry UserModellingFactory.getStatisticsEntry(String uri, Model model)
          Create a new instance of StatisticsEntry.
 

Methods in ibspan.tss.um.ontology with parameters of type StatisticsEntry
 void StatisticsMapImpl.addHasStatisticsEntry(StatisticsEntry hasStatisticsEntry)
           
 void StatisticsMap.addHasStatisticsEntry(StatisticsEntry hasStatisticsEntry)
          Adds a value for the 'hasStatisticsEntry' property
 void StatisticsEntryListener.hasCountChanged(StatisticsEntry source)
          Called when hasCount has changed
 void StatisticsEntryListener.hasStaticticsKeyChanged(StatisticsEntry source)
          Called when hasStaticticsKey has changed
 void StatisticsMapListener.hasStatisticsEntryAdded(StatisticsMap source, StatisticsEntry newValue)
          Called when a value of hasStatisticsEntry has been added
 void StatisticsMapListener.hasStatisticsEntryRemoved(StatisticsMap source, StatisticsEntry oldValue)
          Called when a value of hasStatisticsEntry has been removed
 void StatisticsMapImpl.removeHasStatisticsEntry(StatisticsEntry hasStatisticsEntry)
           
 void StatisticsMap.removeHasStatisticsEntry(StatisticsEntry hasStatisticsEntry)
          Removes a value for the 'hasStatisticsEntry' property.