Uses of Class
jmri.jmrit.logixng.implementation.AbstractBase
Packages that use AbstractBase
Package
Description
Provides classes for interacting with CBUS Nodes using LogixNG.
-
Uses of AbstractBase in jmri.jmrit.display.logixng
Subclasses of AbstractBase in jmri.jmrit.display.logixngModifier and TypeClassDescriptionclassThis action controls various things of a AudioIcon on a panel.classThis action controls various things of a LayoutTurnout on a LayoutEditor panel.classThis action controls various things of a Positionable on a panel.classThis action controls various things of Positionables with a particular class name on a panel.classThis action acts on a Window. -
Uses of AbstractBase in jmri.jmrit.logixng.actions
Subclasses of AbstractBase in jmri.jmrit.logixng.actionsModifier and TypeClassDescriptionclassThe base class for LogixNG AnalogActionsclassThe base class for LogixNG ActionsclassThe base class for LogixNG Boolean ActionsclassThe base class for LogixNG AnalogActionsclassThis action sets the value of an AtomicBoolean.classThis action controls an audio object.classThis action triggers a block.classThis action provides the ability to set the fast clock time and start and stop the fast clock.classThis action provides the ability to set the fast clock speed.classThis action listens on some beans and runs the ConditionalNG on property change.classThis action triggers a Dispather ActiveTrain.classThis action triggers a entryExit.classThis action finds a table row or column.classThis action sets the state of a light.classRuns an engine.classThis action listens on some beans and runs the ConditionalNG on property change.classThis action listens on some beans and runs the ConditionalNG on property change.classThis action listens on some beans and runs the ConditionalNG on property change.classThis action sets the value of a local variable.classThis action sets the value of a memory.classThis action triggers an OBlock.classThis action turns power on or off.classThis action triggers a reporter.classSets all engine slots to status commonclassThis action requests an update from the layout of the state of a sensor.classThis action requests an update from the layout of the state of a turnout.classExecutes a script.classThis action sets the state of a sensor.classThis action sets the current report of a Reporter.classExecutes a digital action delayed.classEvaluates the state of a SignalHead.classEvaluates the state of a SignalMast.classPlays a sound.classThis action sets a cell value of a LogixNG table.final classRuns an engine.final classSets a function on a throttleclassExecutes an action after some time.classThis action sets the state of a turnout.classThis action sets the lock of a turnout.classThis action triggers a warrant.classSets the light intensity.classSets a Memory.classExecute many Actions in a specific order.classReturns from a Module or a ConditionalNG.classReturns from a Module or a ConditionalNG.classExecutes an action depending on the parameter.classExecute many Actions in a specific order.classThis action executes a module.classThis action evaluates the formula.classExecute many Actions in a specific order.classExecutes an analog action with the result of an analog expression.classExecutes an string action with the result of an string expression.classThis action enables/disables a Logix.classThis action enables/disables a LogixNG.classReturns from a Module or a ConditionalNG.classExecutes a digital action.classExecutes a digital action delayed.classThis action executes a program.classReturns from a Module or a ConditionalNG.classExecutes an action when the expression is True.classExecutes an action when the expression is True.classExecutes an action when the expression is True.classExecutes an action when the expression is True.classThis action decodes a Json string to a JsonNode.classThis action logs some data.classEmulates Logix.classThis action prints the local variables to the log.classProgram a CV on main.classReturns from a Module or a ConditionalNG.classExecutes an action only one time.classExecutes actions in a sequence.classThis action sets some local variables.classThis action show a dialog.classThis action sets the state of a turnout.classSimulates turnout feedback.classSets a Memory.classSets a StringIO.classExecute many Actions in a specific order.classExecutes an action when the expression is True.classExecutes an action when the expression is True.classThis action triggers a route.classExecutes an string action with the result of an string expression.classThis action sends a web request. -
Uses of AbstractBase in jmri.jmrit.logixng.expressions
Subclasses of AbstractBase in jmri.jmrit.logixng.expressionsModifier and TypeClassDescriptionclassclassclassclassReads a AnalogIO.classConstant value.classReads a local variable.classReads a Memory.classEvaluates to True if the formula evaluates to trueclassEvaluates to True if all of the children expressions evaluate to true.classEvaluates to True if the antecedent evaluates to trueclassReturns true if there is a connection of specified type.classThis expression evaluates a module.classEvaluates to True if the formula evaluates to trueclassThis expression evaluates the state of an Audio.classThis expression evaluates the state of a Block.classThis expression is a clock.classEvaluates the state of a Conditional.classThis expression checks the status or mode of an active train.classThis expression sets the state of a DestinationPoints.classThis expression sets the state of a light.classCheck the status of battery and power supply.classEvaluates the state of a local variable.classEvaluates the state of a Memory.classThis expression sets the state of a oblock.classThis expression sets the state of a power.classEvaluates what a reference points to.classEvaluates the state of a Reporter.classExecutes a script.classThis expression evaluates the state of a Section.classThis expression sets the state of a sensor.classThis expression checks the flank of the change of the state of a sensor.classEvaluates the state of a SignalHead.classEvaluates the state of a SignalMast.classThis expression evaluates the state of a Transit.classThis expression sets the state of a turnout.classThis expression sets the state of a warrant.classAlways evaluates to False.classDoes a file exists?classAn Expression that keeps its status even if its child expression doesn't.classReturns the last result of a digital expression.classThis action logs some data.classAn Expression that negates the result of its child expression.classEvaluates to True if any of the children expressions evaluate to true.classConstant value.classReads a Memory.classReads a StringIO.classEvaluates to True if the formula evaluates to trueclassAn expression that waits some time before returning True.classThis expression returns the number of minutes since midnight for the fast clock or the system clock.classAn Expression that returns True only once while its child expression returns True.classAlways evaluates to True. -
Uses of AbstractBase in jmri.jmrit.logixng.implementation
Subclasses of AbstractBase in jmri.jmrit.logixng.implementationModifier and TypeClassDescriptionclassHave many items of any type.classDefault implementation of the clipboardclassThe default implementation of ConditionalNG.classThe default implementation of Module. -
Uses of AbstractBase in jmri.jmrit.logixng.util
Subclasses of AbstractBase in jmri.jmrit.logixng.utilConstructors in jmri.jmrit.logixng.util with parameters of type AbstractBaseModifierConstructorDescriptionLogixNG_SelectBoolean(AbstractBase base, PropertyChangeListener listener) LogixNG_SelectCharset(AbstractBase base, PropertyChangeListener listener) LogixNG_SelectComboBox(AbstractBase base, LogixNG_SelectComboBox.Item[] valuesArray, LogixNG_SelectComboBox.Item initialValue, PropertyChangeListener listener) LogixNG_SelectDouble(AbstractBase base, int numDecimals, PropertyChangeListener listener) LogixNG_SelectDouble(AbstractBase base, int numDecimals, PropertyChangeListener listener, LogixNG_SelectDouble.FormatterParserValidator formatterParserValidator) LogixNG_SelectEnum(AbstractBase base, E[] enumArray, E initialEnum, PropertyChangeListener listener) LogixNG_SelectInteger(AbstractBase base, PropertyChangeListener listener) LogixNG_SelectInteger(AbstractBase base, PropertyChangeListener listener, LogixNG_SelectInteger.FormatterParserValidator formatterParserValidator) LogixNG_SelectNamedBean(AbstractBase base, Class<E> clazz, Manager<E> manager, PropertyChangeListener listener) LogixNG_SelectNamedBean(AbstractBase base, Class<E> clazz, Manager<E> manager, InUse inUse, PropertyChangeListener listener) LogixNG_SelectString(AbstractBase base, PropertyChangeListener listener) LogixNG_SelectString(AbstractBase base, String defaultValue, PropertyChangeListener listener) LogixNG_SelectString(AbstractBase base, InUse inUse, PropertyChangeListener listener) LogixNG_SelectTable(AbstractBase base, InUse inUse) -
Uses of AbstractBase in jmri.jmrit.operations.logixng
Subclasses of AbstractBase in jmri.jmrit.operations.logixngModifier and TypeClassDescriptionclassThis action starts an OperationsPro automation. -
Uses of AbstractBase in jmri.jmrix.can.cbus.logixng
Subclasses of AbstractBase in jmri.jmrix.can.cbus.logixng -
Uses of AbstractBase in jmri.jmrix.loconet.logixng
Subclasses of AbstractBase in jmri.jmrix.loconet.logixngModifier and TypeClassDescriptionclassSets all engine slots to status commonclassRequest an update of the LocoNet slotsclassThis expression compares the number of slots that are currently in use with a threshold number.classSets the speed to zero if the loco hasn't been used in a while. -
Uses of AbstractBase in jmri.jmrix.mqtt.logixng
Subclasses of AbstractBase in jmri.jmrix.mqtt.logixng