Package | Description |
---|---|
org.encog.app.generate.program |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
EncogProgramNode(EncogGenProgram theProgram,
EncogTreeNode theParent,
NodeType theNodeType,
String theName)
Construct the program node.
|
Copyright © 2014. All Rights Reserved.