Uses of Interface
jmri.jmrit.logixng.FemaleSocketListener
Packages that use FemaleSocketListener
Package
Description
-
Uses of FemaleSocketListener in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng with parameters of type FemaleSocketListenerModifier and TypeMethodDescriptionAnalogActionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) AnalogExpressionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) Create a female socket for analog expressionsDigitalActionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) DigitalBooleanActionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) DigitalExpressionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) StringActionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) StringExpressionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) Create a female socket for analog expressionsFemaleSocketManager.SocketType.createSocket(Base parent, FemaleSocketListener listener, String name) -
Uses of FemaleSocketListener in jmri.jmrit.logixng.actions
Classes in jmri.jmrit.logixng.actions that implement FemaleSocketListenerModifier and TypeClassDescriptionclassRuns an engine.classThis action listens on some beans and runs the ConditionalNG on property change.classExecutes a digital action delayed.final classRuns an engine.classExecutes an action after some time.classExecute many Actions in a specific order.classExecutes an action depending on the parameter.classExecute many Actions in a specific order.classThis action evaluates the formula.classExecute many Actions in a specific order.classExecutes an analog action with the result of an analog expression.classExecutes an string action with the result of an string expression.classExecutes a digital action delayed.classExecutes an action when the expression is True.classExecutes an action when the expression is True.classExecutes an action when the expression is True.classExecutes an action when the expression is True.classEmulates Logix.classProgram a CV on main.classExecutes an action only one time.classExecutes actions in a sequence.classThis action show a dialog.classExecute many Actions in a specific order.classExecutes an action when the expression is True.classExecutes an action when the expression is True.classExecutes an string action with the result of an string expression.classThis action sends a web request. -
Uses of FemaleSocketListener in jmri.jmrit.logixng.expressions
Classes in jmri.jmrit.logixng.expressions that implement FemaleSocketListenerModifier and TypeClassDescriptionclassEvaluates to True if the formula evaluates to trueclassEvaluates to True if all of the children expressions evaluate to true.classEvaluates to True if the antecedent evaluates to trueclassEvaluates to True if the formula evaluates to trueclassAn Expression that keeps its status even if its child expression doesn't.classAn Expression that negates the result of its child expression.classEvaluates to True if any of the children expressions evaluate to true.classEvaluates to True if the formula evaluates to trueclassAn 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 FemaleSocketListenerModifier and TypeClassDescriptionclassHave many items of any type.classThe default implementation of ConditionalNG.classDefault implementation of the FemaleGenericExpressionSocketclassThe default implementation of Module.Fields in jmri.jmrit.logixng.implementation declared as FemaleSocketListenerModifier and TypeFieldDescriptionprotected final FemaleSocketListenerAbstractFemaleSocket._listenerMethods in jmri.jmrit.logixng.implementation with parameters of type FemaleSocketListenerModifier and TypeMethodDescriptionDefaultAnalogActionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) DefaultAnalogExpressionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) DefaultDigitalActionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) DefaultDigitalBooleanActionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) DefaultDigitalExpressionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) DefaultStringActionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) DefaultStringExpressionManager.createFemaleSocket(Base parent, FemaleSocketListener listener, String socketName) Constructors in jmri.jmrit.logixng.implementation with parameters of type FemaleSocketListenerModifierConstructorDescriptionAbstractFemaleSocket(Base parent, FemaleSocketListener listener, String name) DefaultFemaleAnalogActionSocket(Base parent, FemaleSocketListener listener, String name) DefaultFemaleAnalogExpressionSocket(Base parent, FemaleSocketListener listener, String name) DefaultFemaleAnySocket(Base parent, FemaleSocketListener listener, String name) DefaultFemaleDigitalActionSocket(Base parent, FemaleSocketListener listener, String name) DefaultFemaleDigitalBooleanActionSocket(Base parent, FemaleSocketListener listener, String name) DefaultFemaleDigitalExpressionSocket(Base parent, FemaleSocketListener listener, String name) DefaultFemaleGenericExpressionSocket(FemaleGenericExpressionSocket.SocketType socketType, Base parent, FemaleSocketListener listener, String name) DefaultFemaleStringActionSocket(Base parent, FemaleSocketListener listener, String name) DefaultFemaleStringExpressionSocket(Base parent, FemaleSocketListener listener, String name)