Collected Entities
There ares several steps to output collected entities.
- HyperMesh executes the before() level before scanning the database.
- HyperMesh examines each collector for an entity that matches the requested type. When HyperMesh finds a collector, the beforecollector() level is processed. Collector data is available at this level.
- HyperMesh executes the format() level once for each entity in the collector that matches the requested type.
- The aftercollector() and after() levels are processed similarly to the before() and beforecollector() levels in step 1.