Uses of Class
be.destin.skos.core.Count

Packages that use Count
be.destin.skos.core In memory model for SKOS data: core classes, read me first! 
be.destin.skos.search Searches in SKOS data. 
 

Uses of Count in be.destin.skos.core
 

Methods in be.destin.skos.core that return Count
 Count ReferringApplication.getCount(java.lang.String index)
           
 Count CountList.getIndex(java.lang.String index)
           
 

Methods in be.destin.skos.core with parameters of type Count
 void ReferringApplication.addCount(Count newCount)
           
 void Count.mergeCategory(Count newCount)
           
 void CountList.setIndex(java.lang.String indX, Count aValue)
           
 java.lang.String Concept.toHtmlCount(SkosHtmlManager skosHtmlManager, java.lang.String application, Count count, boolean categorize)
           
 

Constructors in be.destin.skos.core with parameters of type Count
Count(Count template)
           
 

Uses of Count in be.destin.skos.search
 

Methods in be.destin.skos.search that return Count
abstract  Count IndexationCounter.countUsage(java.lang.String indexName, java.lang.String aboutConcept)