Logo

10 Dealing with models

The core of Moose offers support for storing and manipulating entities in models. The figure below provides an overview of the main classes involved:

  • Entity — representing basic abstract entity representation,
  • Group — representing a group of entities, and
  • Model— a special group that contains all entities relevant for a system.

The following sections provide more details about each of these.

Entity, Model and Group

User Contributed Notes

tudor (20 June 2011, 12:04 pm)

Thanks. I fixed it.

daniel.kroeni (16 June 2011, 5:30 pm)

The reference from Entity to EntityState should read "state".

Add a Note