public class UnitNode extends GroupOrUnitNode
| Modifier and Type | Method and Description |
|---|---|
void |
add(InsingnificantPartData data,
boolean placeBefore) |
Unit |
get()
Gets the
Unit associated with this unit node. |
isUnitpublic UnitNode(Unit data)
data - the unit to set for this unit node (must not be null).public Unit get()
Unit associated with this unit node.public void add(InsingnificantPartData data, boolean placeBefore)