org.openrdf.elmo.base
Class RoleMapperFactoryBase<URI>
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoleMapperFactoryBase
public RoleMapperFactoryBase()
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.