| java.lang.Object org.openrdf.model.impl.StatementImpl org.openrdf.model.impl.ContextStatementImpl
All known Subclasses: org.openrdf.sail.rdbms.model.RdbmsStatement, org.openrdf.sail.memory.model.MemStatement,
Constructor Summary | |
public | ContextStatementImpl(Resource subject, URI predicate, Value object, Resource context) Creates a new Statement with the supplied subject, predicate and object
for the specified associated context. |
ContextStatementImpl | public ContextStatementImpl(Resource subject, URI predicate, Value object, Resource context)(Code) | | Creates a new Statement with the supplied subject, predicate and object
for the specified associated context.
Parameters: subject - The statement's subject, must not be null. Parameters: predicate - The statement's predicate, must not be null. Parameters: object - The statement's object, must not be null. Parameters: context - The statement's context, null to indicate no context isassociated. |
|
|