Interface ContextCopyStatementSource

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable, StatementSource

    public interface ContextCopyStatementSource
    extends StatementSource

    StatementSource decorator that indicates that we are copying all triples from one context to another context.

    Since:
    5.2.2
    Version:
    5.2.2
    Author:
    Evren Sirin
    • Method Detail

      • getSourceContext

        Resource getSourceContext()
      • getTargetContext

        default Resource getTargetContext()