com.azalient.api.b.parameters
Interface ICrossingTime

All Superinterfaces:
IRecord, RecordR, RecordRW, RecordW, SortableData, StoreRecordRW

public interface ICrossingTime
extends StoreRecordRW

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

ZERO

static final ICrossingTime[] ZERO
A static zero-length array, created for convenience, and to save memory


NAME_PREFIX

static final String NAME_PREFIX
The name pattern for new objects

See Also:
Constant Field Values
Method Detail

term

ITerm term()
The time window to which the crossing time applies


dontWalkTime

double dontWalkTime()
The time in seconds for which this crossing displays the don't walk signal (if applicable)


flashTime

double flashTime()
The time in seconds for which this crossing displays the flashing signal (if applicable)


walkTime

double walkTime()
The time in seconds for which this crossing displays the walk signal (if applicable)