public class ReadSection
extends java.lang.Object
Constructor and Description |
---|
ReadSection() |
Modifier and Type | Method and Description |
---|---|
static void |
linkStations(StationList arrayStn) |
static void |
readFiles(java.lang.String filepath,
java.lang.String testCaseDirectory,
SimulationInstance simulationInstance) |
static void |
readParameters(SimulationInstance simulationInstance)
read parameters
|
static LoopList |
readSection(HashBlockTable hashBlockTable,
StationList stationList) |
static StationList |
readStations() |
public static StationList readStations() throws SimulatorException
SimulatorException
public static LoopList readSection(HashBlockTable hashBlockTable, StationList stationList) throws SimulatorException
SimulatorException
public static void linkStations(StationList arrayStn)
arrayStn
- public static void readParameters(SimulationInstance simulationInstance)
public static void readFiles(java.lang.String filepath, java.lang.String testCaseDirectory, SimulationInstance simulationInstance)
filepath
- testCaseDirectory
-