Class LayerBreakdownVisitor.LayerEntry

  • Enclosing class:
    LayerBreakdownVisitor

    public static class LayerBreakdownVisitor.LayerEntry
    extends java.lang.Object
    • Field Detail

      • type

        private final IType<?> type
    • Constructor Detail

      • LayerEntry

        public LayerEntry​(IType<?> type,
                          IQuantity duration)
    • Method Detail

      • getDuration

        public IQuantity getDuration()
      • getType

        public IType<?> getType()