org.nodal.model
Interface OpCreate

All Superinterfaces:
CreateOp, Operator

public interface OpCreate
extends CreateOp

Create a new Node of a given NodeType.

Author:
Lee Iverson
See Also:
Node

Method Summary
 NodeType type()
          The type of Node to be created.
 
Methods inherited from interface org.nodal.model.CreateOp
context
 

Method Detail

type

public NodeType type()
The type of Node to be created.