Package | Description |
---|---|
fr.inrialpes.exmo.align.gen |
Modifier and Type | Field and Description |
---|---|
private URITree |
URITree.parent |
private URITree |
ClassHierarchy.root |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<URITree> |
URITree.children |
Modifier and Type | Method and Description |
---|---|
URITree |
URITree.getChildAt(int index) |
URITree |
URITree.getParent() |
URITree |
ClassHierarchy.getRootClassHierarchy() |
URITree |
URITree.searchURITree(java.lang.String URI) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<URITree> |
URITree.getChildrenList() |
java.util.List<URITree> |
URITree.getNodesFromLevel(int level) |
Modifier and Type | Method and Description |
---|---|
void |
URITree._addChildToNode(URITree root,
java.lang.String parentURI,
java.lang.String childURI) |
void |
URITree.addChild(URITree root,
URITree node,
java.lang.String URI) |
void |
URITree.setParent(URITree parent) |
Modifier and Type | Method and Description |
---|---|
void |
URITree.getNodes(java.util.List<URITree> nodes,
int level) |
(C) INRIA & friends, 2003-2020