Interface Stats
-
- All Known Implementing Classes:
StatsImpl
public interface Stats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatsTable
getAllByDiagramType()
StatsTable
getAllByFormat()
StatsTable
getCurrentSessionByDiagramType()
StatsTable
getCurrentSessionByFormat()
StatsTable
getLastSessions()
-
-
-
Method Detail
-
getLastSessions
StatsTable getLastSessions()
-
getCurrentSessionByDiagramType
StatsTable getCurrentSessionByDiagramType()
-
getCurrentSessionByFormat
StatsTable getCurrentSessionByFormat()
-
getAllByDiagramType
StatsTable getAllByDiagramType()
-
getAllByFormat
StatsTable getAllByFormat()
-
-