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. allocatedSections
Methods in jmri.jmrit.dispatcher that return AllocatedSection 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.AllocatedSection
TaskAllocateRelease. getAllocatedSection()
protected AllocatedSection
AutoActiveTrain. getCurrentAllocatedSection()
protected AllocatedSection
ActiveTrain. 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 void
ActiveTrain. addAllocatedSection(AllocatedSection as)
protected void
DispatcherFrame. doReleaseAllocatedSection(AllocatedSection as, boolean terminatingTrain)
protected Block
AllocatedSection. getEnterBlock(AllocatedSection previousAllocatedSection)
protected void
AutoActiveTrain. handleBlockStateChange(AllocatedSection as, Block b)
protected void
AutoTrainAction. handleBlockStateChange(AllocatedSection as, Block b)
protected void
AutoActiveTrain. handleSectionOccupancyChange(AllocatedSection as)
Handle notification of changes in section occupancy.protected void
AutoActiveTrain. handleSectionStateChange(AllocatedSection as)
Handle notification of changes in section state.protected boolean
ActiveTrain. isInAllocatedList(AllocatedSection as)
void
DispatcherFrame. releaseAllocatedSection(AllocatedSection as, boolean terminatingTrain)
Releases an allocated Section, and removes it from the Dispatcher Input.void
ActiveTrain. removeAllocatedSection(AllocatedSection as)
protected void
AutoActiveTrain. 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)
-