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 class
BeanSetting
Represent 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 class
LayoutTrackExpectedState<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 class
NamedBeanExpectedState<T extends NamedBean>
Retain a NamedBean and its expected state.class
NamedBeanExpectedValue<T extends NamedBean,S>
Retain a NamedBean and its expected value (called a state in this class).
-