Exemple #1
0
  private void addUnit(JSONObject modelElement) throws JSONException {
    CPNUnit tempUnit = new CPNUnit();

    setUnittag(tempUnit);

    String layoutText = tempUnit.getLayoutText(modelElement);
    setLayout(layoutText);
  }