Uses of Class
jmri.jmrit.automat.AbstractAutomaton
Packages that use AbstractAutomaton
Package
Description
Classes to ease creation of layout automation, particularly signaling.
-
Uses of AbstractAutomaton in jmri.jmrit.automat
Subclasses of AbstractAutomaton in jmri.jmrit.automatModifier and TypeClassDescriptionclassThis sample Automaton watches a Sensor, and adjusts the state of a Turnout so that it matches the Sensor's state.classThis sample Automaton watches a Sensor, and adjusts the momentum of a locomotive using ops-mode programming when the sensor state changes.classThis sample Automaton runs a locomotive back and forth on a piece of track by watching two sensors.Methods in jmri.jmrit.automat that return AbstractAutomatonModifier and TypeMethodDescriptionAutomatSummary.get(int i) 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 AbstractAutomatonMethods in jmri.jmrit.automat with parameters of type AbstractAutomatonModifier and TypeMethodDescriptionintAutomatSummary.indexOf(AbstractAutomaton a) voidAutomatSummary.loop(AbstractAutomaton a) An AbstractAutomaton instance uses this method to notify interested parties that it's gone around its handle loop again.voidAutomatSummary.register(AbstractAutomaton a) A newly-created AbstractAutomaton instance uses this method to notify interested parties of its existence.voidAutomatSummary.remove(AbstractAutomaton a) Just before exiting, an AbstractAutomaton instance uses this method to notify interested parties of its departure.