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