Class CopyMetadata

    • Constructor Detail

      • CopyMetadata

        public CopyMetadata​(URI uri)
    • Method Detail

      • getParents

        public Set<URI> getParents()
        Returns:
        All parents including this copy
      • isChildOf

        public boolean isChildOf​(URI source)
        Parameters:
        source - The source uri
        Returns:
        If this copy is included by source
      • addParent

        public void addParent​(URI parent)
        Add parent to this
        Parameters:
        parent - The parent uri
      • removeParent

        public void removeParent​(URI parent)
        Remove parent uri
        Parameters:
        parent - The parent uri to remove