Package no.hasmac.rdf
Interface RdfConsumer<Triple,Quad>
-
- All Known Subinterfaces:
RdfDataset
- All Known Implementing Classes:
RdfDatasetImpl
public interface RdfConsumer<Triple,Quad>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleQuad(Quad nquad)
void
handleTriple(Triple triple)
-