Uses of Interface
jmri.ExpectedState
Packages that use ExpectedState
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Layout Editor currently represents both structure and graphical display through a single set of objects.
Contains various utilities classes that are
useful across the entire
JMRI library structure.
-
Uses of ExpectedState in jmri
Classes in jmri that implement ExpectedStateModifier and TypeClassDescriptionclassRepresent 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 ExpectedStateModifier and TypeClassDescriptionclassLayoutTrackExpectedState<T extends LayoutTrack>Retain a LayoutTrack and its expected state. -
Uses of ExpectedState in jmri.util
Classes in jmri.util that implement ExpectedStateModifier and TypeClassDescriptionclassNamedBeanExpectedState<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).