|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.tuwien.ifs.somtoolbox.reportgenerator.QEContainers.UnitQEContainer
public class UnitQEContainer
Field Summary | |
---|---|
private double |
qe
|
private Unit[] |
unit
|
Constructor Summary | |
---|---|
UnitQEContainer()
|
|
UnitQEContainer(Unit[] unit,
double qe)
|
Method Summary | |
---|---|
int |
getNumberOfVectorsMapped(int index)
|
int |
getNumUnits()
|
double |
getQE()
|
java.lang.String |
getUnitCoords(int index)
|
void |
setQE(double qe)
|
void |
setUnit(Unit[] unit)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private double qe
private Unit[] unit
Constructor Detail |
---|
public UnitQEContainer()
public UnitQEContainer(Unit[] unit, double qe)
Method Detail |
---|
public void setUnit(Unit[] unit)
public double getQE()
getQE
in interface QEContainer
public void setQE(double qe)
setQE
in interface QEContainer
public int getNumUnits()
public java.lang.String getUnitCoords(int index)
public int getNumberOfVectorsMapped(int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |