Re: Adding a new type to BaseType

2003-11-05 Thread Stephen Andrew Neuendorffer
To speed up type comparisons, the TypeLattice keeps a cache of comparison information in a 2D array. The 2D array is preallocated in the TypeLattice class of size Type.HASH_MAX. You have to change that value when adding a new type. (or simply implement the getTypeHash method to return

Adding a new type to BaseType

2003-11-04 Thread Efrat Jaeger
Hi, I'm adding a new type to BaseType.java;a database connection type which would be passed between actors in a workflow to keep the DB Connection variable. I've changed the following files: TypeLattice - added nodeweight and edges (to general and unknown). Constants - added the new type