Uses of Class
hhreco.recognition.Recognition

Packages that use Recognition
hhreco.recognition Interfaces and core classes for doing multi-stroke symbol recognition. 
 

Uses of Recognition in hhreco.recognition
 

Methods in hhreco.recognition that return Recognition
 Recognition RecognitionSet.getHighestValueRecognition()
          Return the recognition object that has the highest value.
 Recognition RecognitionSet.getLowestValueRecognition()
          Return the recognition object that has the lowest value.
 Recognition RecognitionSet.getRecognitionOfType(Type type)
          Return the recognition contained by this set with the given type, or null if it's not contained.
 

Methods in hhreco.recognition with parameters of type Recognition
 void RecognitionSet.addRecognition(Recognition r)
          Add a recognition to the set by inserting it in descending order of confidence value.
 void RecognitionSet.removeRecognition(Recognition r)
          Remove the given recognition from the set.
 

Constructors in hhreco.recognition with parameters of type Recognition
RecognitionSet(Recognition[] rs)
          Construct a recognition set that contains the given recognitions.