Package jmri.jmrit.automat


package jmri.jmrit.automat
Classes to ease creation of layout automation, particularly signaling.

Related Documentation

See also the JMRI automation web page.

For information on JMRI signaling, see the JMRI signaling page.

For information on JMRI scripting, see the scripting web page.

  • Classes
    Class
    Description
    Abstract base for user automaton classes, which provide individual bits of automation.
    A singlet providing access to information about existing Automat instances.
     
    This sample Automaton watches a Sensor, and adjusts the state of a Turnout so that it matches the Sensor's state.
    This sample Automaton watches a Sensor, and adjusts the momentum of a locomotive using ops-mode programming when the sensor state changes.
    Swing action to create and register a SampleAutomaton2 object
    This sample Automaton runs a locomotive back and forth on a piece of track by watching two sensors.
    Swing action to create and register a SampleAutomaton3 object
    Swing action to create and register a SampleAutomaton object
    A Siglet is a "an embedded signal automation", like an "applet" an embedded application.