Package net.sourceforge.plantuml.stats
Class StatsImpl
- java.lang.Object
-
- net.sourceforge.plantuml.stats.StatsImpl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatsTable
getAllByDiagramType()
StatsTable
getAllByFormat()
StatsTable
getCurrentSessionByDiagramType()
StatsTable
getCurrentSessionByFormat()
StatsTable
getLastSessions()
-
-
-
Method Detail
-
getLastSessions
public StatsTable getLastSessions()
- Specified by:
getLastSessions
in interfaceStats
-
getCurrentSessionByFormat
public StatsTable getCurrentSessionByFormat()
- Specified by:
getCurrentSessionByFormat
in interfaceStats
-
getAllByFormat
public StatsTable getAllByFormat()
- Specified by:
getAllByFormat
in interfaceStats
-
getCurrentSessionByDiagramType
public StatsTable getCurrentSessionByDiagramType()
- Specified by:
getCurrentSessionByDiagramType
in interfaceStats
-
getAllByDiagramType
public StatsTable getAllByDiagramType()
- Specified by:
getAllByDiagramType
in interfaceStats
-
-