public class DeletionUtils extends Object
| Constructor and Description |
|---|
DeletionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clear(TopicMapIF topicmap)
INTERNAL: Deletes all the topics and associations from the topic
map.
|
static void |
removeDependencies(ReifiableIF object) |
static void |
removeDependencies(TopicIF topic)
INTERNAL: Removes the dependencies to the given topic from its
topic map.
|
public static void removeDependencies(TopicIF topic)
topic - The given topic; an object implementing TopicIF.public static void removeDependencies(ReifiableIF object)
public static void clear(TopicMapIF topicmap)
topicmap - The given topicmap; an object implementing TopicMapIF.