Uses of Interface
org.semanticweb.elk.owl.managers.ElkObjectRecycler

Packages that use ElkObjectRecycler
org.semanticweb.elk.owl.implementation   
org.semanticweb.elk.owl.managers   
 

Uses of ElkObjectRecycler in org.semanticweb.elk.owl.implementation
 

Fields in org.semanticweb.elk.owl.implementation declared as ElkObjectRecycler
protected  ElkObjectRecycler ElkObjectFactoryImpl.objectRecycler_
           
 

Constructors in org.semanticweb.elk.owl.implementation with parameters of type ElkObjectRecycler
ElkObjectFactoryImpl(ElkObjectRecycler objectRecycler)
          Construct an ElkObjectFactoryImpl that uses the given ElkObjectRecycler for recycling ElkObjects.
 

Uses of ElkObjectRecycler in org.semanticweb.elk.owl.managers
 

Classes in org.semanticweb.elk.owl.managers that implement ElkObjectRecycler
 class DummyElkObjectRecycler
          An ElkObjectRecycler that does not recycle anything and simply returns the input ElkObject.
 class ElkEntityRecycler
          A ElkObjectRecycler that reuses ElkEntitys.
 



Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.