com.github.jsonldjava.impl
Class SesameJSONLDParserFactory

java.lang.Object
  extended by com.github.jsonldjava.impl.SesameJSONLDParserFactory
All Implemented Interfaces:
org.openrdf.rio.RDFParserFactory

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

An RDFParserFactory that creates instances of SesameJSONLDParser.

Author:
Peter Ansell p_ansell@yahoo.com

Constructor Summary
SesameJSONLDParserFactory()
           
 
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

SesameJSONLDParserFactory

public SesameJSONLDParserFactory()
Method Detail

getRDFFormat

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

getParser

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


Copyright © 2013. All Rights Reserved.