edu.iu.iv.toolkits.networkanalysistoolkit.util
Class Util

java.lang.Object
  |
  +--edu.iu.iv.toolkits.networkanalysistoolkit.util.Util

public class Util
extends java.lang.Object

Author:
Shashikant

Method Summary
 boolean checkDouble(double num, int min, int max, boolean inclusive)
           
 boolean checkInteger(int num, int min, int max, boolean inclusive)
           
 java.lang.String formatDoubleToString(double d)
           
static Util getInstance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Util getInstance()

formatDoubleToString

public java.lang.String formatDoubleToString(double d)

checkInteger

public boolean checkInteger(int num,
                            int min,
                            int max,
                            boolean inclusive)

checkDouble

public boolean checkDouble(double num,
                           int min,
                           int max,
                           boolean inclusive)