.toString() : "0"));
addWidget(join, 90 + Random.nextInt(30), 30 + Random.nextInt(30));
}
else if (name.equals("Decision")) {
DecisionNodeWidget w = new DecisionNodeWidget(OozieWorkflowGenerator.this);
w.setName("Decision_".concat(nodeCount.get(NodeType.DECISION) != null ? nodeCount.get(
NodeType.DECISION).toString() : "0"));
addWidget(w, 30 + Random.nextInt(30), 30 + Random.nextInt(30));
}
}
});