Searched refs:cellIds (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/plugins/webcola/ |
H A D | mxWebColaAdaptor.js | 343 var cellIds = {}; 374 cellIds[id] = colaId; 400 …= this.addGroupConstraintLinks(terminal1, terminal2, activeVertices, inactiveToActiveMap, cellIds); 407 var link = this.createLink(terminal_id1, terminal_id2, cellIds); 455 groupNodes.push(cellIds[childId]); 496 return {nodes: nodes, links: links, groups: groups, cellToNode: cellIds}; 499 mxWebColaAdaptor.prototype.createLink = function(sourceId, targetId, cellIds) argument 510 link.source = cellIds[sourceId]; 511 link.target = cellIds[targetId]; 830 …pe.addGroupConstraintLinks = function(groupA, groupB, activeVertices, inactiveToActiveMap, cellIds) argument [all …]
|