|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
RDF Triple. An RDF triple as defined in "Resource Description Framework (RDF): Concepts and Abstract Syntax" 6.1 RDF Triples.
| Method Summary | |
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one. |
ObjectNode |
getObject()
Obtains the object of this statement. |
PredicateNode |
getPredicate()
Obtains the predicate of this statement. |
SubjectNode |
getSubject()
Obtains the subject of this statement. |
int |
hashCode()
Returns a hash-code value for this triple. |
| Method Detail |
public SubjectNode getSubject()
SubjectNode which is either a BlankNode or
URIReferencepublic PredicateNode getPredicate()
PredicateNode which is a URIReferencepublic ObjectNode getObject()
ObjectNode which is either a BlankNode,
URIReference or Literalpublic boolean equals(Object obj)
obj - the reference object with which to compare.
public int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||