Package megamek.client.generator
Class RandomUnitGenerator.RatTreeNode
java.lang.Object
megamek.client.generator.RandomUnitGenerator.RatTreeNode
- All Implemented Interfaces:
Comparable<RandomUnitGenerator.RatTreeNode>
- Enclosing class:
RandomUnitGenerator
public static class RandomUnitGenerator.RatTreeNode
extends Object
implements Comparable<RandomUnitGenerator.RatTreeNode>
Plain old data class used to represent nodes in a Random Assignment Table tree. RATs are grouped into categories
based on directory structure, and will be displayed hierarchically to the user.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
children
-
-
Constructor Details
-
RatTreeNode
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<RandomUnitGenerator.RatTreeNode>
-