org.encog.app.generate.program
Class EncogGenProgram

java.lang.Object
  extended by org.encog.app.generate.program.EncogTreeNode
      extended by org.encog.app.generate.program.EncogGenProgram

public class EncogGenProgram
extends EncogTreeNode

Holds a generated Encog program. A language specific generator will take this and generate actual source code from it.


Constructor Summary
EncogGenProgram()
          Construct the program.
 
Method Summary
 EncogProgramNode createClass(String className)
          Create a new class.
 
Methods inherited from class org.encog.app.generate.program.EncogTreeNode
addComment, getChildren, getParent, getProgram, setProgram
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncogGenProgram

public EncogGenProgram()
Construct the program.

Method Detail

createClass

public EncogProgramNode createClass(String className)
Create a new class.

Parameters:
className - The class name.
Returns:
The newly created class.


Copyright © 2014. All Rights Reserved.