org.w3c.rdf.util
Class RDFFactoryImpl

java.lang.Object
  |
  +--org.w3c.rdf.util.RDFFactoryImpl

public class RDFFactoryImpl
extends java.lang.Object
implements RDFFactory

A default implementation of the RDFFactory interface.


Constructor Summary
RDFFactoryImpl()
           
RDFFactoryImpl(boolean strawman)
           
 
Method Summary
 Model createModel()
           
 RDFParser createParser()
           
 RDFSerializer createSerializer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFFactoryImpl

public RDFFactoryImpl()

RDFFactoryImpl

public RDFFactoryImpl(boolean strawman)
Method Detail

createParser

public RDFParser createParser()
Specified by:
createParser in interface RDFFactory

createSerializer

public RDFSerializer createSerializer()
Specified by:
createSerializer in interface RDFFactory

createModel

public Model createModel()
Specified by:
createModel in interface RDFFactory