be.ac.ulg.montefiore.run.totem.topgen.util
Class IntFloatPair

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.topgen.util.IntFloatPair

public class IntFloatPair
extends java.lang.Object

This class is used to associate an integer and a float.

Creation date: 2004

Author:
Jean Lepropre (lepropre@run.montefiore.ulg.ac.be)

Constructor Summary
IntFloatPair(int i, float f)
           
 
Method Summary
 float getFloat()
           
 int getInteger()
           
 void setFloat(float f)
           
 void setInteger(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntFloatPair

public IntFloatPair(int i,
                    float f)
Method Detail

getInteger

public int getInteger()

getFloat

public float getFloat()

setFloat

public void setFloat(float f)

setInteger

public void setInteger(int i)


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.