Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gef-dev] GEF4 Graph design

Hi,

The Node and Edge (and Graph) classes are declared final. However some methods (e.g. getAllIncomingEdges()) return Set<? extends …>. However, since the classes are final, it’s no possible to subclass them (although it would be nice to be able to), so what is the point of using “extends…”?

Thanks,
Greg




Back to the top