Uses of Interface
jmri.jmrit.logixng.Base
-
Packages that use Base Package Description jmri.jmrit.display.logixng jmri.jmrit.display.logixng.swing jmri.jmrit.logixng jmri.jmrit.logixng.actions jmri.jmrit.logixng.actions.swing jmri.jmrit.logixng.expressions jmri.jmrit.logixng.expressions.swing jmri.jmrit.logixng.implementation jmri.jmrit.logixng.implementation.swing jmri.jmrit.logixng.swing jmri.jmrit.logixng.tools.debugger jmri.jmrit.logixng.tools.debugger.swing jmri.jmrit.logixng.tools.swing jmri.jmrit.logixng.util jmri.jmrit.operations.logixng jmri.jmrit.operations.logixng.swing jmri.jmrix.can.cbus.logixng Provides classes for interacting with CBUS Nodes using LogixNG.jmri.jmrix.can.cbus.logixng.swing Provides classes for interacting with CBUS Nodes using LogixNG.jmri.jmrix.loconet.logixng jmri.jmrix.loconet.logixng.swing jmri.jmrix.mqtt.logixng jmri.jmrix.mqtt.logixng.swing -
-
Uses of Base in jmri.jmrit.display.logixng
Classes in jmri.jmrit.display.logixng that implement Base Modifier and Type Class Description classActionAudioIconThis action controls various things of a AudioIcon on a panel.classActionLayoutTurnoutThis action controls various things of a LayoutTurnout on a LayoutEditor panel.classActionPositionableThis action controls various things of a Positionable on a panel.classActionPositionableByClassThis action controls various things of Positionables with a particular class name on a panel.classWindowManagementThis action acts on a Window.Methods in jmri.jmrit.display.logixng that return Base Modifier and Type Method Description BaseActionAudioIcon. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionLayoutTurnout. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionPositionable. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionPositionableByClass. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseWindowManagement. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames) -
Uses of Base in jmri.jmrit.display.logixng.swing
Methods in jmri.jmrit.display.logixng.swing with parameters of type Base Modifier and Type Method Description protected voidActionAudioIconSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionLayoutTurnoutSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionPositionableByClassSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionPositionableSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidWindowManagementSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)voidActionAudioIconSwing. updateObject(Base object)Updates the object with the data in the form.voidActionLayoutTurnoutSwing. updateObject(Base object)Updates the object with the data in the form.voidActionPositionableByClassSwing. updateObject(Base object)Updates the object with the data in the form.voidActionPositionableSwing. updateObject(Base object)Updates the object with the data in the form.voidWindowManagementSwing. updateObject(Base object)Updates the object with the data in the form. -
Uses of Base in jmri.jmrit.logixng
Subinterfaces of Base in jmri.jmrit.logixng Modifier and Type Interface Description interfaceAnalogActionA LogixNG analog action.interfaceAnalogActionBeanA LogixNG analog action bean.interfaceAnalogExpressionAnalog expression is used in LogixNG to answer a question that can give an analog value as result.interfaceAnalogExpressionBeanAnalogExpressionBean is a AnalogExpression that also implements NamedBean.interfaceConditionalNGConditionalNG.interfaceDebugableA LogixNG item that is debugable.interfaceDigitalActionA LogixNG digitalaction.interfaceDigitalActionBeanA LogixNG digital action bean.interfaceDigitalBooleanActionA LogixNG logix emulator action.interfaceDigitalBooleanActionBeanA LogixNG logix emulator action bean.interfaceDigitalExpressionDigitalExpressionBean is used in LogixNG to answer a question that can give the answers 'true' or 'false'.interfaceDigitalExpressionBeanDigitalExpressionBean is a DigitalExpression that also implements NamedBean.interfaceFemaleAnalogActionSocketA female socket for AnalogActioninterfaceFemaleAnalogExpressionSocketA female socket for AnalogExpressioninterfaceFemaleAnySocketA female socket that can hold any male socketinterfaceFemaleDigitalActionSocketA female socket for DigitalActioninterfaceFemaleDigitalBooleanActionSocketA female socket for DigitalBooleanActioninterfaceFemaleDigitalExpressionSocketA female socket for DigitalExpressioninterfaceFemaleGenericExpressionSocketA generic female socketinterfaceFemaleSocketA LogixNG female expression socket.interfaceFemaleStringActionSocketA female socket for StringActioninterfaceFemaleStringExpressionSocketA female socket for StringExpressioninterfaceGlobalVariableLogixNG Global Variable.interfaceLogixNGLogixNG.interfaceMaleAnalogActionSocketA LogixNG male AnalogActionBean socket.interfaceMaleAnalogExpressionSocketA LogixNG male AnalogExpressionBean socket.interfaceMaleDigitalActionSocketA LogixNG male DigitalActionBean socket.interfaceMaleDigitalBooleanActionSocketA LogixNG male DigitalBooleanActionBean socket.interfaceMaleDigitalExpressionSocketA LogixNG male DigitalExpressionBean socket.interfaceMaleSocketA LogixNG male socket.interfaceMaleStringActionSocketA LogixNG male StringActionBean socket.interfaceMaleStringExpressionSocketA LogixNG male StringExpressionBean socket.interfaceModuleRepresent a LogixNG module.interfaceStringActionA LogixNG string action.interfaceStringActionBeanA LogixNG string action.interfaceStringExpressionString expression is used in LogixNG to answer a question that can give a string value as result.interfaceStringExpressionBeanStringExpressionBean is a StringExpression that also implements NamedBean.Methods in jmri.jmrit.logixng that return Base Modifier and Type Method Description BaseBase. deepCopyChildren(Base original, java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)Do a deep copy of children from the original to me.BaseBase. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)Create a deep copy of myself and my children The item needs to try to lookup itself in both systemNames and userNames to see if the user has given a new system name and/or a new user name.If no new system name is given, an auto system name is used.BaseMaleSocket. getObject()Get the object that this male socket holds.BaseBase. getParent()Get the parent.BaseBase. getRoot()Get the root of the tree that this item belongs to.Methods in jmri.jmrit.logixng that return types with arguments of type Base Modifier and Type Method Description java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>AnalogActionManager. getActionClasses()Get a set of classes that implements the DigitalAction interface.java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>DigitalActionManager. getActionClasses()Get a set of classes that implements the DigitalActionBean interface.java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>DigitalBooleanActionManager. getActionClasses()Get a set of classes that implements the DigitalBooleanActionBean interface.java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>StringActionManager. getActionClasses()Get a set of classes that implements the DigitalAction interface.java.util.Set<java.util.Map.Entry<LogixNG_Category,java.lang.Class<? extends Base>>>AnalogActionFactory. getClasses()Get a set of classes that implements the AnalogAction interface.java.util.Set<java.util.Map.Entry<LogixNG_Category,java.lang.Class<? extends Base>>>AnalogExpressionFactory. getClasses()Get a set of classes that implements the AnalogExpression interface.java.util.Set<java.util.Map.Entry<Category,java.lang.Class<? extends Base>>>DigitalBooleanActionFactory. getClasses()Get a set of classes that implements the DigitalBooleanAction interface.java.util.Set<java.util.Map.Entry<Category,java.lang.Class<? extends Base>>>StringActionFactory. getClasses()Get a set of classes that implements the StringActionBean interface.java.util.Set<java.util.Map.Entry<Category,java.lang.Class<? extends Base>>>StringExpressionFactory. getClasses()Get a set of classes that implements the StringExpression interface.java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>FemaleSocket. getConnectableClasses()Get a set of classes that are compatible with this female socket.java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>AnalogExpressionManager. getExpressionClasses()Get a set of classes that implements the DigitalAction interface.java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>DigitalExpressionManager. getExpressionClasses()Get a set of classes that implements the DigitalAction interface.java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>StringExpressionManager. getExpressionClasses()Get a set of classes that implements the DigitalAction interface.Methods in jmri.jmrit.logixng with parameters of type Base Modifier and Type Method Description FemaleAnalogActionSocketAnalogActionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)FemaleAnalogExpressionSocketAnalogExpressionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)Create a female socket for analog expressionsFemaleDigitalActionSocketDigitalActionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)FemaleDigitalBooleanActionSocketDigitalBooleanActionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)FemaleDigitalExpressionSocketDigitalExpressionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)FemaleStringActionSocketStringActionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)FemaleStringExpressionSocketStringExpressionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)Create a female socket for analog expressionsFemaleSocketFemaleSocketManager.SocketType. createSocket(Base parent, FemaleSocketListener listener, java.lang.String name)BaseBase. deepCopyChildren(Base original, java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)Do a deep copy of children from the original to me.voidMaleSocket. handleError(Base item, java.lang.String message, java.lang.RuntimeException e, org.slf4j.Logger log)Handle an error that has happened during execution or evaluation of this item.voidMaleSocket. handleError(Base item, java.lang.String message, java.util.List<java.lang.String> messageList, JmriException e, org.slf4j.Logger log)Handle an error that has happened during execution or evaluation of this item.voidMaleSocket. handleError(Base item, java.lang.String message, JmriException e, org.slf4j.Logger log)Handle an error that has happened during execution or evaluation of this item.default booleanBase. hasChild(Base b)Does this item has the child b?voidBase.RunnableWithBase. run(Base b)voidBase.RunnableWithBaseThrowException. run(Base b)voidBase. setParent(Base parent)Set the parent. -
Uses of Base in jmri.jmrit.logixng.actions
Classes in jmri.jmrit.logixng.actions that implement Base Modifier and Type Class Description classAbstractAnalogActionThe base class for LogixNG AnalogActionsclassAbstractDigitalActionThe base class for LogixNG ActionsclassAbstractDigitalBooleanActionThe base class for LogixNG Boolean ActionsclassAbstractStringActionThe base class for LogixNG AnalogActionsclassActionAtomicBooleanThis action sets the value of an AtomicBoolean.classActionAudioThis action controls an audio object.classActionBlockThis action triggers a block.classActionClockThis action provides the ability to set the fast clock time and start and stop the fast clock.classActionClockRateThis action provides the ability to set the fast clock speed.classActionCreateBeansFromTableThis action listens on some beans and runs the ConditionalNG on property change.classActionDispatcherThis action triggers a Dispather ActiveTrain.classActionEntryExitThis action triggers a entryExit.classActionFindTableRowOrColumnThis action finds a table row or column.classActionLightThis action sets the state of a light.classActionLightIntensityRuns an engine.classActionListenOnBeansThis action listens on some beans and runs the ConditionalNG on property change.classActionListenOnBeansLocalVariableThis action listens on some beans and runs the ConditionalNG on property change.classActionListenOnBeansTableThis action listens on some beans and runs the ConditionalNG on property change.classActionLocalVariableThis action sets the value of a local variable.classActionMemoryThis action sets the value of a memory.classActionOBlockThis action triggers an OBlock.classActionPowerThis action turns power on or off.classActionReporterThis action triggers a reporter.classActionRequestUpdateAllSensorsSets all engine slots to status commonclassActionRequestUpdateOfSensorThis action requests an update from the layout of the state of a sensor.classActionRequestUpdateOfTurnoutThis action requests an update from the layout of the state of a turnout.classActionScriptExecutes a script.classActionSensorThis action sets the state of a sensor.classActionSetReporterThis action sets the current report of a Reporter.classActionShutDownTaskExecutes a digital action delayed.classActionSignalHeadEvaluates the state of a SignalHead.classActionSignalMastEvaluates the state of a SignalMast.classActionSoundPlays a sound.classActionTableThis action sets a cell value of a LogixNG table.classActionThrottleRuns an engine.classActionThrottleFunctionSets a function on a throttleclassActionTimerExecutes an action after some time.classActionTurnoutThis action sets the state of a turnout.classActionTurnoutLockThis action sets the lock of a turnout.classActionWarrantThis action triggers a warrant.classAnalogActionLightIntensitySets the light intensity.classAnalogActionMemorySets a Memory.classAnalogManyExecute many Actions in a specific order.classBreakReturns from a Module or a ConditionalNG.classContinueReturns from a Module or a ConditionalNG.classDigitalBooleanLogixActionExecutes an action depending on the parameter.classDigitalBooleanManyExecute many Actions in a specific order.classDigitalCallModuleThis action executes a module.classDigitalFormulaThis action evaluates the formula.classDigitalManyExecute many Actions in a specific order.classDoAnalogActionExecutes an analog action with the result of an analog expression.classDoStringActionExecutes an string action with the result of an string expression.classEnableLogixThis action enables/disables a Logix.classEnableLogixNGThis action enables/disables a LogixNG.classErrorReturns from a Module or a ConditionalNG.classExecuteActionExecutes a digital action.classExecuteDelayedExecutes a digital action delayed.classExecuteProgramThis action executes a program.classExitReturns from a Module or a ConditionalNG.classForExecutes an action when the expression is True.classForEachExecutes an action when the expression is True.classForEachWithDelayExecutes an action when the expression is True.classIfThenElseExecutes an action when the expression is True.classJsonDecodeThis action decodes a Json string to a JsonNode.classLogDataThis action logs some data.classLogixEmulates Logix.classLogLocalVariablesThis action prints the local variables to the log.classProgramOnMainProgram a CV on main.classReturnReturns from a Module or a ConditionalNG.classRunOnceExecutes an action only one time.classSequenceExecutes actions in a sequence.classSetLocalVariablesThis action sets some local variables.classShowDialogThis action show a dialog.classShutdownComputerThis action sets the state of a turnout.classSimulateTurnoutFeedbackSimulates turnout feedback.classStringActionMemorySets a Memory.classStringActionStringIOSets a StringIO.classStringManyExecute many Actions in a specific order.classTableForEachExecutes an action when the expression is True.classTimeoutExecutes an action when the expression is True.classTriggerRouteThis action triggers a route.classWebBrowserExecutes an string action with the result of an string expression.classWebRequestThis action sends a web request.Methods in jmri.jmrit.logixng.actions that return Base Modifier and Type Method Description BaseActionAtomicBoolean. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionAudio. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionBlock. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionClock. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionClockRate. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionCreateBeansFromTable. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionDispatcher. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionEntryExit. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionFindTableRowOrColumn. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionLight. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionLightIntensity. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionListenOnBeans. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionListenOnBeansLocalVariable. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionListenOnBeansTable. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionLocalVariable. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionMemory. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionOBlock. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionPower. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionReporter. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionRequestUpdateAllSensors. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionRequestUpdateOfSensor. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionRequestUpdateOfTurnout. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionScript. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionSensor. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionSetReporter. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionShutDownTask. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionSignalHead. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionSignalMast. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionSound. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionTable. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionThrottle. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionThrottleFunction. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionTimer. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionTurnout. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionTurnoutLock. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionWarrant. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseAnalogActionLightIntensity. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseAnalogActionMemory. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseAnalogMany. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseBreak. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseContinue. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseDigitalBooleanLogixAction. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseDigitalBooleanMany. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseDigitalCallModule. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseDigitalFormula. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseDigitalMany. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseDoAnalogAction. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseDoStringAction. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseEnableLogix. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseEnableLogixNG. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseError. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExecuteAction. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExecuteDelayed. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExecuteProgram. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExit. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseFor. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseForEach. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseForEachWithDelay. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseIfThenElse. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseJsonDecode. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseLogData. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseLogix. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseLogLocalVariables. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseProgramOnMain. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseReturn. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseRunOnce. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseSequence. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseSetLocalVariables. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseShowDialog. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseShutdownComputer. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseSimulateTurnoutFeedback. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseStringActionMemory. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseStringActionStringIO. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseStringMany. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseTableForEach. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseTimeout. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseTriggerRoute. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseWebBrowser. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseWebRequest. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseAbstractAnalogAction. getParent()Get the parent.BaseAbstractDigitalAction. getParent()Get the parent.BaseAbstractDigitalBooleanAction. getParent()Get the parent.BaseAbstractStringAction. getParent()Get the parent.Methods in jmri.jmrit.logixng.actions that return types with arguments of type Base Modifier and Type Method Description java.util.Set<java.util.Map.Entry<LogixNG_Category,java.lang.Class<? extends Base>>>AnalogFactory. getClasses()java.util.Set<java.util.Map.Entry<Category,java.lang.Class<? extends Base>>>DigitalBooleanFactory. getClasses()java.util.Set<java.util.Map.Entry<Category,java.lang.Class<? extends Base>>>StringFactory. getClasses()Methods in jmri.jmrit.logixng.actions with parameters of type Base Modifier and Type Method Description voidAbstractAnalogAction. setParent(Base parent)Set the parent.voidAbstractDigitalAction. setParent(Base parent)Set the parent.voidAbstractDigitalBooleanAction. setParent(Base parent)Set the parent.voidAbstractStringAction. setParent(Base parent)Set the parent. -
Uses of Base in jmri.jmrit.logixng.actions.swing
Methods in jmri.jmrit.logixng.actions.swing with parameters of type Base Modifier and Type Method Description protected abstract voidAbstractAnalogActionSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected abstract voidAbstractBooleanActionSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected abstract voidAbstractDigitalActionSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected abstract voidAbstractStringActionSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionAudioSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionBlockSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionClockRateSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionClockSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionCreateBeansFromTableSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionDispatcherSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionEntryExitSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionFindTableRowOrColumnSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionLightIntensitySwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionLightSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionListenOnBeansLocalVariableSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionListenOnBeansSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionListenOnBeansTableSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionLocalVariableSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionMemorySwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionOBlockSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionPowerSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionReporterSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionRequestUpdateAllSensorsSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionRequestUpdateOfSensorSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionRequestUpdateOfTurnoutSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionScriptSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionSensorSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionSetReporterSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionShutDownTaskSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionSignalHeadSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionSignalMastSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionSoundSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionTableSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionThrottleFunctionSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionThrottleSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionTimerSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionTurnoutLockSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionTurnoutSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionWarrantSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidAnalogActionLightIntensitySwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidAnalogActionMemorySwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidAnalogManySwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidBreakSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidContinueSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidDigitalBooleanLogixActionSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidDigitalBooleanManySwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidDigitalCallModuleSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidDigitalFormulaSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidDigitalManySwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidDoAnalogActionSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidDoStringActionSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidEnableLogixNGSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidEnableLogixSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidErrorSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExecuteActionSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExecuteDelayedSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExecuteProgramSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExitSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidForEachSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidForEachWithDelaySwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidForSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidIfThenElseSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidJsonDecodeSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidLogDataSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidLogixSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidLogLocalVariablesSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidProgramOnMainSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidReturnSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidRunOnceSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidSequenceSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidShowDialogSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidShutdownComputerSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidSimulateTurnoutFeedbackSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidStringActionMemorySwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidStringActionStringIOSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidStringManySwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidTableForEachSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidTimeoutSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidTriggerRouteSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidWebBrowserSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidWebRequestSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)voidAbstractAnalogActionSwing. executeEvaluate(Base object)Execute or evaluate an item that this object configures.voidAbstractBooleanActionSwing. executeEvaluate(Base object)Execute or evaluate an item that this object configures.voidAbstractDigitalActionSwing. executeEvaluate(Base object)Execute or evaluate an item that this object configures.voidAbstractStringActionSwing. executeEvaluate(Base object)Execute or evaluate an item that this object configures.javax.swing.JPanelAbstractAnalogActionSwing. getConfigPanel(Base object, javax.swing.JPanel buttonPanel)Get a configuration panel for an object.javax.swing.JPanelAbstractBooleanActionSwing. getConfigPanel(Base object, javax.swing.JPanel buttonPanel)Get a configuration panel for an object.javax.swing.JPanelAbstractDigitalActionSwing. getConfigPanel(Base object, javax.swing.JPanel buttonPanel)Get a configuration panel for an object.javax.swing.JPanelAbstractStringActionSwing. getConfigPanel(Base object, javax.swing.JPanel buttonPanel)Get a configuration panel for an object.voidActionAudioSwing. updateObject(Base object)Updates the object with the data in the form.voidActionBlockSwing. updateObject(Base object)Updates the object with the data in the form.voidActionClockRateSwing. updateObject(Base object)Updates the object with the data in the form.voidActionClockSwing. updateObject(Base object)Updates the object with the data in the form.voidActionCreateBeansFromTableSwing. updateObject(Base object)Updates the object with the data in the form.voidActionDispatcherSwing. updateObject(Base object)Updates the object with the data in the form.voidActionEntryExitSwing. updateObject(Base object)Updates the object with the data in the form.voidActionFindTableRowOrColumnSwing. updateObject(Base object)Updates the object with the data in the form.voidActionLightIntensitySwing. updateObject(Base object)Updates the object with the data in the form.voidActionLightSwing. updateObject(Base object)Updates the object with the data in the form.voidActionListenOnBeansLocalVariableSwing. updateObject(Base object)Updates the object with the data in the form.voidActionListenOnBeansSwing. updateObject(Base object)Updates the object with the data in the form.voidActionListenOnBeansTableSwing. updateObject(Base object)Updates the object with the data in the form.voidActionLocalVariableSwing. updateObject(Base object)Updates the object with the data in the form.voidActionMemorySwing. updateObject(Base object)Updates the object with the data in the form.voidActionOBlockSwing. updateObject(Base object)Updates the object with the data in the form.voidActionPowerSwing. updateObject(Base object)Updates the object with the data in the form.voidActionReporterSwing. updateObject(Base object)Updates the object with the data in the form.voidActionRequestUpdateAllSensorsSwing. updateObject(Base object)Updates the object with the data in the form.voidActionRequestUpdateOfSensorSwing. updateObject(Base object)Updates the object with the data in the form.voidActionRequestUpdateOfTurnoutSwing. updateObject(Base object)Updates the object with the data in the form.voidActionScriptSwing. updateObject(Base object)Updates the object with the data in the form.voidActionSensorSwing. updateObject(Base object)Updates the object with the data in the form.voidActionSetReporterSwing. updateObject(Base object)Updates the object with the data in the form.voidActionShutDownTaskSwing. updateObject(Base object)Updates the object with the data in the form.voidActionSignalHeadSwing. updateObject(Base object)Updates the object with the data in the form.voidActionSignalMastSwing. updateObject(Base object)Updates the object with the data in the form.voidActionSoundSwing. updateObject(Base object)Updates the object with the data in the form.voidActionTableSwing. updateObject(Base object)Updates the object with the data in the form.voidActionThrottleFunctionSwing. updateObject(Base object)Updates the object with the data in the form.voidActionThrottleSwing. updateObject(Base object)Updates the object with the data in the form.voidActionTimerSwing. updateObject(Base object)Updates the object with the data in the form.voidActionTurnoutLockSwing. updateObject(Base object)Updates the object with the data in the form.voidActionTurnoutSwing. updateObject(Base object)Updates the object with the data in the form.voidActionWarrantSwing. updateObject(Base object)Updates the object with the data in the form.voidAnalogActionLightIntensitySwing. updateObject(Base object)Updates the object with the data in the form.voidAnalogActionMemorySwing. updateObject(Base object)Updates the object with the data in the form.voidAnalogManySwing. updateObject(Base object)Updates the object with the data in the form.voidBreakSwing. updateObject(Base object)Updates the object with the data in the form.voidContinueSwing. updateObject(Base object)Updates the object with the data in the form.voidDigitalBooleanLogixActionSwing. updateObject(Base object)Updates the object with the data in the form.voidDigitalBooleanManySwing. updateObject(Base object)Updates the object with the data in the form.voidDigitalCallModuleSwing. updateObject(Base object)Updates the object with the data in the form.voidDigitalFormulaSwing. updateObject(Base object)Updates the object with the data in the form.voidDigitalManySwing. updateObject(Base object)Updates the object with the data in the form.voidDoAnalogActionSwing. updateObject(Base object)Updates the object with the data in the form.voidDoStringActionSwing. updateObject(Base object)Updates the object with the data in the form.voidEnableLogixNGSwing. updateObject(Base object)Updates the object with the data in the form.voidEnableLogixSwing. updateObject(Base object)Updates the object with the data in the form.voidErrorSwing. updateObject(Base object)Updates the object with the data in the form.voidExecuteActionSwing. updateObject(Base object)Updates the object with the data in the form.voidExecuteDelayedSwing. updateObject(Base object)Updates the object with the data in the form.voidExecuteProgramSwing. updateObject(Base object)Updates the object with the data in the form.voidExitSwing. updateObject(Base object)Updates the object with the data in the form.voidForEachSwing. updateObject(Base object)Updates the object with the data in the form.voidForEachWithDelaySwing. updateObject(Base object)Updates the object with the data in the form.voidForSwing. updateObject(Base object)Updates the object with the data in the form.voidIfThenElseSwing. updateObject(Base object)Updates the object with the data in the form.voidJsonDecodeSwing. updateObject(Base object)Updates the object with the data in the form.voidLogDataSwing. updateObject(Base object)Updates the object with the data in the form.voidLogixSwing. updateObject(Base object)Updates the object with the data in the form.voidLogLocalVariablesSwing. updateObject(Base object)Updates the object with the data in the form.voidProgramOnMainSwing. updateObject(Base object)Updates the object with the data in the form.voidReturnSwing. updateObject(Base object)Updates the object with the data in the form.voidRunOnceSwing. updateObject(Base object)Updates the object with the data in the form.voidSequenceSwing. updateObject(Base object)Updates the object with the data in the form.voidShowDialogSwing. updateObject(Base object)Updates the object with the data in the form.voidShutdownComputerSwing. updateObject(Base object)Updates the object with the data in the form.voidSimulateTurnoutFeedbackSwing. updateObject(Base object)Updates the object with the data in the form.voidStringActionMemorySwing. updateObject(Base object)Updates the object with the data in the form.voidStringActionStringIOSwing. updateObject(Base object)Updates the object with the data in the form.voidStringManySwing. updateObject(Base object)Updates the object with the data in the form.voidTableForEachSwing. updateObject(Base object)Updates the object with the data in the form.voidTimeoutSwing. updateObject(Base object)Updates the object with the data in the form.voidTriggerRouteSwing. updateObject(Base object)Updates the object with the data in the form.voidWebBrowserSwing. updateObject(Base object)Updates the object with the data in the form.voidWebRequestSwing. updateObject(Base object)Updates the object with the data in the form. -
Uses of Base in jmri.jmrit.logixng.expressions
Classes in jmri.jmrit.logixng.expressions that implement Base Modifier and Type Class Description classAbstractAnalogExpressionclassAbstractDigitalExpressionclassAbstractStringExpressionclassAnalogExpressionAnalogIOReads a AnalogIO.classAnalogExpressionConstantConstant value.classAnalogExpressionLocalVariableReads a local variable.classAnalogExpressionMemoryReads a Memory.classAnalogFormulaEvaluates to True if the formula evaluates to trueclassAndEvaluates to True if all of the children expressions evaluate to true.classAntecedentEvaluates to True if the antecedent evaluates to trueclassConnectionNameReturns true if there is a connection of specified type.classDigitalCallModuleThis expression evaluates a module.classDigitalFormulaEvaluates to True if the formula evaluates to trueclassExpressionAudioThis expression evaluates the state of an Audio.classExpressionBlockThis expression evaluates the state of a Block.classExpressionClockThis expression is a clock.classExpressionConditionalEvaluates the state of a Conditional.classExpressionDispatcherThis expression checks the status or mode of an active train.classExpressionEntryExitThis expression sets the state of a DestinationPoints.classExpressionLightThis expression sets the state of a light.classExpressionLinuxLinePowerCheck the status of battery and power supply.classExpressionLocalVariableEvaluates the state of a local variable.classExpressionMemoryEvaluates the state of a Memory.classExpressionOBlockThis expression sets the state of a oblock.classExpressionPowerThis expression sets the state of a power.classExpressionReferenceEvaluates what a reference points to.classExpressionReporterEvaluates the state of a Reporter.classExpressionScriptExecutes a script.classExpressionSectionThis expression evaluates the state of a Section.classExpressionSensorThis expression sets the state of a sensor.classExpressionSensorEdgeThis expression checks the flank of the change of the state of a sensor.classExpressionSignalHeadEvaluates the state of a SignalHead.classExpressionSignalMastEvaluates the state of a SignalMast.classExpressionTransitThis expression evaluates the state of a Transit.classExpressionTurnoutThis expression sets the state of a turnout.classExpressionWarrantThis expression sets the state of a warrant.classFalseAlways evaluates to False.classFileAsFlagDoes a file exists?classHoldAn Expression that keeps its status even if its child expression doesn't.classLastResultOfDigitalExpressionReturns the last result of a digital expression.classLogDataThis action logs some data.classNotAn Expression that negates the result of its child expression.classOrEvaluates to True if any of the children expressions evaluate to true.classStringExpressionConstantConstant value.classStringExpressionMemoryReads a Memory.classStringExpressionStringIOReads a StringIO.classStringFormulaEvaluates to True if the formula evaluates to trueclassTimerAn expression that waits some time before returning True.classTimeSinceMidnightThis expression returns the number of minutes since midnight for the fast clock or the system clock.classTriggerOnceAn Expression that returns True only once while its child expression returns True.classTrueAlways evaluates to True.Methods in jmri.jmrit.logixng.expressions that return Base Modifier and Type Method Description BaseAnalogExpressionAnalogIO. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseAnalogExpressionConstant. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseAnalogExpressionLocalVariable. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseAnalogExpressionMemory. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseAnalogFormula. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseAnd. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseAntecedent. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseConnectionName. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseDigitalCallModule. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseDigitalFormula. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionAudio. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionBlock. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionClock. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionConditional. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionDispatcher. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionEntryExit. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionLight. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionLinuxLinePower. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionLocalVariable. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionMemory. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionOBlock. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionPower. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionReference. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionReporter. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionScript. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionSection. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionSensor. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionSensorEdge. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionSignalHead. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionSignalMast. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionTransit. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionTurnout. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionWarrant. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseFalse. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseFileAsFlag. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseHold. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseLastResultOfDigitalExpression. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseLogData. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseNot. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseOr. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseStringExpressionConstant. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseStringExpressionMemory. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseStringExpressionStringIO. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseStringFormula. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseTimer. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseTimeSinceMidnight. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseTriggerOnce. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseTrue. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseAbstractAnalogExpression. getParent()Get the parent.BaseAbstractDigitalExpression. getParent()Get the parent.BaseAbstractStringExpression. getParent()Get the parent.Methods in jmri.jmrit.logixng.expressions that return types with arguments of type Base Modifier and Type Method Description java.util.Set<java.util.Map.Entry<LogixNG_Category,java.lang.Class<? extends Base>>>AnalogFactory. getClasses()java.util.Set<java.util.Map.Entry<Category,java.lang.Class<? extends Base>>>StringFactory. getClasses()Methods in jmri.jmrit.logixng.expressions with parameters of type Base Modifier and Type Method Description voidAbstractAnalogExpression. setParent(Base parent)Set the parent.voidAbstractDigitalExpression. setParent(Base parent)Set the parent.voidAbstractStringExpression. setParent(Base parent)Set the parent. -
Uses of Base in jmri.jmrit.logixng.expressions.swing
Methods in jmri.jmrit.logixng.expressions.swing with parameters of type Base Modifier and Type Method Description protected abstract voidAbstractAnalogExpressionSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected abstract voidAbstractDigitalExpressionSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected abstract voidAbstractStringExpressionSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidAnalogExpressionAnalogIOSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidAnalogExpressionConstantSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidAnalogExpressionLocalVariableSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidAnalogExpressionMemorySwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidAnalogFormulaSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidAndSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidAntecedentSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidConnectionNameSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidDigitalCallModuleSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidDigitalFormulaSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionAudioSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionBlockSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionClockSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionConditionalSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionDispatcherSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionEntryExitSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionLightSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionLinuxLinePowerSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionLocalVariableSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionMemorySwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionOBlockSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionPowerSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionReferenceSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionReporterSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionScriptSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionSectionSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionSensorEdgeSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionSensorSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionSignalHeadSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionSignalMastSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionTransitSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionTurnoutSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionWarrantSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidFalseSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidFileAsFlagSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidHoldSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidLastResultOfDigitalExpressionSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidLogDataSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidNotSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidOrSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidStringExpressionConstantSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidStringExpressionMemorySwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidStringExpressionStringIOSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidStringFormulaSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidTimerSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidTimeSinceMidnightSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidTriggerOnceSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidTrueSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)voidAbstractAnalogExpressionSwing. executeEvaluate(Base object)Execute or evaluate an item that this object configures.voidAbstractDigitalExpressionSwing. executeEvaluate(Base object)Execute or evaluate an item that this object configures.voidAbstractStringExpressionSwing. executeEvaluate(Base object)Execute or evaluate an item that this object configures.javax.swing.JPanelAbstractAnalogExpressionSwing. getConfigPanel(Base object, javax.swing.JPanel buttonPanel)Get a configuration panel for an object.javax.swing.JPanelAbstractDigitalExpressionSwing. getConfigPanel(Base object, javax.swing.JPanel buttonPanel)Get a configuration panel for an object.javax.swing.JPanelAbstractStringExpressionSwing. getConfigPanel(Base object, javax.swing.JPanel buttonPanel)Get a configuration panel for an object.voidAnalogExpressionAnalogIOSwing. updateObject(Base object)Updates the object with the data in the form.voidAnalogExpressionConstantSwing. updateObject(Base object)Updates the object with the data in the form.voidAnalogExpressionLocalVariableSwing. updateObject(Base object)Updates the object with the data in the form.voidAnalogExpressionMemorySwing. updateObject(Base object)Updates the object with the data in the form.voidAnalogFormulaSwing. updateObject(Base object)Updates the object with the data in the form.voidAndSwing. updateObject(Base object)Updates the object with the data in the form.voidAntecedentSwing. updateObject(Base object)Updates the object with the data in the form.voidConnectionNameSwing. updateObject(Base object)Updates the object with the data in the form.voidDigitalCallModuleSwing. updateObject(Base object)Updates the object with the data in the form.voidDigitalFormulaSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionAudioSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionBlockSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionClockSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionConditionalSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionDispatcherSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionEntryExitSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionLightSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionLinuxLinePowerSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionLocalVariableSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionMemorySwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionOBlockSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionPowerSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionReferenceSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionReporterSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionScriptSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionSectionSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionSensorEdgeSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionSensorSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionSignalHeadSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionSignalMastSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionTransitSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionTurnoutSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionWarrantSwing. updateObject(Base object)Updates the object with the data in the form.voidFalseSwing. updateObject(Base object)Updates the object with the data in the form.voidFileAsFlagSwing. updateObject(Base object)Updates the object with the data in the form.voidHoldSwing. updateObject(Base object)Updates the object with the data in the form.voidLastResultOfDigitalExpressionSwing. updateObject(Base object)Updates the object with the data in the form.voidLogDataSwing. updateObject(Base object)Updates the object with the data in the form.voidNotSwing. updateObject(Base object)Updates the object with the data in the form.voidOrSwing. updateObject(Base object)Updates the object with the data in the form.voidStringExpressionConstantSwing. updateObject(Base object)Updates the object with the data in the form.voidStringExpressionMemorySwing. updateObject(Base object)Updates the object with the data in the form.voidStringExpressionStringIOSwing. updateObject(Base object)Updates the object with the data in the form.voidStringFormulaSwing. updateObject(Base object)Updates the object with the data in the form.voidTimerSwing. updateObject(Base object)Updates the object with the data in the form.voidTimeSinceMidnightSwing. updateObject(Base object)Updates the object with the data in the form.voidTriggerOnceSwing. updateObject(Base object)Updates the object with the data in the form.voidTrueSwing. updateObject(Base object)Updates the object with the data in the form. -
Uses of Base in jmri.jmrit.logixng.implementation
Classes in jmri.jmrit.logixng.implementation that implement Base Modifier and Type Class Description classAbstractBaseThe abstract class that is the base class for all LogixNG classes that implements the Base interface.classAbstractFemaleSocketAbstract female socket.classAbstractMaleSocketThe abstract class that is the base class for all LogixNG classes that implements the Base interface.classClipboardManyHave many items of any type.classDefaultClipboardDefault implementation of the clipboardclassDefaultConditionalNGThe default implementation of ConditionalNG.classDefaultFemaleAnalogActionSocketDefault implementation of the Female Analog Action socketclassDefaultFemaleAnalogExpressionSocketDefault implementation of the Female Analog Expression socketclassDefaultFemaleAnySocketDefault implementation of FemaleAnySocketclassDefaultFemaleDigitalActionSocketDefault implementation of the Female Digital Action socketclassDefaultFemaleDigitalBooleanActionSocketDefault implementation of the Female Digital Boolean Action socketclassDefaultFemaleDigitalExpressionSocketDefault implementation of the Female Digital Expression socketclassDefaultFemaleGenericExpressionSocketDefault implementation of the FemaleGenericExpressionSocketclassDefaultFemaleStringActionSocketDefault implementation of the Female String Action socketclassDefaultFemaleStringExpressionSocketDefault implementation of the Female String Expression socketclassDefaultGlobalVariableThe default implementation of GlobalVariable.classDefaultLogixNGThe default implementation of LogixNG.classDefaultMaleAnalogActionSocketEvery AnalogActionBean has an DefaultMaleAnalogActionSocket as its parent.classDefaultMaleAnalogExpressionSocketEvery AnalogExpressionBean has an DefaultMaleAnalogExpressionSocket as its parent.classDefaultMaleDigitalActionSocketEvery DigitalActionBean has an DefaultMaleDigitalActionSocket as its parent.classDefaultMaleDigitalBooleanActionSocketEvery DigitalBooleanActionBean has an DefaultMaleDigitalBooleanActionSocket as its parent.classDefaultMaleDigitalExpressionSocketEvery DigitalExpressionBean has an DefaultMaleDigitalExpressionSocket as its parent.classDefaultMaleStringActionSocketEvery StringActionBean has an DefaultMaleStringActionSocket as its parent.classDefaultMaleStringExpressionSocketEvery StringExpressionBean has an DefaultMaleStringExpressionSocket as its parent.classDefaultModuleThe default implementation of Module.Methods in jmri.jmrit.logixng.implementation that return Base Modifier and Type Method Description BaseAbstractBase. deepCopyChildren(Base original, java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)Do a deep copy of children from the original to me.BaseAbstractFemaleSocket. deepCopyChildren(Base original, java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseAbstractMaleSocket. deepCopyChildren(Base original, java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseClipboardMany. deepCopyChildren(Base original, java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseDefaultGlobalVariable. deepCopyChildren(Base original, java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseDefaultLogixNG. deepCopyChildren(Base original, java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseAbstractFemaleSocket. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseAbstractMaleSocket. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseClipboardMany. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseDefaultClipboard. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseDefaultConditionalNG. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseDefaultGlobalVariable. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseDefaultLogixNG. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseDefaultModule. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseAbstractMaleSocket. getObject()Get the object that this male socket holds.BaseAbstractFemaleSocket. getParent()Get the parent.BaseAbstractMaleSocket. getParent()BaseClipboardMany. getParent()BaseDefaultClipboard. getParent()BaseDefaultConditionalNG. getParent()Get the parent.BaseDefaultGlobalVariable. getParent()Get the parent.BaseDefaultLogixNG. getParent()Get the parent.BaseDefaultModule. getParent()Get the parent.BaseAbstractBase. getRoot()Get the root of the tree that this item belongs to.BaseAbstractFemaleSocket. getRoot()Get the root of the tree that this item belongs to.BaseAbstractMaleSocket. getRoot()Get the root of the tree that this item belongs to.BaseDefaultGlobalVariable. getRoot()Get the root of the tree that this item belongs to.BaseDefaultLogixNG. getRoot()Get the root of the tree that this item belongs to.Methods in jmri.jmrit.logixng.implementation that return types with arguments of type Base Modifier and Type Method Description java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>DefaultAnalogActionManager. getActionClasses()java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>DefaultDigitalActionManager. getActionClasses()java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>DefaultDigitalBooleanActionManager. getActionClasses()java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>DefaultStringActionManager. getActionClasses()java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>DefaultFemaleAnalogActionSocket. getConnectableClasses()Get a set of classes that are compatible with this female socket.java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>DefaultFemaleAnalogExpressionSocket. getConnectableClasses()Get a set of classes that are compatible with this female socket.java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>DefaultFemaleAnySocket. getConnectableClasses()java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>DefaultFemaleDigitalActionSocket. getConnectableClasses()java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>DefaultFemaleDigitalBooleanActionSocket. getConnectableClasses()java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>DefaultFemaleDigitalExpressionSocket. getConnectableClasses()java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>DefaultFemaleGenericExpressionSocket. getConnectableClasses()java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>DefaultFemaleStringActionSocket. getConnectableClasses()java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>DefaultFemaleStringExpressionSocket. getConnectableClasses()Get a set of classes that are compatible with this female socket.java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>DefaultAnalogExpressionManager. getExpressionClasses()java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>DefaultDigitalExpressionManager. getExpressionClasses()java.util.Map<Category,java.util.List<java.lang.Class<? extends Base>>>DefaultStringExpressionManager. getExpressionClasses()Methods in jmri.jmrit.logixng.implementation with parameters of type Base Modifier and Type Method Description FemaleAnalogActionSocketDefaultAnalogActionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)FemaleAnalogExpressionSocketDefaultAnalogExpressionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)FemaleDigitalActionSocketDefaultDigitalActionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)FemaleDigitalBooleanActionSocketDefaultDigitalBooleanActionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)FemaleDigitalExpressionSocketDefaultDigitalExpressionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)FemaleStringActionSocketDefaultStringActionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)FemaleStringExpressionSocketDefaultStringExpressionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)BaseAbstractBase. deepCopyChildren(Base original, java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)Do a deep copy of children from the original to me.BaseAbstractFemaleSocket. deepCopyChildren(Base original, java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseAbstractMaleSocket. deepCopyChildren(Base original, java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseClipboardMany. deepCopyChildren(Base original, java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseDefaultGlobalVariable. deepCopyChildren(Base original, java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseDefaultLogixNG. deepCopyChildren(Base original, java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)voidAbstractMaleSocket. executeErrorHandlingModule(Base item, java.lang.String message, java.util.List<java.lang.String> messageList, java.lang.Exception e)Executes the error handling module.voidAbstractMaleSocket. handleError(Base item, java.lang.String message, java.lang.RuntimeException e, org.slf4j.Logger log)voidAbstractMaleSocket. handleError(Base item, java.lang.String message, java.util.List<java.lang.String> messageList, JmriException e, org.slf4j.Logger log)voidAbstractMaleSocket. handleError(Base item, java.lang.String message, JmriException e, org.slf4j.Logger log)booleanAbstractFemaleSocket. hasChild(Base b)booleanAbstractMaleSocket. hasChild(Base b)voidAbstractFemaleSocket. setParent(Base parent)Set the parent.voidAbstractMaleSocket. setParent(Base parent)voidClipboardMany. setParent(Base parent)voidDefaultClipboard. setParent(Base parent)voidDefaultConditionalNG. setParent(Base parent)Set the parent.voidDefaultGlobalVariable. setParent(Base parent)Set the parent.voidDefaultLogixNG. setParent(Base parent)Set the parent.voidDefaultModule. setParent(Base parent)Set the parent. -
Uses of Base in jmri.jmrit.logixng.implementation.swing
Methods in jmri.jmrit.logixng.implementation.swing with parameters of type Base Modifier and Type Method Description protected voidAbstractMaleSocketSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidDefaultModuleSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)voidDefaultModuleSwing. executeEvaluate(Base object)Execute or evaluate an item that this object configures.javax.swing.JPanelAbstractMaleSocketSwing. getConfigPanel(Base object, javax.swing.JPanel buttonPanel)Get a configuration panel for an object.javax.swing.JPanelDefaultModuleSwing. getConfigPanel(Base object, javax.swing.JPanel buttonPanel)Get a configuration panel for an object.protected javax.swing.JPanelAbstractMaleSocketSwing. getSubPanel(Base object)protected javax.swing.JPanelDefaultMaleDigitalExpressionSocketSwing. getSubPanel(Base object)booleanErrorHandlingDialog_MultiLine. showDialog(Base item, java.lang.String errorMessage, java.util.List<java.lang.String> errorMessageList)booleanErrorHandlingDialog. showDialog(Base item, java.lang.String errorMessage)voidAbstractMaleSocketSwing. updateObject(Base object)Updates the object with the data in the form.voidDefaultModuleSwing. updateObject(Base object)Updates the object with the data in the form.protected voidAbstractMaleSocketSwing. updateObjectForSubPanel(Base object)voidDefaultMaleDigitalExpressionSocketSwing. updateObjectForSubPanel(Base object) -
Uses of Base in jmri.jmrit.logixng.swing
Methods in jmri.jmrit.logixng.swing with parameters of type Base Modifier and Type Method Description voidAbstractSwingConfigurator. executeEvaluate(Base object)Execute or evaluate an item that this object configures.voidSwingConfiguratorInterface. executeEvaluate(Base object)Execute or evaluate an item that this object configures.voidAbstractSwingConfigurator. getAllSymbols(Base object, SymbolTable symbolTable)javax.swing.JPanelSwingConfiguratorInterface. getConfigPanel(Base object, javax.swing.JPanel buttonPanel)Get a configuration panel for an object.voidSwingConfiguratorInterface. updateObject(Base object)Updates the object with the data in the form. -
Uses of Base in jmri.jmrit.logixng.tools.debugger
Classes in jmri.jmrit.logixng.tools.debugger that implement Base Modifier and Type Class Description classAbstractDebuggerMaleSocketAbstract debugger male socketclassDebuggerMaleAnalogActionSocketclassDebuggerMaleAnalogExpressionSocketclassDebuggerMaleDigitalActionSocketclassDebuggerMaleDigitalBooleanActionSocketclassDebuggerMaleDigitalExpressionSocketclassDebuggerMaleStringActionSocketclassDebuggerMaleStringExpressionSocketMethods in jmri.jmrit.logixng.tools.debugger with parameters of type Base Modifier and Type Method Description voidAbstractDebuggerMaleSocket. setParent(Base parent) -
Uses of Base in jmri.jmrit.logixng.tools.debugger.swing
Methods in jmri.jmrit.logixng.tools.debugger.swing with parameters of type Base Modifier and Type Method Description protected voidAbstractDebuggerMaleSocketSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected javax.swing.JPanelAbstractDebuggerMaleSocketSwing. createSubPanel(Base object, javax.swing.JPanel buttonPanel)The sub class may override this method to add more detail to the panel.javax.swing.JPanelAbstractDebuggerMaleSocketSwing. getConfigPanel(Base object, javax.swing.JPanel buttonPanel)Get a configuration panel for an object.voidAbstractDebuggerMaleSocketSwing. updateObject(Base object)Updates the object with the data in the form. -
Uses of Base in jmri.jmrit.logixng.tools.swing
Classes in jmri.jmrit.logixng.tools.swing that implement Base Modifier and Type Class Description (package private) classModuleEditorMaleSocketMaleSocket for a Module.Methods in jmri.jmrit.logixng.tools.swing with parameters of type Base Modifier and Type Method Description protected voidTreePane. getPath(Base base, java.util.List<FemaleSocket> list)Get the path for the item base.voidTreePane. updateTree(Base item) -
Uses of Base in jmri.jmrit.logixng.util
Classes in jmri.jmrit.logixng.util that implement Base Modifier and Type Class Description classNullBaseImplements a null BaseMethods in jmri.jmrit.logixng.util that return Base Modifier and Type Method Description BaseNullBase. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseNullBase. getParent()Methods in jmri.jmrit.logixng.util with parameters of type Base Modifier and Type Method Description voidLogixNG_SelectNamedBean. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl, Base base, LogixNG_SelectNamedBean.Type type)voidNullBase. setParent(Base parent) -
Uses of Base in jmri.jmrit.operations.logixng
Classes in jmri.jmrit.operations.logixng that implement Base Modifier and Type Class Description classOperationsProStartAutomationThis action starts an OperationsPro automation.Methods in jmri.jmrit.operations.logixng that return Base Modifier and Type Method Description BaseOperationsProStartAutomation. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames) -
Uses of Base in jmri.jmrit.operations.logixng.swing
Methods in jmri.jmrit.operations.logixng.swing with parameters of type Base Modifier and Type Method Description protected voidOperationsProStartAutomationSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)voidOperationsProStartAutomationSwing. updateObject(Base object)Updates the object with the data in the form. -
Uses of Base in jmri.jmrix.can.cbus.logixng
Classes in jmri.jmrix.can.cbus.logixng that implement Base Modifier and Type Class Description classSendMergCbusEventThis action sends a Cbus event.Methods in jmri.jmrix.can.cbus.logixng that return Base Modifier and Type Method Description BaseSendMergCbusEvent. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames) -
Uses of Base in jmri.jmrix.can.cbus.logixng.swing
Methods in jmri.jmrix.can.cbus.logixng.swing with parameters of type Base Modifier and Type Method Description protected voidSendMergCbusEventSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)voidSendMergCbusEventSwing. updateObject(Base object)Updates the object with the data in the form. -
Uses of Base in jmri.jmrix.loconet.logixng
Classes in jmri.jmrix.loconet.logixng that implement Base Modifier and Type Class Description classActionClearSlotsSets all engine slots to status commonclassActionUpdateSlotsRequest an update of the LocoNet slotsclassExpressionSlotUsageThis expression compares the number of slots that are currently in use with a threshold number.classSetSpeedZeroSets the speed to zero if the loco hasn't been used in a while.Methods in jmri.jmrix.loconet.logixng that return Base Modifier and Type Method Description BaseActionClearSlots. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseActionUpdateSlots. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseExpressionSlotUsage. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseSetSpeedZero. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames) -
Uses of Base in jmri.jmrix.loconet.logixng.swing
Methods in jmri.jmrix.loconet.logixng.swing with parameters of type Base Modifier and Type Method Description protected voidActionClearSlotsSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidActionUpdateSlotsSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidExpressionSlotUsageSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidSetSpeedZeroSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)voidActionClearSlotsSwing. updateObject(Base object)Updates the object with the data in the form.voidActionUpdateSlotsSwing. updateObject(Base object)Updates the object with the data in the form.voidExpressionSlotUsageSwing. updateObject(Base object)Updates the object with the data in the form.voidSetSpeedZeroSwing. updateObject(Base object)Updates the object with the data in the form. -
Uses of Base in jmri.jmrix.mqtt.logixng
Classes in jmri.jmrix.mqtt.logixng that implement Base Modifier and Type Class Description classPublishThis action publishes a message to MQTT.classSubscribeThis action subscribes to a topic to MQTT.Methods in jmri.jmrix.mqtt.logixng that return Base Modifier and Type Method Description BasePublish. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames)BaseSubscribe. getDeepCopy(java.util.Map<java.lang.String,java.lang.String> systemNames, java.util.Map<java.lang.String,java.lang.String> userNames) -
Uses of Base in jmri.jmrix.mqtt.logixng.swing
Methods in jmri.jmrix.mqtt.logixng.swing with parameters of type Base Modifier and Type Method Description protected voidPublishSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)protected voidSubscribeSwing. createPanel(Base object, javax.swing.JPanel buttonPanel)voidPublishSwing. updateObject(Base object)Updates the object with the data in the form.voidSubscribeSwing. updateObject(Base object)Updates the object with the data in the form.
-