Uses of Class
jmri.jmrix.rps.Region
-
Packages that use Region Package Description jmri.jmrix.rps This package contains software specific to the RPS system from NAC Services, Inc. -
-
Uses of Region in jmri.jmrix.rps
Fields in jmri.jmrix.rps declared as Region Modifier and Type Field Description (package private) Region
RpsReporter. region
(package private) Region
RpsSensor. region
Fields in jmri.jmrix.rps with type parameters of type Region Modifier and Type Field Description (package private) java.util.ArrayList<Region>
Model. regions
Methods in jmri.jmrix.rps that return Region Modifier and Type Method Description (package private) Region
RpsSensor. getRegion()
Methods in jmri.jmrix.rps that return types with arguments of type Region Modifier and Type Method Description java.util.List<Region>
Model. getRegions()
Get the list of active regions.Methods in jmri.jmrix.rps with parameters of type Region Modifier and Type Method Description void
Model. addRegion(Region r)
Include a region in the model.void
Model. removeRegion(Region r)
Include a region in the model.
-