Uses of Class
jmri.jmrit.dispatcher.AllocationRequest
Packages that use AllocationRequest
-
Uses of AllocationRequest in jmri.jmrit.dispatcher
Methods in jmri.jmrit.dispatcher that return AllocationRequestModifier and TypeMethodDescriptionprotected AllocationRequestDispatcherFrame.findAllocationRequestInQueue(Section s, int seq, int dir, ActiveTrain at) TaskAllocateRelease.getAllocationRequest()ActiveTrain.initializeFirstAllocation()Methods in jmri.jmrit.dispatcher with parameters of type AllocationRequestModifier and TypeMethodDescriptionDispatcherFrame.allocateSection(AllocationRequest ar, Section ns) Allocates a Section to an Active Train according to the information in an AllocationRequest.protected SectionAutoAllocate.autoNextSectionChoice(List<Section> sList, AllocationRequest ar, int sectionSeqNo) Entered to request a choice of Next Section when a Section is being allocated and there are alternate Section choices for the next Section.protected SectionDispatcherFrame.checkBlocksNotInAllocatedSection(Section s, AllocationRequest ar) protected voidDispatcherFrame.queueAllocate(AllocationRequest aRequest) Constructors in jmri.jmrit.dispatcher with parameters of type AllocationRequestModifierConstructorDescription(package private)TaskAllocateRelease(TaskAllocateRelease.TaskAction action, AllocationRequest aRequest) Constructor parameters in jmri.jmrit.dispatcher with type arguments of type AllocationRequestModifierConstructorDescriptionAutoAllocate(DispatcherFrame d, List<AllocationRequest> inAllocationRequests)