Uses of Interface
org.openrdf.elmo.RoleMapper

Packages that use RoleMapper
org.openrdf.elmo   
org.openrdf.elmo.base   
org.openrdf.elmo.codegen Creates Elmo concepts and OWL ontologies. 
org.openrdf.elmo.impl   
org.openrdf.elmo.rolemapper   
org.openrdf.elmo.sesame Implements the Elmo API for the Sesame RDF Repository. 
 

Uses of RoleMapper in org.openrdf.elmo
 

Methods in org.openrdf.elmo that return RoleMapper
 RoleMapper<URI> RoleMapperFactory.createRoleMapper()
           
 

Uses of RoleMapper in org.openrdf.elmo.base
 

Methods in org.openrdf.elmo.base that return RoleMapper
 RoleMapper<URI> RoleMapperFactoryBase.createRoleMapper()
           
 

Uses of RoleMapper in org.openrdf.elmo.codegen
 

Methods in org.openrdf.elmo.codegen with parameters of type RoleMapper
 void JavaNameResolverImpl.setRoleMapper(RoleMapper<URI> roles)
           
 

Uses of RoleMapper in org.openrdf.elmo.impl
 

Methods in org.openrdf.elmo.impl with parameters of type RoleMapper
 void ElmoEntityResolverImpl.setRoleMapper(RoleMapper<URI> mapper)
           
 

Uses of RoleMapper in org.openrdf.elmo.rolemapper
 

Classes in org.openrdf.elmo.rolemapper that implement RoleMapper
 class RoleMapperImpl<URI>
           
 

Methods in org.openrdf.elmo.rolemapper with parameters of type RoleMapper
 void RoleClassLoader.setRoleMapper(RoleMapper<URI> roleMapper)
           
 

Uses of RoleMapper in org.openrdf.elmo.sesame
 

Methods in org.openrdf.elmo.sesame that return RoleMapper
 RoleMapper<URI> SesameManager.getRoleMapper()
           
 RoleMapper<URI> SesameManagerFactory.getRoleMapper()
           
 

Methods in org.openrdf.elmo.sesame with parameters of type RoleMapper
 void SesameManager.setRoleMapper(RoleMapper<URI> mapper)
           
 void SesameResourceManager.setRoleMapper(RoleMapper<URI> mapper)
           
 



Copyright © 2004-2008 Aduna. All Rights Reserved.