Package jmri.jmrit.entryexit
Class EntryExitPairs.SourceToDest
- java.lang.Object
-
- jmri.jmrit.entryexit.EntryExitPairs.SourceToDest
-
- Enclosing class:
- EntryExitPairs
static class EntryExitPairs.SourceToDest extends java.lang.Object
Class to store NX sets consisting of a source point, a destination point, a direction and a reference.
-
-
Constructor Summary
Constructors Constructor Description SourceToDest(Source s, DestinationPoints dp, boolean dir, int ref)
Constructor for a SourceToDest element.
-
-
-
Constructor Detail
-
SourceToDest
SourceToDest(Source s, DestinationPoints dp, boolean dir, int ref)
Constructor for a SourceToDest element.- Parameters:
s
- a source pointdp
- a destination pointdir
- a directionref
- Integer used as reference
-
-