| Package | Description |
|---|---|
| org.apache.ctakes.utils.tree |
| Modifier and Type | Field and Description |
|---|---|
SimpleTree |
SimpleTree.parent |
| Modifier and Type | Field and Description |
|---|---|
ArrayList<SimpleTree> |
SimpleTree.children |
| Modifier and Type | Method and Description |
|---|---|
static SimpleTree |
FragmentUtils.frag2tree(String frag) |
static SimpleTree |
SimpleTree.fromString(String string) |
SimpleTree |
SimpleTree.removeChild(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTree.addChild(SimpleTree t) |
void |
SimpleTree.insertChild(int index,
SimpleTree t) |
| Constructor and Description |
|---|
SimpleTree(String c,
SimpleTree p) |
SimpleTree(String c,
SimpleTree p,
boolean g) |
Copyright © 2012-2021 The Apache Software Foundation. All Rights Reserved.