nd4j.graph.UIStaticInfoRecord.prototype.__init = function(i, bb) {
  this.bb_pos = i;
  this.bb = bb;
  return this;
};