org.nodal.model
Interface OpClone

All Superinterfaces:
CreateOp, Operator

public interface OpClone
extends CreateOp

Operator associated with the cloning of a Node.

Author:
Lee Iverson
See Also:
Node

Method Summary
 Node source()
          The source Node being cloned.
 
Methods inherited from interface org.nodal.model.CreateOp
context
 

Method Detail

source

public Node source()
The source Node being cloned.