| AbstractAnalogExpression |
|
| AbstractDigitalExpression |
|
| AbstractStringExpression |
|
| AnalogExpressionAnalogIO |
Reads a AnalogIO.
|
| AnalogExpressionConstant |
Constant value.
|
| AnalogExpressionLocalVariable |
Reads a local variable.
|
| AnalogExpressionMemory |
Reads a Memory.
|
| AnalogFactory |
The factory for DigitalAction classes.
|
| AnalogFormula |
Evaluates to True if the formula evaluates to true
|
| AnalogFormula.ExpressionEntry |
|
| AnalogFormula.SocketData |
|
| And |
Evaluates to True if all of the children expressions evaluate to true.
|
| Antecedent |
Evaluates to True if the antecedent evaluates to true
|
| Antecedent.DataPair |
|
| Antecedent.ExpressionEntry |
|
| Bundle |
|
| ConnectionName |
Returns true if there is a connection of specified type.
|
| DigitalCallModule |
This expression evaluates a module.
|
| DigitalFactory |
The factory for DigitalExpressionBean classes.
|
| DigitalFormula |
Evaluates to True if the formula evaluates to true
|
| DigitalFormula.ExpressionEntry |
|
| DigitalFormula.SocketData |
|
| ExpressionAudio |
This expression evaluates the state of an Audio.
|
| ExpressionBlock |
This expression evaluates the state of a Block.
|
| ExpressionClock |
This expression is a clock.
|
| ExpressionConditional |
Evaluates the state of a Conditional.
|
| ExpressionDispatcher |
This expression checks the status or mode of an active train.
|
| ExpressionEntryExit |
This expression sets the state of a DestinationPoints.
|
| ExpressionLight |
This expression sets the state of a light.
|
| ExpressionLinuxLinePower |
Check the status of battery and power supply.
|
| ExpressionLocalVariable |
Evaluates the state of a local variable.
|
| ExpressionMemory |
Evaluates the state of a Memory.
|
| ExpressionOBlock |
This expression sets the state of a oblock.
|
| ExpressionPower |
This expression sets the state of a power.
|
| ExpressionReference |
Evaluates what a reference points to.
|
| ExpressionReporter |
Evaluates the state of a Reporter.
|
| ExpressionScript |
Executes a script.
|
| ExpressionSection |
This expression evaluates the state of a Section.
|
| ExpressionSensor |
This expression sets the state of a sensor.
|
| ExpressionSensorEdge |
This expression checks the flank of the change of the state of a sensor.
|
| ExpressionSignalHead |
Evaluates the state of a SignalHead.
|
| ExpressionSignalMast |
Evaluates the state of a SignalMast.
|
| ExpressionTransit |
This expression evaluates the state of a Transit.
|
| ExpressionTurnout |
This expression sets the state of a turnout.
|
| ExpressionWarrant |
This expression sets the state of a warrant.
|
| False |
Always evaluates to False.
|
| FileAsFlag |
Does a file exists?
|
| Hold |
An Expression that keeps its status even if its child expression doesn't.
|
| LastResultOfDigitalExpression |
Returns the last result of a digital expression.
|
| LogData |
This action logs some data.
|
| LogData.Data |
|
| Not |
An Expression that negates the result of its child expression.
|
| Or |
Evaluates to True if any of the children expressions evaluate to true.
|
| StringExpressionConstant |
Constant value.
|
| StringExpressionMemory |
Reads a Memory.
|
| StringExpressionStringIO |
Reads a StringIO.
|
| StringFactory |
The factory for DigitalAction classes.
|
| StringFormula |
Evaluates to True if the formula evaluates to true
|
| StringFormula.ExpressionEntry |
|
| StringFormula.SocketData |
|
| Timer |
An expression that waits some time before returning True.
|
| TimeSinceMidnight |
This expression returns the number of minutes since midnight for the fast
clock or the system clock.
|
| TriggerOnce |
An Expression that returns True only once while its child expression returns
True.
|
| True |
Always evaluates to True.
|