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

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

Uses of Notation in be.destin.skos.core
 

Methods in be.destin.skos.core that return Notation
static Notation Notation.newValid(java.lang.String list, java.lang.String notation)
           
 

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

Method parameters in be.destin.skos.core with type arguments of type Notation
 void Concept.mergeNotation(java.util.LinkedList<Notation> notations)
           
 void Concept.setNotation(java.util.LinkedList<Notation> notations)