|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EncogArgType | |
---|---|
org.encog.app.generate.program |
Uses of EncogArgType in org.encog.app.generate.program |
---|
Methods in org.encog.app.generate.program that return EncogArgType | |
---|---|
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. |
Methods in org.encog.app.generate.program with parameters of type EncogArgType | |
---|---|
void |
EncogProgramNode.defineConst(EncogArgType type,
String name,
String value)
Define a const. |
Constructors in org.encog.app.generate.program with parameters of type EncogArgType | |
---|---|
EncogProgramArg(EncogArgType type,
Object value)
Construct the argument. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |