Skip to content
Snippets Groups Projects
Commit 484a6aee authored by Reiner Jung's avatar Reiner Jung
Browse files

Minor output naming fix.

parent a51c75a0
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,8 @@ public class FunctionNodeCountCouplingStage extends AbstractTransformation<IGrap
@Override
protected void execute(final IGraph graph) throws Exception {
final Table result = new Table(graph.getName(), new StringValueHandler("filepath"),
new StringValueHandler("function"), new LongValueHandler("in-edges"),
final Table result = new Table(graph.getName(), new StringValueHandler("module"),
new StringValueHandler("operation"), new LongValueHandler("in-edges"),
new LongValueHandler("out-edges"));
for (final IVertex vertex : graph.getVertices()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment