|
|||||||||||
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
URIReference
public PredicateNode getPredicate()
PredicateNode
which is a URIReference
public ObjectNode getObject()
ObjectNode
which is either a BlankNode
,
URIReference
or Literal
public 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 |