edu.mit.sketch.system
Class LowLevelKS

java.lang.Object
  |
  +--edu.mit.sketch.system.KnowledgeSource
        |
        +--edu.mit.sketch.system.LowLevelKS

public class LowLevelKS
extends KnowledgeSource

This is a KS based on Metin's code for recognizing lines, circles, squares, etc... It triggers off of strokes. When applied it simply adds a new item for the geometric interpretation of the stroke (if it finds one).

Created: Wed Nov 28 11:04:55 2001
Copyright: Copyright (C) 2001 by MIT. All rights reserved.


Constructor Summary
LowLevelKS()
           
 
Method Summary
 Collection trigger(BBItemHandler items, Blackboard bb)
          Simply trigger off of a stroke.
 
Methods inherited from class edu.mit.sketch.system.KnowledgeSource
getName, getProcessType, hasProcessType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LowLevelKS

public LowLevelKS()
Method Detail

trigger

public Collection trigger(BBItemHandler items,
                          Blackboard bb)
Simply trigger off of a stroke. Return a collection of all the things we Have triggered off of.
Overrides:
trigger in class KnowledgeSource