Uses of Class
net.ontopia.topicmaps.impl.rdbms.TopicMap
Packages that use TopicMap
Package
Description
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 TopicMapModifier and TypeMethodDescriptionprotected voidAssociation.setTopicMap(TopicMap topicmap) INTERNAL: Sets the topic map that the object belongs to.protected voidAssociationRole.setTopicMap(TopicMap topicmap) protected voidOccurrence.setTopicMap(TopicMap topicmap) protected voidTopic.setTopicMap(TopicMap topicmap) INTERNAL: Sets the topic map that the object belongs to.protected voidTopicName.setTopicMap(TopicMap topicmap) protected voidVariantName.setTopicMap(TopicMap topicmap) protected voidTMObject.transactionChanged(TopicMap topicmap) INTERNAL: Called when the transaction to which the object belongs has changed.