All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sourceforge.plantuml.stats.api.Stats Maven / Gradle / Ivy

// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.
package net.sourceforge.plantuml.stats.api;

public interface Stats {

	public StatsTable getLastSessions();

	public StatsTable getCurrentSessionByDiagramType();

	public StatsTable getCurrentSessionByFormat();

	public StatsTable getAllByDiagramType();

	public StatsTable getAllByFormat();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy