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

Packages that use ReferringApplicationList
be.destin.skos.core In memory model for SKOS data: core classes, read me first! 
be.destin.skos.view Classes to model hierarchical views of SKOS data, marshalling in XML or transformation to HTML using XSLT 
 

Uses of ReferringApplicationList in be.destin.skos.core
 

Methods in be.destin.skos.core that return ReferringApplicationList
 ReferringApplicationList DynamicScheme.getConceptUsage(java.lang.String about)
           
 ReferringApplicationList Concept.getNarrowerUsage()
           
 ReferringApplicationList Concept.getUsage()
           
 

Methods in be.destin.skos.core with parameters of type ReferringApplicationList
 void Concept.mergeUsage(ReferringApplicationList newUsages, boolean merging)
           
 void Concept.setNarrowerUsage(ReferringApplicationList aggregatedChildrenUsages)
           
 void Concept.setUsage(ReferringApplicationList newUsages)
           
 

Uses of ReferringApplicationList in be.destin.skos.view
 

Methods in be.destin.skos.view that return ReferringApplicationList
 ReferringApplicationList ViewConcept.getNarrowerUsage()
           
 ReferringApplicationList ViewConcept.getUsage()
           
 

Methods in be.destin.skos.view with parameters of type ReferringApplicationList
 void ViewConcept.setNarrowerUsage(ReferringApplicationList aggregatedChildrenUsages)