Exemplo n.º 1
0
 public ShapePart newShape(JavaType javaType) {
   ElementList<?> list = this.modelElement.property(this.modelProperty);
   final Class cl = javaType.artifact();
   Element element = list.insert(cl);
   return getShapePart(element);
 }