|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--gpsys.Primitive
|
+--gpsys.Terminal
|
+--gpsys.primitives.False
BOOLEAN FalseFalse is a Terminal of Type BOOLEAN. It represents the boolean value false.
Type,
Primitive,
Terminal, Serialized Form| Fields inherited from class gpsys.Primitive |
type |
| Constructor Summary | |
False()
Constructs a new False object. |
|
| Method Summary | |
boolean |
evaluateBoolean(Individual i)
Evaluates the False Terminal. |
Primitive |
instance()
Creates a copy of this Terminal. |
java.lang.String |
toString()
Creates a String representing this Terminal. |
| Methods inherited from class gpsys.Terminal |
evaluateByte,
evaluateChar,
evaluateDouble,
evaluateFloat,
evaluateInt,
evaluateLong,
evaluateObject,
evaluateShort |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public False()
| Method Detail |
public final boolean evaluateBoolean(Individual i)
throws EvaluationException
i - The Individual being evaluated.public final Primitive instance()
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||