}
});
}
private void visitNode(INode node, final TreeItem previous) {
InnerNode parent = node.getParent();
final Round round = parent==null?startRound:parent.gameState.getRound();
final ProbabilityAction action = node.getLastAction();
final String actor = action.getAction().actor.equals(botId)?"Bot":"Player "+action.getAction().actor;
final TreeItemHolder holder = new TreeItemHolder();
final int nbSamples = node.getNbSamples();