Uses of Class
hhreco.recognition.Type

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

Uses of Type in hhreco.recognition
 

Fields in hhreco.recognition declared as Type
static Type Type.NO_TYPE
          A Type object that has no ID.
static Type SimpleData.TYPE
           
 

Methods in hhreco.recognition that return Type
 Type TypedData.getType()
          Return the uniquely identifying type associated with this piece of data.
static Type Type.makeType(java.lang.String typeName)
          Instantiate a Type object based on the specified type name.
 Type Type.getParent()
          Return the parent of this type.
 Type SimpleData.getType()
          Return the Type of this data.
 Type Recognition.getType()
          Return the type of this recognition.
 

Methods in hhreco.recognition with parameters of type Type
 Recognition RecognitionSet.getRecognitionOfType(Type type)
          Return the recognition contained by this set with the given type, or null if it's not contained.