All Packages Class Hierarchy This Package Previous Next Index
Class gpsys.ADTerminal
java.lang.Object
|
+----gpsys.Primitive
|
+----gpsys.Terminal
|
+----gpsys.ADTerminal
- 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)
- Author:
- Adil Qureshi
Department of Computer Science,
University College London,
Gower St,
London WC1E 6BT,
UK.
- See Also:
- Terminal
-
adfIndex
- should be set to the index corresponding to this ADF in the adf array
defined in your GPParameters extension.
-
ADTerminal()
-
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
ADTerminal
public ADTerminal()
All Packages Class Hierarchy This Package Previous Next Index