edu.mit.sketch.system
Class Property

java.lang.Object
  |
  +--edu.mit.sketch.system.BBItem
        |
        +--edu.mit.sketch.system.BBRecognitionItem
              |
              +--edu.mit.sketch.system.Property

public abstract class Property
extends BBRecognitionItem

A property is a numeric measure of some aspect of a item or pair of items. For example, "length" is a property of a stroke or line.

Created: Wed Jan 2 11:41:31 2002
Copyright: Copyright (C) 2001 by MIT. All rights reserved.


Constructor Summary
Property(BBItemType type, List args, Object value, Blackboard bb)
           
 
Method Summary
 Object getValue()
          Calculates (or returns) the value of this property
 
Methods inherited from class edu.mit.sketch.system.BBRecognitionItem
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

Property

public Property(BBItemType type,
                List args,
                Object value,
                Blackboard bb)
Method Detail

getValue

public Object getValue()
Calculates (or returns) the value of this property