Franz Inc, AllegroGraph

com.franz.openrdf.rio.nquads
Class NQuadsParserFactory

java.lang.Object
  extended by com.franz.openrdf.rio.nquads.NQuadsParserFactory
All Implemented Interfaces:
org.openrdf.rio.RDFParserFactory

Deprecated. Use NQuadsParserFactory instead

@Deprecated
public class NQuadsParserFactory
extends Object
implements org.openrdf.rio.RDFParserFactory

An RDFParserFactory for N-Quads parsers.


Constructor Summary
NQuadsParserFactory()
          Deprecated.  
 
Method Summary
 org.openrdf.rio.RDFParser getParser()
          Deprecated. Returns a new instance of NQuadsParser.
 org.openrdf.rio.RDFFormat getRDFFormat()
          Deprecated. Returns NQuadsFormat.NQUADS.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NQuadsParserFactory

public NQuadsParserFactory()
Deprecated. 
Method Detail

getRDFFormat

public org.openrdf.rio.RDFFormat getRDFFormat()
Deprecated. 
Returns NQuadsFormat.NQUADS.

Specified by:
getRDFFormat in interface org.openrdf.rio.RDFParserFactory

getParser

public org.openrdf.rio.RDFParser getParser()
Deprecated. 
Returns a new instance of NQuadsParser.

Specified by:
getParser in interface org.openrdf.rio.RDFParserFactory

Copyright © 2008-2012 Franz Inc.