|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.serialization.RDFGraphParser
public class RDFGraphParser
RDFGraph parser takes a provided graph and extracts changes that can be handled by the provided handler
| Constructor Summary | |
|---|---|
RDFGraphParser(IRepositoryHandler handler)
Create a new parser with given handler |
|
| Method Summary | |
|---|---|
void |
parse(boolean additions,
java.util.Collection<org.openrdf.model.Statement> statements)
Parse data contained in graph and call corresponding methods in handler |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RDFGraphParser(IRepositoryHandler handler)
handler - | Method Detail |
|---|
public void parse(boolean additions,
java.util.Collection<org.openrdf.model.Statement> statements)
throws AnzoException
additions - Does the graph contain additionsstatements - set of statements that contains data
AnzoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||