|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The callback from a reader to an RDF application. Each triple in the input file causes a call on one of the statement methods. The same triple may occur more than once in a file, causing repeat calls to the method.
Method Summary | |
void |
statement(AResource subj,
AResource pred,
ALiteral lit)
A triple in the file. |
void |
statement(AResource subj,
AResource pred,
AResource obj)
A triple in the file. |
Method Detail |
public void statement(AResource subj, AResource pred, AResource obj)
subj
- The subject.pred
- The property.obj
- The object.public void statement(AResource subj, AResource pred, ALiteral lit)
subj
- The subject.pred
- The property.lit
- The object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |