Serialized Form


Package taxisrus.exceptions

Class taxisrus.exceptions.BadParamException implements Serializable

Serialized Fields

bad_parameter

Object bad_parameter

function_name

String function_name

Class taxisrus.exceptions.NoReservationMadeException implements Serializable

Serialized Fields

needs_a_ride

Customer needs_a_ride

reason_as_string

String reason_as_string

reason_as_int

int reason_as_int


Package taxisrus.implementation

Class taxisrus.implementation.Cab implements Serializable

Serialized Fields

_priority

int _priority

_cabID

int _cabID

_zoneID

int _zoneID

_driver

Driver _driver

_customer

Customer _customer

Class taxisrus.implementation.Customer implements Serializable

Serialized Fields

_firstName

String _firstName

_lastName

String _lastName

_corporateAccountName

String _corporateAccountName

_isCorporateAccount

boolean _isCorporateAccount

_phoneNumber

String _phoneNumber

_callInTime

Date _callInTime

_pickupAddress

String _pickupAddress

_pickupZone

Zone _pickupZone

_destinationAddress

String _destinationAddress

_destinationZone

Zone _destinationZone

_pickupTime

Date _pickupTime

_priority

int _priority

_cab

Cab _cab

_numberOfRiders

int _numberOfRiders

_status

int _status

_id

String _id

_ETA

Date _ETA

_actualPickupTime

Date _actualPickupTime

Class taxisrus.implementation.DrawingPad implements Serializable

Serialized Fields

triangulation

DelauneyTriangulation triangulation

image

Image image

background

Image background

graphics2d

Graphics2D graphics2d

file

String file

pointsVector

Vector pointsVector

RADIUS

float RADIUS

PAD_WIDTH

float PAD_WIDTH

PAD_HEIGHT

float PAD_HEIGHT

gpsupper

GPS gpsupper

gpslower

GPS gpslower

Class taxisrus.implementation.Driver implements Serializable

Serialized Fields

_driverID

int _driverID

_driverName

String _driverName

_favoriteMcDonaldsExtraValueMenuMeal

String _favoriteMcDonaldsExtraValueMenuMeal

Class taxisrus.implementation.MapperUI implements Serializable

Serialized Fields

content

Container content

layeredPane

JLayeredPane layeredPane

panel

JPanel panel

clearMapButton

JButton clearMapButton

clearZoneButton

JButton clearZoneButton

loadButton

JButton loadButton

saveButton

JButton saveButton

drawingPad

DrawingPad drawingPad

xUpperRight

JTextField xUpperRight

yUpperRight

JTextField yUpperRight

xLowerLeft

JTextField xLowerLeft

yLowerLeft

JTextField yLowerLeft

loadField

JTextField loadField

isDone

boolean isDone

isManualDBLoad

boolean isManualDBLoad

gpsupper

GPS gpsupper

gpslower

GPS gpslower

mapName

String mapName

dsconn

DataStoreConnection dsconn

Class taxisrus.implementation.Zone implements Serializable

Serialized Fields

_cabs

Vector _cabs

_zoneID

int _zoneID


Package taxisrus.implementation.CabConsole

Class taxisrus.implementation.CabConsole.CabConsoleGUI implements Serializable

Serialized Fields

_cab_console

CabConsoleImplementation _cab_console

_ride_information

JTextArea _ride_information

_login_msg

JLabel _login_msg

_login_msg_2

JLabel _login_msg_2

_login_button

JButton _login_button

_accept_button

JButton _accept_button

_reject_button

JButton _reject_button

_emergency_button

JButton _emergency_button

_start_meter_button

JButton _start_meter_button

_stop_meter_button

JButton _stop_meter_button

_logOff_button

JButton _logOff_button

_first_panel

JPanel _first_panel

_second_panel

JPanel _second_panel

_third_panel

JPanel _third_panel

_cab_id_text_field

JTextField _cab_id_text_field

_driver_id_text_field

JTextField _driver_id_text_field

_container

Container _container

_meter_on

boolean _meter_on


Package taxisrus.implementation.DispatcherUI

Class taxisrus.implementation.DispatcherUI.CustomerInfoPanel implements Serializable

Serialized Fields

fieldErrorString

String[] fieldErrorString

dispImpl

DispatcherImplementation dispImpl

container

Container container

layout

GridBagLayout layout

constraints

GridBagConstraints constraints

instructionLabel

JLabel instructionLabel

custFirstNameLabel

JLabel custFirstNameLabel

custLastNameLabel

JLabel custLastNameLabel

custPhoneLabel

JLabel custPhoneLabel

custPickupAddressLabel

JLabel custPickupAddressLabel

custDestAddressLabel

JLabel custDestAddressLabel

custPickupTimeLabel

JLabel custPickupTimeLabel

custPickupDateLabel

JLabel custPickupDateLabel

custNumInPartyLabel

JLabel custNumInPartyLabel

custTypeCabLabel

JLabel custTypeCabLabel

custFirstNameTextField

JTextField custFirstNameTextField

custLastNameTextField

JTextField custLastNameTextField

custPhoneTextField

JTextField custPhoneTextField

custPickupAddressTextField

JTextField custPickupAddressTextField

custDestAddressTextField

JTextField custDestAddressTextField

custPickupTimeTextField

JTextField custPickupTimeTextField

custPickupDateTextField

JTextField custPickupDateTextField

custNumInPartyTextField

JTextField custNumInPartyTextField

custTypeCabTextField

JTextField custTypeCabTextField

testButton

JButton testButton

getCustInfoButton

JButton getCustInfoButton

immedPickupButton

JButton immedPickupButton

makeReservationButton

JButton makeReservationButton

changeReservationButton

JButton changeReservationButton

cancelReservationButton

JButton cancelReservationButton

clearButton

JButton clearButton

robotButton

JButton robotButton

custFirstNameString

String custFirstNameString

custLastNameString

String custLastNameString

custPhoneString

String custPhoneString

newCustomer

Customer newCustomer

oldCustomer

Customer oldCustomer

rmiModel

ModelRMIInterface rmiModel

reserveInfoPanel

ReservationInfoPanel reserveInfoPanel

NUM_TESTING_CUSTOMERS

int NUM_TESTING_CUSTOMERS

IS_TESTING

boolean IS_TESTING

Class taxisrus.implementation.DispatcherUI.DispatcherTabbedPane implements Serializable

Class taxisrus.implementation.DispatcherUI.DispatcherUI implements Serializable

Class taxisrus.implementation.DispatcherUI.PriorReservationButtonPanel implements Serializable

Serialized Fields

cancelReservationButton

JButton cancelReservationButton

manualCabSelectionButton

JButton manualCabSelectionButton

Class taxisrus.implementation.DispatcherUI.ReservationInfoPanel implements Serializable

Serialized Fields

reservationInfoLabel

JLabel reservationInfoLabel

textArea

JTextArea textArea

scrollPane

JScrollPane scrollPane


Package taxisrus.implementation.ManagerUI

Class taxisrus.implementation.ManagerUI.ManagerReport implements Serializable

Serialized Fields

dataSet

Object[][] dataSet

columnNames

Object[] columnNames

height

int height

width

int width

reportType

int reportType

Class taxisrus.implementation.ManagerUI.ManagerReportsPanel implements Serializable

Serialized Fields

server

ModelRMIInterface server

layout

GridBagLayout layout

constraints

GridBagConstraints constraints

reportType

ButtonGroup reportType

reportTypeRadioButtons

JRadioButton[] reportTypeRadioButtons

levelOfSpecificity

ButtonGroup levelOfSpecificity

specificityRadioButtons

JRadioButton[] specificityRadioButtons

timeInterval

ButtonGroup timeInterval

timeIntervalRadioButtons

JRadioButton[] timeIntervalRadioButtons

toDate

JTextField toDate

fromDate

JTextField fromDate

createReportButton

JButton createReportButton

Class taxisrus.implementation.ManagerUI.ManagerUI implements Serializable

Serialized Fields

managerPanel

JPanel managerPanel

Class taxisrus.implementation.ManagerUI.ReportDisplayFrame implements Serializable

Serialized Fields

managerReport

ManagerReport managerReport

table

JTable table

tablePanel

JPanel tablePanel

savePrintPanel

JPanel savePrintPanel

scrollPane

JScrollPane scrollPane

splitPane

JSplitPane splitPane

layout

GridBagLayout layout

constraints

GridBagConstraints constraints

saveButton

JButton saveButton

printButton

JButton printButton

fileChooser

JFileChooser fileChooser

selectedOutFile

File selectedOutFile

outFile

PrintWriter outFile

m_maxNumPage

int m_maxNumPage

reportDescriptionStrings

String[] reportDescriptionStrings


Package taxisrus.implementation.rmi

Class taxisrus.implementation.rmi.ModelRMI implements Serializable

Serialized Fields

_model

ModelInterface _model

_returnObject

Object _returnObject

_debugging

boolean _debugging



API documentation for build 958