001 package org.kuali.common.util; 002 003 public interface Weighted { 004 005 double getWeight(); 006 007 }