Modifier and Type | Field and Description |
---|---|
protected LinkedList<AggregationsDatum> |
AbstraktAggregationsPuffer.ringPuffer
Ringpuffer mit den zeitlich aktuellsten Daten.
|
Modifier and Type | Method and Description |
---|---|
AggregationsDatum |
AggregationsDatum.clone() |
AggregationsDatum |
AbstraktAggregationsPuffer.getLast()
Gibt das zeitlich letze gespeicherte Datum zurück
|
Modifier and Type | Method and Description |
---|---|
Collection<AggregationsDatum> |
AbstraktAggregationsPuffer.getDatenFuerZeitraum(long begin,
long ende)
Erfragt alle in diesem Puffer gespeicherten Datensaetze deren Zeitstempel
im Intervall [begin, ende[ liegen.
|
Collection<AggregationsDatum> |
AggregationsPufferMenge.getDatenFuerZeitraum(long begin,
long ende,
AggregationsIntervall aggregationsIntervall)
Erfragt alle in dieser Puffermenge gespeicherten Datensaetze eines
Unterpuffers, deren Zeitstempel im Intervall [begin, ende[ liegen und
deren Erfassungs- bzw.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstraktAggregationsPuffer.aktualisiere(AggregationsDatum datum)
Aktualisiert diesen Puffer mit neuen Daten.
|
void |
AggregationsPufferMenge.aktualisiere(AggregationsDatum datum,
boolean isAnalyse)
Aktualisiert diese Menge von Aggregationspuffern mit neuen Daten.
|
int |
AggregationsDatum.compareTo(AggregationsDatum that) |
long |
AggregationsFsOderVmq.getDatum(AggregationsDatum last,
de.bsvrz.dua.dalve.analyse.lib.AnalyseAttribut analyseAttribut) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstraktAggregationsObjekt.aggregiereGeschwindigkeit(de.bsvrz.dua.dalve.analyse.lib.AnalyseAttribut attrQ,
de.bsvrz.dua.dalve.analyse.lib.AnalyseAttribut attrV,
de.bsvrz.dav.daf.main.Data nutzDatum,
Collection<AggregationsDatum> basisDaten) |
protected void |
AbstraktAggregationsObjekt.aggregiereMittel(de.bsvrz.dua.dalve.analyse.lib.AnalyseAttribut attribut,
de.bsvrz.dav.daf.main.Data nutzDatum,
Collection<AggregationsDatum> basisDaten,
int faktor)
Aggregiert einen arithmetischen Mittelwert.
|
protected void |
AbstraktAggregationsObjekt.aggregiereSumme(de.bsvrz.dua.dalve.analyse.lib.AnalyseAttribut attribut,
de.bsvrz.dav.daf.main.Data nutzDatum,
Collection<AggregationsDatum> basisDaten)
Berechnet eine Summe der uebergebenen Werte.
|
Copyright © 2016 BitCtrl Systems GmbH. All rights reserved.