Package jmri.jmrit.logixng
Interface Debugable.DebugConfig
-
- All Known Implementing Classes:
DefaultMaleAnalogActionSocket.AnalogActionDebugConfig
,DefaultMaleAnalogExpressionSocket.AnalogExpressionDebugConfig
,DefaultMaleDigitalActionSocket.DigitalActionDebugConfig
,DefaultMaleDigitalBooleanActionSocket.DigitalBooleanActionDebugConfig
,DefaultMaleDigitalExpressionSocket.DigitalExpressionDebugConfig
,DefaultMaleStringActionSocket.StringActionDebugConfig
,DefaultMaleStringExpressionSocket.StringExpressionDebugConfig
- Enclosing interface:
- Debugable
public static interface Debugable.DebugConfig
Debug configuration for this male socket.In some cases, it may be desirable to be able to execute the LogixNG without fully working agains the layout. For example, when developing a LogixNG for a club layout, it may be desirable to be able to run the LogixNG without affecting turnouts on the layout while testing the LogixNG.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Debugable.DebugConfig
getCopy()
-
-
-
Method Detail
-
getCopy
Debugable.DebugConfig getCopy()
-
-