public interface Statement extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Compares a statement object to another object.
|
Resource |
getContext()
Gets the context of this statement.
|
Value |
getObject()
Gets the object of this statement.
|
URI |
getPredicate()
Gets the predicate of this statement.
|
Resource |
getSubject()
Gets the subject of this statement.
|
int |
hashCode()
The hash code of a statement is defined as:
961 * subject.hashCode() + 31 * predicate.hashCode() + object.hashCode().
|
Resource getSubject()
URI getPredicate()
Value getObject()
Resource getContext()
boolean equals(Object other)
int hashCode()
String.hashCode()
is
defined.Copyright © 2001–2015 Aduna. All rights reserved.