While it's good that JGraphT separates the act of adding vertices and adding edges, surely there's a case when you'd want to combine the two? In other words, if you try to add an edge where either (or both) of the vertices aren't in the graph, then add them?
Does JGraphT have such a shortcut to writing 3 method calls?