Uses of Interface
jmri.jmrit.logixng.FemaleSocketListener
-
Packages that use FemaleSocketListener Package Description jmri.jmrit.logixng jmri.jmrit.logixng.actions jmri.jmrit.logixng.expressions jmri.jmrit.logixng.implementation -
-
Uses of FemaleSocketListener in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng with parameters of type FemaleSocketListener 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) -
Uses of FemaleSocketListener in jmri.jmrit.logixng.actions
Classes in jmri.jmrit.logixng.actions that implement FemaleSocketListener Modifier and Type Class Description classActionLightIntensityRuns an engine.classActionListenOnBeansLocalVariableThis action listens on some beans and runs the ConditionalNG on property change.classActionShutDownTaskExecutes a digital action delayed.classActionThrottleRuns an engine.classActionTimerExecutes an action after some time.classAnalogManyExecute many Actions in a specific order.classDigitalBooleanLogixActionExecutes an action depending on the parameter.classDigitalBooleanManyExecute many Actions in a specific order.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.classExecuteDelayedExecutes a digital action delayed.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.classLogixEmulates Logix.classProgramOnMainProgram a CV on main.classRunOnceExecutes an action only one time.classSequenceExecutes actions in a sequence.classShowDialogThis action show a dialog.classStringManyExecute many Actions in a specific order.classTableForEachExecutes an action when the expression is True.classTimeoutExecutes an action when the expression is True.classWebBrowserExecutes an string action with the result of an string expression.classWebRequestThis action sends a web request. -
Uses of FemaleSocketListener in jmri.jmrit.logixng.expressions
Classes in jmri.jmrit.logixng.expressions that implement FemaleSocketListener Modifier and Type Class Description 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 trueclassDigitalFormulaEvaluates to True if the formula evaluates to trueclassHoldAn Expression that keeps its status even if its child expression doesn't.classNotAn Expression that negates the result of its child expression.classOrEvaluates to True if any of the children expressions evaluate to true.classStringFormulaEvaluates to True if the formula evaluates to trueclassTriggerOnceAn Expression that returns True only once while its child expression returns True. -
Uses of FemaleSocketListener in jmri.jmrit.logixng.implementation
Classes in jmri.jmrit.logixng.implementation that implement FemaleSocketListener Modifier and Type Class Description classClipboardManyHave many items of any type.classDefaultConditionalNGThe default implementation of ConditionalNG.classDefaultFemaleGenericExpressionSocketDefault implementation of the FemaleGenericExpressionSocketclassDefaultModuleThe default implementation of Module.Fields in jmri.jmrit.logixng.implementation declared as FemaleSocketListener Modifier and Type Field Description protected FemaleSocketListenerAbstractFemaleSocket. _listenerMethods in jmri.jmrit.logixng.implementation with parameters of type FemaleSocketListener 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)
-