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 UnitLemsFactory. 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) UnitFieldTemplateElement. 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. unitsMethods in org.lemsml.jlems.core.type that return Unit Modifier and Type Method Description static UnitUnit. getNoUnit()UnitLems. 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 voidLems. addUnit(Unit u)doubleDimensionalQuantity. getValueInUnit(Unit u)voidDimensionalQuantity. setValue(double d, Unit u)Method parameters in org.lemsml.jlems.core.type with type arguments of type Unit Modifier and Type Method Description DimensionalQuantityQuantityReader. parseVal(java.lang.String aarg, LemsCollection<Unit> units)static DimensionalQuantityQuantityReader. parseValue(java.lang.String aarg, LemsCollection<Unit> units)voidParamValue. setValue(java.lang.String atval, LemsCollection<Unit> units)
-