fr.umlv.corosol.component
Interface JLayout

All Superinterfaces:
JObject
All Known Subinterfaces:
JArrayLayout, JClassLayout

public interface JLayout
extends JObject

A layout manager. This is the super-interface of the interfaces describing the layout of a class or an array. A layout manager is necessary to manage the allocation of objects by calculating the amount of memory needed and by determinating the position of each field (or array entry) into the memory allocated.

Author:
Christophe Deleray

Method Summary
 JHeap getHeap()
          Returns the heap associated with this layout manager.
 

Method Detail

getHeap

JHeap getHeap()
Returns the heap associated with this layout manager.