Class WeightMass

  • All Implemented Interfaces:
    java.io.Serializable

    public class WeightMass
    extends java.lang.Object
    implements java.io.Serializable
    Simple container for a weight
    Version:
    $Revision: 9707 $
    Author:
    Mark Hall (mhall{[at]}pentaho{[dot]}com)
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double m_weight  
    • Constructor Summary

      Constructors 
      Constructor Description
      WeightMass()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • m_weight

        public double m_weight
    • Constructor Detail

      • WeightMass

        public WeightMass()