TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.loaders.statistical
Class StatisticalLookupService

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.eclipse.hyades.loaders.util.GenericLookupService
              extended byorg.eclipse.hyades.loaders.statistical.StatisticalLookupService
All Implemented Interfaces:
java.lang.Cloneable, LookupService, java.util.Map, java.io.Serializable

public class StatisticalLookupService
extends GenericLookupService

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.hyades.loaders.util.GenericLookupService
types
 
Constructor Summary
StatisticalLookupService()
           
 
Method Summary
protected  boolean doProcessObject(java.util.Map typeMap, java.lang.Class type, java.lang.Object object, boolean remove)
           
protected  java.lang.Class getEquivalentClass(java.lang.Class type)
           
 
Methods inherited from class org.eclipse.hyades.loaders.util.GenericLookupService
addOrRemove, addOrRemove, addOrRemove, createMap, deregister, deregister, deregister, deregister, getContextMap, getSupportedTypes, getTypeMap, locate, locate, register
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

StatisticalLookupService

public StatisticalLookupService()
Method Detail

doProcessObject

protected boolean doProcessObject(java.util.Map typeMap,
                                  java.lang.Class type,
                                  java.lang.Object object,
                                  boolean remove)
Specified by:
doProcessObject in class GenericLookupService

getEquivalentClass

protected java.lang.Class getEquivalentClass(java.lang.Class type)
Overrides:
getEquivalentClass in class GenericLookupService
Returns:
true if we should use isAssignableFrom for this type (then I will search through all supported types to see if this type can be assignable from one of them)

TPTP 4.1.0 Platform Project
Public API Specification