public interface StaticBlockInterface
Modifier and Type | Method and Description |
---|---|
int |
getElevation()
Gets the elevation in meters.
|
double |
getGrade()
Gets the grade in percentage.
|
java.lang.String |
getInfrastructure()
Gets the infrastructure (as a raw string).
|
int |
getLength()
Gets the length in meters.
|
java.lang.String |
getNextBlocks()
Gets the next blocks.
|
int |
getSpeedLimit()
Gets the speed limit in meters per second.
|
boolean |
hasRailRoadCrossing()
Determines if this block has arail road crossing.
|
boolean |
hasStation()
Determines if this block has station.
|
boolean |
hasTrackHeater()
Determines if this block has a track heater.
|
boolean |
isBidirectional()
Determines if bidirectional.
|
boolean |
isUnderground()
Determines if underground.
|
int getSpeedLimit()
int getLength()
double getGrade()
int getElevation()
java.lang.String getNextBlocks()
boolean isUnderground()
boolean isBidirectional()
boolean hasTrackHeater()
boolean hasRailRoadCrossing()
boolean hasStation()
java.lang.String getInfrastructure()