geneticWedge.gp
Class Component

java.lang.Object
  extended by geneticWedge.gp.Component
Direct Known Subclasses:
Function, Terminal

public abstract class Component
extends java.lang.Object

Component is the parent class of all nodes (Functions and Terminals) within a GP tree.


Constructor Summary
Component()
           
 
Method Summary
abstract  java.lang.String toString()
          A Component must have a toString() method that allows an Individual to construct a String representation of its components.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Component

public Component()
Method Detail

toString

public abstract java.lang.String toString()
A Component must have a toString() method that allows an Individual to construct a String representation of its components.

Overrides:
toString in class java.lang.Object