Alignment API and Server 4.5 (1846M)

Uses of Class
fr.inrialpes.exmo.align.gen.URITree

Packages that use URITree
fr.inrialpes.exmo.align.gen   
 

Uses of URITree in fr.inrialpes.exmo.align.gen
 

Fields in fr.inrialpes.exmo.align.gen declared as URITree
private  URITree URITree.parent
           
private  URITree ClassHierarchy.root
           
 

Fields in fr.inrialpes.exmo.align.gen with type parameters of type URITree
private  ArrayList<URITree> URITree.children
           
 

Methods in fr.inrialpes.exmo.align.gen that return URITree
 URITree URITree.getChildAt(int index)
           
 URITree URITree.getParent()
           
 URITree ClassHierarchy.getRootClassHierarchy()
           
 URITree URITree.searchURITree(String URI)
           
 

Methods in fr.inrialpes.exmo.align.gen that return types with arguments of type URITree
 ArrayList<URITree> URITree.getChildrenList()
           
 List<URITree> URITree.getNodesFromLevel(int level)
           
 

Methods in fr.inrialpes.exmo.align.gen with parameters of type URITree
 void URITree._addChildToNode(URITree root, String parentURI, String childURI)
           
 void URITree.addChild(URITree root, URITree node, String URI)
           
 void URITree.setParent(URITree parent)
           
 

Method parameters in fr.inrialpes.exmo.align.gen with type arguments of type URITree
 void URITree.getNodes(List<URITree> nodes, int level)
           
 


Alignment API and Server 4.5 (1846M)

(C) INRIA & friends, 2003-2013