Package jmri.jmrit.operations.logixng
Class CategoryOperations
- java.lang.Object
-
- jmri.Category
-
- jmri.jmrit.logixng.LogixNG_Category
-
- jmri.jmrit.operations.logixng.CategoryOperations
-
- All Implemented Interfaces:
java.lang.Comparable<Category>
public final class CategoryOperations extends LogixNG_Category
Defines the category Operations
-
-
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 CategoryOperations
OPERATIONS
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 CategoryOperations()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
registerCategory()
-
-
-
Field Detail
-
OPERATIONS
public static final CategoryOperations OPERATIONS
A item on the layout, for example turnout, sensor and signal mast.
-
-
Constructor Detail
-
CategoryOperations
public CategoryOperations()
-
-
Method Detail
-
registerCategory
public static void registerCategory()
-
-