Uses of Class
net.ontopia.topicmaps.impl.basic.TopicMap
-
Packages that use TopicMap Package Description net.ontopia.topicmaps.impl.basic The in-memory implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.remote -
-
Uses of TopicMap in net.ontopia.topicmaps.impl.basic
Fields in net.ontopia.topicmaps.impl.basic declared as TopicMap Modifier and Type Field Description protected TopicMap
TopicMapBuilder. tm
protected TopicMap
TMObject. topicmap
Methods in net.ontopia.topicmaps.impl.basic with parameters of type TopicMap Modifier and Type Method Description protected void
Association. setTopicMap(TopicMap parent)
INTERNAL: Sets the topic map that the object belongs to.protected void
Topic. setTopicMap(TopicMap parent)
INTERNAL: Sets the topic map that the object belongs to.Constructors in net.ontopia.topicmaps.impl.basic with parameters of type TopicMap Constructor Description Association(TopicMap tm)
AssociationRole(TopicMap tm)
Topic(TopicMap tm)
TopicMapBuilder(TopicMap tm)
-
Uses of TopicMap in net.ontopia.topicmaps.impl.remote
Constructors in net.ontopia.topicmaps.impl.remote with parameters of type TopicMap Constructor Description DynamicAssociationRole(TopicMap tm)
-