if (nUI instanceof BasicNodeComponentUI)
{
BasicNodeComponentUI n = (BasicNodeComponentUI) nUI;
String labelText = n.getLabel();
Thing thing = ((IThingMappingModel) controller.getMappingModel()).getThing(iComponent);
if (thing instanceof Participant)
{
Participant p = (Participant) thing;