|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Unit | |
|---|---|
| gov.nih.nci.mageom.domain.Measurement | |
| gov.nih.nci.mageom.domain.Measurement.impl | |
| Uses of Unit in gov.nih.nci.mageom.domain.Measurement |
|---|
| Subinterfaces of Unit in gov.nih.nci.mageom.domain.Measurement | |
|---|---|
interface |
ConcentrationUnit
Concentration |
interface |
DistanceUnit
Distance |
interface |
MassUnit
Mass |
interface |
QuantityUnit
Quantity |
interface |
TemperatureUnit
Temperature |
interface |
TimeUnit
Time |
interface |
VolumeUnit
Volume |
| Methods in gov.nih.nci.mageom.domain.Measurement that return Unit | |
|---|---|
Unit |
Measurement.getUnit()
Returns the value of this Measurement object's unit attribute. |
| Methods in gov.nih.nci.mageom.domain.Measurement with parameters of type Unit | |
|---|---|
void |
Measurement.setUnit(Unit p_unit)
Sets the unit attribute. |
| Uses of Unit in gov.nih.nci.mageom.domain.Measurement.impl |
|---|
| Classes in gov.nih.nci.mageom.domain.Measurement.impl that implement Unit | |
|---|---|
class |
ConcentrationUnitImpl
Concentration |
class |
DistanceUnitImpl
Distance |
class |
MassUnitImpl
Mass |
class |
QuantityUnitImpl
Quantity |
class |
TemperatureUnitImpl
Temperature |
class |
TimeUnitImpl
Time |
class |
UnitImpl
The unit is a strict enumeration of types. |
class |
VolumeUnitImpl
Volume |
| Fields in gov.nih.nci.mageom.domain.Measurement.impl declared as Unit | |
|---|---|
protected Unit |
MeasurementImpl.unit
DOCUMENT ME |
| Methods in gov.nih.nci.mageom.domain.Measurement.impl that return Unit | |
|---|---|
Unit |
MeasurementImpl.getUnit()
|
Unit[] |
UnitImpl.searchUnits(UnitSearchCriteria criteria)
Returns an array of Unit objects that
satisfy the given UnitSearchCriteria. |
| Methods in gov.nih.nci.mageom.domain.Measurement.impl with parameters of type Unit | |
|---|---|
void |
MeasurementImpl.setUnit(Unit p_unit)
Sets the unit attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||