Actions
Developer Request #6537
closedEfsm: collection of resetting guarded actions
Start date:
01/27/2016
Due date:
% Done:
100%
Estimated time:
Published in build:
Description
For what purpose do we have a collection of resetting guarded actions at Efsm class, when the collection's size is 1?
I think we should either substitute it by the single GuardedAction or support the more-than-one-element collection case.
Updated by Igor Melnichenko almost 9 years ago
If you mean the initialisation (this.resetGuardedActions = new HashSet<>(1)), the passed value is just an initial capacity (I chose one because of assumption that it will be relevant for most of designs).
Updated by Sergey Smolov over 8 years ago
- Status changed from Resolved to Closed
Actions