views = new ArrayList<XLinkConnectorView>();
views.add(new XLinkConnectorView(viewId1, toolName, descriptions));
views.add(new XLinkConnectorView(viewId2, toolName, descriptions));
modelViewMappings[0] =
new ModelViewMapping(
new ModelDescription(
ExampleObjectOrientedModel.class.getName(),
"3.0.0.SNAPSHOT")
, views.toArray(new XLinkConnectorView[0]));
return modelViewMappings;