I know that the Delta graph is deprecated but, Shouldn't Delta.dependsOn()
return true for the graph that was used in the constructer?

Thus:

Graph g = GraphFactory.createDefaultGraph();
Delta d = new Delta( g );

shouldn't d.dependsOn( g ) return true?

only:
d.dependsOn( d ),
d.dependsOn( (Graph) d.getL() )
d.dependsOn( (Graph) d.getR() )

return true;

Which raises another question:

Should g.dependsOn( g ) return true for any Graph g?

Claude

-- 
I like: Like Like - The likeliest place on the web<http://like-like.xenei.com>
LinkedIn: http://www.linkedin.com/in/claudewarren

Reply via email to