Class ElementCompleteness.Item

  • Enclosing class:
    ElementCompleteness

    public static class ElementCompleteness.Item
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Item​(java.lang.String value, double weight)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String value()  
      double weight()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Item

        public Item​(java.lang.String value,
                    double weight)
    • Method Detail

      • value

        public java.lang.String value()
      • weight

        public double weight()