Uses of Interface
jmri.ExpectedState
-
Packages that use ExpectedState Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.jmrit.display.layoutEditor Layout Editor currently represents both structure and graphical display through a single set of objects.jmri.util Contains various utilities classes that are useful across the entire JMRI library structure. -
-
Uses of ExpectedState in jmri
Classes in jmri that implement ExpectedState Modifier and Type Class Description classBeanSettingRepresent a NamedBean (such as a Turnout) and specific desired setting for it. -
Uses of ExpectedState in jmri.jmrit.display.layoutEditor
Classes in jmri.jmrit.display.layoutEditor that implement ExpectedState Modifier and Type Class Description classLayoutTrackExpectedState<T extends LayoutTrack>Retain a LayoutTrack and its expected state. -
Uses of ExpectedState in jmri.util
Classes in jmri.util that implement ExpectedState Modifier and Type Class Description classNamedBeanExpectedState<T extends NamedBean>Retain a NamedBean and its expected state.classNamedBeanExpectedValue<T extends NamedBean,S>Retain a NamedBean and its expected value (called a state in this class).
-