org.apache.jena.riot.process.inf
Class InferenceProcessorStreamRDF

java.lang.Object
  extended by org.apache.jena.riot.system.StreamRDFWrapper
      extended by org.apache.jena.riot.process.inf.InferenceProcessorStreamRDF
All Implemented Interfaces:
StreamRDF

public class InferenceProcessorStreamRDF
extends StreamRDFWrapper

Receive triples and quads (incoming because this is a StreamRDF); allow RDFS; output to place provided.


Constructor Summary
InferenceProcessorStreamRDF(StreamRDF output, InferenceSetupRDFS rdfsSetup)
           
 
Method Summary
 void quad(Quad quad)
          Quad emitted
 void triple(Triple triple)
          Triple emitted
 
Methods inherited from class org.apache.jena.riot.system.StreamRDFWrapper
base, finish, prefix, start, tuple
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InferenceProcessorStreamRDF

public InferenceProcessorStreamRDF(StreamRDF output,
                                   InferenceSetupRDFS rdfsSetup)
Method Detail

triple

public void triple(Triple triple)
Description copied from interface: StreamRDF
Triple emitted

Specified by:
triple in interface StreamRDF
Overrides:
triple in class StreamRDFWrapper

quad

public void quad(Quad quad)
Description copied from interface: StreamRDF
Quad emitted

Specified by:
quad in interface StreamRDF
Overrides:
quad in class StreamRDFWrapper


Licenced under the Apache License, Version 2.0