Interface LinkedContext

  • All Superinterfaces:
    PublicationContext
    All Known Implementing Classes:
    Cartograph, Chapter, MusicalContent

    public interface LinkedContext
    extends PublicationContext
    LinkedContexts are contexts that are expressed as a URI, allowing an existing (external) Publication to be used as a PublicationContext. For example, a BookAnthology containing a Chapter.
    • Method Detail

      • getLinkedContext

        java.net.URI getLinkedContext()
      • setLinkedContext

        void setLinkedContext​(java.lang.String linkedContext)