org.openrdf.elmo.sesame
Class SesameTypeFactory

java.lang.Object
  extended by org.openrdf.elmo.sesame.SesameTypeFactory
All Implemented Interfaces:
RdfTypeFactory<URI>

public class SesameTypeFactory
extends Object
implements RdfTypeFactory<URI>

Wraps a ValueFactory to be used as a generic rdf:type factory.

Author:
James Leigh

Constructor Summary
SesameTypeFactory(ValueFactory vf)
           
 
Method Summary
 URI createRdfType(String rdfType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SesameTypeFactory

public SesameTypeFactory(ValueFactory vf)
Method Detail

createRdfType

public URI createRdfType(String rdfType)
Specified by:
createRdfType in interface RdfTypeFactory<URI>


Copyright © 2004-2008 Aduna. All Rights Reserved.