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.