Interface ContextCopyStatementSource

All Superinterfaces:
AutoCloseable, 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 Details

    • getSourceContext

      Resource getSourceContext()
    • getTargetContext

      default Resource getTargetContext()