Esempio n. 1
0
 private void handleMultiplicity(Attributes atts) {
   edge.setMinCardinality(
       Integer.parseInt(atts.getValue(XMIConstants.XMI_UML_MULTIPLICITY_LOWER)));
   edge.setMaxCardinality(
       Integer.parseInt(atts.getValue(XMIConstants.XMI_UML_MULTIPLICITY_UPPER)));
 }