Class
ScenarioStore
public final class ScenarioStore
The class for managing a set of scenarios identified by the arbitrary kind.
Initializers
init(kind:)
public init(kind: ScenarioKind)
Initialize a new store with given kind.
Parameters
Name | Type | Description |
---|---|---|
kind | ScenarioKind |
A unique identifier of the secenarios managed by this instance. |