Uses of Class
at.tuwien.ifs.somtoolbox.reportgenerator.SemanticClass

Packages that use SemanticClass
at.tuwien.ifs.somtoolbox.reportgenerator   
at.tuwien.ifs.somtoolbox.reportgenerator.QEContainers   
 

Uses of SemanticClass in at.tuwien.ifs.somtoolbox.reportgenerator
 

Fields in at.tuwien.ifs.somtoolbox.reportgenerator with type parameters of type SemanticClass
 ArrayList<SemanticClass> SemanticNode.Classes
           
 HashMap<Integer,SemanticClass> SemanticInterpreterGrid.SemanticClassesIndex
           
 

Methods in at.tuwien.ifs.somtoolbox.reportgenerator that return SemanticClass
 SemanticClass SemanticInterpreterGrid.getClassfromGrid(int index)
           
 

Methods in at.tuwien.ifs.somtoolbox.reportgenerator that return types with arguments of type SemanticClass
 HashMap<Integer,SemanticClass> SemanticInterpreterGrid.getClusterLevelClasses()
          Gets the specific Classes for the Cluster Area, Used if this.fatherGrid != null & Index = 0
 

Methods in at.tuwien.ifs.somtoolbox.reportgenerator with parameters of type SemanticClass
 void SemanticNode.addClass(SemanticClass sClass)
           
 void SemanticInterpreterGrid.putClassinContainer(SemanticClass cl)
          Puts the class in the right HashMap, and checks for wanted EditableProperties
 

Uses of SemanticClass in at.tuwien.ifs.somtoolbox.reportgenerator.QEContainers
 

Methods in at.tuwien.ifs.somtoolbox.reportgenerator.QEContainers that return types with arguments of type SemanticClass
 ArrayList<SemanticClass> QMContainer.isOnClusterEdge(Unit u)
          returns a ArrayList with all classes for witch unit u resembles a Cluster Edge Unit for those classes.