Uses of Class
com.amalgamasimulation.trains.BookingSlot
Packages that use BookingSlot
-
Uses of BookingSlot in com.amalgamasimulation.trains
Methods in com.amalgamasimulation.trains that return BookingSlotModifier and TypeMethodDescriptionBookingSequence.getBookingSlot(double atTime) Finds and returns theBookingSlotin the sequence that includes the specified point in time.Methods in com.amalgamasimulation.trains that return types with arguments of type BookingSlotModifier and TypeMethodDescriptionRailTrack.getBookingSlots(BiPredicate<RailTrack, Object> considerBookedTracks) Returns a list ofBookingSlots that satisfy the specified condition.Methods in com.amalgamasimulation.trains with parameters of type BookingSlotModifier and TypeMethodDescriptionvoidRailTrack.book(BookingSlot bookingSlot) Inserts the specifiedBookingSlotinto the booking sequence.voidBookingSequence.insert(double time, BookingSlot slot) Inserts the specified slot into the specified time of this sequence.Method parameters in com.amalgamasimulation.trains with type arguments of type BookingSlotModifier and TypeMethodDescriptionvoidBookingSequence.insert(double time, Sequence<? extends BookingSlot> insertedSequence) Method is not allowed.