Class Vocabularies


  • public class Vocabularies
    extends java.lang.Object
    Vocabularies.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Map<java.lang.String,​Vocabulary> VALUES  
    • Constructor Summary

      Constructors 
      Constructor Description
      Vocabularies()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Vocabulary getVocabulary​(java.lang.String uri)
      Gets the vocabulary given its uri.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • VALUES

        private static final java.util.Map<java.lang.String,​Vocabulary> VALUES
    • Constructor Detail

      • Vocabularies

        public Vocabularies()
    • Method Detail

      • getVocabulary

        public static Vocabulary getVocabulary​(java.lang.String uri)
        Gets the vocabulary given its uri.
        Parameters:
        uri - the vocabulary
        Returns:
        the vocabulary