Skip to main content
Version: 2.12.X

System Authoring

The system view displays a hierarchical view of defined event patterns and the data flows between them. It provides an interface for:

  • Determining what kind of event patterns a model is going to have.
  • Specifying the types of data that event patterns receive for input and produce for output.
  • Charting how data flows from one event pattern to another.

Creating Event Patterns

To create an event pattern:

  1. In the tool palette, click the Event Pattern icon. (Note: This is currently the only tool available in the system view.) Alternatively, right-click in the diagramming area, and select "New Pattern" from the context menu.
  2. Click any open space in the diagramming area to place an event pattern node.
  3. In the details panel, change the properties of the event pattern as needed. For more information, see Editing Event Patterns.

Establishing Event Pattern Data Flow

Data flow between event patterns is established by creating "connecting events" that join the two event patterns.

To create a connecting event between two event patterns:

  1. In the diagramming area, click the event pattern to serve as the source (that is, the pattern to produce output data).
  2. Click the Connection button and drag the cursor to the target event node (that is, the pattern to receive input data). The source pattern's output is automatically configured as the target pattern's input.
  3. If the source pattern does not contain an output event type, while the target pattern does contain input event types, select one of the following options from the dialogue that opens:
    • Pick an input event type from the list of the target pattern's input event types.
    • Pick an existing event type that is not yet among the target pattern's input event types.
    • Create a new event type. (Follow the steps in Creating New Event Types to create the new event type.)
  4. If the source pattern does not contain an output event type, while the target pattern does not contain input event types, select one of the following options from the dialogue that opens:
    • Pick an existing event type that is not yet among the target pattern's input event types.
    • Create a new event type. (Follow the steps in Creating New Event Types to create the new event type.)

Duplicating Event Patterns

Copies of event patterns can be made as needed.

To duplicate an event pattern:

  1. In the diagramming area, click an event pattern to duplicate.
  2. Click the Duplicate button and drag the cursor to an open space in the diagramming area.
  3. Release the mouse button. The duplicate event pattern is created at the cursor's location.

Alternatively:

  1. In the diagramming area, right-click an event pattern to duplicate.
  2. From the context menu, select Duplicate.

Deleting Event Patterns

Existing event patterns can be deleted as necessary.

To delete an event pattern:

  1. In the diagramming area, click an event pattern to delete.
  2. Click Delete (X).

Alternatively:

  1. In the diagramming area, right-click an event pattern to delete.
  2. From the context menu, select Delete.

Editing Event Patterns

The details of existing event patterns can be modified as needed.

To edit the data for an event pattern:

  1. In the diagramming area, click an event pattern to edit.
  2. In the details panel, click the Contents tab if it is not already selected.
  3. Edit the event pattern information as needed.
Did you find the information that you needed?