|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICrossingTime
A CrossingTime object holds timing information for pedestrian crossings
| Field Summary | |
|---|---|
static String |
NAME_PREFIX
The name pattern for new objects |
static ICrossingTime[] |
ZERO
A static zero-length array, created for convenience, and to save memory |
| Fields inherited from interface com.azalient.api.a.tables.IRecord |
|---|
DELETED, KEY_SEP, KEY_SEP_CHAR |
| Method Summary | |
|---|---|
double |
dontWalkTime()
The time in seconds for which this crossing displays the don't walk signal (if applicable) |
double |
flashTime()
The time in seconds for which this crossing displays the flashing signal (if applicable) |
ITerm |
term()
The time window to which the crossing time applies |
double |
walkTime()
The time in seconds for which this crossing displays the walk signal (if applicable) |
| Methods inherited from interface com.azalient.api.file.StoreRecordRW |
|---|
canRename, rename, store |
| Methods inherited from interface com.azalient.api.file.RecordR |
|---|
extraSet, finished, isApplicable, isEditable, set |
| Methods inherited from interface com.azalient.api.a.tables.IRecord |
|---|
name |
| Methods inherited from interface com.azalient.api.file.RecordW |
|---|
extraCols, extraGet, extraGetB, extraGetD, extraGetI, extraGetS, extraGetT, get, isVolatile |
| Field Detail |
|---|
static final ICrossingTime[] ZERO
static final String NAME_PREFIX
| Method Detail |
|---|
ITerm term()
double dontWalkTime()
double flashTime()
double walkTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||