168169170171172173174175176177178
} } for (Node n : nodeToRemove) { hgraph.removeNode(n); } attributableFilter.finish(); } return hgraph; } }