Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 469466

Summary: Remove LayoutModel, using GraphLayoutContext instead.
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF ZestAssignee: Matthias Wienand <matthias.wienand>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.1.0   
Target Milestone: 3.10.1 (Mars SR1) M1   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Wienand CLA 2015-06-05 07:25:30 EDT
The LayoutModel already extends the GraphLayoutContext and does not provide sufficient functionality on top (only guarding setGraph() against null) to justify its existence.
Comment 1 Matthias Wienand CLA 2015-06-26 04:01:22 EDT
I removed the LayoutModel and changed the code to make direct use of GraphLayoutContext. The code is published on the master branch, therefore, I resolve this ticket as fixed for 3.10.1M1.