Class ExternalVocabulary


  • public class ExternalVocabulary
    extends Object
    An external vocabulary.

    An external vocabulary has a URI that refers to a vocabulary.

    Author:
    [email protected]
    • Field Detail

      • URI

        public final String URI
        A URI that refers to the external vocabulary.
      • vocabulary

        public final Vocabulary vocabulary
        The vocabulary that is refered to by the URI.
    • Constructor Detail

      • ExternalVocabulary

        public ExternalVocabulary​(String URI,
                                  Vocabulary vocabulary)