Named Entities

There ares several steps to output named entities.

  1. HyperMesh executes the before() level followed by the beforecollector() level.
  2. Since the HyperMesh database does not have a collector collector, the beforecollector() level is a duplicate of the before() level and is immediately executed once.
  3. HyperMesh executes the format() level for each of the named entities in the database. All of the data is available.
  4. The aftercollector() and after() levels are processed similarly to the before() and beforecollector() levels in step 1.