gpsys
Class ADTerminal

java.lang.Object
  |
  +--gpsys.Primitive
        |
        +--gpsys.Terminal
              |
              +--gpsys.ADTerminal
Direct Known Subclasses:
ADF1

public abstract class ADTerminal
extends Terminal

An Automatically Defined Terminal is a Terminal that is evolved. ADTerminals take arguments just like other Terminals. ADTerminals need to be defined by extending this class for each ADF without arguments except ADF0 (the root ADF)

Version:
$Revision: 1.1 $, $Date: 2000/07/05 16:21:25 $
Author:
Adil Qureshi
Department of Computer Science,
University College London,
Gower St,
London WC1E 6BT,
UK.
See Also:
Terminal, Serialized Form

Field Summary
 int adfIndex
          should be set to the index corresponding to this ADF in the adf array defined in your GPParameters extension.
 
Fields inherited from class gpsys.Primitive
type
 
Constructor Summary
ADTerminal()
           
 
Methods inherited from class gpsys.Terminal
evaluateBoolean, evaluateByte, evaluateChar, evaluateDouble, evaluateFloat, evaluateInt, evaluateLong, evaluateObject, evaluateShort
 
Methods inherited from class gpsys.Primitive
instance, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

adfIndex

public int adfIndex
should be set to the index corresponding to this ADF in the adf array defined in your GPParameters extension.
See Also:
GPParameters
Constructor Detail

ADTerminal

public ADTerminal()