Package jmri.jmrit.entryexit
Class ManuallySetRoute
- java.lang.Object
-
- jmri.jmrit.entryexit.ManuallySetRoute
-
public class ManuallySetRoute extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
depth
(package private) NamedBean
destLoc
(package private) LayoutBlockManager
lbm
(package private) PointDetails
sourcePoint
-
Constructor Summary
Constructors Constructor Description ManuallySetRoute(PointDetails pd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Block
cycle(LayoutBlock protect, LayoutBlock face)
(package private) boolean
findDestPoint(LayoutBlock pro, LayoutBlock facing)
-
-
-
Field Detail
-
sourcePoint
PointDetails sourcePoint
-
depth
int depth
-
-
Constructor Detail
-
ManuallySetRoute
public ManuallySetRoute(PointDetails pd)
-
-
Method Detail
-
findDestPoint
boolean findDestPoint(LayoutBlock pro, LayoutBlock facing)
-
cycle
Block cycle(LayoutBlock protect, LayoutBlock face)
-
-