package obix.contracts; import obix.IObj; import obix.Reltime; public interface HistoryRollupIn extends IObj, HistoryFilter { Reltime interval(); }