List locallyModifiedAttributeList;
try {
DirectedGraph graph = _constAnalysis.getDependencyGraph();
locallyModifiedAttributeList = Arrays.asList(Graph
.weightArray(graph.topologicalSort(graph
.nodes(locallyModifiedAttributeSet))));
} catch (Exception ex) {
throw new RuntimeException(ex);
}