Uses of Class
org.lemsml.jlems.core.type.Unit
-
Packages that use Unit Package Description org.lemsml.jlems.core.reader org.lemsml.jlems.core.template org.lemsml.jlems.core.type -
-
Uses of Unit in org.lemsml.jlems.core.reader
Methods in org.lemsml.jlems.core.reader that return Unit Modifier and Type Method Description private Unit
LemsFactory. buildUnit(XMLElement xel)
-
Uses of Unit in org.lemsml.jlems.core.template
Fields in org.lemsml.jlems.core.template declared as Unit Modifier and Type Field Description (package private) Unit
FieldTemplateElement. unit
-
Uses of Unit in org.lemsml.jlems.core.type
Fields in org.lemsml.jlems.core.type with type parameters of type Unit Modifier and Type Field Description LemsCollection<Unit>
Lems. units
Methods in org.lemsml.jlems.core.type that return Unit Modifier and Type Method Description static Unit
Unit. getNoUnit()
Unit
Lems. getUnit(java.lang.String symbol)
Methods in org.lemsml.jlems.core.type that return types with arguments of type Unit Modifier and Type Method Description LemsCollection<Unit>
Lems. getUnits()
Methods in org.lemsml.jlems.core.type with parameters of type Unit Modifier and Type Method Description void
Lems. addUnit(Unit u)
double
DimensionalQuantity. getValueInUnit(Unit u)
void
DimensionalQuantity. setValue(double d, Unit u)
Method parameters in org.lemsml.jlems.core.type with type arguments of type Unit Modifier and Type Method Description DimensionalQuantity
QuantityReader. parseVal(java.lang.String aarg, LemsCollection<Unit> units)
static DimensionalQuantity
QuantityReader. parseValue(java.lang.String aarg, LemsCollection<Unit> units)
void
ParamValue. setValue(java.lang.String atval, LemsCollection<Unit> units)
-