org.openrdf.elmo.base
Class RoleMapperFactoryBase<URI>

java.lang.Object
  extended by org.openrdf.elmo.base.RoleMapperFactoryBase<URI>
All Implemented Interfaces:
RoleMapperFactory<URI>
Direct Known Subclasses:
SesameRoleMapperFactory

public abstract class RoleMapperFactoryBase<URI>
extends Object
implements RoleMapperFactory<URI>


Constructor Summary
RoleMapperFactoryBase()
           
 
Method Summary
 RoleMapper<URI> createRoleMapper()
           
protected abstract  RdfTypeFactory<URI> getRdfTypeFactory()
           
 void setClassLoader(ClassLoader cl)
           
 void setJarFileUrls(List<URL> jarFileUrls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleMapperFactoryBase

public RoleMapperFactoryBase()
Method Detail

setClassLoader

public void setClassLoader(ClassLoader cl)

setJarFileUrls

public void setJarFileUrls(List<URL> jarFileUrls)

createRoleMapper

public RoleMapper<URI> createRoleMapper()
Specified by:
createRoleMapper in interface RoleMapperFactory<URI>

getRdfTypeFactory

protected abstract RdfTypeFactory<URI> getRdfTypeFactory()


Copyright © 2004-2008 Aduna. All Rights Reserved.