Package | Description |
---|---|
org.encog.app.generate.program |
Modifier and Type | Method and Description |
---|---|
EncogArgType |
EncogProgramArg.getType() |
static EncogArgType |
EncogArgType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncogArgType[] |
EncogArgType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EncogProgramNode.defineConst(EncogArgType type,
String name,
String value)
Define a const.
|
Constructor and Description |
---|
EncogProgramArg(EncogArgType type,
Object value)
Construct the argument.
|
Copyright © 2014. All Rights Reserved.