Uses of Class
jmri.BeanSetting
Packages that use BeanSetting
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Support for implementing Warrants in JMRI.
Support for implementing USS CTC systems in JMRI.
-
Uses of BeanSetting in jmri
Methods in jmri that return types with arguments of type BeanSettingMethods in jmri with parameters of type BeanSettingModifier and TypeMethodDescriptionvoidPath.addSetting(BeanSetting t) voidPath.removeSetting(BeanSetting t) Constructors in jmri with parameters of type BeanSettingModifierConstructorDescriptionPath(Block dest, int toBlockDirection, int fromBlockDirection, BeanSetting setting) Convenience constructor to set the destination/source block, directions and a single setting element in one call. -
Uses of BeanSetting in jmri.jmrit.logix
Methods in jmri.jmrit.logix with parameters of type BeanSettingModifier and TypeMethodDescriptionvoidOPath.addSetting(BeanSetting t) Does not allow duplicate settings.Constructor parameters in jmri.jmrit.logix with type arguments of type BeanSetting -
Uses of BeanSetting in jmri.jmrit.ussctc
Fields in jmri.jmrit.ussctc declared as BeanSettingModifier and TypeFieldDescription(package private) BeanSetting[]TrafficLock.beans(package private) BeanSetting[]TrafficRelay.beansFields in jmri.jmrit.ussctc with type parameters of type BeanSettingModifier and TypeFieldDescription(package private) Iterable<BeanSetting>RouteLock.beans(package private) List<BeanSetting>TimeLock.beansConstructors in jmri.jmrit.ussctc with parameters of type BeanSettingModifierConstructorDescriptionRouteLock(String[] array, BeanSetting[] beans) TimeLock(SignalHeadSection[] array, BeanSetting[] beans) TrafficLock(SignalHeadSection signal, CodeGroupThreeBits direction, BeanSetting[] beans) TrafficRelay(SignalHeadSection signal, CodeGroupThreeBits direction, BeanSetting[] beans)