Network network;
if (obj instanceof Network)
network = (Network) obj;
else
throw new InitializationException("Paramater not of type Network: Aborting Column initialization");
//Initialize mitral cells
this.mitralCell.setParentIndex(network.indexOf(this));
this.mitralCell.initialize(network);