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) intdepth(package private) NamedBeandestLoc(package private) LayoutBlockManagerlbm(package private) PointDetailssourcePoint
-
Constructor Summary
Constructors Constructor Description ManuallySetRoute(PointDetails pd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Blockcycle(LayoutBlock protect, LayoutBlock face)(package private) booleanfindDestPoint(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)
-
-