edu.sdsc.mbt.util
Interface Range

All Known Implementing Classes:
DoubleRange, IntRange

public interface Range

Interface that defines the range identification method.

Author:
Oleksandr V. Buzko

Method Summary
 java.lang.Object getUnit()
          Method that returns an object of the type contained in the Range.
 

Method Detail

getUnit

public java.lang.Object getUnit()
Method that returns an object of the type contained in the Range.