edu.udo.cs.yale.gui.properties
Class AttributeWeightsTableModel.State

java.lang.Object
  extended by edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel.State
Enclosing class:
AttributeWeightsTableModel

private class AttributeWeightsTableModel.State
extends java.lang.Object


Field Summary
private  double oldWeight
           
private  int source
           
static int SOURCE_BOTH
           
static int SOURCE_EXPERIMENT
           
static int SOURCE_FILE
           
private  boolean updated
           
 
Constructor Summary
AttributeWeightsTableModel.State(int source, double oldWeight)
           
 
Method Summary
 double getOldWeight()
           
 int getSource()
           
 boolean isUpdated()
           
 void setSource(int source)
           
 void setUpdated(boolean updated)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCE_EXPERIMENT

public static final int SOURCE_EXPERIMENT
See Also:
Constant Field Values

SOURCE_FILE

public static final int SOURCE_FILE
See Also:
Constant Field Values

SOURCE_BOTH

public static final int SOURCE_BOTH
See Also:
Constant Field Values

source

private int source

oldWeight

private double oldWeight

updated

private boolean updated
Constructor Detail

AttributeWeightsTableModel.State

public AttributeWeightsTableModel.State(int source,
                                        double oldWeight)
Method Detail

getSource

public int getSource()

setSource

public void setSource(int source)

isUpdated

public boolean isUpdated()

setUpdated

public void setUpdated(boolean updated)

getOldWeight

public double getOldWeight()


Copyright © 2001-2006