Uses of Class
jmri.jmrit.dispatcher.AllocationRequest
-
Packages that use AllocationRequest Package Description jmri.jmrit.dispatcher -
-
Uses of AllocationRequest in jmri.jmrit.dispatcher
Methods in jmri.jmrit.dispatcher that return AllocationRequest Modifier and Type Method Description protected AllocationRequestDispatcherFrame. findAllocationRequestInQueue(Section s, int seq, int dir, ActiveTrain at)AllocationRequestTaskAllocateRelease. getAllocationRequest()AllocationRequestActiveTrain. initializeFirstAllocation()Methods in jmri.jmrit.dispatcher with parameters of type AllocationRequest Modifier and Type Method Description AllocatedSectionDispatcherFrame. allocateSection(AllocationRequest ar, Section ns)Allocates a Section to an Active Train according to the information in an AllocationRequest.protected SectionAutoAllocate. autoNextSectionChoice(java.util.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 AllocationRequest Constructor Description TaskAllocateRelease(TaskAllocateRelease.TaskAction action, AllocationRequest aRequest)Constructor parameters in jmri.jmrit.dispatcher with type arguments of type AllocationRequest Constructor Description AutoAllocate(DispatcherFrame d, java.util.List<AllocationRequest> inAllocationRequests)
-