7778798081828384858687
if(!trustGraph.containsVertex(sink)) { trustGraph.addVertex(sink); } trustGraph.addEdge(src, sink); } } catch (Exception e) {