0;
}
]]>
function (cell)
{
return mxUtils.isNode(this.model.getValue(cell), 'swimlane');
}
function(cell)
{
return !this.isSwimlane(cell.parent);
}
'+cell.getAttribute('label')+
' ('+cell.getId()+')'+
'
Style: '+cell.getStyle()+
'
Edges: '+cell.getEdgeCount()+
'
Children: '+cell.getChildCount();
}
]]>