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.
|
Method Summary |
Object |
getValue()
Calculates (or returns) the value of this property |
Property
public Property(BBItemType type,
List args,
Object value,
Blackboard bb)
getValue
public Object getValue()
- Calculates (or returns) the value of this property