org.tm4j.topicmap.TopicMapFactory .copy(org.tm4j.topicmap.Association src,boolean deep)

Description

Creates a copy of src A deep copy of src returns an Association in which the type and all child Members are deep copied. A shallow copy of src returns an Association in which the type and child Members are shallow copied.

Parameters
boolean deep
org.tm4j.topicmap.Association src

Other Resources