Package net.ontopia.topicmaps.utils
Class TopicTreeNode
java.lang.Object
net.ontopia.topicmaps.utils.TopicTreeNode
EXPERIMENTAL.
- Since:
- 1.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<TopicTreeNode>protected TopicTreeNodeprotected TopicIF -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String name) Returns a List containing TopicTreeNode objects.getTopic()voidsetAttribute(String name, Object value) voidsetParent(TopicTreeNode parent)
-
Field Details
-
parent
-
children
-
topic
-
attributes
-
-
Constructor Details
-
TopicTreeNode
-
-
Method Details
-
getChildren
Returns a List containing TopicTreeNode objects. -
getParent
-
setParent
-
getTopic
-
setAttribute
-
getAttribute
-