Package jmri.jmrit.entryexit
Class EntryExitPairs.StackDetails
- java.lang.Object
-
- jmri.jmrit.entryexit.EntryExitPairs.StackDetails
-
- Enclosing class:
- EntryExitPairs
static class EntryExitPairs.StackDetails extends java.lang.Object
Class to collect (stack) routes when they are requested but blocked.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) DestinationPointsdp(package private) booleanreverse
-
Constructor Summary
Constructors Constructor Description StackDetails(DestinationPoints dp, boolean reverse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) DestinationPointsgetDestinationPoint()(package private) booleangetReverse()
-
-
-
Field Detail
-
reverse
boolean reverse
-
-
Constructor Detail
-
StackDetails
StackDetails(DestinationPoints dp, boolean reverse)
-
-
Method Detail
-
getReverse
boolean getReverse()
-
getDestinationPoint
DestinationPoints getDestinationPoint()
-
-