Type to start searching...

Events

Collection of Events on a Class or Aspect.

Description
Events are the behaviors of Classes or Aspects. They may take a list of arguments. When invoked, they execute a series of Actions, which are script items or Java methods in a particular order. Events always have a single 'main' action. All other Event Actions are executed relative to the main action (and each other). Event Actions can be overridden in subclasses.
Content
  • Sequence of:

    • Event [0..*] - Events are the behaviors of Classes or Aspects.

Parents
  • Aspect - Aspects encapsulate repeated structural or behavioural patterns seen in the business model and promote code re-use.
  • Augment - Augments are used to extend a class for a given customer or business domain.
  • Class - A Class is an abstraction of a business model concept.