Package megamek.client.ratgenerator
Class TOCNode
java.lang.Object
megamek.client.ratgenerator.RulesetNode
megamek.client.ratgenerator.TOCNode
Contains details about which units and eschelon levels are available to this unit in given eras.
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class megamek.client.ratgenerator.RulesetNode
assertions, name, predicates
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TOCNode
createFromXml
(Node node) protected void
loadFromXml
(Node node) Methods inherited from class megamek.client.ratgenerator.RulesetNode
apply, collectionMatchesProperty, getName, matches, matches, matches, matchesDate, matchesPredicate, setName
-
Field Details
-
unitTypeNodes
-
eschelonNodes
-
ratingNodes
-
flagNodes
-
-
Constructor Details
-
TOCNode
protected TOCNode()
-
-
Method Details
-
findUnitTypes
-
findEschelons
-
findRatings
-
findFlags
-
createFromXml
-
loadFromXml
- Overrides:
loadFromXml
in classRulesetNode
-