コード例 #1
0
ファイル: Mapping.java プロジェクト: bptlab/processeditor
 public Mapping(ModelAdaptor model) {
   this.nodes = model.getNodes();
   this.edges = model.getEdges();
   this.model = model;
   this.createMapping();
 }