Class Request
java.lang.Object
org.simplesim.examples.elevator.shared.Request
- All Implemented Interfaces:
Comparable<Request>
Content of messages between elevator and visitor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
boolean
boolean
void
setArrivalTime
(Time time) toString()
-
Constructor Details
-
Request
-
-
Method Details
-
getVisitor
-
getStartingFloor
public int getStartingFloor() -
getDestinationFloor
public int getDestinationFloor() -
getArrivalTime
-
setArrivalTime
-
isGoingUp
public boolean isGoingUp() -
isGoingDown
public boolean isGoingDown() -
getDirection
public int getDirection() -
getTravelTime
-
toString
-