Uses of Enum Class
org.episteme.social.architecture.lift.Elevator.State
Packages that use Elevator.State
Package
Description
Provides mathematical models and discrete simulations for vertical
transportation systems (elevators/lifts).
-
Uses of Elevator.State in org.episteme.social.architecture.lift
Subclasses with type arguments of type Elevator.State in org.episteme.social.architecture.liftModifier and TypeClassDescriptionstatic enumFunctional states of the elevator cabin.Methods in org.episteme.social.architecture.lift that return Elevator.StateModifier and TypeMethodDescriptionElevator.getState()static Elevator.StateReturns the enum constant of this class with the specified name.static Elevator.State[]Elevator.State.values()Returns an array containing the constants of this enum class, in the order they are declared.