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 AllocationRequest
DispatcherFrame. findAllocationRequestInQueue(Section s, int seq, int dir, ActiveTrain at)
AllocationRequest
TaskAllocateRelease. getAllocationRequest()
AllocationRequest
ActiveTrain. initializeFirstAllocation()
Methods in jmri.jmrit.dispatcher with parameters of type AllocationRequest Modifier and Type Method Description AllocatedSection
DispatcherFrame. allocateSection(AllocationRequest ar, Section ns)
Allocates a Section to an Active Train according to the information in an AllocationRequest.protected Section
AutoAllocate. 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 Section
DispatcherFrame. checkBlocksNotInAllocatedSection(Section s, AllocationRequest ar)
protected void
DispatcherFrame. 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)
-