edu.udo.cs.yale.gui.properties
Class AttributeWeightsTableModel.State
java.lang.Object
edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel.State
- Enclosing class:
- AttributeWeightsTableModel
private class AttributeWeightsTableModel.State
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AttributeWeightsTableModel.State
public AttributeWeightsTableModel.State(int source,
double oldWeight)
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