TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.loaders.util
Class HierarchyLookupService

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

public class HierarchyLookupService
extends GenericLookupService

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.hyades.loaders.util.GenericLookupService
types
 
Constructor Summary
HierarchyLookupService()
           
 
Method Summary
protected  boolean doProcessObject(java.util.Map typeMap, java.lang.Class type, java.lang.Object object, boolean remove)
           
 
Methods inherited from class org.eclipse.hyades.loaders.util.GenericLookupService
addOrRemove, addOrRemove, addOrRemove, createMap, deregister, deregister, deregister, deregister, getContextMap, getEquivalentClass, 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

HierarchyLookupService

public HierarchyLookupService()
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

TPTP 4.4.0 Platform Project
Public API Specification