link start!
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.tridium.history.rollup;
|
||||
|
||||
import javax.baja.history.BHistoryRecord;
|
||||
import javax.baja.sys.BAbsTime;
|
||||
|
||||
public interface RollupValue {
|
||||
void addElement(BHistoryRecord bHistoryRecord);
|
||||
|
||||
BHistoryRecord getValue(BAbsTime bAbsTime, BAbsTime bAbsTime2);
|
||||
|
||||
void reset();
|
||||
}
|
||||
Reference in New Issue
Block a user