Uses of Interface
ora.core.referenceAnalyser.interfaces.AnalyserInterface

Packages that use AnalyserInterface
ora.core.referenceAnalyser.base   
ora.core.referenceAnalyser.impl   
ora.core.remote.client   
 

Uses of AnalyserInterface in ora.core.referenceAnalyser.base
 

Classes in ora.core.referenceAnalyser.base that implement AnalyserInterface
 class AbstractObjectAnalyser
          Basic abstract class with main features to analyse objects, should be used in any case
 

Methods in ora.core.referenceAnalyser.base that return AnalyserInterface
static AnalyserInterface AbstractObjectAnalyser.getInstance(java.lang.String name)
           
static AnalyserInterface AbstractObjectAnalyser.getOrCreateInstance(java.lang.Class clazz, java.lang.String name)
          Retrieves (Creates if not exists) new Analyser
static AnalyserInterface AbstractObjectAnalyser.getOrCreateInstance(java.lang.Class clazz, java.lang.String name, java.net.URL rules)
          Retrieves (Creates if not exists) new Analyser
 

Uses of AnalyserInterface in ora.core.referenceAnalyser.impl
 

Classes in ora.core.referenceAnalyser.impl that implement AnalyserInterface
 class ObjectReferencesCore
          Core implementation of the AnalyserInterface.
 class ObjectReferencesExceptSunsUIPackages
          Reference implementation of AnalyserInterface extending the ObjectReferenceCore class.
 

Uses of AnalyserInterface in ora.core.remote.client
 

Classes in ora.core.remote.client that implement AnalyserInterface
 class ElementManager_businessDelegate