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

Description

Creates a new Association in this TopicMap.

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

Throws

Returns

The new Association object.

Other Resources

Related Topics

Has Parameters