Uses of Enum Class
org.episteme.social.architecture.lift.Elevator.Direction
Packages that use Elevator.Direction
Package
Description
Provides mathematical models and discrete simulations for vertical
transportation systems (elevators/lifts).
-
Uses of Elevator.Direction in org.episteme.social.architecture.lift
Subclasses with type arguments of type Elevator.Direction in org.episteme.social.architecture.liftModifier and TypeClassDescriptionstatic enumDirectional intent of the elevator motion.Methods in org.episteme.social.architecture.lift that return Elevator.DirectionModifier and TypeMethodDescriptionElevator.getDirection()static Elevator.DirectionReturns the enum constant of this class with the specified name.static Elevator.Direction[]Elevator.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.social.architecture.lift with parameters of type Elevator.DirectionModifier and TypeMethodDescriptionvoidElevator.hallCall(int floor, Elevator.Direction callDir) Registers an external hall call request from a specific floor.voidLiftBuilding.hallCall(int floor, Elevator.Direction direction) Processes a floor call from outside the elevator cabs.