JAGA Homepage

Uses of Class
org.jaga.reproduction.booleanFormulas.nodes.BooleanFormulaTreeNode

Packages that use BooleanFormulaTreeNode
org.jaga.individualRepresentation.booleanFormulas   
org.jaga.reproduction.booleanFormulas.nodes   
 

Uses of BooleanFormulaTreeNode in org.jaga.individualRepresentation.booleanFormulas
 

Fields in org.jaga.individualRepresentation.booleanFormulas declared as BooleanFormulaTreeNode
private  BooleanFormulaTreeNode BooleanFormulaTree.root
           
 

Methods in org.jaga.individualRepresentation.booleanFormulas that return BooleanFormulaTreeNode
 BooleanFormulaTreeNode BooleanFormulaTreeFactory.createRandomNode(int thisDepth, GAParameterSet params)
           
private  BooleanFormulaTreeNode BooleanFormulaTreeFactory.createRandomStopNode(GAParameterSet params)
           
private  BooleanFormulaTreeNode BooleanFormulaTreeFactory.createOneNodeOfRandomType(java.lang.Class[] nodeTypes, GAParameterSet params)
           
 BooleanFormulaTreeNode BooleanFormulaTree.exportNode(java.lang.Long handle)
           
private  BooleanFormulaTreeNode BooleanFormulaTree.getNode(java.lang.Long handle)
           
 

Methods in org.jaga.individualRepresentation.booleanFormulas with parameters of type BooleanFormulaTreeNode
 void BooleanFormulaTree.replaceNode(java.lang.Long oldNodeHandle, BooleanFormulaTreeNode newNode)
           
private  void BooleanFormulaTree.removeFromNodeList(BooleanFormulaTreeNode node)
           
private  void BooleanFormulaTree.addToNodeList(BooleanFormulaTreeNode node, int depth)
           
 

Uses of BooleanFormulaTreeNode in org.jaga.reproduction.booleanFormulas.nodes
 

Subclasses of BooleanFormulaTreeNode in org.jaga.reproduction.booleanFormulas.nodes
 class ANDNode
          TODO: Complete these comments.
 class BinaryOperatorNode
          TODO: Complete these comments.
 class ConstantNode
          TODO: Complete these comments.
 class EQUIVNode
          TODO: Complete these comments.
 class FalseNode
          TODO: Complete these comments.
 class IFNode
          TODO: Complete these comments.
 class IMPLNode
          TODO: Complete these comments.
 class NANDNode
          TODO: Complete these comments.
 class NORNode
          TODO: Complete these comments.
 class NOTNode
          TODO: Complete these comments.
 class OperatorNode
          TODO: Complete these comments.
 class ORNode
          TODO: Complete these comments.
 class TerminalNode
          TODO: Complete these comments.
 class TertiaryOperatorNode
          TODO: Complete these comments.
 class TrueNode
          TODO: Complete these comments.
 class UnaryOperatorNode
          TODO: Complete these comments.
 class XORNode
          TODO: Complete these comments.
 

Fields in org.jaga.reproduction.booleanFormulas.nodes declared as BooleanFormulaTreeNode
(package private)  BooleanFormulaTreeNode[] OperatorNode.children
           
 

Methods in org.jaga.reproduction.booleanFormulas.nodes that return BooleanFormulaTreeNode
 BooleanFormulaTreeNode OperatorNode.getChild(int index)
           
 

Methods in org.jaga.reproduction.booleanFormulas.nodes with parameters of type BooleanFormulaTreeNode
 void OperatorNode.setChild(int index, BooleanFormulaTreeNode node)
           
 int OperatorNode.findChild(BooleanFormulaTreeNode node)
           
 


JAGA Homepage

Go to JAGA Homepage