this.image = imagePrefix + "ContentBasedRouterIcon.png";
this.nodeType = "Content Based Router";
this.label = "";
this.edgeLabel = "";
ChoiceType choice = (ChoiceType)node;
List<ProcessorType> outputs = new ArrayList<ProcessorType>(choice.getWhenClauses());
outputs.add(choice.getOtherwise());
this.outputs = outputs;
} else if (node instanceof RecipientListType) {
this.image = imagePrefix + "RecipientListIcon.png";
this.nodeType = "Recipient List";
} else if (node instanceof RoutingSlipType) {