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) DestinationPoints
dp
(package private) boolean
reverse
-
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) DestinationPoints
getDestinationPoint()
(package private) boolean
getReverse()
-
-
-
Field Detail
-
reverse
boolean reverse
-
-
Constructor Detail
-
StackDetails
StackDetails(DestinationPoints dp, boolean reverse)
-
-
Method Detail
-
getReverse
boolean getReverse()
-
getDestinationPoint
DestinationPoints getDestinationPoint()
-
-