[jgrapht-users] Why are getSource() and getTarget() protected?
Brought to you by:
barak_naveh,
perfecthash
From: Victor P. <po...@na...> - 2018-01-07 01:03:57
|
Why in http://jgrapht.org/javadoc/org/jgrapht/graph/DefaultEdge.html getSource() and getTarget() are protected (rather than public)? I don't see any sense of them being non-public. |