Package net.sourceforge.plantuml.stats
Class HistoricalData
- java.lang.Object
-
- net.sourceforge.plantuml.stats.HistoricalData
-
public class HistoricalData extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParsedGenerated
current()
List<ParsedGenerated>
getHistorical()
void
reset()
-
-
-
Method Detail
-
reset
public void reset()
-
current
public ParsedGenerated current()
-
getHistorical
public List<ParsedGenerated> getHistorical()
-
-