Package org.intermine.web.logic.widget
Class PopulationInfo
- java.lang.Object
-
- org.intermine.web.logic.widget.PopulationInfo
-
public final class PopulationInfo extends java.lang.Object
Container for size and extra attribute (e.g. gene length average) for the whole population- Author:
- Daniela Butano
-
-
Constructor Summary
Constructors Constructor Description PopulationInfo(int size, float extraAttribute)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getExtraAttribute()
int
getSize()
-