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

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

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

Fields in at.tuwien.ifs.somtoolbox.reportgenerator declared as SemanticNode
 SemanticNode[][] SemanticInterpreterGrid.labels
           
 

Fields in at.tuwien.ifs.somtoolbox.reportgenerator with type parameters of type SemanticNode
private  ArrayList<SemanticNode> SemanticClass.EdgeNodes
           
 ArrayList<SemanticNode> SemanticClass.SemanticNodes
           
 

Methods in at.tuwien.ifs.somtoolbox.reportgenerator that return SemanticNode
private  SemanticNode SemanticInterpreterGrid.getNode(int[] c)
          returns the Semantic Node for given coordinates
 SemanticNode[][] SemanticInterpreterGrid.getSemanticNodeArray()
          returns the semantic node array
 

Methods in at.tuwien.ifs.somtoolbox.reportgenerator that return types with arguments of type SemanticNode
 ArrayList<SemanticNode> SemanticClass.getEdgeNodes()
           
 ArrayList<ArrayList<SemanticNode>> SemanticInterpreterGrid.getEmptyNodeTrail(ArrayList<SemanticNode> EmptyNodes)
          Returns a list containing all connect/unconnected parts of the empty units
 

Methods in at.tuwien.ifs.somtoolbox.reportgenerator with parameters of type SemanticNode
 void SemanticClass.addNode(SemanticNode s)
           
 

Method parameters in at.tuwien.ifs.somtoolbox.reportgenerator with type arguments of type SemanticNode
 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
 

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

Methods in at.tuwien.ifs.somtoolbox.reportgenerator.QEContainers that return SemanticNode
private  SemanticNode QMContainer.getNode(int[] c)
          returns the Semantic Node for given coordinates.