Class CloneUtil


  • public class CloneUtil
    extends Object
    • Method Detail

      • traceOriginalInput

        public CloneUtil traceOriginalInput()
        Record origin of copied node with TracingUtil
        Returns:
        this for convenience
      • cloneModelWithImports

        public void cloneModelWithImports()
        Creates cloned model, each node in target model has the same nodeId that corresponding node in source model it allows to resolve internal references much faster
      • cloneModel

        public void cloneModel()