001 package org.expasy.jpl.commons.collection.stat; 002 003 004 public interface Ponderable { 005 006 void setPonderation(double weight); 007 }