Uses of Class
Util.Structures.NimbleTree

Packages that use NimbleTree
Mapper   
Operator.Operations   
Util.Structures   
 

Uses of NimbleTree in Mapper
 

Subclasses of NimbleTree in Mapper
 class ContextualDerivationTree
          This class is used for building a genotype to phenotype mapping it also stores information on which codons affect structural or nodal grammar rules, for a more selective mutation
 class DerivationTree
          This class is used in the mapping from genotype to phenotype in GE.
 

Uses of NimbleTree in Operator.Operations
 

Methods in Operator.Operations with parameters of type NimbleTree
protected  boolean GrowInitialiser.checkGECodonValue(NimbleTree<Symbol> dt)
          Check if it is a GECodonValue.
 java.util.ArrayList<java.lang.Integer> GrowInitialiser.getPossibleRules(NimbleTree<Symbol> dt, Rule rule)
           
 java.util.ArrayList<java.lang.Integer> FullInitialiser.getPossibleRules(NimbleTree<Symbol> dt, Rule rule)
           
 boolean GrowInitialiser.grow(NimbleTree<Symbol> dt)
          Recursively builds a tree.
 

Uses of NimbleTree in Util.Structures
 

Methods in Util.Structures that return NimbleTree
static NimbleTree<java.lang.String> NimbleTree.makeTreeOverStringFromSExpression(java.lang.String input)
          A static constructor (is this the right term?)
 

Constructors in Util.Structures with parameters of type NimbleTree
NimbleTree(NimbleTree<E> n)
          Copy constructor