Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: EMF backed Workbench (Was Re: [eclipse-incubator-e4-dev] Initialdiscussion on the 'modelled' workbench UI)

Ed Merks schrieb:

[...]

accessors.  As Marcelo mentioned, it's kind of gross to use EBooleanObject
(java.lang.Boolean) instead of EBoolean (boolean), but I know you wanted to
match the starting model closely.   The same comment applies for
EIntegerObject.  Given how many booleans there are in this model, using
primitives along with the generator option to pack them into bit fields
will save like 28 bytes per instance (and more for derived types with yet

Switched EMF-Model to EBoolean and EInt and using eFlags.

Tom

--
B e s t S o l u t i o n . a t                        EDV Systemhaus GmbH
------------------------------------------------------------------------
tom schindl                               leiter softwareentwicklung/CSO
------------------------------------------------------------------------
eduard-bodem-gasse 8/3    A-6020 innsbruck      phone    ++43 512 935834


Back to the top