public class ScenarioSimulationSharedUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FILE_EXTENSION |
| Constructor and Description |
|---|
ScenarioSimulationSharedUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isCollection(String className)
Returns true if given string equals
List.class.getName() or Map.class.getName() |
static boolean |
isList(String className)
Returns true if given string equals
List.class.getName() |
static boolean |
isMap(String className)
Returns true if given string equals
List.class.getName() |
static List<ScenarioWithIndex> |
toScenarioWithIndex(Simulation simulation) |
public static final String FILE_EXTENSION
public static boolean isCollection(String className)
List.class.getName() or Map.class.getName()className - public static boolean isList(String className)
List.class.getName()className - public static boolean isMap(String className)
List.class.getName()className - public static List<ScenarioWithIndex> toScenarioWithIndex(Simulation simulation)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.