classifier.gp
Class TreeJoint

java.lang.Object
  extended byclassifier.gp.TreeJoint
All Implemented Interfaces:
Joint

public class TreeJoint
extends java.lang.Object
implements Joint


Constructor Summary
(package private) TreeJoint(GProgram subtree, Function parent, int childIndex)
           
 
Method Summary
 int getChildIndex()
           
 Function getParent()
           
 GProgram getSubProgram()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeJoint

TreeJoint(GProgram subtree,
          Function parent,
          int childIndex)
Method Detail

getParent

public Function getParent()
Specified by:
getParent in interface Joint

getSubProgram

public GProgram getSubProgram()
Specified by:
getSubProgram in interface Joint

getChildIndex

public int getChildIndex()
Specified by:
getChildIndex in interface Joint