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 FemaleAnalogActionSocket
AnalogActionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)
FemaleAnalogExpressionSocket
AnalogExpressionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)
Create a female socket for analog expressionsFemaleDigitalActionSocket
DigitalActionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)
FemaleDigitalBooleanActionSocket
DigitalBooleanActionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)
FemaleDigitalExpressionSocket
DigitalExpressionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)
FemaleStringActionSocket
StringActionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)
FemaleStringExpressionSocket
StringExpressionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)
Create a female socket for analog expressionsFemaleSocket
FemaleSocketManager.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 class
ActionLightIntensity
Runs an engine.class
ActionListenOnBeansLocalVariable
This action listens on some beans and runs the ConditionalNG on property change.class
ActionShutDownTask
Executes a digital action delayed.class
ActionThrottle
Runs an engine.class
ActionTimer
Executes an action after some time.class
AnalogMany
Execute many Actions in a specific order.class
DigitalBooleanLogixAction
Executes an action depending on the parameter.class
DigitalBooleanMany
Execute many Actions in a specific order.class
DigitalFormula
This action evaluates the formula.class
DigitalMany
Execute many Actions in a specific order.class
DoAnalogAction
Executes an analog action with the result of an analog expression.class
DoStringAction
Executes an string action with the result of an string expression.class
ExecuteDelayed
Executes a digital action delayed.class
For
Executes an action when the expression is True.class
ForEach
Executes an action when the expression is True.class
IfThenElse
Executes an action when the expression is True.class
Logix
Emulates Logix.class
ProgramOnMain
Program a CV on main.class
RunOnce
Executes an action only one time.class
Sequence
Executes actions in a sequence.class
ShowDialog
This action show a dialog.class
StringMany
Execute many Actions in a specific order.class
TableForEach
Executes an action when the expression is True.class
Timeout
Executes an action when the expression is True.class
WebBrowser
Executes an string action with the result of an string expression.class
WebRequest
This 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 class
AnalogFormula
Evaluates to True if the formula evaluates to trueclass
And
Evaluates to True if all of the children expressions evaluate to true.class
Antecedent
Evaluates to True if the antecedent evaluates to trueclass
DigitalFormula
Evaluates to True if the formula evaluates to trueclass
Hold
An Expression that keeps its status even if its child expression doesn't.class
Not
An Expression that negates the result of its child expression.class
Or
Evaluates to True if any of the children expressions evaluate to true.class
StringFormula
Evaluates to True if the formula evaluates to trueclass
TriggerOnce
An 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 class
ClipboardMany
Have many items of any type.class
DefaultConditionalNG
The default implementation of ConditionalNG.class
DefaultFemaleGenericExpressionSocket
Default implementation of the FemaleGenericExpressionSocketclass
DefaultModule
The default implementation of Module.Fields in jmri.jmrit.logixng.implementation declared as FemaleSocketListener Modifier and Type Field Description protected FemaleSocketListener
AbstractFemaleSocket. _listener
Methods in jmri.jmrit.logixng.implementation with parameters of type FemaleSocketListener Modifier and Type Method Description FemaleAnalogActionSocket
DefaultAnalogActionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)
FemaleAnalogExpressionSocket
DefaultAnalogExpressionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)
FemaleDigitalActionSocket
DefaultDigitalActionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)
FemaleDigitalBooleanActionSocket
DefaultDigitalBooleanActionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)
FemaleDigitalExpressionSocket
DefaultDigitalExpressionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)
FemaleStringActionSocket
DefaultStringActionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)
FemaleStringExpressionSocket
DefaultStringExpressionManager. createFemaleSocket(Base parent, FemaleSocketListener listener, java.lang.String socketName)
-