| Package | Description |
|---|---|
| ec.util |
| Modifier and Type | Method and Description |
|---|---|
Class |
ParameterDatabase.getClassForParameter(Parameter parameter,
Parameter defaultParameter,
Class mustCastTosuperclass)
Searches down through databases to find a given parameter.
|
Object |
ParameterDatabase.getInstanceForParameter(Parameter parameter,
Parameter defaultParameter,
Class mustCastTosuperclass)
Searches down through databases to find a given parameter, whose value
must be a full Class name, and the class must be a descendent of but not
equal to mustCastTosuperclass .
|
Object |
ParameterDatabase.getInstanceForParameterEq(Parameter parameter,
Parameter defaultParameter,
Class mustCastTosuperclass)
Searches down through databases to find a given parameter, whose value
must be a full Class name, and the class must be a descendent, or equal
to, mustCastTosuperclass .
|
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.