|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.app.generate.program.EncogTreeNode
public class EncogTreeNode
A tree node that represents code to be generated.
Constructor Summary | |
---|---|
EncogTreeNode(EncogGenProgram theProgram,
EncogTreeNode theParent)
Construct a tree node. |
Method Summary | |
---|---|
void |
addComment(String str)
Add a comment. |
List<EncogProgramNode> |
getChildren()
|
EncogTreeNode |
getParent()
|
EncogGenProgram |
getProgram()
|
void |
setProgram(EncogGenProgram program)
Set the program. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncogTreeNode(EncogGenProgram theProgram, EncogTreeNode theParent)
theProgram
- The program.theParent
- The parent.Method Detail |
---|
public void addComment(String str)
str
- The comment.public List<EncogProgramNode> getChildren()
public EncogTreeNode getParent()
public EncogGenProgram getProgram()
public void setProgram(EncogGenProgram program)
program
- The program.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |