Package com.complexible.common.rdf
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
-
-
Field Summary
-
Fields inherited from interface com.complexible.common.rdf.StatementSource
NO_ESTIMATE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Resource
getSourceContext()
default Resource
getTargetContext()
-
Methods inherited from interface com.complexible.common.rdf.StatementSource
containsVirtual, estimatedCount, getContext, inMemory, statements, streams
-
-