Package jmri

Class EntryPoint


  • public class EntryPoint
    extends java.lang.Object
    Represent an EntryPoint to a Section of track. Specifies a Block within the Section, and a Path of that Block.

    An EntryPoint can be "forward" or "reverse" type, depending on if a train entering the Section at this entry point will be travelling in the forward direction or the reverse direction.

    An EntryPoint is referenced via lists in its parent Section, and is stored on disk when its parent section is stored.

    This module delays initialization of Blocks until first reference after an Entry Point is loaded from a configuration file.