org.tm4j.topicmap.TopicMapFactory .copy(org.tm4j.topicmap.VariantName src,org.tm4j.topicmap.Variant destVariant,boolean deep)

Description

Creates a copy of src as a new child of destVariant A deep copy of src returns a VariantName in which the child resourceRef or resourceData is a duplicate of the value in the source object. A shallow copy of src returns a VariantName in which the child resourceRef or resourceData is a reference to the value in the source object.

Parameters
boolean deep
org.tm4j.topicmap.Variant destVariant
org.tm4j.topicmap.Association src

Other Resources

Related Topics