Uses of Class
jmri.EntryPoint
Packages that use EntryPoint
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
Provides table GUI for manipulating NamedBean objects: Turnouts,
Sensors, SignalHeads.
Layout Editor currently represents both structure and graphical display through a single set of objects.
-
Uses of EntryPoint in jmri
Methods in jmri that return EntryPointModifier and TypeMethodDescriptionSection.getEntryPointFromBlock(Block b, int dir) Get the EntryPoint for entry from the specified Block for travel in the specified direction.Section.getEntryPointFromSection(Section s, int dir) Get the EntryPoint for entry from the specified Section for travel in specified direction.Section.getExitPointToBlock(Block b, int dir) Get the EntryPoint for exit to the specified Block for travel in the specified direction.Section.getExitPointToSection(Section s, int dir) Get the EntryPoint for exit to specified Section for travel in the specified direction.Methods in jmri that return types with arguments of type EntryPointModifier and TypeMethodDescriptionSection.getEntryPointList()Section.getForwardEntryPointList()Section.getReverseEntryPointList()Methods in jmri with parameters of type EntryPointModifier and TypeMethodDescriptionvoidSection.addToForwardList(EntryPoint ep) voidSection.addToReverseList(EntryPoint ep) booleanSection.isForwardEntryPoint(EntryPoint ep) booleanSection.isReverseEntryPoint(EntryPoint ep) voidSection.removeEntryPoint(EntryPoint ep) -
Uses of EntryPoint in jmri.implementation
Methods in jmri.implementation that return EntryPointModifier and TypeMethodDescriptionDefaultSection.getEntryPointFromBlock(Block b, int dir) Get the EntryPoint for entry from the specified Block for travel in the specified direction.DefaultSection.getEntryPointFromSection(Section s, int dir) Get the EntryPoint for entry from the specified Section for travel in specified direction.DefaultSection.getExitPointToBlock(Block b, int dir) Get the EntryPoint for exit to the specified Block for travel in the specified direction.DefaultSection.getExitPointToSection(Section s, int dir) Get the EntryPoint for exit to specified Section for travel in the specified direction.Methods in jmri.implementation that return types with arguments of type EntryPointModifier and TypeMethodDescriptionDefaultSection.getEntryPointList()DefaultSection.getForwardEntryPointList()DefaultSection.getReverseEntryPointList()Methods in jmri.implementation with parameters of type EntryPointModifier and TypeMethodDescriptionvoidDefaultSection.addToForwardList(EntryPoint ep) voidDefaultSection.addToReverseList(EntryPoint ep) booleanDefaultSection.isForwardEntryPoint(EntryPoint ep) booleanDefaultSection.isReverseEntryPoint(EntryPoint ep) voidDefaultSection.removeEntryPoint(EntryPoint ep) -
Uses of EntryPoint in jmri.jmrit.beantable
Fields in jmri.jmrit.beantable with type parameters of type EntryPointModifier and TypeFieldDescription(package private) ArrayList<EntryPoint>SectionTableAction.entryPointList -
Uses of EntryPoint in jmri.jmrit.display.layoutEditor
Method parameters in jmri.jmrit.display.layoutEditor with type arguments of type EntryPointModifier and TypeMethodDescriptionintConnectivityUtil.getDirectionFromAnchor(List<EntryPoint> mForwardEntryPoints, List<EntryPoint> mReverseEntryPoints, PositionablePoint p) Get the direction of the block boundary anchor point p.