|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RealAttributeDescription | |
---|---|
de.bsvrz.pua.prot.client.dataobject | Datenklassen für die von 'Protokolle und Auswertungen' gesendeten Daten. |
de.bsvrz.pua.prot.interpreter.semantics | Führt die Semantiküberprüfung durch. |
de.bsvrz.pua.prot.processing | Klassen für die Datenaufbereitung. |
de.bsvrz.pua.prot.processing.archivebuffer | Klassen für den Archivpuffer der Datenaufbereitung. |
de.bsvrz.pua.prot.processing.onlinebuffer | Klassen für den Onlinepuffer der Datenaufbereitung. |
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. |
de.bsvrz.pua.prot.util.attributes | Enthält Klassen zur Kapselung von Skriptelementen. |
Uses of RealAttributeDescription in de.bsvrz.pua.prot.client.dataobject |
---|
Constructors in de.bsvrz.pua.prot.client.dataobject with parameters of type RealAttributeDescription | |
---|---|
RealAttributeColumn(RealAttributeDescription rad)
|
Uses of RealAttributeDescription in de.bsvrz.pua.prot.interpreter.semantics |
---|
Methods in de.bsvrz.pua.prot.interpreter.semantics that return RealAttributeDescription | |
---|---|
RealAttributeDescription |
ExpressionSemantics.createExpressionAttributeArray(AST ast,
java.lang.String attribute,
java.util.List<java.lang.String> parts,
java.lang.String index,
boolean b,
AST padData)
Prüft eine Attribut, das ein Feld enthält und in einem Ausdruck vorkommt und fügt zu den Informationen für die Datenaufbereitung hinzu. |
protected RealAttributeDescription |
ExpressionSemantics.createExpressionAttributeRecord(AST ast,
java.lang.String attribute,
java.util.List parts,
java.lang.String element,
boolean b,
boolean padData)
Prüft eine Attributliste, die in einem Ausdruck vorkommt und fügt sie zu den Informationen für die Datenaufbereitung hinzu. |
RealAttributeDescription[] |
AttributeSemantics.storeAggregationInformation(RealAttributeDescription[] attributes)
Hinterlegt Aggregationsinformationen für die Attribute. |
RealAttributeDescription[] |
AttributeSemantics.storeAttributeInformation(RealAttributeDescription[] attributes)
Hinterlegt Attributsbeschreibungen. |
Methods in de.bsvrz.pua.prot.interpreter.semantics with parameters of type RealAttributeDescription | |
---|---|
RealAttributeDescription[] |
AttributeSemantics.storeAggregationInformation(RealAttributeDescription[] attributes)
Hinterlegt Aggregationsinformationen für die Attribute. |
RealAttributeDescription[] |
AttributeSemantics.storeAttributeInformation(RealAttributeDescription[] attributes)
Hinterlegt Attributsbeschreibungen. |
Uses of RealAttributeDescription in de.bsvrz.pua.prot.processing |
---|
Methods in de.bsvrz.pua.prot.processing that return RealAttributeDescription | |
---|---|
RealAttributeDescription |
ProcessingBuffer.getTimeStampOrigin(TempAttributeDescription tad)
Liefert das Attribut zurück, das den Zeitstempel des temporären Attributsfestlegt. |
Uses of RealAttributeDescription in de.bsvrz.pua.prot.processing.archivebuffer |
---|
Constructors in de.bsvrz.pua.prot.processing.archivebuffer with parameters of type RealAttributeDescription | |
---|---|
RealArchiveAttribute(ArchiveUser archiveUser,
RealAttributeDescription rad,
boolean deltaProtocol,
boolean isShown)
|
Uses of RealAttributeDescription in de.bsvrz.pua.prot.processing.onlinebuffer |
---|
Constructors in de.bsvrz.pua.prot.processing.onlinebuffer with parameters of type RealAttributeDescription | |
---|---|
RealOnlineAttribute(OnlineDataReceiverSet receiverSet,
RealAttributeDescription rad,
boolean deltaProtocol,
boolean isShown)
Erzeugt das Objekt. |
Uses of RealAttributeDescription in de.bsvrz.pua.prot.processing.util |
---|
Methods in de.bsvrz.pua.prot.processing.util that return RealAttributeDescription | |
---|---|
RealAttributeDescription |
TempAttribut.getTimeStampOrigin()
Liefert den Ursprung des Zeitstempel des temporären Attributs. |
Constructors in de.bsvrz.pua.prot.processing.util with parameters of type RealAttributeDescription | |
---|---|
TempAttribut(TempAttributeDescription tad,
RealAttributeDescription timeStampOrigin,
boolean deltaProtocol)
|
Uses of RealAttributeDescription in de.bsvrz.pua.prot.util |
---|
Methods in de.bsvrz.pua.prot.util that return RealAttributeDescription | |
---|---|
RealAttributeDescription |
ExpressionTree.getFirstRealAttribute()
Liefert das erste Reale Attribut, das im Ausdruck verwendet wird. |
RealAttributeDescription |
ExpressionLeaf.getFirstRealAttribute()
|
Methods in de.bsvrz.pua.prot.util that return types with arguments of type RealAttributeDescription | |
---|---|
java.util.HashSet<RealAttributeDescription> |
ProcessingInformation.getAllRealAttributes()
Liefert alle realen Attribute zurück, die im Skript verwendet werden. |
java.util.HashSet<RealAttributeDescription> |
ExpressionTree.getRealAttributes()
Liefert alle realen Attribute die im Ausdruck verwendet werden. |
java.util.HashSet<RealAttributeDescription> |
ExpressionLeaf.getRealAttributes()
|
Uses of RealAttributeDescription in de.bsvrz.pua.prot.util.attributes |
---|
Fields in de.bsvrz.pua.prot.util.attributes declared as RealAttributeDescription | |
---|---|
RealAttributeDescription |
RealAttributeDescription.reference
Attribut, auf das über eine Referenz zugegriffen werden soll. |
Methods in de.bsvrz.pua.prot.util.attributes that return RealAttributeDescription | |
---|---|
RealAttributeDescription |
RealAttributeDescription.clone()
Klont die Attributbeschreibung. |
Methods in de.bsvrz.pua.prot.util.attributes that return types with arguments of type RealAttributeDescription | |
---|---|
java.util.HashSet<RealAttributeDescription> |
TempAttributeDescription.getRealElements()
Liefert die Menge der referenzierten realen Attribute zurück. |
java.util.HashSet<RealAttributeDescription> |
RealAttributeDescription.getRealElements()
Gibt eine Referenz auf dieses Objekt zurück. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |