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

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

Uses of CollectionScheme in be.destin.skos.core
 

Methods in be.destin.skos.core that return types with arguments of type CollectionScheme
 java.util.LinkedList<CollectionScheme> Concept.getCollectionScheme()
           
 

Methods in be.destin.skos.core with parameters of type CollectionScheme
 void Concept.putCollectionScheme(CollectionScheme collection)
           
 

Method parameters in be.destin.skos.core with type arguments of type CollectionScheme
 void Concept.setCollectionScheme(java.util.LinkedList<CollectionScheme> collection)