Uses of Class
net.ontopia.topicmaps.impl.basic.Topic
-
Packages that use Topic Package Description net.ontopia.topicmaps.impl.basic The in-memory implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.remote -
-
Uses of Topic in net.ontopia.topicmaps.impl.basic
Methods in net.ontopia.topicmaps.impl.basic with parameters of type Topic Modifier and Type Method Description protected void
Occurrence. setTopic(Topic parent)
INTERNAL: Set the topic that the occurrence belongs to.protected void
TopicName. setTopic(Topic parent)
INTERNAL: Set the topic that the topic name belongs to. -
Uses of Topic in net.ontopia.topicmaps.impl.remote
Subclasses of Topic in net.ontopia.topicmaps.impl.remote Modifier and Type Class Description class
RemoteTopic
INTERNAL: The remote topic implementation.
-