net.ontopia.topicmaps.utils
Class TopicTreeNode
java.lang.Object
net.ontopia.topicmaps.utils.TopicTreeNode
public class TopicTreeNode
- extends Object
EXPERIMENTAL.
- Since:
- 1.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
protected TopicTreeNode parent
children
protected List children
topic
protected TopicIF topic
attributes
protected HashMap attributes
TopicTreeNode
public TopicTreeNode(TopicIF topic)
getChildren
public List getChildren()
- Returns a List containing TopicTreeNode objects.
getParent
public TopicTreeNode getParent()
setParent
public void setParent(TopicTreeNode parent)
getTopic
public TopicIF getTopic()
setAttribute
public void setAttribute(String name,
Object value)
getAttribute
public Object getAttribute(String name)
Copyright © 2000-2012 Ontopia.