Uses of Class
net.ontopia.topicmaps.impl.rdbms.TopicMap
-
Packages that use TopicMap Package Description net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces. -
-
Uses of TopicMap in net.ontopia.topicmaps.impl.rdbms
Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type TopicMap Modifier and Type Method Description protected void
Association. setTopicMap(TopicMap topicmap)
INTERNAL: Sets the topic map that the object belongs to.protected void
AssociationRole. setTopicMap(TopicMap topicmap)
protected void
Occurrence. setTopicMap(TopicMap topicmap)
protected void
Topic. setTopicMap(TopicMap topicmap)
INTERNAL: Sets the topic map that the object belongs to.protected void
TopicName. setTopicMap(TopicMap topicmap)
protected void
VariantName. setTopicMap(TopicMap topicmap)
protected void
TMObject. transactionChanged(TopicMap topicmap)
INTERNAL: Called when the transaction to which the object belongs has changed.
-