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, setTitle
String getId()
TopicMapSourceIF
getId
in interface TopicMapSourceIF
String getTitle()
TopicMapSourceIF
getTitle
in interface TopicMapSourceIF
boolean supportsCreate()
TopicMapSourceIF
supportsCreate
in interface TopicMapSourceIF
boolean supportsDelete()
TopicMapSourceIF
supportsDelete
in interface TopicMapSourceIF