Package | Description |
---|---|
org.encog.ml.prg.extension |
Modifier and Type | Method and Description |
---|---|
NodeType |
ProgramExtensionTemplate.getNodeType() |
NodeType |
BasicTemplate.getNodeType() |
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 |
---|
BasicTemplate(int thePrecedence,
String theSignature,
NodeType theType,
boolean isVariable,
int theDataSize)
Construct a basic template object.
|
Copyright © 2014. All Rights Reserved.