Uses of Class
jmri.jmrit.entryexit.Source
-
Packages that use Source Package Description jmri.jmrit.entryexit Implements Entry/Exit ( NX ) dispatching using Layout Editor panels. -
-
Uses of Source in jmri.jmrit.entryexit
Fields in jmri.jmrit.entryexit declared as Source Modifier and Type Field Description (package private) Source
EntryExitPairs.SourceToDest. s
(package private) Source
PointDetails. sourceRoute
(package private) Source
DestinationPoints. src
Fields in jmri.jmrit.entryexit with type parameters of type Source Modifier and Type Field Description (package private) java.util.Hashtable<DestinationPoints,Source>
PointDetails. destinations
(package private) java.util.HashMap<PointDetails,Source>
EntryExitPairs. nxpair
Methods in jmri.jmrit.entryexit that return Source Modifier and Type Method Description Source
DestinationPoints. getSource()
Source
EntryExitPairs. getSourceForPoint(PointDetails pd)
Methods in jmri.jmrit.entryexit with parameters of type Source Modifier and Type Method Description (package private) void
PointDetails. removeSource(Source src)
(package private) void
PointDetails. setDestination(DestinationPoints srcdp, Source src)
(package private) void
PointDetails. setSource(Source src)
Constructors in jmri.jmrit.entryexit with parameters of type Source Constructor Description DestinationPoints(PointDetails point, java.lang.String id, Source src)
SourceToDest(Source s, DestinationPoints dp, boolean dir, int ref)
Constructor for a SourceToDest element.
-