Class RDFChunkSet

    • Constructor Detail

      • RDFChunkSet

        public RDFChunkSet​(org.eclipse.rdf4j.model.IRI parentIri)
      • RDFChunkSet

        public RDFChunkSet​(org.eclipse.rdf4j.model.IRI parentIri,
                           org.eclipse.rdf4j.model.IRI areaTreeIri)
      • RDFChunkSet

        public RDFChunkSet​(org.eclipse.rdf4j.model.IRI parentIri,
                           Set<TextChunk> chunks)
    • Method Detail

      • setAdditionalStatements

        public void setAdditionalStatements​(Set<org.eclipse.rdf4j.model.Statement> additionalStatements)
      • getAdditionalStatements

        public Set<org.eclipse.rdf4j.model.Statement> getAdditionalStatements()
        Description copied from interface: RDFArtifact
        Returns additional RDF statements that do not influence the properties of the artifact itself but should be preserved together with the artifact (e.g. additional annotations).
        Specified by:
        getAdditionalStatements in interface RDFArtifact
        Returns:
        a set of statements
      • getChunkIris

        public Map<org.eclipse.rdf4j.model.IRI,​RDFTextChunk> getChunkIris()
      • setChunkIris

        public void setChunkIris​(Map<org.eclipse.rdf4j.model.IRI,​RDFTextChunk> chunkIris)
      • findTextChunkByIri

        public RDFTextChunk findTextChunkByIri​(org.eclipse.rdf4j.model.IRI iri)
      • recompute

        public void recompute()
        Description copied from interface: RDFArtifact
        Recomputes the possible computed values in the artifacts after the RDF representation has changed (e.g. some statements have been added or removed).
        Specified by:
        recompute in interface RDFArtifact