|
From: Jesus M. S. Jr. <jm...@ih...> - 2001-05-20 10:33:14
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On the next release, changes will be made so that Vertex will be an interface instead of a class. The reason is that developers may already have existing class(es) that they want to use as a Vertex. With the current implementation, a Vertex instance would have to be created for every other instance of the class the developer will wrap to ( via the Vertex.setObject() method ). Take 10,000 instances of these classes, and you would also need 10,000 instances of Vertex. The current Vertex class will be called VertexImpl ( also a class ), while the new Vertex will be an interface. John -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjsHnmYACgkQAvd5SY4qWYzfzACgjZmU+D5nWvZ5OJZteWpGJxR5 OnUAni9JNsjoVGCvU88jXxAiyf727vBS =U8IZ -----END PGP SIGNATURE----- |