|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--gpsys.Primitive
A Primitive is unit of an evolved program. Users should never try to extend this class directly to create their own primitives. Instead they should extend the derived classes Function, Terminal, ADFunction or ADTerminal.
Terminal,
Function,
ADTerminal,
ADFunction, Serialized Form| Field Summary | |
Type |
type
The type returned by this primitive. |
| Constructor Summary | |
Primitive()
|
|
| Method Summary | |
abstract Primitive |
instance()
Creates a new instance of this primitive. |
abstract java.lang.String |
toString()
Creates a String representation of this primitive. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public Type type
| Constructor Detail |
public Primitive()
| Method Detail |
public abstract Primitive instance()
public abstract java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||