org.nodal.model
Interface CreateOp

All Superinterfaces:
Operator
All Known Subinterfaces:
OpClone, OpCreate

public interface CreateOp
extends Operator

Operators that create new Nodes.


Method Summary
 Node context()
          The Node used as context for this Operator.
 

Method Detail

context

public Node context()
The Node used as context for this Operator. This is the Node from which metadata is derived, especially the delegation rules.