package com.github.pfichtner.jrunalyser.base.data.track; import com.github.pfichtner.jrunalyser.base.data.stat.Statistics; public interface StatisticsProvider { Statistics getStatistics(); }