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

Packages that use StatisticEntry
ibspan.tss.test Provides set of tests of sensitive and vital parts of the system, especially related to user modelling. 
ibspan.tss.um.ontology Ontology Java beans generated from user-modelling ontology (with http://www.ibspan.waw.pl/tss/UserModelling# namespace) with Jastor tool. 
 

Uses of StatisticEntry in ibspan.tss.test
 

Methods in ibspan.tss.test with parameters of type StatisticEntry
static void PrettyPrinter.print(StatisticEntry e, PrintStream out)
           
 

Uses of StatisticEntry in ibspan.tss.um.ontology
 

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

Methods in ibspan.tss.um.ontology that return StatisticEntry
static StatisticEntry UserModellingFactory.createStatisticEntry(Resource resource, Model model)
          Create a new instance of StatisticEntry.
static StatisticEntry UserModellingFactory.createStatisticEntry(String uri, Model model)
          Create a new instance of StatisticEntry.
static StatisticEntry UserModellingFactory.getStatisticEntry(Resource resource, Model model)
          Create a new instance of StatisticEntry.
static StatisticEntry UserModellingFactory.getStatisticEntry(String uri, Model model)
          Create a new instance of StatisticEntry.
 

Methods in ibspan.tss.um.ontology with parameters of type StatisticEntry
 void StatisticEntryListener.hasConceptURIChanged(StatisticEntry source)
          Called when hasConceptURI has changed
 void StatisticEntryListener.hasCountChanged(StatisticEntry source)
          Called when hasCount has changed
 void StatisticEntryListener.hasUserBehaviourChanged(StatisticEntry source)
          Called when hasUserBehaviour has changed
 void StatisticEntryListener.hasUserIDChanged(StatisticEntry source)
          Called when hasUserID has changed