public static class LayerBreakdownVisitor.LayerBreakdown
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
layer |
private java.util.Map<IType<?>,IQuantity> |
typeToDuration |
Constructor and Description |
---|
LayerBreakdown(int layer) |
Modifier and Type | Method and Description |
---|---|
void |
add(IItem value) |
IQuantity |
getDuration() |
java.lang.Integer |
getLayer() |
java.util.List<LayerBreakdownVisitor.LayerEntry> |
getLayerEntries() |
java.lang.String |
toString() |
public java.lang.Integer getLayer()
public void add(IItem value)
public java.util.List<LayerBreakdownVisitor.LayerEntry> getLayerEntries()
public IQuantity getDuration()
public java.lang.String toString()
toString
in class java.lang.Object