Uses of Class
de.bsvrz.pua.prot.util.attributes.AttributeDescription

Packages that use AttributeDescription
de.bsvrz.pua.prot.interpreter.semantics Führt die Semantiküberprüfung durch. 
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 AttributeDescription in de.bsvrz.pua.prot.interpreter.semantics
 

Methods in de.bsvrz.pua.prot.interpreter.semantics that return AttributeDescription
 AttributeDescription ExpressionSemantics.createExpressionAttribute(AST ast, java.lang.String attribute, java.util.List parts, boolean b, AST padData)
          Prüft ein Attribut, das in einem Ausdruck vorkommt und fügt es zu den Informationen für die Datenaufbereitung hinzu.
 

Uses of AttributeDescription in de.bsvrz.pua.prot.util
 

Methods in de.bsvrz.pua.prot.util that return types with arguments of type AttributeDescription
 java.util.List<AttributeDescription> ExpressionTree.getAttributes()
          Liefert alle Attribute, auf die der Baum zugreift, zurück.
 java.util.List<AttributeDescription> ExpressionLeaf.getAttributes()
           
 

Method parameters in de.bsvrz.pua.prot.util with type arguments of type AttributeDescription
protected  void ExpressionTree.getAttributeOrder(java.util.ArrayList<AttributeDescription> list, java.util.HashSet<AttributeDescription> visited)
          Liefert alle Attribute auf die der Baum zugreift.
protected  void ExpressionTree.getAttributeOrder(java.util.ArrayList<AttributeDescription> list, java.util.HashSet<AttributeDescription> visited)
          Liefert alle Attribute auf die der Baum zugreift.
protected  void ExpressionLeaf.getAttributeOrder(java.util.ArrayList<AttributeDescription> list, java.util.HashSet<AttributeDescription> visited)
           
protected  void ExpressionLeaf.getAttributeOrder(java.util.ArrayList<AttributeDescription> list, java.util.HashSet<AttributeDescription> visited)
           
 

Constructors in de.bsvrz.pua.prot.util with parameters of type AttributeDescription
ExpressionLeaf(AttributeDescription a)
          Legt ein Blatt an, das ein Attribut speichert
 

Uses of AttributeDescription in de.bsvrz.pua.prot.util.attributes
 

Subclasses of AttributeDescription in de.bsvrz.pua.prot.util.attributes
 class DurationAttributeDescription
          Zeitdauer Attribut.
 class RealAttributeDescription
          Beschreibt ein reales Attribut.
 class TempAttributeDescription
          Repräsentiert ein temporäres Attribut.
 



Copyright © 2005-2008 beck et al. projects GmbH All Rights Reserved.