Package de.swa.mmfg

Class Weight

java.lang.Object
de.swa.mmfg.Weight

public class Weight
extends java.lang.Object
data type to represent weights
  • Constructor Summary

    Constructors 
    Constructor Description
    Weight()  
    Weight​(Context c, float w)  
  • Method Summary

    Modifier and Type Method Description
    Context getContext()  
    float getWeight()  
    void setContext​(Context context)  
    void setWeight​(float weight)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait