|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultValue | |
---|---|
de.bsvrz.pua.prot.aggregations | Enthält die Aggregationen, die den Attributen / Attributgruppen zugewiesen werden können. |
de.bsvrz.pua.prot.client.dataobject | Datenklassen für die von 'Protokolle und Auswertungen' gesendeten Daten. |
de.bsvrz.pua.prot.processing.util | Diverse Hilfsklassen fuer die Datenaufbereitung |
de.bsvrz.pua.prot.util | Enthält diverse Hilfsklassen für Protokolle und Auswertungen. |
Uses of ResultValue in de.bsvrz.pua.prot.aggregations |
---|
Methods in de.bsvrz.pua.prot.aggregations that return ResultValue | |
---|---|
ResultValue |
Aggregation.getResult()
Liefert das Ergebnis der Aggregation. |
ResultValue |
Sum.getResult()
|
ResultValue |
Minimum.getResult()
|
ResultValue |
Average.getResult()
|
ResultValue |
Maximum.getResult()
|
ResultValue |
AggregationTest.getResult()
|
Methods in de.bsvrz.pua.prot.aggregations with parameters of type ResultValue | |
---|---|
void |
Aggregation.aggregate(ResultValue value)
Führt die Aggregierung durch. |
void |
Sum.aggregate(ResultValue value)
|
void |
Minimum.aggregate(ResultValue value)
|
void |
Average.aggregate(ResultValue value)
|
void |
Maximum.aggregate(ResultValue value)
|
void |
AggregationTest.aggregate(ResultValue value)
Zahlen: wert1-wert2+wert3-wert4 Text: *** -> gefunden, sonst : nicht gefunden bool: 1xwahr -> wahr, sonst falsch |
Uses of ResultValue in de.bsvrz.pua.prot.client.dataobject |
---|
Fields in de.bsvrz.pua.prot.client.dataobject declared as ResultValue | |
---|---|
ResultValue[] |
ProtocolResultData.values
Werte |
Constructors in de.bsvrz.pua.prot.client.dataobject with parameters of type ResultValue | |
---|---|
ProtocolResultData(ResultValue[] values,
DataInformation[] dataInformations,
long[] dataTimeStamps,
long[] archiveTimeStamps,
long[] dataIndices,
ProcessingInformation.ApplyAggregation order,
byte status)
|
Uses of ResultValue in de.bsvrz.pua.prot.processing.util |
---|
Fields in de.bsvrz.pua.prot.processing.util declared as ResultValue | |
---|---|
protected ResultValue |
BaseDataSet.value
Wert des Elements |
Methods in de.bsvrz.pua.prot.processing.util that return ResultValue | |
---|---|
ResultValue |
BaseDataSet.getValue()
Liefert den Wert des Attributs zurück. |
Constructors in de.bsvrz.pua.prot.processing.util with parameters of type ResultValue | |
---|---|
BaseDataSet(ResultValue value,
DataInformation dataInformation,
long dataTimeStamp,
long archiveTimeStamp,
long dataIndex,
boolean paddedData)
Erzeugt einen Datensatz. |
Uses of ResultValue in de.bsvrz.pua.prot.util |
---|
Subclasses of ResultValue in de.bsvrz.pua.prot.util | |
---|---|
class |
ImmutableResultValue
Entspricht ResultValue , Änderungen des einmal
im Konstruktor gesetzten Wertes werden jedoch verhindert. |
Fields in de.bsvrz.pua.prot.util with type parameters of type ResultValue | |
---|---|
protected java.util.List<ResultValue> |
ResultValue.children
Kinder, falls ResultValue nicht-atomares Element repräsentiert. |
Methods in de.bsvrz.pua.prot.util that return ResultValue | |
---|---|
ResultValue |
ResultValue.cloneForAggregation()
Erstellt eine Kopie des Objekts, bei der für die Aggregation ungeeignete Werte den Typ ExpressionResult.ResultType.NONE erhalten. |
ResultValue |
ResultValue.performOperation(ResultValue other,
ResultValue.ResultValueOperation operation)
Führt eine arithmetische Operation durch. |
ResultValue |
ImmutableResultValue.performOperation(ResultValue other,
ResultValue.ResultValueOperation operation)
Änderungen sind nicht erlaubt. |
Methods in de.bsvrz.pua.prot.util that return types with arguments of type ResultValue | |
---|---|
java.util.List<ResultValue> |
ResultValue.getChildren()
|
java.util.List<ResultValue> |
ImmutableResultValue.getChildren()
|
Methods in de.bsvrz.pua.prot.util with parameters of type ResultValue | |
---|---|
ResultValue |
ResultValue.performOperation(ResultValue other,
ResultValue.ResultValueOperation operation)
Führt eine arithmetische Operation durch. |
ResultValue |
ImmutableResultValue.performOperation(ResultValue other,
ResultValue.ResultValueOperation operation)
Änderungen sind nicht erlaubt. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |