Uses of Class
org.ddolib.examples.alp.RunwayState
Packages that use RunwayState
Package
Description
This package implements the acs, astar and ddo models for the Aircraft Landing Problem (ALP).
-
Uses of RunwayState in org.ddolib.examples.alp
Fields in org.ddolib.examples.alp declared as RunwayStateModifier and TypeFieldDescriptionALPState.runwayStatesState of each runway, including last landed aircraft class and landing time.Methods in org.ddolib.examples.alp with parameters of type RunwayStateModifier and TypeMethodDescriptionintRunwayState.compareTo(RunwayState o) intALPProblem.getArrivalTime(RunwayState[] runwayStates, int aircraft, int runway) Computes the arrival time of an aircraft on a given runway.Constructors in org.ddolib.examples.alp with parameters of type RunwayStateModifierConstructorDescriptionALPState(int[] remainingAircraft, RunwayState[] runwayStates) Constructs a new ALP state with the given remaining aircraft and runway states.RunwayState(RunwayState other)