html.append("<td><b>");
try {
html.append(UniqueIdentifier.getInstance(registrationSignature, article.getAid(), iClusterRegistration.getClusterRegistrationKind(), iClusterRegistration.getClusterRegistrationNr()).toString());
} catch (UniqueIdentifierException e) {}
html.append("</b></td>");
CCluster cCluster = null;
FCluster fCluster = null;
RCluster rCluster = null;
if (iClusterRegistration instanceof CCluster) {
cCluster = (org.mizartools.system.xml.CCluster)iClusterRegistration;
html.append("<td>");
html.append(cCluster.getAid());
html.append("</td>");
html.append("<td>");
html.append(cCluster.getNr());
html.append("</td>");
html.append("<td>");
if (cCluster.getArgTypes() != null)
html.append(Html.changeChars(cCluster.getArgTypes().getXMLElementList().toString()));
html.append("</td>");
html.append("<td>");
if (cCluster.getCluster1() != null)
html.append(Html.changeChars(cCluster.getCluster1().getXMLElementList().toString()));
html.append("</td>");
html.append("<td>");
if (cCluster.getCluster2() != null)
html.append(Html.changeChars(cCluster.getCluster2().getXMLElementList().toString()));
html.append("</td>");
html.append("<td>");
if (cCluster.getCluster3() != null)
html.append(Html.changeChars(cCluster.getCluster3().getXMLElementList().toString()));
html.append("</td>");
html.append("<td>");
if (cCluster.getTyp() != null)
html.append(Html.changeChars(cCluster.getTyp().getXMLElementList().toString()));
html.append("</td>");
html.append("<td>");
html.append("</td>");