|
From: <M....@el...> - 2003-02-25 18:22:28
|
Hello. Just one question - it's interesting for me, why DefaultEdge.strength is 'double' type, but constructor for DefaultEdge takes 'just' float type ? DefaultEdge(Node from, Node to, String label, float strength) Moreover, we have method: DefaultEdge.setStrength(double val) Now, with 'double' type... Thank you for your attention 8) and answers. Michal Jelen |