edu.iastate.metnet.model
Class EntityConfidenceObservable

java.lang.Object
  extended by java.util.Observable
      extended by edu.iastate.metnet.model.EntityConfidenceObservable

public class EntityConfidenceObservable
extends java.util.Observable

represent the control layer rather than model data storage

Since:
5/23/04
Author:
Jie Li
See Also:
AddEntityForm

Field Summary
(package private)  int blockID
           
(package private)  int functionConfidence
           
(package private)  int locationConfidence
           
(package private) static org.apache.log4j.Logger logger
           
(package private)  TableBlockUnitConfidence tableBlockUnitConfidence
           
(package private)  TableCodeConfidence tableCodeConfidence
           
 
Constructor Summary
EntityConfidenceObservable()
           
 
Method Summary
 int getBlockID()
           
 void getBlockUnitConfidence(int blockID)
           
 int getFunctionConfidence()
           
 int getLocationConfidence()
           
 boolean hasBlockUnitConfidence(int blockID)
           
 void setBlockID(int i)
           
 void setBlockID(java.lang.String i)
           
 void setBlockUnitConfidence()
           
 void setBlockUnitConfidence(int blockid)
           
 void setFunctionConfidence(int i)
           
 void setLocationConfidence(int i)
           
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.log4j.Logger logger

blockID

int blockID

locationConfidence

int locationConfidence

functionConfidence

int functionConfidence

tableBlockUnitConfidence

TableBlockUnitConfidence tableBlockUnitConfidence

tableCodeConfidence

TableCodeConfidence tableCodeConfidence
Constructor Detail

EntityConfidenceObservable

public EntityConfidenceObservable()
Method Detail

setBlockUnitConfidence

public void setBlockUnitConfidence()

setBlockUnitConfidence

public void setBlockUnitConfidence(int blockid)

getBlockUnitConfidence

public void getBlockUnitConfidence(int blockID)

hasBlockUnitConfidence

public boolean hasBlockUnitConfidence(int blockID)

getBlockID

public int getBlockID()
Returns:

getFunctionConfidence

public int getFunctionConfidence()
Returns:

getLocationConfidence

public int getLocationConfidence()
Returns:

setBlockID

public void setBlockID(int i)
Parameters:
i -

setBlockID

public void setBlockID(java.lang.String i)

setFunctionConfidence

public void setFunctionConfidence(int i)
Parameters:
i -

setLocationConfidence

public void setLocationConfidence(int i)
Parameters:
i -