|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessingInformation.ApplyAggregation | |
---|---|
de.bsvrz.pua.prot.client.dataobject | Datenklassen für die von 'Protokolle und Auswertungen' gesendeten Daten. |
de.bsvrz.pua.prot.interpreter | Klassen zum Scannen und Parsen von Skripten. |
de.bsvrz.pua.prot.interpreter.semantics | Führt die Semantiküberprüfung durch. |
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 ProcessingInformation.ApplyAggregation in de.bsvrz.pua.prot.client.dataobject |
---|
Fields in de.bsvrz.pua.prot.client.dataobject declared as ProcessingInformation.ApplyAggregation | |
---|---|
ProcessingInformation.ApplyAggregation |
ProtocolNoChanges.order
Aggregation, die diesen Datensatz erzeugt hat. |
ProcessingInformation.ApplyAggregation |
ProtocolResultData.order
Ergebnisdatensatz gehört zu der gesetzten Aggregation. |
Constructors in de.bsvrz.pua.prot.client.dataobject with parameters of type ProcessingInformation.ApplyAggregation | |
---|---|
ProtocolNoChanges(long timestamp,
ProcessingInformation.ApplyAggregation order)
|
|
ProtocolResultData(ResultValue[] values,
DataInformation[] dataInformations,
long[] dataTimeStamps,
long[] archiveTimeStamps,
long[] dataIndices,
ProcessingInformation.ApplyAggregation order,
byte status)
|
Uses of ProcessingInformation.ApplyAggregation in de.bsvrz.pua.prot.interpreter |
---|
Methods in de.bsvrz.pua.prot.interpreter that return ProcessingInformation.ApplyAggregation | |
---|---|
ProcessingInformation.ApplyAggregation |
ProtocolTreeWalker.anwendungsArt(AST _t)
|
Uses of ProcessingInformation.ApplyAggregation in de.bsvrz.pua.prot.interpreter.semantics |
---|
Method parameters in de.bsvrz.pua.prot.interpreter.semantics with type arguments of type ProcessingInformation.ApplyAggregation | |
---|---|
void |
AggregationSemantics.setOrder(java.util.HashSet<ProcessingInformation.ApplyAggregation> order)
Legt die Anwendungsart der Aggregationen fest |
Uses of ProcessingInformation.ApplyAggregation in de.bsvrz.pua.prot.processing.util |
---|
Fields in de.bsvrz.pua.prot.processing.util declared as ProcessingInformation.ApplyAggregation | |
---|---|
ProcessingInformation.ApplyAggregation |
IntermediateDataSet.order
Aggregation, die diesen Ausgangsdatensatz erzeugt hat. |
Constructors in de.bsvrz.pua.prot.processing.util with parameters of type ProcessingInformation.ApplyAggregation | |
---|---|
IntermediateDataSet(BaseDataSet[] baseDataSets,
byte status,
ProcessingInformation.ApplyAggregation order)
|
|
IntermediateDataSet(BaseDataSet[] baseDataSets,
byte status,
ProcessingInformation.ApplyAggregation order,
long winnerTimeStamp)
|
|
IntermediateDataSet(int length,
byte status,
ProcessingInformation.ApplyAggregation order)
Erzeugt einen Ausgangsdatensatz mit length Elementen. |
|
IntermediateDataSet(int length,
byte status,
ProcessingInformation.ApplyAggregation order,
long winnerTimeStamp)
Erzeugt einen Ausgangsdatensatz mit length Elementen. |
Uses of ProcessingInformation.ApplyAggregation in de.bsvrz.pua.prot.util |
---|
Methods in de.bsvrz.pua.prot.util that return ProcessingInformation.ApplyAggregation | |
---|---|
static ProcessingInformation.ApplyAggregation |
ProcessingInformation.ApplyAggregation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProcessingInformation.ApplyAggregation[] |
ProcessingInformation.ApplyAggregation.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in de.bsvrz.pua.prot.util that return types with arguments of type ProcessingInformation.ApplyAggregation | |
---|---|
java.util.List<ProcessingInformation.ApplyAggregation> |
ProcessingInformation.getOrder()
|
Method parameters in de.bsvrz.pua.prot.util with type arguments of type ProcessingInformation.ApplyAggregation | |
---|---|
void |
ProcessingInformation.setOrder(java.util.HashSet<ProcessingInformation.ApplyAggregation> rules)
Ordnet den Vektor der Aggregations-Anwendungsvorschriften von grob nach fein |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |