| java.lang.Object org.openrdf.model.impl.StatementImpl
All known Subclasses: org.openrdf.model.impl.ContextStatementImpl,
StatementImpl | public class StatementImpl implements Statement(Code) | | An implementation of the
Statement interface for statements that
don't have an associated context. For statements that do have an associated
context,
ContextStatementImpl can be used.
|
Constructor Summary | |
public | StatementImpl(Resource subject, URI predicate, Value object) Creates a new Statement with the supplied subject, predicate and object. |
StatementImpl | public StatementImpl(Resource subject, URI predicate, Value object)(Code) | | Creates a new Statement with the supplied subject, predicate and object.
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. |
hashCode | public int hashCode()(Code) | | |
toString | public String toString()(Code) | | Gives a String-representation of this Statement that can be used for
debugging.
|
|
|