Modifier and Type | Method and Description |
---|---|
static boolean |
EtStationConfig.compatibleParallelConfigs(EtStationConfig group,
EtStationConfig config)
Checks to see if station configurations are compatible when adding
a parallel station to an existing group of parallel stations.
|
EtStation |
EtSystem.createStation(EtStationConfig config,
java.lang.String name)
Creates a new station placed at the end of the ordered list of stations.
|
EtStation |
EtSystem.createStation(EtStationConfig config,
java.lang.String name,
int position)
Creates a new station at a specified position in the ordered list of
stations.
|
EtStation |
EtSystem.createStation(EtStationConfig config,
java.lang.String name,
int position,
int parallelPosition)
Creates a new station at a specified position in the ordered list of
stations and in a specified position in an ordered list of parallel
stations if it is a parallel station.
|
Constructor and Description |
---|
EtStationConfig(EtStationConfig config)
Creates a new StationConfig object from an existing one.
|