Protege 3.4.6

edu.stanford.smi.protegex.util
Class RecursiveCopy

java.lang.Object
  extended by edu.stanford.smi.protegex.util.RecursiveCopy

public class RecursiveCopy
extends Object

Recursive copy of simple instances

Author:
William Grosso

Constructor Summary
RecursiveCopy()
           
 
Method Summary
static Instance recursivelyCopyInstance(Instance instance, int depth)
           
static Instance recursivelyCopyInstance(Instance instance, int depth, List newInstancesCreated)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecursiveCopy

public RecursiveCopy()
Method Detail

recursivelyCopyInstance

public static Instance recursivelyCopyInstance(Instance instance,
                                               int depth)

recursivelyCopyInstance

public static Instance recursivelyCopyInstance(Instance instance,
                                               int depth,
                                               List newInstancesCreated)

Protege 3.4.6

Submit a bug report or feature request