Package adams.opt.optimise.genetic
Class PackDataDef
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.opt.optimise.genetic.PackDataDef
-
- All Implemented Interfaces:
adams.core.logging.LoggingSupporter
,adams.core.SizeOfHandler
,Serializable
public class PackDataDef extends adams.core.logging.LoggingObject
???- Author:
- Dale (dale at cs dot waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PackDataDef.DataInfo
-
Field Summary
Fields Modifier and Type Field Description protected List<PackDataDef.DataInfo>
m_packed
protected Hashtable<String,Integer>
m_sort_packed
-
Constructor Summary
Constructors Constructor Description PackDataDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(String name, int bits, double min, double max)
PackDataDef.DataInfo
get(String name)
void
setMinMax(String name, double min, double max)
int
size()
-
-
-
Field Detail
-
m_packed
protected List<PackDataDef.DataInfo> m_packed
-
-
Method Detail
-
size
public int size()
-
add
public void add(String name, int bits, double min, double max)
-
setMinMax
public void setMinMax(String name, double min, double max)
-
get
public PackDataDef.DataInfo get(String name)
-
-