/BEE.framework/BEE/README

http://eeframework.googlecode.com/ · #! · 31 lines · 30 code · 1 blank · 0 comment · 0 complexity · 649699af96e4af51c5285b428bb2f147 MD5 · raw file

  1. Objects Tree
  2. ------------
  3. NSObject
  4. |
  5. |-----> BEEStrorageController
  6. | The bridge between the BEEDumbs array of all objects and
  7. | the storage files.
  8. |
  9. |-----> BEEController
  10. | The bridge between the BEEDumbs array of all objects and
  11. | the array of all objects in the memory.
  12. |
  13. |-----> BEEDumb
  14. | The intermediary representation of any objects in the framework.
  15. | (For storage purposes)
  16. |
  17. |-----> BEEObject
  18. | The basic enterprise object. It must have a full name, a short name,
  19. | an id, a backup path, an incremental path (for the old copies of this
  20. | object). It has to implement an incremental backup strategy.
  21. |
  22. |-----> BEEPerson
  23. |
  24. |-----> BEEOrganization
  25. |
  26. |-----> BEEFileSystemObject
  27. |
  28. |-----> BEEFile
  29. |
  30. |-----> BEEDirectory