org.xmloperator.lambda.net.util
Class CloneUtils

java.lang.Object
  |
  +--org.xmloperator.lambda.net.util.CloneUtils

public abstract class CloneUtils
extends java.lang.Object

Utilities about cloning a lambda-net.


Constructor Summary
CloneUtils()
           
 
Method Summary
static Eraser cloneNet(Eraser rootEraser)
          Clones a lambda-net.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloneUtils

public CloneUtils()
Method Detail

cloneNet

public static final Eraser cloneNet(Eraser rootEraser)
Clones a lambda-net.

Parameters:
rootEraser - a root Eraser.
Returns:
the clone root Eraser.
Throws:
org.xmloperator.lambda.net.exception.FreePortException - if the lambda-net is not closed.