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. | 
| IRI | getPredicate()Gets the predicate of this statement. | 
| Resource | getSubject()Gets the subject of this statement. | 
| int | hashCode()The hash code of a statement. | 
Resource getSubject()
IRI getPredicate()
Value getObject()
Resource getContext()
boolean equals(Object other)
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.