org.eclipse.emf.cdo.server.ocl
Interface OCLExtentCreator

All Known Implementing Classes:
CDOExtentCreator, CDOExtentCreator.Lazy

public interface OCLExtentCreator

Creates extents of classes.

The extent of a class X is the set of all objects with object.getEClass() == X.


Method Summary
 Set<EObject> createExtent(EClass cls, AtomicBoolean canceled)
           
 

Method Detail

createExtent

Set<EObject> createExtent(EClass cls,
                          AtomicBoolean canceled)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.