[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[emf-dev] Looking for information on how to implement the EStore interface
|
- From: Chaz Beck <cbeck20@xxxxxxxxx>
- Date: Sun, 25 Oct 2009 15:34:07 -0500
- Delivered-to: emf-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=Ts+/bYbn/eT5PHKgEBwCUIL4k4rt3Spzis+ZqvGGYLU=; b=pbAQXK+/TvBJQjGc7uWaT599m8JO3CFedy63aHcGFv5XjVqcsst3lGUWDoAZ0xkMcu Q76h1D+20XrzbPw2uDbDCr9pOxPtR0P1c6UBkPrCFdVeOcdLObXHx/W406GwbqpYAlBo Yby5kjwqijA4iaLMs6F4A4fGBhBDHDxH1OwuA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=npFL3IG5I3Z+ETIuX9Tm8dr2TgRVi9MiNB+Bd4Ubzx/WujlFClkXcmLfkTHjHww7Xc ow6TKiKqE81s5P6I0ybsPO2AekD3993v2Q5A38StjWVVGvU4Fn2bSeZ3+SXau2uQ5tQd tAhp9wPwCY6NuZezRkszuj7oMrGclQl1ZdwEY=
I need to implement the EStore interface and I'm looking for a few references on doing this.
What I really want to find is the EStore.EObjectImpl.EStoreImpl class. The EMF book mentions that this is an EStore implementation using HashMap.
I've found the JavaDoc for it but I can't seem to find the source code of this class in CVS because I can't find the package org.eclipse.emf.ecore.impl .
Any help on finding this source code would be greatly appreciated or if you know other resources that would be useful on EStore implementation.
Thanks!!
Chaz Beck