net.ontopia.topicmaps.utils
Class TopicTreeNode
java.lang.Object
net.ontopia.topicmaps.utils.TopicTreeNode
public class TopicTreeNode
- extends java.lang.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 java.util.List children
topic
protected TopicIF topic
attributes
protected java.util.HashMap attributes
TopicTreeNode
public TopicTreeNode(TopicIF topic)
getChildren
public java.util.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(java.lang.String name,
java.lang.Object value)
getAttribute
public java.lang.Object getAttribute(java.lang.String name)
Copyright © 2000-2012 Ontopia.