public interface MTopicMapSource extends TopicMapSourceIF
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
PUBLIC: Gets the id of the source.
|
String |
getTitle()
PUBLIC: Gets the title of the source.
|
boolean |
supportsCreate()
PUBLIC: Returns true if the source supports creating new
topic maps with the createTopicMap.
|
boolean |
supportsDelete()
PUBLIC: Returns true if the source supports deleting topic map
with the TopicMapReferenceIF.delete() method.
|
close, createTopicMap, getReferences, refresh, setId, setTitleString getId()
TopicMapSourceIFgetId in interface TopicMapSourceIFString getTitle()
TopicMapSourceIFgetTitle in interface TopicMapSourceIFboolean supportsCreate()
TopicMapSourceIFsupportsCreate in interface TopicMapSourceIFboolean supportsDelete()
TopicMapSourceIFsupportsDelete in interface TopicMapSourceIF