org.tm4j.topicmap.TopicMapFactory .copy(org.tm4j.topicmap.TopicMap src,boolean deep)
Description
Creates a copy of src.
A deep copy of src returns a copy in which
all contained Topics and Associations are also deep copied.
A shallow copy of src returns a TopicMap in
which all contained Topics and Associations are shallow copied.
| Parameters | ||
|---|---|---|
| boolean | deep | |
| org.tm4j.topicmap.Association | src | |
Meta Data (1)
Other Resources
Related Topics
See Also
