getViewGraph());
relSetChoices = RelSetDescriptors.buildViewChoices(viewInfo);
elementKindChoices = ElementKindDescriptors.buildViewChoices(viewInfo);
ElementKindStats stats = new ElementKindStats(elementKindChoices);
stats.incrStats(viewInfo.getViewNodes());
elementKindStats = stats.createStats();
jungGraph = buildJungGraph();
ranking = rankGraph(jungGraph);
}