Package | Description |
---|---|
org.universAAL.ontology.measurement | |
org.universAAL.ontology.unit | |
org.universAAL.ontology.unit.color | |
org.universAAL.ontology.unit.system |
Modifier and Type | Method and Description |
---|---|
Unit |
Measurement.getHasUnit() |
Modifier and Type | Method and Description |
---|---|
void |
Measurement.setHasUnit(Unit newPropValue) |
Modifier and Type | Class and Description |
---|---|
class |
DerivedUnit |
class |
DividedUnit |
class |
MultipliedUnit |
Modifier and Type | Method and Description |
---|---|
Unit |
DerivedUnit.getBaseUnit() |
Unit |
DividedUnit.getDividedBy() |
Unit |
MultipliedUnit.getMultipliedBy() |
Unit[] |
UnitSystem.getUnits() |
Modifier and Type | Method and Description |
---|---|
void |
UnitSystem.addUnits(Unit newValue) |
protected void |
UnitSystem.setUnits(Unit[] propertyValue) |
Constructor and Description |
---|
DerivedUnit(String uriPostfix,
Unit baseUnit) |
DerivedUnit(String uriPostfix,
Unit baseUnit,
Prefix basePrefix) |
DerivedUnit(Unit baseUnit) |
DividedUnit(String uri,
String symbol,
Unit base,
Unit dividend) |
DividedUnit(String uri,
Unit base,
Prefix basePrefix,
Unit dividend) |
DividedUnit(String uri,
Unit base,
Unit dividend) |
MultipliedUnit(String uriPostfix,
Unit base,
Prefix basePrefix,
Unit mult) |
MultipliedUnit(String uriPostfix,
Unit base,
Prefix basePrefix,
Unit mult,
Prefix multPrefix) |
MultipliedUnit(String uriPostfix,
Unit base,
Unit mult) |
MultipliedUnit(Unit base,
Unit mult) |
Modifier and Type | Field and Description |
---|---|
static Unit |
CMYKColorModel.IND_UNIT_CMYK |
static Unit |
ColorTemperature.IND_UNIT_COLOR_TEMPERATURE |
static Unit |
HSVColorModel.IND_UNIT_HSV |
static Unit |
RGBColorModel.IND_UNIT_RGB |
Modifier and Type | Field and Description |
---|---|
static Unit |
BinarySystem.IND_UNIT_BS_BIT |
static Unit |
BinarySystem.IND_UNIT_BS_BYTE |
static Unit |
Util.IND_UNIT_DEGREE |
static Unit |
Util.IND_UNIT_HERTZ |
static Unit |
Util.IND_UNIT_PERCENT |
static Unit |
Util.IND_UNIT_RADIAN |
static Unit |
InternationalSystem.IND_UNIT_SI_AMPERE |
static Unit |
InternationalSystem.IND_UNIT_SI_CANDELA |
static Unit |
InternationalSystem.IND_UNIT_SI_GRAM |
static Unit |
InternationalSystem.IND_UNIT_SI_KELVIN |
static Unit |
InternationalSystem.IND_UNIT_SI_METER |
static Unit |
InternationalSystem.IND_UNIT_SI_MOLE |
static Unit |
InternationalSystem.IND_UNIT_SI_SECOND |
static Unit |
TimeSystem.IND_UNIT_TS_CENTURY |
static Unit |
TimeSystem.IND_UNIT_TS_DAY |
static Unit |
TimeSystem.IND_UNIT_TS_DECADE |
static Unit |
TimeSystem.IND_UNIT_TS_HOUR |
static Unit |
TimeSystem.IND_UNIT_TS_LUSTRUM |
static Unit |
TimeSystem.IND_UNIT_TS_MILENIUM |
static Unit |
TimeSystem.IND_UNIT_TS_MINUTE |
static Unit |
TimeSystem.IND_UNIT_TS_MONTH |
static Unit |
TimeSystem.IND_UNIT_TS_SECOND |
static Unit |
TimeSystem.IND_UNIT_TS_WEEK |
static Unit |
TimeSystem.IND_UNIT_TS_YEAR |
static Unit |
Util.IND_UNIT_UNITY |
static Unit |
Util.IND_UNIT_VOLT |
Copyright © 2018 universAAL Consortium. All rights reserved.