|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dftproject.genesis.core.data.nodes.Statement
public class Statement
A statement (subject, predicate, object, and graph).
| Constructor Summary | |
|---|---|
Statement(IResourceNode graph,
IResourceNode subject,
IResourceNode predicate,
INode object)
Creates a statement. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
IResourceNode |
getGraph()
Returns the graph. |
INode |
getObject()
Returns the object. |
IResourceNode |
getPredicate()
Returns the predicate. |
IResourceNode |
getSubject()
Returns the subject. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Statement(IResourceNode graph,
IResourceNode subject,
IResourceNode predicate,
INode object)
graph - the graphsubject - the subjectpredicate - the predicateobject - the object| Method Detail |
|---|
public IResourceNode getGraph()
public IResourceNode getSubject()
public IResourceNode getPredicate()
public INode getObject()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||