Uses of Class
classifier.gp.Condition

Packages that use Condition
classifier.gp   
 

Uses of Condition in classifier.gp
 

Subclasses of Condition in classifier.gp
 class IsFunction
           
 class IsProgram
           
 

Fields in classifier.gp declared as Condition
(package private)  Condition MutationPlain.is_function
           
(package private)  Condition MutationPlain.is_program
           
 

Methods in classifier.gp with parameters of type Condition
(package private)  int Terminal.countNodes(Condition cond)
          count the nodes of the desidered kind
(package private) abstract  int GProgram.countNodes(Condition cond)
          count the nodes of the desidered kind
protected static Joint GProgram.getSubtree(GProgram tree, int index, Condition cond)
          To have the Joint structure containg the information to break the tree in the desidered point
protected static TreeJoint GProgram.Walk(GProgram tree, int[] count, Condition cond, Function parent, int childIndex)
          Method to explore the tree looking for the desidered subtree
(package private)  int Function.countNodes(Condition cond)
          count the nodes of the desidered kind