public class ReplayScenario extends Object
Modifier and Type | Method and Description |
---|---|
List<SportEvent> |
getAssociatedEvents(Locale locale)
Returns a
List of SportEvent s that are a part of the scenario |
String |
getDescription()
Returns the scenario description
|
int |
getId()
Returns the replay scenario identifier
|
boolean |
isRunParallel()
Returns an indication if the scenario can be run in parallel
|
public int getId()
public String getDescription()
public boolean isRunParallel()
true
if the scenario can be run in parallel, otherwise false
public List<SportEvent> getAssociatedEvents(Locale locale)
List
of SportEvent
s that are a part of the scenariolocale
- the Locale
in which the events should be builtList
of SportEvent
s that are a part of the scenarioCopyright © 2016–2024. All rights reserved.