|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeType | |
---|---|
org.encog.app.generate.program |
Uses of NodeType in org.encog.app.generate.program |
---|
Methods in org.encog.app.generate.program that return NodeType | |
---|---|
NodeType |
EncogProgramNode.getType()
|
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.encog.app.generate.program with parameters of type NodeType | |
---|---|
EncogProgramNode(EncogGenProgram theProgram,
EncogTreeNode theParent,
NodeType theNodeType,
String theName)
Construct the program node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |