Uses of Class
org.encog.ml.prg.extension.NodeType

Packages that use NodeType
org.encog.ml.prg.extension   
 

Uses of NodeType in org.encog.ml.prg.extension
 

Methods in org.encog.ml.prg.extension that return NodeType
 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.
 

Constructors in org.encog.ml.prg.extension with parameters of type NodeType
BasicTemplate(int thePrecedence, String theSignature, NodeType theType, boolean isVariable, int theDataSize)
          Construct a basic template object.
 



Copyright © 2014. All Rights Reserved.