/BEE.framework/BEE/README
http://eeframework.googlecode.com/ · #! · 31 lines · 30 code · 1 blank · 0 comment · 0 complexity · 649699af96e4af51c5285b428bb2f147 MD5 · raw file
- Objects Tree
- ------------
- NSObject
- |
- |-----> BEEStrorageController
- | The bridge between the BEEDumbs array of all objects and
- | the storage files.
- |
- |-----> BEEController
- | The bridge between the BEEDumbs array of all objects and
- | the array of all objects in the memory.
- |
- |-----> BEEDumb
- | The intermediary representation of any objects in the framework.
- | (For storage purposes)
- |
- |-----> BEEObject
- | The basic enterprise object. It must have a full name, a short name,
- | an id, a backup path, an incremental path (for the old copies of this
- | object). It has to implement an incremental backup strategy.
- |
- |-----> BEEPerson
- |
- |-----> BEEOrganization
- |
- |-----> BEEFileSystemObject
- |
- |-----> BEEFile
- |
- |-----> BEEDirectory