org.tm4j.topicmap.TopicMapFactory .copy(org.tm4j.topicmap.Occurrence 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 an Occurrence in which the type topic is deep copied and the child resourceRef or resourceData is a duplicate of the value in the source object. A shallow copy of src returns an Occurrence in which the type topic is shallow copied and the child resourceRef or resourceData is a reference to the value in the source object.

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

Other Resources