Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • owner 
    It is an element that owns a generated Interaction element. A generated Sequence diagram will be created under that particular Interaction element. You need to select only the element that can own an Interaction element, otherwise a model inconsistency will occur.
     
  • ignoredSignals 
    They are signals that will be ignored (will not be recorded) during a simulation recording.
     
  • ignoredLifelines 
    They are a list of elements (objects) that will be ignored (will not be recorded as lifelines) during a simulation recording. This list takes priority over the value list.

  • recordedObjectPath 
    It is used to specify a property path to an object that will be recorded by a sequence diagram generator. The path must start from a property owned by either a classifier, which is the target of the simulation configuration or a classifier of an instance specification, which is the target of the simulation configuration. The property at each successive position following the first position must be contained in the classier that types the property at the immediate preceding position.

  • recordStateChange 
    This is a boolean option. If true, state changes will be recorded.

  • recordValueChange 
    It is a boolean option. If true, value changes will be recorded.

  • recordTimestamp 
    It is a boolean option. If true, timestamps will be recorded on messages.

  • value
    Structural feature which value is represented for the configuration.

You can specify the default values of recordStateChange, recordValueChange, and recordTimestamp through the Environment Options dialog. The value in the environment options will be when the tagged values of the sequence diagram generator is not specified. The default values of these environment options are true (see the following figure). True means all values will be recorded by default.

...