net.fortytwo.sesametools.rdfjson
Class RDFJSONParserFactory

java.lang.Object
  extended by net.fortytwo.sesametools.rdfjson.RDFJSONParserFactory
All Implemented Interfaces:
org.openrdf.rio.RDFParserFactory

public class RDFJSONParserFactory
extends Object
implements org.openrdf.rio.RDFParserFactory

Parser Factory for the RDFJSONParser.

Author:
fkleedorfer

Constructor Summary
RDFJSONParserFactory()
           
 
Method Summary
 org.openrdf.rio.RDFParser getParser()
           
 org.openrdf.rio.RDFFormat getRDFFormat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFJSONParserFactory

public RDFJSONParserFactory()
Method Detail

getParser

public org.openrdf.rio.RDFParser getParser()
Specified by:
getParser in interface org.openrdf.rio.RDFParserFactory

getRDFFormat

public org.openrdf.rio.RDFFormat getRDFFormat()
Specified by:
getRDFFormat in interface org.openrdf.rio.RDFParserFactory


Copyright © 2013. All Rights Reserved.