Uses of Interface
jmri.SignalMastLogic
-
Packages that use SignalMastLogic Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrit.beantable Provides table GUI for manipulating NamedBean objects: Turnouts, Sensors, SignalHeads.jmri.jmrit.beantable.signalmast jmri.jmrit.ctc.topology jmri.jmrit.entryexit Implements Entry/Exit ( NX ) dispatching using Layout Editor panels.jmri.jmrit.signalling jmri.managers Provides implementations of various JMRI managers. -
-
Uses of SignalMastLogic in jmri
Methods in jmri that return SignalMastLogic Modifier and Type Method Description SignalMastLogic
SignalMastLogicManager. getSignalMastLogic(SignalMast source)
Return the Signal Mast Logic for a specific Source Signal Mast.SignalMastLogic
SignalMastLogicManager. newSignalMastLogic(SignalMast source)
Create a new Signal Mast Logic for a source Signal Mast.Methods in jmri that return types with arguments of type SignalMastLogic Modifier and Type Method Description java.util.List<SignalMastLogic>
SignalMastLogicManager. getLogicsByDestination(SignalMast destination)
Gather a list of all the Signal Mast Logics, by destination Signal Mast.java.util.List<SignalMastLogic>
SignalMastLogicManager. getSignalMastLogicList()
Return a list of all existing Signal Mast LogicsMethods in jmri with parameters of type SignalMastLogic Modifier and Type Method Description void
SignalMastLogicManager. removeSignalMastLogic(SignalMastLogic sml)
Completely remove a specific Signal Mast Logic by name.void
SignalMastLogicManager. removeSignalMastLogic(SignalMastLogic sml, SignalMast dest)
Remove a destination Signal Mast and its settings from a Signal Mast Logic. -
Uses of SignalMastLogic in jmri.implementation
Classes in jmri.implementation that implement SignalMastLogic Modifier and Type Class Description class
DefaultSignalMastLogic
Default implementation ofSignalMastLogic
. -
Uses of SignalMastLogic in jmri.jmrit.beantable
Method parameters in jmri.jmrit.beantable with type arguments of type SignalMastLogic Modifier and Type Method Description void
SignalMastLogicTableAction. setMenuBar(BeanTableFrame<SignalMastLogic> f)
Insert a table specific Tools menu. -
Uses of SignalMastLogic in jmri.jmrit.beantable.signalmast
Methods in jmri.jmrit.beantable.signalmast that return SignalMastLogic Modifier and Type Method Description SignalMastLogic
SignalMastLogicTableDataModel. getBySystemName(java.lang.String name)
SignalMastLogic
SignalMastLogicTableDataModel. getByUserName(java.lang.String name)
SignalMastLogic
SignalMastLogicTableDataModel. getLogicFromRow(int row)
Methods in jmri.jmrit.beantable.signalmast with parameters of type SignalMastLogic Modifier and Type Method Description void
SignalMastLogicTableDataModel. clickOn(SignalMastLogic t)
-
Uses of SignalMastLogic in jmri.jmrit.ctc.topology
Methods in jmri.jmrit.ctc.topology with parameters of type SignalMastLogic Modifier and Type Method Description void
TopologyInfo. addTurnouts(SignalMastLogic signalMastLogic, SignalMast signalMast)
Quick and dirty routine to add all of the turnouts in SML to our internal lists. -
Uses of SignalMastLogic in jmri.jmrit.entryexit
Fields in jmri.jmrit.entryexit declared as SignalMastLogic Modifier and Type Field Description (package private) SignalMastLogic
DestinationPoints. sml
-
Uses of SignalMastLogic in jmri.jmrit.signalling
Fields in jmri.jmrit.signalling declared as SignalMastLogic Modifier and Type Field Description (package private) SignalMastLogic
SignallingSourcePanel. sml
Methods in jmri.jmrit.signalling with parameters of type SignalMastLogic Modifier and Type Method Description (package private) void
SignallingSourcePanel.SignalMastAspectModel. updateSignalMastLogic(SignalMastLogic smlOld, SignalMastLogic smlNew)
-
Uses of SignalMastLogic in jmri.managers
Methods in jmri.managers that return SignalMastLogic Modifier and Type Method Description SignalMastLogic
DefaultSignalMastLogicManager. getSignalMastLogic(SignalMast source)
Return the Signal Mast Logic for a specific Source Signal Mast.SignalMastLogic
DefaultSignalMastLogicManager. newSignalMastLogic(SignalMast source)
Provide / create New SML.Methods in jmri.managers that return types with arguments of type SignalMastLogic Modifier and Type Method Description java.util.List<SignalMastLogic>
DefaultSignalMastLogicManager. getLogicsByDestination(SignalMast destination)
Gather a list of all the Signal Mast Logics, by destination Signal Mast.java.lang.Class<SignalMastLogic>
DefaultSignalMastLogicManager. getNamedBeanClass()
Get the class of NamedBean supported by this Manager.java.util.List<SignalMastLogic>
DefaultSignalMastLogicManager. getSignalMastLogicList()
Return a list of all existing Signal Mast LogicsMethods in jmri.managers with parameters of type SignalMastLogic Modifier and Type Method Description void
DefaultSignalMastLogicManager. removeSignalMastLogic(SignalMastLogic sml)
Completely remove a specific Signal Mast Logic by name.void
DefaultSignalMastLogicManager. removeSignalMastLogic(SignalMastLogic sml, SignalMast dest)
Remove a destination Signal Mast and its settings from a Signal Mast Logic.
-