This class is used to create nodes of specified types. It can be sub-classed to change the nature of how nodes are constructed. Generally there are two methods for creating nodes, methods which take an existing node and methods which take the components.

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public class NodeFactory : IJepComponent
Visual Basic (Declaration)
Public Class NodeFactory _
	Implements IJepComponent
Visual C++
public ref class NodeFactory : IJepComponent

Inheritance Hierarchy

System..::.Object
  SingularSys.Jep..::.NodeFactory

See Also