|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ec.gp.GPType | +--ec.gp.GPAtomicType
A GPAtomicType is a simple, atomic GPType. For more information, see GPType.
GPType
, Serialized FormFields inherited from class ec.gp.GPType |
all,
name,
numAtomicTypes,
numSetTypes,
P_ATOMIC,
P_NAME,
P_SET,
P_SIZE,
type |
Constructor Summary | |
GPAtomicType()
Don't use this constructor unless you call setup(...) immediately after it. |
|
GPAtomicType(java.lang.String n)
Use this constructor for GPAtomic Type unless you know what you're doing |
Method Summary | |
boolean |
compatibleWith(GPType t)
Am I compatible with ("fit" with) t? For two atomic types, this is done by direct pointer equality. |
Methods inherited from class ec.gp.GPType |
postProcessTypes,
readObject,
setup,
setupTypes,
toString,
typeFor,
writeObject |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public GPAtomicType(java.lang.String n)
public GPAtomicType()
Method Detail |
public final boolean compatibleWith(GPType t)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |