org.openjena.riot.lang
Class SinkTriplesToGraph

java.lang.Object
  extended by org.openjena.riot.lang.SinkToGraph
      extended by org.openjena.riot.lang.SinkTriplesToGraph
All Implemented Interfaces:
Closeable, Sink<com.hp.hpl.jena.graph.Triple>

public class SinkTriplesToGraph
extends SinkToGraph


Constructor Summary
SinkTriplesToGraph(com.hp.hpl.jena.graph.Graph g)
           
 
Method Summary
 void send(com.hp.hpl.jena.graph.Triple triple)
           
 
Methods inherited from class org.openjena.riot.lang.SinkToGraph
close, flush
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SinkTriplesToGraph

public SinkTriplesToGraph(com.hp.hpl.jena.graph.Graph g)
Method Detail

send

public void send(com.hp.hpl.jena.graph.Triple triple)


Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.