RefHint

class RefHint

Whether to show the ref keyword on non-composite features in SysML.

part def P {
    //* ref */ attribute a;
}
Members defined in RefHint (2 members)

toggle

RW

Toggle for all nested options.

__init__

Attributes

property toggle: syside.conf.Toggle

Toggle for all nested options.

  • on enables the default behaviour

  • off disables the default behaviour and all nested options

  • explicit disables the default behaviour. Same as on if there is no default behaviour not covered by nested options.

Methods

__init__() None