blueprintsIdOut = faunusToBlueprintsId.get(faunusIdOut);
vertexIn = graph.getVertex(blueprintsIdIn);
vertexOut = graph.getVertex(blueprintsIdOut);
// save the edge to the graph
graph.addEdge(null, vertexIn, vertexOut, fe.getLabel());
}
}
// commit changes to the graph
graph.commit();