Modifier and Type | Field and Description |
---|---|
private Vector<Double> |
qualities |
private Vector<Unit> |
units |
Constructor and Description |
---|
GHSOM.ExpandedUnits() |
Modifier and Type | Method and Description |
---|---|
void |
addAll(GHSOM.ExpandedUnits newUnits) |
void |
addUnit(Unit unit,
double qual) |
int |
getNumElements() |
Collection<Double> |
getQualities() |
double |
getQuality(int i) |
Unit |
getUnit(int i) |
Collection<Unit> |
getUnits() |
void |
remove(int i) |
public void addAll(GHSOM.ExpandedUnits newUnits)
public void addUnit(Unit unit, double qual)
public int getNumElements()
public Collection<Double> getQualities()
public double getQuality(int i)
public Unit getUnit(int i)
public Collection<Unit> getUnits()
public void remove(int i)