org.tm4j.topicmap.TopicMapFactory .copy(org.tm4j.topicmap.BaseName src,org.tm4j.topicmap.Topic destTopic,boolean deep)

Description

Creates a copy of src as a new child of destTopic A deep copy of src returns a BaseName in which the name string is a duplicate of the name string of src and the child Variants are deep copied. A shallow copy of src returns a BaseName in which the name string is a reference to the name string of src and the child Variants are shallow copied.

Parameters
boolean deep
org.tm4j.topicmap.Topic destTopic
org.tm4j.topicmap.Association src

Other Resources

Related Topics