IExecutionSpecification.IsInitialization property
Namespace: NextDesign.Core
Description
whether this execution specification is an initialization interval
If this execution specification's start message is a generated message, then this execution specification identifies it as an initialization interval.
If the start message is not generated or does not exist, it will not be an initialization interval.
In interactions, it is not possible to add an execution specification (receive a message) before the initialization section in the same lifeline.
This property can be used when checking whether a message can be added before this execution specification when changing the interaction model.
bool IsInitialization { get; }
type
- bool