Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.reportgenerator | |
at.tuwien.ifs.somtoolbox.reportgenerator.QEContainers |
Modifier and Type | Field and Description |
---|---|
SemanticNode[][] |
SemanticInterpreterGrid.labels |
Modifier and Type | Field and Description |
---|---|
private ArrayList<SemanticNode> |
SemanticClass.EdgeNodes |
ArrayList<SemanticNode> |
SemanticClass.SemanticNodes |
Modifier and Type | Method and Description |
---|---|
private SemanticNode |
SemanticInterpreterGrid.getNode(int[] c)
returns the Semantic Node for given coordinates
|
SemanticNode[][] |
SemanticInterpreterGrid.getSemanticNodeArray()
returns the semantic node array
|
Modifier and Type | Method and Description |
---|---|
ArrayList<SemanticNode> |
SemanticClass.getEdgeNodes() |
ArrayList<ArrayList<SemanticNode>> |
SemanticInterpreterGrid.getEmptyNodeTrail(ArrayList<SemanticNode> EmptyNodes)
Returns a list containing all connect/unconnected parts of the empty units
|
Modifier and Type | Method and Description |
---|---|
void |
SemanticClass.addNode(SemanticNode s) |
Modifier and Type | Method and Description |
---|---|
ArrayList<ArrayList<SemanticNode>> |
SemanticInterpreterGrid.getEmptyNodeTrail(ArrayList<SemanticNode> EmptyNodes)
Returns a list containing all connect/unconnected parts of the empty units
|
void |
SemanticClass.setClassEdges(ArrayList<SemanticNode> edges)
Sets the Semantic Nodes that were found to be on the edges of the class
|
Modifier and Type | Method and Description |
---|---|
private SemanticNode |
QMContainer.getNode(int[] c)
returns the Semantic Node for given coordinates.
|