View Javadoc
1
package
org.kuali.common.util;
2
3
public
interface
Weighted
{
4
5
double
getWeight();
6
7
}