org.openrdf.rio.trig
Class TriGParserFactory

java.lang.Object
  extended by org.openrdf.rio.trig.TriGParserFactory
All Implemented Interfaces:
RDFParserFactory

public class TriGParserFactory
extends Object
implements RDFParserFactory

An RDFParserFactory for TriG parsers.

Author:
Arjohn Kampman

Constructor Summary
TriGParserFactory()
           
 
Method Summary
 RDFParser getParser()
          Returns a new instance of TriGParser.
 RDFFormat getRDFFormat()
          Returns RDFFormat.TRIG.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TriGParserFactory

public TriGParserFactory()
Method Detail

getRDFFormat

public RDFFormat getRDFFormat()
Returns RDFFormat.TRIG.

Specified by:
getRDFFormat in interface RDFParserFactory

getParser

public RDFParser getParser()
Returns a new instance of TriGParser.

Specified by:
getParser in interface RDFParserFactory


Copyright © 2001-2010 Aduna. All Rights Reserved.