Uses of Class
jmri.jmrit.dispatcher.AllocatedSection
-
Packages that use AllocatedSection Package Description jmri.jmrit.dispatcher -
-
Uses of AllocatedSection in jmri.jmrit.dispatcher
Fields in jmri.jmrit.dispatcher with type parameters of type AllocatedSection Modifier and Type Field Description protected java.util.List<AllocatedSection>DispatcherFrame. allocatedSectionsMethods in jmri.jmrit.dispatcher that return AllocatedSection 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.AllocatedSectionTaskAllocateRelease. getAllocatedSection()protected AllocatedSectionAutoActiveTrain. getAllocatedSectionForSection(Section s)protected AllocatedSectionAutoActiveTrain. getCurrentAllocatedSection()protected AllocatedSectionActiveTrain. reverseAllAllocatedSections()Methods in jmri.jmrit.dispatcher that return types with arguments of type AllocatedSection Modifier and Type Method Description java.util.List<AllocatedSection>ActiveTrain. getAllocatedSectionList()protected java.util.List<AllocatedSection>DispatcherFrame. getAllocatedSectionsList()Methods in jmri.jmrit.dispatcher with parameters of type AllocatedSection Modifier and Type Method Description voidActiveTrain. addAllocatedSection(AllocatedSection as)protected voidDispatcherFrame. doReleaseAllocatedSection(AllocatedSection as, boolean terminatingTrain)protected BlockAllocatedSection. getEnterBlock(AllocatedSection previousAllocatedSection)protected voidAutoActiveTrain. handleBlockStateChange(AllocatedSection as, Block b)protected voidAutoTrainAction. handleBlockStateChange(AllocatedSection as, Block b)protected voidAutoActiveTrain. handleSectionOccupancyChange(AllocatedSection as)Handle notification of changes in section occupancy.protected voidAutoActiveTrain. handleSectionStateChange(AllocatedSection as)Handle notification of changes in section state.protected booleanActiveTrain. isInAllocatedList(AllocatedSection as)voidDispatcherFrame. releaseAllocatedSection(AllocatedSection as, boolean terminatingTrain)Releases an allocated Section, and removes it from the Dispatcher Input.voidActiveTrain. removeAllocatedSection(AllocatedSection as)protected voidAutoActiveTrain. setupNewCurrentSignal(AllocatedSection as, boolean forceSpeedChange)Constructors in jmri.jmrit.dispatcher with parameters of type AllocatedSection Constructor Description RespondToBlockStateChange(Block b, int occ, AllocatedSection as)TaskAllocateRelease(TaskAllocateRelease.TaskAction action, AllocatedSection aSection, boolean termTrain)
-