Uses of Enum
jmri.jmrit.display.layoutEditor.LayoutBlockConnectivityTools.Metric
Packages that use LayoutBlockConnectivityTools.Metric
Package
Description
Layout Editor currently represents both structure and graphical display through a single set of objects.
Implements Entry/Exit ( NX ) dispatching using Layout Editor panels.
-
Uses of LayoutBlockConnectivityTools.Metric in jmri.jmrit.display.layoutEditor
Methods in jmri.jmrit.display.layoutEditor that return LayoutBlockConnectivityTools.MetricModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static LayoutBlockConnectivityTools.Metric[]LayoutBlockConnectivityTools.Metric.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.display.layoutEditor with parameters of type LayoutBlockConnectivityTools.MetricModifier and TypeMethodDescriptionintLayoutBlock.getNextBestBlock(Block previousBlock, Block destBlock, List<Integer> excludeBlock, LayoutBlockConnectivityTools.Metric routingMethod) last index - the index of the last block we returned ie we last returned index 10, so we don't want to return it again. -
Uses of LayoutBlockConnectivityTools.Metric in jmri.jmrit.entryexit
Fields in jmri.jmrit.entryexit declared as LayoutBlockConnectivityTools.Metric