Uses of Class
org.encog.app.generate.program.EncogArgType

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.
 



Copyright © 2014. All Rights Reserved.