edu.stanford.db.rdf.model.i
Class RDFFactoryImpl

java.lang.Object
  |
  +--org.w3c.rdf.util.RDFFactoryImpl
        |
        +--edu.stanford.db.rdf.model.i.RDFFactoryImpl
All Implemented Interfaces:
RDFFactory

public class RDFFactoryImpl
extends RDFFactoryImpl

An implementation of the RDFFactory interface.


Constructor Summary
RDFFactoryImpl()
           
 
Method Summary
 Model createModel()
          Create an empty flat model.
 
Methods inherited from class org.w3c.rdf.util.RDFFactoryImpl
createParser, createSerializer, getNodeFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFFactoryImpl

public RDFFactoryImpl()
Method Detail

createModel

public Model createModel()
Description copied from interface: RDFFactory
Create an empty flat model.
Overrides:
createModel in class RDFFactoryImpl