execute abstract method Null safety
Executes the functionality of this Conditional and
populates drivenSignals
with all Logics that were driven
during execution.
The drivenSignals
are used by the caller to determine if signals
were driven an appropriate number of times.
Implementation
@protected
void execute(Set<Logic> drivenSignals);