Uses of Interface
org.openrdf.elmo.ElmoManager

Packages that use ElmoManager
org.openrdf.elmo   
org.openrdf.elmo.scutter The Elmo scutter (RDF crawler). 
org.openrdf.elmo.sesame Implements the Elmo API for the Sesame RDF Repository. 
org.openrdf.elmo.smusher The Elmo smusher (instance matcher) framework. 
org.openrdf.elmo.tapestry   
 

Uses of ElmoManager in org.openrdf.elmo
 

Methods in org.openrdf.elmo that return ElmoManager
 ElmoManager ElmoManagerFactory.createElmoManager()
          Creates a new ElmoManager with the default Locale.
 ElmoManager ElmoManagerFactory.createElmoManager(Locale locale)
          Creates a new ElmoManager with the given Locale.
 ElmoManager Entity.getElmoManager()
          The ElmoManager that is managing this Entity.
 

Uses of ElmoManager in org.openrdf.elmo.scutter
 

Methods in org.openrdf.elmo.scutter that return ElmoManager
static ElmoManager Util.initManager(Repository repository)
           
 

Methods in org.openrdf.elmo.scutter with parameters of type ElmoManager
static
<T extends Resource>
List<T>
Util.getAllInstances(ElmoManager manager, Class<T> cl)
          Get all instances of type T from a given repository
 

Uses of ElmoManager in org.openrdf.elmo.sesame
 

Classes in org.openrdf.elmo.sesame that implement ElmoManager
 class SesameManager
          Handles operations of ElmoManager and EntityManager.
 

Methods in org.openrdf.elmo.sesame that return ElmoManager
 ElmoManager SesameEntitySupport.getElmoManager()
           
 

Uses of ElmoManager in org.openrdf.elmo.smusher
 

Methods in org.openrdf.elmo.smusher with parameters of type ElmoManager
static
<T extends Resource>
List<T>
Util.getAllInstances(ElmoManager manager, Class<T> cl)
          Get all instances of type T from a given repository
 

Uses of ElmoManager in org.openrdf.elmo.tapestry
 

Classes in org.openrdf.elmo.tapestry that implement ElmoManager
 class HiveMindSesameManager
          Convents the properties used in a HiveMind repository to SesameBeanManager's properties.
 



Copyright © 2004-2008 Aduna. All Rights Reserved.