Uses of Class
jmri.jmrit.automat.AbstractAutomaton
-
Packages that use AbstractAutomaton Package Description jmri.jmrit.automat Classes to ease creation of layout automation, particularly signaling. -
-
Uses of AbstractAutomaton in jmri.jmrit.automat
Subclasses of AbstractAutomaton in jmri.jmrit.automat Modifier and Type Class Description class
SampleAutomaton
This sample Automaton watches a Sensor, and adjusts the state of a Turnout so that it matches the Sensor's state.class
SampleAutomaton2
This sample Automaton watches a Sensor, and adjusts the momentum of a locomotive using ops-mode programming when the sensor state changes.class
SampleAutomaton3
This sample Automaton runs a locomotive back and forth on a piece of track by watching two sensors.Methods in jmri.jmrit.automat that return AbstractAutomaton Modifier and Type Method Description AbstractAutomaton
AutomatSummary. get(int i)
AbstractAutomaton
AutomatSummary. get(java.lang.String name)
Provide a convenience method to look up a managed object by its name.Methods in jmri.jmrit.automat that return types with arguments of type AbstractAutomaton Modifier and Type Method Description java.util.ArrayList<AbstractAutomaton>
AutomatSummary. getAutomats()
Methods in jmri.jmrit.automat with parameters of type AbstractAutomaton Modifier and Type Method Description int
AutomatSummary. indexOf(AbstractAutomaton a)
void
AutomatSummary. loop(AbstractAutomaton a)
An AbstractAutomaton instance uses this method to notify interested parties that it's gone around its handle loop again.void
AutomatSummary. register(AbstractAutomaton a)
A newly-created AbstractAutomaton instance uses this method to notify interested parties of its existence.void
AutomatSummary. remove(AbstractAutomaton a)
Just before exiting, an AbstractAutomaton instance uses this method to notify interested parties of its departure.
-