Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.reportgenerator | |
at.tuwien.ifs.somtoolbox.reportgenerator.QEContainers |
Modifier and Type | Field and Description |
---|---|
ArrayList<SemanticClass> |
SemanticNode.Classes |
HashMap<Integer,SemanticClass> |
SemanticInterpreterGrid.SemanticClassesIndex |
Modifier and Type | Method and Description |
---|---|
SemanticClass |
SemanticInterpreterGrid.getClassfromGrid(int index) |
Modifier and Type | Method and Description |
---|---|
HashMap<Integer,SemanticClass> |
SemanticInterpreterGrid.getClusterLevelClasses()
Gets the specific Classes for the Cluster Area, Used if this.fatherGrid != null & Index = 0
|
Modifier and Type | Method and Description |
---|---|
void |
SemanticNode.addClass(SemanticClass sClass) |
void |
SemanticInterpreterGrid.putClassinContainer(SemanticClass cl)
Puts the class in the right HashMap, and checks for wanted EditableProperties
|
Modifier and Type | Method and Description |
---|---|
ArrayList<SemanticClass> |
QMContainer.isOnClusterEdge(Unit u)
returns a ArrayList with all classes for witch unit u resembles a Cluster Edge Unit for those classes.
|