jondo
Class MixServicePerformance

java.lang.Object
  extended by jondo.MixServicePerformance
All Implemented Interfaces:
java.lang.Comparable<MixServicePerformance>

public class MixServicePerformance
extends java.lang.Object
implements java.lang.Comparable<MixServicePerformance>


Field Summary
static int COMPARABLE_SIGN_FORMAT_COMMAND_LINE
           
static int COMPARABLE_SIGN_FORMAT_GUI
           
 
Method Summary
 int compareTo(MixServicePerformance a_other)
           
 boolean equals(java.lang.Object a_other)
           
 MixServiceInfo getServiceInfo()
           
 int hashCode()
           
static void setComparableSignFormat(int a_comparableSignFormat)
           
 java.lang.String toStringDelay()
           
 java.lang.String toStringSpeed()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPARABLE_SIGN_FORMAT_COMMAND_LINE

public static final int COMPARABLE_SIGN_FORMAT_COMMAND_LINE
See Also:
Constant Field Values

COMPARABLE_SIGN_FORMAT_GUI

public static final int COMPARABLE_SIGN_FORMAT_GUI
See Also:
Constant Field Values
Method Detail

setComparableSignFormat

public static void setComparableSignFormat(int a_comparableSignFormat)

getServiceInfo

public MixServiceInfo getServiceInfo()

compareTo

public int compareTo(MixServicePerformance a_other)
Specified by:
compareTo in interface java.lang.Comparable<MixServicePerformance>

equals

public boolean equals(java.lang.Object a_other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toStringSpeed

public java.lang.String toStringSpeed()

toStringDelay

public java.lang.String toStringDelay()