Uses of Class
peakml.io.Vocabulary

Packages that use Vocabulary
peakml.io   
 

Uses of Vocabulary in peakml.io
 

Methods in peakml.io that return Vocabulary
static Vocabulary Vocabulary.getVocabulary(java.lang.String filename)
           
 Vocabulary Header.getVocabulary(java.lang.String namespace)
          Returns the vocabulary of the given namespace.
 

Methods in peakml.io that return types with arguments of type Vocabulary
 java.util.Vector<Vocabulary> Header.getVocabularies()
          Returns a list of all vocabularies associated with the header.
 

Methods in peakml.io with parameters of type Vocabulary
 void Header.addVocabulary(Vocabulary vocabulary)
          Adds the given vocabulary to the list of vocabularies associated with the header.