public class YahooTree extends Object
The object is independent of a specific topic map transaction, and can thus be configured once and reused across transactions.
| Modifier and Type | Class and Description |
|---|---|
class |
YahooTree.TreeNode |
| Constructor and Description |
|---|
YahooTree() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumns() |
List<List<YahooTree.TreeNode>> |
makeModel(TopicMapIF topicmap) |
void |
setChildQuery(String query) |
void |
setColumns(int columns) |
void |
setTopQuery(String topquery) |
public void setTopQuery(String topquery)
public void setChildQuery(String query)
public void setColumns(int columns)
public int getColumns()
public List<List<YahooTree.TreeNode>> makeModel(TopicMapIF topicmap)