Uses of Class
eShopper.eShopperUnit

Uses of eShopperUnit in eShopper
 

Methods in eShopper that return eShopperUnit
 eShopperUnit RecipeIngredient.getUnit()
          This is the accessor method for the unit the ingredient is measured in.
 

Methods in eShopper with parameters of type eShopperUnit
 float eShopperUnit.express(float value, eShopperUnit origUnit)
          Expresses a value of the same type in this unit
 boolean eShopperUnit.isLargerThan(eShopperUnit aUnit)
          Compares the relative size of a unit to this unit
 boolean eShopperUnit.isSameType(eShopperUnit aUnit)
          Compares the type of units to see if they are combinable.