org.tm4j.topicmap.TopicMapProvider .removeTopicMap(org.tm4j.topicmap.TopicMap tm)

Description

Removes the specified topic map from this Provider. If the provider is connected to a persistent store such as a database, this will remove all persistent records of the topic map. If stored in memory, all references to the topic map and its contained objects held by the provider will be freed.

Parameters
org.tm4j.topicmap.TopicMap tm

Other Resources

Related Topics

Has Parameters