|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--gpsys.Primitive
|
+--gpsys.Terminal
|
+--gpsys.lawnmower.ADF2Arg0
Vector2Mod8 ADF2Arg0This Terminal represents the one and only argument of ADF2. It is needed since an argument of an ADF occurrs in the Terminal set of the ADF.
Primitive,
Terminal,
ADFunction, Serialized Form| Field Summary | |
(package private) Vector2Mod8 |
value
The value of the argument. |
| Fields inherited from class gpsys.Primitive |
type |
| Constructor Summary | |
ADF2Arg0()
Create a new ADF2Arg0 object, setting the type to Vector2Mod8. |
|
| Method Summary | |
java.lang.Object |
evaluateObject(Individual i)
Evaluates the Terminal as an Object, since a Vector2Mod8 is not one of the java primitive types. |
Primitive |
instance()
Creates an instance of this Terminal. |
void |
set(Vector2Mod8 value)
Set the value of this terminal to the specified value. |
java.lang.String |
toString()
Returns a String representation of this Terminal. |
| Methods inherited from class gpsys.Terminal |
evaluateBoolean,
evaluateByte,
evaluateChar,
evaluateDouble,
evaluateFloat,
evaluateInt,
evaluateLong,
evaluateShort |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
Vector2Mod8 value
| Constructor Detail |
public ADF2Arg0()
| Method Detail |
public void set(Vector2Mod8 value)
value - The value to be assumed by the argument.public java.lang.Object evaluateObject(Individual i)
i - The Individual being evaluated.public Primitive instance()
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||