Class ExternalVocabulary


  • public class ExternalVocabulary
    extends java.lang.Object
    An external vocabulary.

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

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String URI
      A URI that refers to the external vocabulary.
      Vocabulary vocabulary
      The vocabulary that is refered to by the URI.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • URI

        public final java.lang.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​(java.lang.String URI,
                                  Vocabulary vocabulary)