|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectDoubleFitnessCaseLoader
public class DoubleFitnessCaseLoader
A loader that loads fitness cases dealing in double from an XML document. the root of the document is "fitnessCases". It has one or more "fitnessCase" elements which in turn hold the attributes whose names correspond to the terminal names and whose values specify the terminal values. one special attribute is named "value" and it holds the expected result for that set of terminal values.
Constructor Summary | |
---|---|
DoubleFitnessCaseLoader()
|
Method Summary | |
---|---|
List<FitnessCase<Double>> |
load(String fileName)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DoubleFitnessCaseLoader()
Method Detail |
---|
public List<FitnessCase<Double>> load(String fileName) throws AmibaException
load
in interface FitnessCaseLoader<Double>
AmibaException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |