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)

Version:
1.1, 30th June '97
Author:
Adil Qureshi
Department of Computer Science,
University College London,
Gower St,
London WC1E 6BT,
UK.
See Also:
Terminal

Variable Index

 o adfIndex
should be set to the index corresponding to this ADF in the adf array defined in your GPParameters extension.

Constructor Index

 o ADTerminal()

Variables

 o 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

Constructors

 o ADTerminal
 public ADTerminal()

All Packages  Class Hierarchy  This Package  Previous  Next  Index