edu.mit.sketch.system
Class BBRecognitionItem

java.lang.Object
  |
  +--edu.mit.sketch.system.BBItem
        |
        +--edu.mit.sketch.system.BBRecognitionItem
Direct Known Subclasses:
BBSketchItem, Property

public abstract class BBRecognitionItem
extends BBItem

This is a superclass for all items on the blackboard which are directly used in recognition of other items. This object includes a pointer to the Bayes Net node representing this item or property as well as a method for calculating error that must be implemented by the subclass.

Created: Mon Jan 14 10:05:39 2002
Copyright: Copyright (C) 2001 by MIT. All rights reserved.


Constructor Summary
BBRecognitionItem(BBItemType type)
           
 
Method Summary
 double getConfidence()
           
 
Methods inherited from class edu.mit.sketch.system.BBItem
getId, getName, getType, isa, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BBRecognitionItem

public BBRecognitionItem(BBItemType type)
Method Detail

getConfidence

public double getConfidence()