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 TopicMapTopicMapBuilder. tmprotected TopicMapTMObject. topicmapMethods in net.ontopia.topicmaps.impl.basic with parameters of type TopicMap Modifier and Type Method Description protected voidAssociation. setTopicMap(TopicMap parent)INTERNAL: Sets the topic map that the object belongs to.protected voidTopic. 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)
-