org.tm4j.topicmap.TopicMap .createTopic(java.lang.String id)

Description

Creates a new Topic in this TopicMap.

Parameters
java.lang.String id the unique identifier to be assigned to the new Topic. If this parameter is null, then the Topic will be assigned a unique identifier by the back-end implementation.

Throws

Returns

The new Topic object.

Other Resources

Related Topics

Has Parameters