Package jmri.jmrix.loconet.logixng
Class CategoryLocoNet
- java.lang.Object
-
- jmri.Category
-
- jmri.jmrit.logixng.LogixNG_Category
-
- jmri.jmrix.loconet.logixng.CategoryLocoNet
-
- All Implemented Interfaces:
java.lang.Comparable<Category>
public final class CategoryLocoNet extends LogixNG_Category
Defines the category LocoNet
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jmri.jmrit.logixng.LogixNG_Category
LogixNG_Category.Common, LogixNG_Category.FlowControl, LogixNG_Category.Item, LogixNG_Category.Linux, LogixNG_Category.Other
-
-
Field Summary
Fields Modifier and Type Field Description static CategoryLocoNet
LOCONET
A item on the layout, for example turnout, sensor and signal mast.-
Fields inherited from class jmri.jmrit.logixng.LogixNG_Category
COMMON, FLOW_CONTROL, ITEM, LINUX, OTHER
-
-
Constructor Summary
Constructors Constructor Description CategoryLocoNet()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
hasLocoNet()
Do we have a LocoNet connection?static void
registerCategory()
-
-
-
Field Detail
-
LOCONET
public static final CategoryLocoNet LOCONET
A item on the layout, for example turnout, sensor and signal mast.
-
-
Constructor Detail
-
CategoryLocoNet
public CategoryLocoNet()
-
-
Method Detail
-
registerCategory
public static void registerCategory()
-
hasLocoNet
public static boolean hasLocoNet()
Do we have a LocoNet connection?- Returns:
- true if we have LocoNet, false otherwise
-
-