hashCode: function() {
            if (!this._hashCode) {
                this._hashCode = Obj.hashCode("[GraphEdge]" + Obj.hashCode(this.fromNode) + "_" + Obj.hashCode(this.toNode));
            }
            return this._hashCode;