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) RegionRpsReporter. region(package private) RegionRpsSensor. regionFields in jmri.jmrix.rps with type parameters of type Region Modifier and Type Field Description (package private) java.util.ArrayList<Region>Model. regionsMethods in jmri.jmrix.rps that return Region Modifier and Type Method Description (package private) RegionRpsSensor. 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 voidModel. addRegion(Region r)Include a region in the model.voidModel. removeRegion(Region r)Include a region in the model.
-