Class DefaultMaleAnalogExpressionSocket.AnalogExpressionDebugConfig
- java.lang.Object
-
- jmri.jmrit.logixng.implementation.DefaultMaleAnalogExpressionSocket.AnalogExpressionDebugConfig
-
- All Implemented Interfaces:
Debugable.DebugConfig
- Enclosing class:
- DefaultMaleAnalogExpressionSocket
public static class DefaultMaleAnalogExpressionSocket.AnalogExpressionDebugConfig extends java.lang.Object implements Debugable.DebugConfig
-
-
Field Summary
Fields Modifier and Type Field Description boolean
_forceResult
double
_result
-
Constructor Summary
Constructors Constructor Description AnalogExpressionDebugConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Debugable.DebugConfig
getCopy()
-
-
-
Field Detail
-
_forceResult
public boolean _forceResult
-
_result
public double _result
-
-
Constructor Detail
-
AnalogExpressionDebugConfig
public AnalogExpressionDebugConfig()
-
-
Method Detail
-
getCopy
public Debugable.DebugConfig getCopy()
- Specified by:
getCopy
in interfaceDebugable.DebugConfig
-
-