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

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

Uses of NotationScheme in be.destin.skos.core
 

Methods in be.destin.skos.core that return types with arguments of type NotationScheme
 java.util.LinkedList<NotationScheme> ConceptScheme.getNotation()
           
 

Methods in be.destin.skos.core with parameters of type NotationScheme
 void ConceptScheme.putNotationScheme(NotationScheme notations)
           
 

Method parameters in be.destin.skos.core with type arguments of type NotationScheme
 void ConceptScheme.setNotation(java.util.Collection<NotationScheme> notations)
           
 void ConceptScheme.setNotation(java.util.LinkedList<NotationScheme> notations)