function NeuroConn() { } NeuroConn.prototype = new Model(); NeuroConn.prototype.getDestination = function(){ return parseInt(this._properties["n1"]["VALUE"]); } NeuroConn.prototype.getSource = function(){ return parseInt(this._properties["n2"]["VALUE"]); }