public class EvolvableHolder extends Object
| Modifier and Type | Field | Description |
|---|---|---|
protected Map<Integer,Evolvable> |
m_mapEvolvable |
Map of Evolvable objects, keyed by type id.
|
| Constructor | Description |
|---|---|
EvolvableHolder() |
| Modifier and Type | Method | Description |
|---|---|---|
Evolvable |
get(Integer idType) |
Return an
Evolvable for the specified type id. |
Set<Integer> |
getTypeIds() |
Return type identifiers for all the Evolvables within this holder.
|
boolean |
isEmpty() |
Return
true if this holder is empty. |
public Evolvable get(Integer idType)
Evolvable for the specified type id.idType - type identifierpublic Set<Integer> getTypeIds()
public boolean isEmpty()
true if this holder is empty.true if this holder is empty, false otherwise