Uses of Class
de.timmfitschen.easyunits.CompoundUnit
-
Packages that use CompoundUnit Package Description de.timmfitschen.easyunits de.timmfitschen.easyunits.parser -
-
Uses of CompoundUnit in de.timmfitschen.easyunits
Methods in de.timmfitschen.easyunits that return CompoundUnit Modifier and Type Method Description CompoundUnit
CompoundUnitFactory. createUnit()
CompoundUnit
Unit. divide(Unit u)
CompoundUnit
Unit. times(Unit u)
Methods in de.timmfitschen.easyunits with parameters of type CompoundUnit Modifier and Type Method Description CompoundUnitFactory
CompoundUnitFactory. addComponent(CompoundUnit u, int exponent)
-
Uses of CompoundUnit in de.timmfitschen.easyunits.parser
Methods in de.timmfitschen.easyunits.parser that return CompoundUnit Modifier and Type Method Description protected CompoundUnit
DefaultCompoundUnitParser. parseCompound(Map<String,Unit> allunits, char[] cs, int[] status)
CompoundUnit
DefaultCompoundUnitParser. parseCompound(Map<String,Unit> allunits, String unit)
-