Пример #1
0
 public Mapping(ModelAdaptor model) {
   this.nodes = model.getNodes();
   this.edges = model.getEdges();
   this.model = model;
   this.createMapping();
 }