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_CategoryLogixNG_Category.Common, LogixNG_Category.FlowControl, LogixNG_Category.Item, LogixNG_Category.Linux, LogixNG_Category.Other
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static CategoryLocoNetLOCONETA item on the layout, for example turnout, sensor and signal mast.- 
Fields inherited from class jmri.jmrit.logixng.LogixNG_CategoryCOMMON, FLOW_CONTROL, ITEM, LINUX, OTHER
 
- 
 - 
Constructor SummaryConstructors Constructor Description CategoryLocoNet()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanhasLocoNet()Do we have a LocoNet connection?static voidregisterCategory()
 
- 
- 
- 
Field Detail- 
LOCONETpublic static final CategoryLocoNet LOCONET A item on the layout, for example turnout, sensor and signal mast.
 
- 
 - 
Constructor Detail- 
CategoryLocoNetpublic CategoryLocoNet() 
 
- 
 - 
Method Detail- 
registerCategorypublic static void registerCategory() 
 - 
hasLocoNetpublic static boolean hasLocoNet() Do we have a LocoNet connection?- Returns:
- true if we have LocoNet, false otherwise
 
 
- 
 
-