crn
Class IEImportance

java.lang.Object
  extended bycrn.IEImportance

public final class IEImportance
extends java.lang.Object

Contains the weights for the importance levels of IEs.

Author:
Piotrek

Field Summary
static float CRUCIAL
          The weight for the importance level 'crucial' of IEs.
static float IMPORTANT
          The weight for the importance level 'important' of IEs.
static float IRRELEVANT
          The weight for the importance level 'irrelevant' of IEs.
static float NEUTRAL
          The weight for the importance level 'neutral' of IEs.
static float NONE
          The weight for the importance level 'none' of IEs.
static float UNIMPORTANT
          The weight for the importance level 'unimportant' of IEs.
 
Constructor Summary
IEImportance()
           
 
Method Summary
static void LoadImportanceLevels(javax.swing.JComboBox comboBox)
          Loads the values for the combo box with the importance levels.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final float NONE
The weight for the importance level 'none' of IEs.

See Also:
Constant Field Values

IRRELEVANT

public static final float IRRELEVANT
The weight for the importance level 'irrelevant' of IEs.

See Also:
Constant Field Values

UNIMPORTANT

public static final float UNIMPORTANT
The weight for the importance level 'unimportant' of IEs.

See Also:
Constant Field Values

NEUTRAL

public static final float NEUTRAL
The weight for the importance level 'neutral' of IEs.

See Also:
Constant Field Values

IMPORTANT

public static final float IMPORTANT
The weight for the importance level 'important' of IEs.

See Also:
Constant Field Values

CRUCIAL

public static final float CRUCIAL
The weight for the importance level 'crucial' of IEs.

See Also:
Constant Field Values
Constructor Detail

IEImportance

public IEImportance()
Method Detail

LoadImportanceLevels

public static void LoadImportanceLevels(javax.swing.JComboBox comboBox)
Loads the values for the combo box with the importance levels.

Parameters:
comboBox - The combo box to add the values to.