org.eclipse.emf.cdo.client.ocl
Class GlobalExtentMap

java.lang.Object
  extended by org.eclipse.emf.cdo.client.ocl.AbstractLazyExtentMap
      extended by org.eclipse.emf.cdo.client.ocl.GlobalExtentMap
All Implemented Interfaces:
java.util.Map

public class GlobalExtentMap
extends AbstractLazyExtentMap


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
protected  ResourceManager resourceManager
           
 
Fields inherited from class org.eclipse.emf.cdo.client.ocl.AbstractLazyExtentMap
delegate
 
Constructor Summary
GlobalExtentMap(java.util.Map delegate, ResourceManager resourceManager)
           
GlobalExtentMap(ResourceManager resourceManager)
           
 
Method Summary
protected  java.util.Set queryExtent(org.eclipse.emf.ecore.EClass eClass)
           
 
Methods inherited from class org.eclipse.emf.cdo.client.ocl.AbstractLazyExtentMap
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceManager

protected ResourceManager resourceManager
Constructor Detail

GlobalExtentMap

public GlobalExtentMap(java.util.Map delegate,
                       ResourceManager resourceManager)

GlobalExtentMap

public GlobalExtentMap(ResourceManager resourceManager)
Method Detail

queryExtent

protected java.util.Set queryExtent(org.eclipse.emf.ecore.EClass eClass)
Specified by:
queryExtent in class AbstractLazyExtentMap

Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.