grader.histogram
Class Bin

java.lang.Object
  extended by grader.histogram.Bin

public class Bin
extends java.lang.Object

Generic JavaDoc for Bin


Field Summary
protected  int percentage
           
protected  int studentcount
           
 
Constructor Summary
Bin()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

percentage

protected int percentage

studentcount

protected int studentcount
Constructor Detail

Bin

public Bin()
Default Constructor