Skip to content

Tag: graphstream

GraphStream setAttribute( ) vs addAttribute( )

I don’t understand the difference between setAttribute( ) and addAttribute( ) in GraphStream1.3. In GraphStream’s Element API 1.3 it’s explained that setAttribute is Like addAttribute() but for consistency. what does it means? Answer It is most likely that they mean api consistency with this…