1)\n return null;\n\n var u = (c.x * b.y - c.y * b.x) / bDotDPerp;\n if (u < 0 || u > 1)\n return null;\n\n return a1.addPt(b.scaleBy(t));\n}","funcProperties":{"__isSmartRef__":true,"id":1035},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1034":{"this":{"__isSmartRef__":true,"id":943}},"1035":{"timestamp":{"__isSmartRef__":true,"id":1036},"user":"jenslincke","tags":[]},"1036":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:47:12 GMT+0100 (W. Europe Standard Time)"},"1037":{"varMapping":{"__isSmartRef__":true,"id":1038},"source":"function intersectMorphLinePoints(morph, a1, a2) {\n var points = this.globalShapePathFromMorph(morph);\n var intersections = [];\n points.inject(points.last(), function(last, ea) {\n var p = this.lineIntersect(a1, a2, last, ea)\n if (p) intersections.push(p)\n return ea\n }, this)\n return intersections\n}","funcProperties":{"__isSmartRef__":true,"id":1039},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1038":{"this":{"__isSmartRef__":true,"id":943}},"1039":{"timestamp":{"__isSmartRef__":true,"id":1040},"user":"jenslincke","tags":[]},"1040":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:53:21 GMT+0100 (W. Europe Standard Time)"},"1041":{"varMapping":{"__isSmartRef__":true,"id":1042},"source":"function intersectMorph(morph) {\n var line = this;\n return this.intersectMorphLinePoints(morph,\n line.controlPoints[0].getGlobalPos(), line.controlPoints[1].getGlobalPos())\n}","funcProperties":{"__isSmartRef__":true,"id":1043},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1042":{"this":{"__isSmartRef__":true,"id":943}},"1043":{"timestamp":{"__isSmartRef__":true,"id":1044},"user":"jenslincke","tags":[]},"1044":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:51:47 GMT+0100 (W. Europe Standard Time)"},"1045":{"varMapping":{"__isSmartRef__":true,"id":1046},"source":"function globalShapePathFromMorph(morph) {\n var b = morph.shape.bounds();\n var p1 = morph.worldPoint(b.topLeft()),\n p2 = morph.worldPoint(b.topRight()),\n p3 = morph.worldPoint(b.bottomRight()),\n p4 = morph.worldPoint(b.bottomLeft());\n return [p1, p2, p3, p4]\n}","funcProperties":{"__isSmartRef__":true,"id":1047},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1046":{"this":{"__isSmartRef__":true,"id":943}},"1047":{"timestamp":{"__isSmartRef__":true,"id":1048},"user":"jenslincke","tags":[]},"1048":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:53:00 GMT+0100 (W. Europe Standard Time)"},"1049":{"varMapping":{"__isSmartRef__":true,"id":1050},"source":"function remove() {\n \n this.disconnectMorph(this.fromMorph)\n this.disconnectMorph(this.toMorph)\n return $super()\n}","funcProperties":{"__isSmartRef__":true,"id":1055},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1050":{"this":{"__isSmartRef__":true,"id":943},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1051}},"1051":{"$super":{"__isSmartRef__":true,"id":1052}},"1052":{"varMapping":{"__isSmartRef__":true,"id":1053},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1054},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1053":{"obj":{"__isSmartRef__":true,"id":943},"name":"remove"},"1054":{},"1055":{"timestamp":{"__isSmartRef__":true,"id":1056},"user":"jenslincke","tags":[]},"1056":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:15:47 GMT+0100 (W. Europe Standard Time)"},"1057":{"varMapping":{"__isSmartRef__":true,"id":1058},"source":"function migrateFrom(other) {\n\n this.disconnectMorph(this.fromMorph)\n this.disconnectMorph(this.toMorph)\n\n this.connectFrom(other.fromMorph)\n this.connectTo(other.toMorph)\n\n this.updatePosition()\n\n}","funcProperties":{"__isSmartRef__":true,"id":1059},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1058":{"this":{"__isSmartRef__":true,"id":943}},"1059":{"timestamp":{"__isSmartRef__":true,"id":1060},"user":"jenslincke","tags":[]},"1060":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:43:34 GMT+0100 (W. Europe Standard Time)"},"1061":{"varMapping":{"__isSmartRef__":true,"id":1062},"source":"function copy() {\n var r = $super()\n r.disconnectAll()\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":1067},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1062":{"this":{"__isSmartRef__":true,"id":943},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1063}},"1063":{"$super":{"__isSmartRef__":true,"id":1064}},"1064":{"varMapping":{"__isSmartRef__":true,"id":1065},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1066},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1065":{"obj":{"__isSmartRef__":true,"id":943},"name":"copy"},"1066":{},"1067":{"timestamp":{"__isSmartRef__":true,"id":1068},"user":"jenslincke","tags":[]},"1068":{"isSerializedDate":true,"string":"Wed Jan 22 2014 15:59:01 GMT+0100 (W. Europe Standard Time)"},"1069":{"varMapping":{"__isSmartRef__":true,"id":1070},"source":"function disconnectAll() {\n this.disconnectMorph(this.toMorph)\n this.disconnectMorph(this.fromMorph)\n this.fromMorph = null\n this.toMorph = null\n}","funcProperties":{"__isSmartRef__":true,"id":1071},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1070":{"this":{"__isSmartRef__":true,"id":943}},"1071":{"timestamp":{"__isSmartRef__":true,"id":1072},"user":"jenslincke","tags":[]},"1072":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:00:37 GMT+0100 (W. Europe Standard Time)"},"1073":{"varMapping":{"__isSmartRef__":true,"id":1074},"source":"function resumeSteppingAll() {\n this.connectMorph(this.fromMorph)\n this.connectMorph(this.toMorph)\n return $super()\n}","funcProperties":{"__isSmartRef__":true,"id":1079},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1074":{"this":{"__isSmartRef__":true,"id":943},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1075}},"1075":{"$super":{"__isSmartRef__":true,"id":1076}},"1076":{"varMapping":{"__isSmartRef__":true,"id":1077},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1078},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1077":{"obj":{"__isSmartRef__":true,"id":943},"name":"resumeSteppingAll"},"1078":{},"1079":{"timestamp":{"__isSmartRef__":true,"id":1080},"user":"jenslincke","tags":[]},"1080":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:04:58 GMT+0100 (W. Europe Standard Time)"},"1081":{"varMapping":{"__isSmartRef__":true,"id":1082},"source":"function delayedHideHandles() {\n if (! this.lastOverTime) return; // it was handled already\n var delta = Date.now() - this.lastOverTime;\n if (delta > 2000) {\n this.hideHandles()\n this.lastOverTime = null;\n } else {\n this.delayedHideHandles.bind(this).delay(0.1)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1083},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1082":{"this":{"__isSmartRef__":true,"id":943}},"1083":{"timestamp":{"__isSmartRef__":true,"id":1084},"user":"jenslincke","tags":[]},"1084":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:47:26 GMT+0100 (W. Europe Standard Time)"},"1085":{"varMapping":{"__isSmartRef__":true,"id":1086},"source":"function hideHandles() {\n this.hideFromHandle()\n this.hideToHandle()\n}","funcProperties":{"__isSmartRef__":true,"id":1087},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1086":{"this":{"__isSmartRef__":true,"id":943}},"1087":{"timestamp":{"__isSmartRef__":true,"id":1088},"user":"jenslincke","tags":[]},"1088":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:16:41 GMT+0100 (W. Europe Standard Time)"},"1089":{"varMapping":{"__isSmartRef__":true,"id":1090},"source":"function grabByHand(hand) {\n this.disconnectAll()\n hand.addMorphWithShadow(this)\n}","funcProperties":{"__isSmartRef__":true,"id":1091},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1090":{"this":{"__isSmartRef__":true,"id":943}},"1091":{"timestamp":{"__isSmartRef__":true,"id":1092},"user":"jenslincke","tags":[]},"1092":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:23:25 GMT+0100 (W. Europe Standard Time)"},"1093":{"varMapping":{"__isSmartRef__":true,"id":1094},"source":"function onMouseDownEntry(evt) {\n var r = $super(evt)\n\n // var localPos = this.localize(evt.getPosition())\n // var distance = this.distanceToPoint(localPos)\n // alertOK(\"onMouseDownEntry: \" + distance)\n // if (distance > 20) {\n // evt.world.clickedOnMorph = null;\n // evt.world.clickedOnMorphTime = null;\n // evt.hand.scrollFocusMorph = null;\n // evt.hand.internalClickedOnMorph = null\n // return false\n // }\n // show(this.worldPoint(localPos))\n\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":1099},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1094":{"this":{"__isSmartRef__":true,"id":943},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1095}},"1095":{"$super":{"__isSmartRef__":true,"id":1096}},"1096":{"varMapping":{"__isSmartRef__":true,"id":1097},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1098},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1097":{"obj":{"__isSmartRef__":true,"id":943},"name":"onMouseDownEntry"},"1098":{},"1099":{"timestamp":{"__isSmartRef__":true,"id":1100},"user":"jenslincke","tags":[]},"1100":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:44:47 GMT+0100 (W. Europe Standard Time)"},"1101":{"varMapping":{"__isSmartRef__":true,"id":1102},"source":"function distanceToPoint(point) {\n // this.distanceToPoint(this.vertices()[0])\n // this.distanceToPoint(this.vertices()[1])\n // this.distanceToPoint(pt(0,0))\n\n // TODO move this to Math\n function sqr(x) { return x * x }\n function dist2(v, w) { return sqr(v.x - w.x) + sqr(v.y - w.y) }\n function distToSegmentSquared(p, v, w) {\n var l2 = dist2(v, w);\n if (l2 == 0) return dist2(p, v);\n var t = ((p.x - v.x) * (w.x - v.x) + (p.y - v.y) * (w.y - v.y)) / l2;\n if (t < 0) return dist2(p, v);\n if (t > 1) return dist2(p, w);\n return dist2(p, { x: v.x + t * (w.x - v.x),\n y: v.y + t * (w.y - v.y) });\n }\n function distToSegment(p, v, w) { return Math.sqrt(distToSegmentSquared(p, v, w)); }\n\n var vertices = this.vertices()\n\n return distToSegment(point, vertices.first(), vertices.last())\n}","funcProperties":{"__isSmartRef__":true,"id":1103},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1102":{"this":{"__isSmartRef__":true,"id":943}},"1103":{"timestamp":{"__isSmartRef__":true,"id":1104},"user":"jenslincke","tags":[]},"1104":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:33:44 GMT+0100 (W. Europe Standard Time)"},"1105":{"varMapping":{"__isSmartRef__":true,"id":1106},"source":"function dropOn(aMorph) {\n var r = $super(aMorph)\n this.sendToBack()\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":1111},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1106":{"this":{"__isSmartRef__":true,"id":943},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1107}},"1107":{"$super":{"__isSmartRef__":true,"id":1108}},"1108":{"varMapping":{"__isSmartRef__":true,"id":1109},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1110},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1109":{"obj":{"__isSmartRef__":true,"id":943},"name":"dropOn"},"1110":{},"1111":{"timestamp":{"__isSmartRef__":true,"id":1112},"user":"jenslincke","tags":[]},"1112":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:47:48 GMT+0100 (W. Europe Standard Time)"},"1113":{"source":{"__isSmartRef__":true,"id":1114},"target":{"__isSmartRef__":true,"id":943}},"1114":{"submorphs":[{"__isSmartRef__":true,"id":1115},{"__isSmartRef__":true,"id":1145}],"scripts":[],"id":"26A7C67F-162F-461F-A83F-433481E92F69","shape":{"__isSmartRef__":true,"id":1188},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"EnergySimulationPart3","partsBinMetaInfo":{"__isSmartRef__":true,"id":443},"eventHandler":{"__isSmartRef__":true,"id":1189},"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C","7EC17E78-593A-4CC8-B7E3-859BCBBFE785","BD8BECDB-A9A1-4009-B433-C925F0AFCCFC","F2677A9D-5855-4DF2-B248-94545B34B762","D52188B3-7DC0-410E-96B1-50892AC00A37","5E21C7BB-A7E2-498E-858F-032DCC55A4FC","2072AEFD-449A-4F4E-B8A5-9A6C57DEBB4B","8013D903-1809-4244-AABF-4DF28A1844DB"],"partTests":{"__isSmartRef__":true,"id":1190},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"isCopyMorphRef":true,"morphRefId":2,"magnets":[{"__isSmartRef__":true,"id":1195},{"__isSmartRef__":true,"id":1196},{"__isSmartRef__":true,"id":1197},{"__isSmartRef__":true,"id":1198},{"__isSmartRef__":true,"id":1199},{"__isSmartRef__":true,"id":1200},{"__isSmartRef__":true,"id":1201},{"__isSmartRef__":true,"id":1202}],"prevScroll":[0,0],"isEnergySimulationPart":true,"layout":{"__isSmartRef__":true,"id":1203},"_Scale":1,"_Rotation":0,"owner":null,"__serializedExpressions__":["distanceToDragEvent","_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1204},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","distanceToDragEvent":"lively.pt(130.4,-11.4)","_Position":"lively.pt(950.1,225.3)"},"1115":{"submorphs":[],"scripts":[],"id":"0D0F09E1-3AD3-4DCF-B646-A35699C99663","shape":{"__isSmartRef__":true,"id":1116},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":11,"name":"SourceText","partsBinMetaInfo":{"__isSmartRef__":true,"id":1117},"textChunks":[{"__isSmartRef__":true,"id":1133}],"charsReplaced":"","lastFindLoc":42,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1135},"_ClipMode":"hidden","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","F1D26890-7392-487D-B5DE-97C772B4E79E","1BC17AC6-65D2-4DD8-906E-C419087FC3F7","6809C3A5-DCFA-4E76-9397-E4C5BA4A34C7","C528D4FD-5331-4D9A-9352-1088CF72DDDA","A3CD61D5-7936-402F-8EBA-3E2456AB5E0C","39BE0850-B4DE-4E8D-9EC7-7A6A5059775A"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":1114},"magnets":[{"__isSmartRef__":true,"id":1136},{"__isSmartRef__":true,"id":1137},{"__isSmartRef__":true,"id":1138},{"__isSmartRef__":true,"id":1139},{"__isSmartRef__":true,"id":1140},{"__isSmartRef__":true,"id":1141},{"__isSmartRef__":true,"id":1142},{"__isSmartRef__":true,"id":1143}],"previousSelection":[25,25],"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_WordBreak":"break-all","layout":{"__isSmartRef__":true,"id":1144},"draggingEnabled":false,"_PreviousBorderWidth":1,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(8.1,6.3)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(128.4,-11.6)"},"1116":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(193.1,55.5)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1117":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1118},{"__isSmartRef__":true,"id":1120},{"__isSmartRef__":true,"id":1122},{"__isSmartRef__":true,"id":1124},{"__isSmartRef__":true,"id":1126},{"__isSmartRef__":true,"id":1128},{"__isSmartRef__":true,"id":1130}],"lastModifiedDate":{"__isSmartRef__":true,"id":1132},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1118":{"date":{"__isSmartRef__":true,"id":1119},"author":"jenslincke","message":"no comment","id":"A3BA0C1E-7E83-43BF-9EC6-4F4BB3835D62"},"1119":{"isSerializedDate":true,"string":"Tue Mar 12 2013 17:31:56 GMT+0100 (W. Europe Standard Time)"},"1120":{"date":{"__isSmartRef__":true,"id":1121},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1121":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (W. Europe Daylight Time)"},"1122":{"date":{"__isSmartRef__":true,"id":1123},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1123":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (W. Europe Daylight Time)"},"1124":{"date":{"__isSmartRef__":true,"id":1125},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1125":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (W. Europe Daylight Time)"},"1126":{"date":{"__isSmartRef__":true,"id":1127},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1127":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (W. Europe Standard Time)"},"1128":{"date":{"__isSmartRef__":true,"id":1129},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1129":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (W. Europe Daylight Time)"},"1130":{"date":{"__isSmartRef__":true,"id":1131},"author":"jenslincke","message":"no comment","id":"9E495E1B-6E6D-4A89-9F9E-85AF618DC598"},"1131":{"isSerializedDate":true,"string":"Tue Mar 12 2013 18:36:22 GMT+0100 (W. Europe Standard Time)"},"1132":{"isSerializedDate":true,"string":"Tue Mar 12 2013 18:35:33 GMT+0100 (W. Europe Standard Time)"},"1133":{"style":{"__isSmartRef__":true,"id":1134},"chunkOwner":{"__isSmartRef__":true,"id":1115},"_id":"_218679","storedString":"Name: Heat Storage\nstores: HeatEnergy\nValue: 100","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1134":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1135":{"morph":{"__isSmartRef__":true,"id":1115},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1136":{"morph":{"__isSmartRef__":true,"id":1115},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(703.3,404.0)"},"1137":{"morph":{"__isSmartRef__":true,"id":1115},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(802.0,404.0)"},"1138":{"morph":{"__isSmartRef__":true,"id":1115},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(900.6,404.0)"},"1139":{"morph":{"__isSmartRef__":true,"id":1115},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(900.6,444.7)"},"1140":{"morph":{"__isSmartRef__":true,"id":1115},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(900.6,485.4)"},"1141":{"morph":{"__isSmartRef__":true,"id":1115},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(802.0,485.4)"},"1142":{"morph":{"__isSmartRef__":true,"id":1115},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(703.3,485.4)"},"1143":{"morph":{"__isSmartRef__":true,"id":1115},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(703.3,444.7)"},"1144":{"resizeWidth":true,"resizeHeight":true},"1145":{"_ClipMode":"visible","attributeConnections":[{"__isSmartRef__":true,"id":1146}],"cornerName":"bottomRight","derivationIds":[7147,"16E962DF-21E9-4FE6-8B9B-953F0E908113","ADD0B5C0-0DC6-4D8E-9C2A-0EC7E3C71F21","25C53CC1-53E0-44A6-8E16-A56606A19EF0","50F19BF2-9607-4419-A8C2-0352B0A6FF57","56B7FFB1-61EA-47B9-AC63-A78EA3203E0F","7ED9D491-F8A0-41CA-ADCC-D29EB7805558","1A9D02A8-2BC9-4042-9A96-2149467A88F5","0E224134-B29B-4EF6-AA59-0CDD8170364D","BF087085-EA96-48C6-9B64-61ACD38A53E1","AB2881AA-09BE-49E5-BE41-16666B1D6BB1","6DFBFAC2-CC77-4877-B598-56C79170C9D4","1B5E2BBC-C790-46F1-96AF-F54D33EEBF55","B99B9675-67A4-4BEF-B100-C13DBEC8B96A"],"doNotCopyProperties":["$$cornerName"],"doNotSerialize":["$$cornerName"],"dragStartPoint":null,"draggingEnabled":true,"__layered_droppingEnabled__":true,"eventHandler":{"__isSmartRef__":true,"id":1147},"halosEnabled":true,"id":"4F077D8B-B68E-417C-84E4-02D24E514D60","isResizeCorner":true,"moved":true,"name":"ResizeCorner1","originalTargetBounds":null,"originalTargetExtent":null,"originalTargetInnerBounds":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":1148},"registeredForMouseEvents":true,"relativeOrigin":null,"scripts":[],"shape":{"__isSmartRef__":true,"id":1149},"showsHalos":false,"submorphs":[],"owner":{"__isSmartRef__":true,"id":1114},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","originalExtent","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1150},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(202.4,56.8)","originalExtent":"lively.pt(239.0,138.0)","distanceToDragEvent":"lively.pt(35.8,-13.5)"},"1146":{"sourceAttrName":"cornerName","sourceObj":{"__isSmartRef__":true,"id":1145},"targetMethodName":"alignToOwner","targetObj":{"__isSmartRef__":true,"id":1145},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1147":{"morph":{"__isSmartRef__":true,"id":1145},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1148":{"comment":"Resize an object without using halos.","migrationLevel":2,"partName":"ResizeCorner","partsSpaceName":"PartsBin/Widgets/","revisionOnLoad":140152,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1149":{"_BorderWidth":1,"_ClipMode":"visible","__serializedExpressions__":["_BorderColor","_Extent","_Fill","_Padding","position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(145,145,145)","_Extent":"lively.pt(10.0,10.0)","_Fill":"Color.rgb(66,66,66)","_Padding":"lively.rect(0,0,0,0)","position":"lively.pt(0.0,0.0)"},"1150":{"alignToOwner":{"__isSmartRef__":true,"id":1151},"morphMenuItems":{"__isSmartRef__":true,"id":1154},"onDrag":{"__isSmartRef__":true,"id":1161},"onDragEnd":{"__isSmartRef__":true,"id":1169},"onDragStart":{"__isSmartRef__":true,"id":1177},"reset":{"__isSmartRef__":true,"id":1185}},"1151":{"funcProperties":{"__isSmartRef__":true,"id":1152},"source":"function alignToOwner() {\n this.align(this.bounds()[this.cornerName](), this.owner.shape.bounds()[this.cornerName]() )\n}","varMapping":{"__isSmartRef__":true,"id":1153},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1152":{},"1153":{"this":{"__isSmartRef__":true,"id":1145}},"1154":{"funcProperties":{"__isSmartRef__":true,"id":1155},"source":"function morphMenuItems() {\n return $super().concat([\n [\"corner\", [\n [\"top left\", function() { this.cornerName = 'topLeft'}.bind(this)],\n [\"top right\", function() { this.cornerName = 'topRight'}.bind(this)],\n [\"bottom right\", function() { this.cornerName = 'bottomRight'}.bind(this)],\n [\"bottom left\", function() { this.cornerName = 'bottomLeft'}.bind(this)],\n ]]\n ])\t\n}","varMapping":{"__isSmartRef__":true,"id":1156},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1155":{},"1156":{"this":{"__isSmartRef__":true,"id":1145},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1157}},"1157":{"$super":{"__isSmartRef__":true,"id":1158}},"1158":{"funcProperties":{"__isSmartRef__":true,"id":1159},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","varMapping":{"__isSmartRef__":true,"id":1160},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1159":{},"1160":{"name":"morphMenuItems","obj":{"__isSmartRef__":true,"id":1145}},"1161":{"funcProperties":{"__isSmartRef__":true,"id":1162},"source":"function onDrag(evt) {\n // alert(\"onDrag\")\n // this.owner.setPosition(pt(0,0))\n // this.owner.setOrigin(pt(0,0))\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n \n // moveDelta = moveDelta.maxPt(pt(0,0))\n var ownerExtent = this.owner.getExtent();\n\n // TODO does not work\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n if (maxDelta == 0) return;\n var factor = ownerExtent.x / ownerExtent.y\n moveDelta = pt(maxDelta * factor, maxDelta )\n }\n var accessor = \"with\" + this.cornerName.charAt(0).toUpperCase() + this.cornerName.substring(1);\n\n var newCorner = this.originalTargetBounds[this.cornerName]().addPt(moveDelta);\n var newBounds = this.originalTargetBounds[accessor ](newCorner);\n\n this.owner.setBounds(newBounds);\n \n // var newExtent = this.originalTargetExtent.addPt(moveDelta)\n // alertOK(\"new extent\" + newExtent)\n // this.owner.setExtent(newExtent);\n this.owner.submorphs.select(function(ea) {\n return ea.isResizeCorner\n }).invoke('alignToOwner');\n if (this.owner.halos) {\n this.owner.halos.invoke('alignAtTarget')\n }\n // alertOK(\"relative \" + this.relativeOrigin)\n var newOrigin = pt(0,0).extent(this.owner.getExtent()).relativeToAbsPoint(this.relativeOrigin)\n\n // TODO IMPLEMENT updating the origin does not work yet\n // this.owner.setOrigin(newOrigin);\n // alertOK(\"new origin \" + newOrigin)\n\n}","varMapping":{"__isSmartRef__":true,"id":1164},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1162":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":1163},"user":"sstamm"},"1163":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:52 GMT+0100 (W. Europe Standard Time)"},"1164":{"this":{"__isSmartRef__":true,"id":1145},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1165}},"1165":{"$super":{"__isSmartRef__":true,"id":1166}},"1166":{"funcProperties":{"__isSmartRef__":true,"id":1167},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","varMapping":{"__isSmartRef__":true,"id":1168},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1167":{},"1168":{"name":"onDrag","obj":{"__isSmartRef__":true,"id":1145}},"1169":{"funcProperties":{"__isSmartRef__":true,"id":1170},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetBounds = null;\n this.relativeOrigin = null;\n}","varMapping":{"__isSmartRef__":true,"id":1172},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1170":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":1171},"user":"sstamm"},"1171":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:09:00 GMT+0100 (W. Europe Standard Time)"},"1172":{"this":{"__isSmartRef__":true,"id":1145},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1173}},"1173":{"$super":{"__isSmartRef__":true,"id":1174}},"1174":{"funcProperties":{"__isSmartRef__":true,"id":1175},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","varMapping":{"__isSmartRef__":true,"id":1176},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1175":{},"1176":{"name":"onDragEnd","obj":{"__isSmartRef__":true,"id":1145}},"1177":{"funcProperties":{"__isSmartRef__":true,"id":1178},"source":"function onDragStart(evt) {\n var absToRelativePoint = function (r, absPt) {\n\t\treturn new Point(\n\t\t\t(absPt.x - r.x) / r.width,\n\t\t\t(absPt.y - r.y) / r.height)\n\t}\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(20,20))\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(0,0))\n // absToRelativePoint(new Rectangle(-100,-100,200,200), pt(0,0))\n\n\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetBounds= this.owner.bounds();\n this.relativeOrigin = absToRelativePoint(pt(0,0).extent(this.owner.getExtent()), this.owner.getOrigin())\n}","varMapping":{"__isSmartRef__":true,"id":1180},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1178":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":1179},"user":"sstamm"},"1179":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:40 GMT+0100 (W. Europe Standard Time)"},"1180":{"this":{"__isSmartRef__":true,"id":1145},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1181}},"1181":{"$super":{"__isSmartRef__":true,"id":1182}},"1182":{"funcProperties":{"__isSmartRef__":true,"id":1183},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","varMapping":{"__isSmartRef__":true,"id":1184},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1183":{},"1184":{"name":"onDragStart","obj":{"__isSmartRef__":true,"id":1145}},"1185":{"funcProperties":{"__isSmartRef__":true,"id":1186},"source":"function reset() {\n this.isResizeCorner = true\n this.cornerName = 'bottomRight'\n this.setExtent(pt(10,10));\n this.setPosition(pt(0,0))\n}","varMapping":{"__isSmartRef__":true,"id":1187},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1186":{},"1187":{"this":{"__isSmartRef__":true,"id":1145}},"1188":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(211.4,65.7)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(1.0,1.0)"},"1189":{"morph":{"__isSmartRef__":true,"id":1114},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1190":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1191}},"1191":{"test01IsMorph":{"__isSmartRef__":true,"id":1192}},"1192":{"varMapping":{"__isSmartRef__":true,"id":1193},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":1194},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1193":{"this":{"__isSmartRef__":true,"id":1190}},"1194":{},"1195":{"morph":{"__isSmartRef__":true,"id":1114},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(693.3,367.1)"},"1196":{"morph":{"__isSmartRef__":true,"id":1114},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(801.6,367.1)"},"1197":{"morph":{"__isSmartRef__":true,"id":1114},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(909.9,367.1)"},"1198":{"morph":{"__isSmartRef__":true,"id":1114},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(909.9,431.1)"},"1199":{"morph":{"__isSmartRef__":true,"id":1114},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(909.9,495.2)"},"1200":{"morph":{"__isSmartRef__":true,"id":1114},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(801.6,495.2)"},"1201":{"morph":{"__isSmartRef__":true,"id":1114},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(693.3,495.2)"},"1202":{"morph":{"__isSmartRef__":true,"id":1114},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(693.3,431.1)"},"1203":{"adjustForNewBounds":true},"1204":{"migrateFrom":{"__isSmartRef__":true,"id":1205}},"1205":{"varMapping":{"__isSmartRef__":true,"id":1206},"source":"function migrateFrom(other) {\n this.get(\"SourceText\").textString = other.get(\"SourceText\").textString\n}","funcProperties":{"__isSmartRef__":true,"id":1207},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1206":{"this":{"__isSmartRef__":true,"id":1114}},"1207":{"timestamp":{"__isSmartRef__":true,"id":1208},"user":"jenslincke","tags":[]},"1208":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:09:44 GMT+0100 (W. Europe Standard Time)"},"1209":{"sourceObj":{"__isSmartRef__":true,"id":852},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":942},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1210},"dependedBy":{"__isSmartRef__":true,"id":942},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1210":{"source":{"__isSmartRef__":true,"id":852},"target":{"__isSmartRef__":true,"id":942}},"1211":{"sourceObj":{"__isSmartRef__":true,"id":852},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":942},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1212},"dependedBy":{"__isSmartRef__":true,"id":942},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1212":{"source":{"__isSmartRef__":true,"id":852},"target":{"__isSmartRef__":true,"id":942}},"1213":{"sourceObj":{"__isSmartRef__":true,"id":852},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":942},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1214},"dependedBy":{"__isSmartRef__":true,"id":942},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1214":{"source":{"__isSmartRef__":true,"id":852},"target":{"__isSmartRef__":true,"id":942}},"1215":{"sourceObj":{"__isSmartRef__":true,"id":852},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":942},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":1216},"dependedBy":{"__isSmartRef__":true,"id":942},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1216":{"source":{"__isSmartRef__":true,"id":852},"target":{"__isSmartRef__":true,"id":942}},"1217":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":942},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1218},"dependedBy":{"__isSmartRef__":true,"id":942},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1218":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":942}},"1219":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":942},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1220},"dependedBy":{"__isSmartRef__":true,"id":942},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1220":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":942}},"1221":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":942},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1222},"dependedBy":{"__isSmartRef__":true,"id":942},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1222":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":942}},"1223":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":942},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":1224},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","dependedBy":{"__isSmartRef__":true,"id":942},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1224":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":942}},"1225":{"d":1,"a":1,"f":341.3,"e":955.6,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":1226},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1226":{"a":1,"b":0,"c":0,"d":1,"e":955.6,"f":341.3,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1227":{"sourceObj":{"__isSmartRef__":true,"id":852},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":843},"targetMethodName":"updatePosition","varMapping":{"__isSmartRef__":true,"id":1228},"converterString":"function (value) { return this.sourceObj }","dependendConnections":[{"__isSmartRef__":true,"id":1229},{"__isSmartRef__":true,"id":1231},{"__isSmartRef__":true,"id":1233},{"__isSmartRef__":true,"id":1235},{"__isSmartRef__":true,"id":1237},{"__isSmartRef__":true,"id":1239},{"__isSmartRef__":true,"id":1241},{"__isSmartRef__":true,"id":1243}],"oldTransform":{"__isSmartRef__":true,"id":1245},"__LivelyClassName__":"lively.morphic.GeometryTransformConnection","__SourceModuleName__":"Global.lively.bindings.GeometryBindings"},"1228":{"source":{"__isSmartRef__":true,"id":1114},"target":{"__isSmartRef__":true,"id":843}},"1229":{"sourceObj":{"__isSmartRef__":true,"id":852},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":1227},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1230},"dependedBy":{"__isSmartRef__":true,"id":1227},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1230":{"source":{"__isSmartRef__":true,"id":852},"target":{"__isSmartRef__":true,"id":1227}},"1231":{"sourceObj":{"__isSmartRef__":true,"id":852},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":1227},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1232},"dependedBy":{"__isSmartRef__":true,"id":1227},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1232":{"source":{"__isSmartRef__":true,"id":852},"target":{"__isSmartRef__":true,"id":1227}},"1233":{"sourceObj":{"__isSmartRef__":true,"id":852},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":1227},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1234},"dependedBy":{"__isSmartRef__":true,"id":1227},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1234":{"source":{"__isSmartRef__":true,"id":852},"target":{"__isSmartRef__":true,"id":1227}},"1235":{"sourceObj":{"__isSmartRef__":true,"id":852},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":1227},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":1236},"dependedBy":{"__isSmartRef__":true,"id":1227},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1236":{"source":{"__isSmartRef__":true,"id":852},"target":{"__isSmartRef__":true,"id":1227}},"1237":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":1227},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1238},"dependedBy":{"__isSmartRef__":true,"id":1227},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1238":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":1227}},"1239":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":1227},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1240},"dependedBy":{"__isSmartRef__":true,"id":1227},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1240":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":1227}},"1241":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":1227},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1242},"dependedBy":{"__isSmartRef__":true,"id":1227},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1242":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":1227}},"1243":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":1227},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":1244},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","dependedBy":{"__isSmartRef__":true,"id":1227},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1244":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":1227}},"1245":{"d":1,"a":1,"f":341.3,"e":955.6,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":1246},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1246":{"a":1,"b":0,"c":0,"d":1,"e":955.6,"f":341.3,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1247":{"sourceObj":{"__isSmartRef__":true,"id":852},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":1248},"targetMethodName":"updatePosition","varMapping":{"__isSmartRef__":true,"id":1637},"converterString":"function (value) { return this.sourceObj }","dependendConnections":[{"__isSmartRef__":true,"id":1638},{"__isSmartRef__":true,"id":1640},{"__isSmartRef__":true,"id":1642},{"__isSmartRef__":true,"id":1644},{"__isSmartRef__":true,"id":1646},{"__isSmartRef__":true,"id":1648},{"__isSmartRef__":true,"id":1650},{"__isSmartRef__":true,"id":1652}],"oldTransform":{"__isSmartRef__":true,"id":1654},"__LivelyClassName__":"lively.morphic.GeometryTransformConnection","__SourceModuleName__":"Global.lively.bindings.GeometryBindings"},"1248":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":1249},"id":"12A56A29-2B18-44CB-800F-CDF4AF15960E","eventHandler":{"__isSmartRef__":true,"id":1252},"__layered_droppingEnabled__":false,"halosEnabled":true,"isBeingDragged":false,"controlPoints":[{"__isSmartRef__":true,"id":1253},{"__isSmartRef__":true,"id":1254}],"showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":192},"name":"Connector1","derivationIds":[731,"5E6BD741-9C99-47B9-95C1-7A028178DB17","A8D5C37A-F23F-47FE-8DE2-211CE4484A4F","F722069B-8602-4E8D-BE3F-92A1E0C0EF28","D5ED19F9-968E-4C7E-9936-69F2735A813F","A9E370BC-F208-425C-BFFC-F8D6BB52E11F","4E431641-D056-46CB-B2A8-6626382EF423","5E9FF80A-8869-4D30-9A4C-37023352650B","1E262BB0-B5EB-43C7-AEEF-1721047BD34B","3AC3D636-420C-4F13-820E-C9305261C874","014B85BE-2960-474C-BA9C-7428E21F6D51","A1EDB105-2F3D-4448-AE9E-91A87BE1A9AB","4238A9AF-D49B-4B76-A31C-B50EF24C2AE3","F218405D-EC22-448F-9F4E-8A023F38A2F2","DF372334-FE86-4CA1-A61A-F6DBDFF21DB6","EE1893C0-855C-49AB-932B-86E42ACE320F","C1A59D86-A281-4613-A712-3F4EDF140999"],"_ClipMode":"visible","controlPointsHalos":[],"prevScroll":[0,0],"grabbingEnabled":false,"moved":true,"#startLetters":"accep","update":{"__isSmartRef__":true,"id":1255},"isCopyMorphRef":true,"morphRefId":1,"selectedMorphHighlights":null,"lastOverTime":null,"lastKeyStrokeTime":null,"owner":{"__isSmartRef__":true,"id":1},"fromMorph":{"__isSmartRef__":true,"id":1257},"toMorph":{"__isSmartRef__":true,"id":852},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["distanceToDragEvent","_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1476},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","distanceToDragEvent":"lively.pt(151.0,-12.3)","_Position":"lively.pt(1195.4,140.2)"},"1249":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":1250},{"__isSmartRef__":true,"id":1251}],"_ClipMode":"visible","_BorderWidth":5,"_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":true,"_BorderStylingMode":false,"__serializedExpressions__":["_Padding","_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(-54.4,-7.8)","_Extent":"lively.pt(108.8,15.6)","_BorderColor":"Color.rgb(161,161,161)"},"1250":{"isAbsolute":true,"x":52.39999999999998,"y":-4.796237206502127,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"1251":{"isAbsolute":true,"x":-51.39999999999998,"y":5.796237206502127,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"1252":{"morph":{"__isSmartRef__":true,"id":1248},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1253":{"morph":{"__isSmartRef__":true,"id":1248},"index":0,"connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"1254":{"morph":{"__isSmartRef__":true,"id":1248},"index":1,"connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"1255":{"d":1,"a":1,"f":906.1,"e":107.8,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":1256},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1256":{"a":1,"b":0,"c":0,"d":1,"e":107.8,"f":906.1,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1257":{"submorphs":[{"__isSmartRef__":true,"id":1258},{"__isSmartRef__":true,"id":1288}],"scripts":[],"id":"5E117F25-6C34-424F-9F96-B272F2B2E557","shape":{"__isSmartRef__":true,"id":1331},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"EnergySimulationPart7","partsBinMetaInfo":{"__isSmartRef__":true,"id":305},"eventHandler":{"__isSmartRef__":true,"id":1332},"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C","7EC17E78-593A-4CC8-B7E3-859BCBBFE785","BD8BECDB-A9A1-4009-B433-C925F0AFCCFC","F2677A9D-5855-4DF2-B248-94545B34B762","D52188B3-7DC0-410E-96B1-50892AC00A37","5E21C7BB-A7E2-498E-858F-032DCC55A4FC","2072AEFD-449A-4F4E-B8A5-9A6C57DEBB4B","8013D903-1809-4244-AABF-4DF28A1844DB","00F3C15D-F47A-44A0-8AD1-817E6DA58255","E0DD48EF-16F3-4BF4-BBE7-08D0C7D95E89"],"partTests":{"__isSmartRef__":true,"id":1333},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"isCopyMorphRef":true,"morphRefId":2,"magnets":[{"__isSmartRef__":true,"id":1338},{"__isSmartRef__":true,"id":1339},{"__isSmartRef__":true,"id":1340},{"__isSmartRef__":true,"id":1341},{"__isSmartRef__":true,"id":1342},{"__isSmartRef__":true,"id":1343},{"__isSmartRef__":true,"id":1344},{"__isSmartRef__":true,"id":1345}],"prevScroll":[0,0],"isEnergySimulationPart":true,"layout":{"__isSmartRef__":true,"id":1346},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":1},"attributeConnections":[{"__isSmartRef__":true,"id":1347},{"__isSmartRef__":true,"id":1444},{"__isSmartRef__":true,"id":1446},{"__isSmartRef__":true,"id":1448},{"__isSmartRef__":true,"id":1450}],"doNotSerialize":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"$":{"__isSmartRef__":true,"id":1462},"__serializedExpressions__":["distanceToDragEvent","_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1463},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","distanceToDragEvent":"lively.pt(148.5,-8.0)","_Position":"lively.pt(1246.8,87.4)"},"1258":{"submorphs":[],"scripts":[],"id":"49B3920B-5E41-4712-92C4-AB5F494262DA","shape":{"__isSmartRef__":true,"id":1259},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":11,"name":"SourceText","partsBinMetaInfo":{"__isSmartRef__":true,"id":1260},"textChunks":[{"__isSmartRef__":true,"id":1276}],"charsReplaced":"Consumes","lastFindLoc":31,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1278},"_ClipMode":"hidden","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","F1D26890-7392-487D-B5DE-97C772B4E79E","1BC17AC6-65D2-4DD8-906E-C419087FC3F7","6809C3A5-DCFA-4E76-9397-E4C5BA4A34C7","C528D4FD-5331-4D9A-9352-1088CF72DDDA","A3CD61D5-7936-402F-8EBA-3E2456AB5E0C","39BE0850-B4DE-4E8D-9EC7-7A6A5059775A","2035C52E-14AD-4493-A166-F79162AD66FB","42D50BA9-A14E-43DD-B1E6-829B4F86187C"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":1257},"magnets":[{"__isSmartRef__":true,"id":1279},{"__isSmartRef__":true,"id":1280},{"__isSmartRef__":true,"id":1281},{"__isSmartRef__":true,"id":1282},{"__isSmartRef__":true,"id":1283},{"__isSmartRef__":true,"id":1284},{"__isSmartRef__":true,"id":1285},{"__isSmartRef__":true,"id":1286}],"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_WordBreak":"break-all","layout":{"__isSmartRef__":true,"id":1287},"draggingEnabled":false,"_PreviousBorderWidth":1,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(8.1,6.3)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(128.4,-11.6)"},"1259":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(210.1,60.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1260":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1261},{"__isSmartRef__":true,"id":1263},{"__isSmartRef__":true,"id":1265},{"__isSmartRef__":true,"id":1267},{"__isSmartRef__":true,"id":1269},{"__isSmartRef__":true,"id":1271},{"__isSmartRef__":true,"id":1273}],"lastModifiedDate":{"__isSmartRef__":true,"id":1275},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1261":{"date":{"__isSmartRef__":true,"id":1262},"author":"jenslincke","message":"no comment","id":"A3BA0C1E-7E83-43BF-9EC6-4F4BB3835D62"},"1262":{"isSerializedDate":true,"string":"Tue Mar 12 2013 17:31:56 GMT+0100 (W. Europe Standard Time)"},"1263":{"date":{"__isSmartRef__":true,"id":1264},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1264":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (W. Europe Daylight Time)"},"1265":{"date":{"__isSmartRef__":true,"id":1266},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1266":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (W. Europe Daylight Time)"},"1267":{"date":{"__isSmartRef__":true,"id":1268},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1268":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (W. Europe Daylight Time)"},"1269":{"date":{"__isSmartRef__":true,"id":1270},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1270":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (W. Europe Standard Time)"},"1271":{"date":{"__isSmartRef__":true,"id":1272},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1272":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (W. Europe Daylight Time)"},"1273":{"date":{"__isSmartRef__":true,"id":1274},"author":"jenslincke","message":"no comment","id":"9E495E1B-6E6D-4A89-9F9E-85AF618DC598"},"1274":{"isSerializedDate":true,"string":"Tue Mar 12 2013 18:36:22 GMT+0100 (W. Europe Standard Time)"},"1275":{"isSerializedDate":true,"string":"Tue Mar 12 2013 18:35:33 GMT+0100 (W. Europe Standard Time)"},"1276":{"style":{"__isSmartRef__":true,"id":1277},"chunkOwner":{"__isSmartRef__":true,"id":1258},"_id":"_54148","storedString":"Name: Heating Consumer\nIn: HeatEngery\nValue: 104","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1277":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1278":{"morph":{"__isSmartRef__":true,"id":1258},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1279":{"morph":{"__isSmartRef__":true,"id":1258},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(703.3,404.0)"},"1280":{"morph":{"__isSmartRef__":true,"id":1258},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(802.0,404.0)"},"1281":{"morph":{"__isSmartRef__":true,"id":1258},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(900.6,404.0)"},"1282":{"morph":{"__isSmartRef__":true,"id":1258},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(900.6,444.7)"},"1283":{"morph":{"__isSmartRef__":true,"id":1258},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(900.6,485.4)"},"1284":{"morph":{"__isSmartRef__":true,"id":1258},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(802.0,485.4)"},"1285":{"morph":{"__isSmartRef__":true,"id":1258},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(703.3,485.4)"},"1286":{"morph":{"__isSmartRef__":true,"id":1258},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(703.3,444.7)"},"1287":{"resizeWidth":true,"resizeHeight":true},"1288":{"_ClipMode":"visible","attributeConnections":[{"__isSmartRef__":true,"id":1289}],"cornerName":"bottomRight","derivationIds":[7147,"16E962DF-21E9-4FE6-8B9B-953F0E908113","ADD0B5C0-0DC6-4D8E-9C2A-0EC7E3C71F21","25C53CC1-53E0-44A6-8E16-A56606A19EF0","50F19BF2-9607-4419-A8C2-0352B0A6FF57","56B7FFB1-61EA-47B9-AC63-A78EA3203E0F","7ED9D491-F8A0-41CA-ADCC-D29EB7805558","1A9D02A8-2BC9-4042-9A96-2149467A88F5","0E224134-B29B-4EF6-AA59-0CDD8170364D","BF087085-EA96-48C6-9B64-61ACD38A53E1","AB2881AA-09BE-49E5-BE41-16666B1D6BB1","6DFBFAC2-CC77-4877-B598-56C79170C9D4","1B5E2BBC-C790-46F1-96AF-F54D33EEBF55","B99B9675-67A4-4BEF-B100-C13DBEC8B96A","3B42F8FC-8AD0-4E61-BF88-F71167738F67","8ADC3DE4-5731-4FCA-BF8D-A34F322E8E36"],"doNotCopyProperties":["$$cornerName"],"doNotSerialize":["$$cornerName"],"dragStartPoint":null,"draggingEnabled":true,"__layered_droppingEnabled__":true,"eventHandler":{"__isSmartRef__":true,"id":1290},"halosEnabled":true,"id":"645235E2-6BFB-4236-B1A3-8C7885F342BD","isResizeCorner":true,"moved":true,"name":"ResizeCorner1","originalTargetBounds":null,"originalTargetExtent":null,"originalTargetInnerBounds":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":1291},"registeredForMouseEvents":true,"relativeOrigin":null,"scripts":[],"shape":{"__isSmartRef__":true,"id":1292},"showsHalos":false,"submorphs":[],"owner":{"__isSmartRef__":true,"id":1257},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","originalExtent","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1293},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(219.4,61.8)","originalExtent":"lively.pt(239.0,138.0)","distanceToDragEvent":"lively.pt(35.8,-13.5)"},"1289":{"sourceAttrName":"cornerName","sourceObj":{"__isSmartRef__":true,"id":1288},"targetMethodName":"alignToOwner","targetObj":{"__isSmartRef__":true,"id":1288},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1290":{"morph":{"__isSmartRef__":true,"id":1288},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1291":{"comment":"Resize an object without using halos.","migrationLevel":2,"partName":"ResizeCorner","partsSpaceName":"PartsBin/Widgets/","revisionOnLoad":140152,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1292":{"_BorderWidth":1,"_ClipMode":"visible","__serializedExpressions__":["_BorderColor","_Extent","_Fill","_Padding","position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(145,145,145)","_Extent":"lively.pt(10.0,10.0)","_Fill":"Color.rgb(66,66,66)","_Padding":"lively.rect(0,0,0,0)","position":"lively.pt(0.0,0.0)"},"1293":{"alignToOwner":{"__isSmartRef__":true,"id":1294},"morphMenuItems":{"__isSmartRef__":true,"id":1297},"onDrag":{"__isSmartRef__":true,"id":1304},"onDragEnd":{"__isSmartRef__":true,"id":1312},"onDragStart":{"__isSmartRef__":true,"id":1320},"reset":{"__isSmartRef__":true,"id":1328}},"1294":{"funcProperties":{"__isSmartRef__":true,"id":1295},"source":"function alignToOwner() {\n this.align(this.bounds()[this.cornerName](), this.owner.shape.bounds()[this.cornerName]() )\n}","varMapping":{"__isSmartRef__":true,"id":1296},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1295":{},"1296":{"this":{"__isSmartRef__":true,"id":1288}},"1297":{"funcProperties":{"__isSmartRef__":true,"id":1298},"source":"function morphMenuItems() {\n return $super().concat([\n [\"corner\", [\n [\"top left\", function() { this.cornerName = 'topLeft'}.bind(this)],\n [\"top right\", function() { this.cornerName = 'topRight'}.bind(this)],\n [\"bottom right\", function() { this.cornerName = 'bottomRight'}.bind(this)],\n [\"bottom left\", function() { this.cornerName = 'bottomLeft'}.bind(this)],\n ]]\n ])\t\n}","varMapping":{"__isSmartRef__":true,"id":1299},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1298":{},"1299":{"this":{"__isSmartRef__":true,"id":1288},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1300}},"1300":{"$super":{"__isSmartRef__":true,"id":1301}},"1301":{"funcProperties":{"__isSmartRef__":true,"id":1302},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","varMapping":{"__isSmartRef__":true,"id":1303},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1302":{},"1303":{"name":"morphMenuItems","obj":{"__isSmartRef__":true,"id":1288}},"1304":{"funcProperties":{"__isSmartRef__":true,"id":1305},"source":"function onDrag(evt) {\n // alert(\"onDrag\")\n // this.owner.setPosition(pt(0,0))\n // this.owner.setOrigin(pt(0,0))\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n \n // moveDelta = moveDelta.maxPt(pt(0,0))\n var ownerExtent = this.owner.getExtent();\n\n // TODO does not work\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n if (maxDelta == 0) return;\n var factor = ownerExtent.x / ownerExtent.y\n moveDelta = pt(maxDelta * factor, maxDelta )\n }\n var accessor = \"with\" + this.cornerName.charAt(0).toUpperCase() + this.cornerName.substring(1);\n\n var newCorner = this.originalTargetBounds[this.cornerName]().addPt(moveDelta);\n var newBounds = this.originalTargetBounds[accessor ](newCorner);\n\n this.owner.setBounds(newBounds);\n \n // var newExtent = this.originalTargetExtent.addPt(moveDelta)\n // alertOK(\"new extent\" + newExtent)\n // this.owner.setExtent(newExtent);\n this.owner.submorphs.select(function(ea) {\n return ea.isResizeCorner\n }).invoke('alignToOwner');\n if (this.owner.halos) {\n this.owner.halos.invoke('alignAtTarget')\n }\n // alertOK(\"relative \" + this.relativeOrigin)\n var newOrigin = pt(0,0).extent(this.owner.getExtent()).relativeToAbsPoint(this.relativeOrigin)\n\n // TODO IMPLEMENT updating the origin does not work yet\n // this.owner.setOrigin(newOrigin);\n // alertOK(\"new origin \" + newOrigin)\n\n}","varMapping":{"__isSmartRef__":true,"id":1307},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1305":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":1306},"user":"sstamm"},"1306":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:52 GMT+0100 (W. Europe Standard Time)"},"1307":{"this":{"__isSmartRef__":true,"id":1288},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1308}},"1308":{"$super":{"__isSmartRef__":true,"id":1309}},"1309":{"funcProperties":{"__isSmartRef__":true,"id":1310},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","varMapping":{"__isSmartRef__":true,"id":1311},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1310":{},"1311":{"name":"onDrag","obj":{"__isSmartRef__":true,"id":1288}},"1312":{"funcProperties":{"__isSmartRef__":true,"id":1313},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetBounds = null;\n this.relativeOrigin = null;\n}","varMapping":{"__isSmartRef__":true,"id":1315},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1313":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":1314},"user":"sstamm"},"1314":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:09:00 GMT+0100 (W. Europe Standard Time)"},"1315":{"this":{"__isSmartRef__":true,"id":1288},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1316}},"1316":{"$super":{"__isSmartRef__":true,"id":1317}},"1317":{"funcProperties":{"__isSmartRef__":true,"id":1318},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","varMapping":{"__isSmartRef__":true,"id":1319},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1318":{},"1319":{"name":"onDragEnd","obj":{"__isSmartRef__":true,"id":1288}},"1320":{"funcProperties":{"__isSmartRef__":true,"id":1321},"source":"function onDragStart(evt) {\n var absToRelativePoint = function (r, absPt) {\n\t\treturn new Point(\n\t\t\t(absPt.x - r.x) / r.width,\n\t\t\t(absPt.y - r.y) / r.height)\n\t}\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(20,20))\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(0,0))\n // absToRelativePoint(new Rectangle(-100,-100,200,200), pt(0,0))\n\n\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetBounds= this.owner.bounds();\n this.relativeOrigin = absToRelativePoint(pt(0,0).extent(this.owner.getExtent()), this.owner.getOrigin())\n}","varMapping":{"__isSmartRef__":true,"id":1323},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1321":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":1322},"user":"sstamm"},"1322":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:40 GMT+0100 (W. Europe Standard Time)"},"1323":{"this":{"__isSmartRef__":true,"id":1288},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1324}},"1324":{"$super":{"__isSmartRef__":true,"id":1325}},"1325":{"funcProperties":{"__isSmartRef__":true,"id":1326},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","varMapping":{"__isSmartRef__":true,"id":1327},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1326":{},"1327":{"name":"onDragStart","obj":{"__isSmartRef__":true,"id":1288}},"1328":{"funcProperties":{"__isSmartRef__":true,"id":1329},"source":"function reset() {\n this.isResizeCorner = true\n this.cornerName = 'bottomRight'\n this.setExtent(pt(10,10));\n this.setPosition(pt(0,0))\n}","varMapping":{"__isSmartRef__":true,"id":1330},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1329":{},"1330":{"this":{"__isSmartRef__":true,"id":1288}},"1331":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(228.4,70.8)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(1.0,1.0)"},"1332":{"morph":{"__isSmartRef__":true,"id":1257},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1333":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1334}},"1334":{"test01IsMorph":{"__isSmartRef__":true,"id":1335}},"1335":{"varMapping":{"__isSmartRef__":true,"id":1336},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":1337},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1336":{"this":{"__isSmartRef__":true,"id":1333}},"1337":{},"1338":{"morph":{"__isSmartRef__":true,"id":1257},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(693.3,367.1)"},"1339":{"morph":{"__isSmartRef__":true,"id":1257},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(801.6,367.1)"},"1340":{"morph":{"__isSmartRef__":true,"id":1257},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(909.9,367.1)"},"1341":{"morph":{"__isSmartRef__":true,"id":1257},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(909.9,431.1)"},"1342":{"morph":{"__isSmartRef__":true,"id":1257},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(909.9,495.2)"},"1343":{"morph":{"__isSmartRef__":true,"id":1257},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(801.6,495.2)"},"1344":{"morph":{"__isSmartRef__":true,"id":1257},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(693.3,495.2)"},"1345":{"morph":{"__isSmartRef__":true,"id":1257},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(693.3,431.1)"},"1346":{"adjustForNewBounds":true},"1347":{"sourceObj":{"__isSmartRef__":true,"id":1257},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":1248},"targetMethodName":"updatePosition","varMapping":{"__isSmartRef__":true,"id":1348},"converterString":"function (value) { return this.sourceObj }","dependendConnections":[{"__isSmartRef__":true,"id":1444},{"__isSmartRef__":true,"id":1446},{"__isSmartRef__":true,"id":1448},{"__isSmartRef__":true,"id":1450},{"__isSmartRef__":true,"id":1452},{"__isSmartRef__":true,"id":1454},{"__isSmartRef__":true,"id":1456},{"__isSmartRef__":true,"id":1458}],"oldTransform":{"__isSmartRef__":true,"id":1460},"__LivelyClassName__":"lively.morphic.GeometryTransformConnection","__SourceModuleName__":"Global.lively.bindings.GeometryBindings"},"1348":{"source":{"__isSmartRef__":true,"id":1349},"target":{"__isSmartRef__":true,"id":1248}},"1349":{"submorphs":[{"__isSmartRef__":true,"id":1350},{"__isSmartRef__":true,"id":1380}],"scripts":[],"id":"A2C39232-BCAF-451F-971B-4B6DE5A0A139","shape":{"__isSmartRef__":true,"id":1423},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"EnergySimulationPart7","partsBinMetaInfo":{"__isSmartRef__":true,"id":443},"eventHandler":{"__isSmartRef__":true,"id":1424},"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C","7EC17E78-593A-4CC8-B7E3-859BCBBFE785","BD8BECDB-A9A1-4009-B433-C925F0AFCCFC","F2677A9D-5855-4DF2-B248-94545B34B762","D52188B3-7DC0-410E-96B1-50892AC00A37","5E21C7BB-A7E2-498E-858F-032DCC55A4FC","2072AEFD-449A-4F4E-B8A5-9A6C57DEBB4B","8013D903-1809-4244-AABF-4DF28A1844DB"],"partTests":{"__isSmartRef__":true,"id":1425},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"isCopyMorphRef":true,"morphRefId":2,"magnets":[{"__isSmartRef__":true,"id":1430},{"__isSmartRef__":true,"id":1431},{"__isSmartRef__":true,"id":1432},{"__isSmartRef__":true,"id":1433},{"__isSmartRef__":true,"id":1434},{"__isSmartRef__":true,"id":1435},{"__isSmartRef__":true,"id":1436},{"__isSmartRef__":true,"id":1437}],"prevScroll":[0,0],"isEnergySimulationPart":true,"layout":{"__isSmartRef__":true,"id":1438},"_Scale":1,"_Rotation":0,"owner":null,"__serializedExpressions__":["distanceToDragEvent","_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1439},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","distanceToDragEvent":"lively.pt(130.4,-11.4)","_Position":"lively.pt(1236.1,105.3)"},"1350":{"submorphs":[],"scripts":[],"id":"30F410D3-8D73-4BFA-8404-27F9902FB265","shape":{"__isSmartRef__":true,"id":1351},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":11,"name":"SourceText","partsBinMetaInfo":{"__isSmartRef__":true,"id":1352},"textChunks":[{"__isSmartRef__":true,"id":1368}],"charsReplaced":"","lastFindLoc":42,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":1370},"_ClipMode":"hidden","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","F1D26890-7392-487D-B5DE-97C772B4E79E","1BC17AC6-65D2-4DD8-906E-C419087FC3F7","6809C3A5-DCFA-4E76-9397-E4C5BA4A34C7","C528D4FD-5331-4D9A-9352-1088CF72DDDA","A3CD61D5-7936-402F-8EBA-3E2456AB5E0C","39BE0850-B4DE-4E8D-9EC7-7A6A5059775A"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":1349},"magnets":[{"__isSmartRef__":true,"id":1371},{"__isSmartRef__":true,"id":1372},{"__isSmartRef__":true,"id":1373},{"__isSmartRef__":true,"id":1374},{"__isSmartRef__":true,"id":1375},{"__isSmartRef__":true,"id":1376},{"__isSmartRef__":true,"id":1377},{"__isSmartRef__":true,"id":1378}],"previousSelection":[25,25],"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_WordBreak":"break-all","layout":{"__isSmartRef__":true,"id":1379},"draggingEnabled":false,"_PreviousBorderWidth":1,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(8.1,6.3)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(128.4,-11.6)"},"1351":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(193.1,55.5)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"1352":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":1353},{"__isSmartRef__":true,"id":1355},{"__isSmartRef__":true,"id":1357},{"__isSmartRef__":true,"id":1359},{"__isSmartRef__":true,"id":1361},{"__isSmartRef__":true,"id":1363},{"__isSmartRef__":true,"id":1365}],"lastModifiedDate":{"__isSmartRef__":true,"id":1367},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1353":{"date":{"__isSmartRef__":true,"id":1354},"author":"jenslincke","message":"no comment","id":"A3BA0C1E-7E83-43BF-9EC6-4F4BB3835D62"},"1354":{"isSerializedDate":true,"string":"Tue Mar 12 2013 17:31:56 GMT+0100 (W. Europe Standard Time)"},"1355":{"date":{"__isSmartRef__":true,"id":1356},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"1356":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (W. Europe Daylight Time)"},"1357":{"date":{"__isSmartRef__":true,"id":1358},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"1358":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (W. Europe Daylight Time)"},"1359":{"date":{"__isSmartRef__":true,"id":1360},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"1360":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (W. Europe Daylight Time)"},"1361":{"date":{"__isSmartRef__":true,"id":1362},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"1362":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (W. Europe Standard Time)"},"1363":{"date":{"__isSmartRef__":true,"id":1364},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"1364":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (W. Europe Daylight Time)"},"1365":{"date":{"__isSmartRef__":true,"id":1366},"author":"jenslincke","message":"no comment","id":"9E495E1B-6E6D-4A89-9F9E-85AF618DC598"},"1366":{"isSerializedDate":true,"string":"Tue Mar 12 2013 18:36:22 GMT+0100 (W. Europe Standard Time)"},"1367":{"isSerializedDate":true,"string":"Tue Mar 12 2013 18:35:33 GMT+0100 (W. Europe Standard Time)"},"1368":{"style":{"__isSmartRef__":true,"id":1369},"chunkOwner":{"__isSmartRef__":true,"id":1350},"_id":"_218687","storedString":"Name: Heating Consumer\nconsumes: HeatEngery\nValue: 100","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1369":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"1370":{"morph":{"__isSmartRef__":true,"id":1350},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1371":{"morph":{"__isSmartRef__":true,"id":1350},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(703.3,404.0)"},"1372":{"morph":{"__isSmartRef__":true,"id":1350},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(802.0,404.0)"},"1373":{"morph":{"__isSmartRef__":true,"id":1350},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(900.6,404.0)"},"1374":{"morph":{"__isSmartRef__":true,"id":1350},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(900.6,444.7)"},"1375":{"morph":{"__isSmartRef__":true,"id":1350},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(900.6,485.4)"},"1376":{"morph":{"__isSmartRef__":true,"id":1350},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(802.0,485.4)"},"1377":{"morph":{"__isSmartRef__":true,"id":1350},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(703.3,485.4)"},"1378":{"morph":{"__isSmartRef__":true,"id":1350},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(703.3,444.7)"},"1379":{"resizeWidth":true,"resizeHeight":true},"1380":{"_ClipMode":"visible","attributeConnections":[{"__isSmartRef__":true,"id":1381}],"cornerName":"bottomRight","derivationIds":[7147,"16E962DF-21E9-4FE6-8B9B-953F0E908113","ADD0B5C0-0DC6-4D8E-9C2A-0EC7E3C71F21","25C53CC1-53E0-44A6-8E16-A56606A19EF0","50F19BF2-9607-4419-A8C2-0352B0A6FF57","56B7FFB1-61EA-47B9-AC63-A78EA3203E0F","7ED9D491-F8A0-41CA-ADCC-D29EB7805558","1A9D02A8-2BC9-4042-9A96-2149467A88F5","0E224134-B29B-4EF6-AA59-0CDD8170364D","BF087085-EA96-48C6-9B64-61ACD38A53E1","AB2881AA-09BE-49E5-BE41-16666B1D6BB1","6DFBFAC2-CC77-4877-B598-56C79170C9D4","1B5E2BBC-C790-46F1-96AF-F54D33EEBF55","B99B9675-67A4-4BEF-B100-C13DBEC8B96A"],"doNotCopyProperties":["$$cornerName"],"doNotSerialize":["$$cornerName"],"dragStartPoint":null,"draggingEnabled":true,"__layered_droppingEnabled__":true,"eventHandler":{"__isSmartRef__":true,"id":1382},"halosEnabled":true,"id":"7E4BF00F-F265-44E8-AA5F-FBE0187B3F01","isResizeCorner":true,"moved":true,"name":"ResizeCorner1","originalTargetBounds":null,"originalTargetExtent":null,"originalTargetInnerBounds":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":1383},"registeredForMouseEvents":true,"relativeOrigin":null,"scripts":[],"shape":{"__isSmartRef__":true,"id":1384},"showsHalos":false,"submorphs":[],"owner":{"__isSmartRef__":true,"id":1349},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","originalExtent","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1385},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(202.4,56.8)","originalExtent":"lively.pt(239.0,138.0)","distanceToDragEvent":"lively.pt(35.8,-13.5)"},"1381":{"sourceAttrName":"cornerName","sourceObj":{"__isSmartRef__":true,"id":1380},"targetMethodName":"alignToOwner","targetObj":{"__isSmartRef__":true,"id":1380},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1382":{"morph":{"__isSmartRef__":true,"id":1380},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1383":{"comment":"Resize an object without using halos.","migrationLevel":2,"partName":"ResizeCorner","partsSpaceName":"PartsBin/Widgets/","revisionOnLoad":140152,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"1384":{"_BorderWidth":1,"_ClipMode":"visible","__serializedExpressions__":["_BorderColor","_Extent","_Fill","_Padding","position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(145,145,145)","_Extent":"lively.pt(10.0,10.0)","_Fill":"Color.rgb(66,66,66)","_Padding":"lively.rect(0,0,0,0)","position":"lively.pt(0.0,0.0)"},"1385":{"alignToOwner":{"__isSmartRef__":true,"id":1386},"morphMenuItems":{"__isSmartRef__":true,"id":1389},"onDrag":{"__isSmartRef__":true,"id":1396},"onDragEnd":{"__isSmartRef__":true,"id":1404},"onDragStart":{"__isSmartRef__":true,"id":1412},"reset":{"__isSmartRef__":true,"id":1420}},"1386":{"funcProperties":{"__isSmartRef__":true,"id":1387},"source":"function alignToOwner() {\n this.align(this.bounds()[this.cornerName](), this.owner.shape.bounds()[this.cornerName]() )\n}","varMapping":{"__isSmartRef__":true,"id":1388},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1387":{},"1388":{"this":{"__isSmartRef__":true,"id":1380}},"1389":{"funcProperties":{"__isSmartRef__":true,"id":1390},"source":"function morphMenuItems() {\n return $super().concat([\n [\"corner\", [\n [\"top left\", function() { this.cornerName = 'topLeft'}.bind(this)],\n [\"top right\", function() { this.cornerName = 'topRight'}.bind(this)],\n [\"bottom right\", function() { this.cornerName = 'bottomRight'}.bind(this)],\n [\"bottom left\", function() { this.cornerName = 'bottomLeft'}.bind(this)],\n ]]\n ])\t\n}","varMapping":{"__isSmartRef__":true,"id":1391},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1390":{},"1391":{"this":{"__isSmartRef__":true,"id":1380},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1392}},"1392":{"$super":{"__isSmartRef__":true,"id":1393}},"1393":{"funcProperties":{"__isSmartRef__":true,"id":1394},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","varMapping":{"__isSmartRef__":true,"id":1395},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1394":{},"1395":{"name":"morphMenuItems","obj":{"__isSmartRef__":true,"id":1380}},"1396":{"funcProperties":{"__isSmartRef__":true,"id":1397},"source":"function onDrag(evt) {\n // alert(\"onDrag\")\n // this.owner.setPosition(pt(0,0))\n // this.owner.setOrigin(pt(0,0))\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n \n // moveDelta = moveDelta.maxPt(pt(0,0))\n var ownerExtent = this.owner.getExtent();\n\n // TODO does not work\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n if (maxDelta == 0) return;\n var factor = ownerExtent.x / ownerExtent.y\n moveDelta = pt(maxDelta * factor, maxDelta )\n }\n var accessor = \"with\" + this.cornerName.charAt(0).toUpperCase() + this.cornerName.substring(1);\n\n var newCorner = this.originalTargetBounds[this.cornerName]().addPt(moveDelta);\n var newBounds = this.originalTargetBounds[accessor ](newCorner);\n\n this.owner.setBounds(newBounds);\n \n // var newExtent = this.originalTargetExtent.addPt(moveDelta)\n // alertOK(\"new extent\" + newExtent)\n // this.owner.setExtent(newExtent);\n this.owner.submorphs.select(function(ea) {\n return ea.isResizeCorner\n }).invoke('alignToOwner');\n if (this.owner.halos) {\n this.owner.halos.invoke('alignAtTarget')\n }\n // alertOK(\"relative \" + this.relativeOrigin)\n var newOrigin = pt(0,0).extent(this.owner.getExtent()).relativeToAbsPoint(this.relativeOrigin)\n\n // TODO IMPLEMENT updating the origin does not work yet\n // this.owner.setOrigin(newOrigin);\n // alertOK(\"new origin \" + newOrigin)\n\n}","varMapping":{"__isSmartRef__":true,"id":1399},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1397":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":1398},"user":"sstamm"},"1398":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:52 GMT+0100 (W. Europe Standard Time)"},"1399":{"this":{"__isSmartRef__":true,"id":1380},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1400}},"1400":{"$super":{"__isSmartRef__":true,"id":1401}},"1401":{"funcProperties":{"__isSmartRef__":true,"id":1402},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","varMapping":{"__isSmartRef__":true,"id":1403},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1402":{},"1403":{"name":"onDrag","obj":{"__isSmartRef__":true,"id":1380}},"1404":{"funcProperties":{"__isSmartRef__":true,"id":1405},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetBounds = null;\n this.relativeOrigin = null;\n}","varMapping":{"__isSmartRef__":true,"id":1407},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1405":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":1406},"user":"sstamm"},"1406":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:09:00 GMT+0100 (W. Europe Standard Time)"},"1407":{"this":{"__isSmartRef__":true,"id":1380},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1408}},"1408":{"$super":{"__isSmartRef__":true,"id":1409}},"1409":{"funcProperties":{"__isSmartRef__":true,"id":1410},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","varMapping":{"__isSmartRef__":true,"id":1411},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1410":{},"1411":{"name":"onDragEnd","obj":{"__isSmartRef__":true,"id":1380}},"1412":{"funcProperties":{"__isSmartRef__":true,"id":1413},"source":"function onDragStart(evt) {\n var absToRelativePoint = function (r, absPt) {\n\t\treturn new Point(\n\t\t\t(absPt.x - r.x) / r.width,\n\t\t\t(absPt.y - r.y) / r.height)\n\t}\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(20,20))\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(0,0))\n // absToRelativePoint(new Rectangle(-100,-100,200,200), pt(0,0))\n\n\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetBounds= this.owner.bounds();\n this.relativeOrigin = absToRelativePoint(pt(0,0).extent(this.owner.getExtent()), this.owner.getOrigin())\n}","varMapping":{"__isSmartRef__":true,"id":1415},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1413":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":1414},"user":"sstamm"},"1414":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:40 GMT+0100 (W. Europe Standard Time)"},"1415":{"this":{"__isSmartRef__":true,"id":1380},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1416}},"1416":{"$super":{"__isSmartRef__":true,"id":1417}},"1417":{"funcProperties":{"__isSmartRef__":true,"id":1418},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","varMapping":{"__isSmartRef__":true,"id":1419},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1418":{},"1419":{"name":"onDragStart","obj":{"__isSmartRef__":true,"id":1380}},"1420":{"funcProperties":{"__isSmartRef__":true,"id":1421},"source":"function reset() {\n this.isResizeCorner = true\n this.cornerName = 'bottomRight'\n this.setExtent(pt(10,10));\n this.setPosition(pt(0,0))\n}","varMapping":{"__isSmartRef__":true,"id":1422},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1421":{},"1422":{"this":{"__isSmartRef__":true,"id":1380}},"1423":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(211.4,65.7)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(1.0,1.0)"},"1424":{"morph":{"__isSmartRef__":true,"id":1349},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"1425":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1426}},"1426":{"test01IsMorph":{"__isSmartRef__":true,"id":1427}},"1427":{"varMapping":{"__isSmartRef__":true,"id":1428},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":1429},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1428":{"this":{"__isSmartRef__":true,"id":1425}},"1429":{},"1430":{"morph":{"__isSmartRef__":true,"id":1349},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(693.3,367.1)"},"1431":{"morph":{"__isSmartRef__":true,"id":1349},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(801.6,367.1)"},"1432":{"morph":{"__isSmartRef__":true,"id":1349},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(909.9,367.1)"},"1433":{"morph":{"__isSmartRef__":true,"id":1349},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(909.9,431.1)"},"1434":{"morph":{"__isSmartRef__":true,"id":1349},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(909.9,495.2)"},"1435":{"morph":{"__isSmartRef__":true,"id":1349},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(801.6,495.2)"},"1436":{"morph":{"__isSmartRef__":true,"id":1349},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(693.3,495.2)"},"1437":{"morph":{"__isSmartRef__":true,"id":1349},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(693.3,431.1)"},"1438":{"adjustForNewBounds":true},"1439":{"migrateFrom":{"__isSmartRef__":true,"id":1440}},"1440":{"varMapping":{"__isSmartRef__":true,"id":1441},"source":"function migrateFrom(other) {\n this.get(\"SourceText\").textString = other.get(\"SourceText\").textString\n}","funcProperties":{"__isSmartRef__":true,"id":1442},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1441":{"this":{"__isSmartRef__":true,"id":1349}},"1442":{"timestamp":{"__isSmartRef__":true,"id":1443},"user":"jenslincke","tags":[]},"1443":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:09:44 GMT+0100 (W. Europe Standard Time)"},"1444":{"sourceObj":{"__isSmartRef__":true,"id":1257},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":1347},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1445},"dependedBy":{"__isSmartRef__":true,"id":1347},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1445":{"source":{"__isSmartRef__":true,"id":1257},"target":{"__isSmartRef__":true,"id":1347}},"1446":{"sourceObj":{"__isSmartRef__":true,"id":1257},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":1347},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1447},"dependedBy":{"__isSmartRef__":true,"id":1347},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1447":{"source":{"__isSmartRef__":true,"id":1257},"target":{"__isSmartRef__":true,"id":1347}},"1448":{"sourceObj":{"__isSmartRef__":true,"id":1257},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":1347},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1449},"dependedBy":{"__isSmartRef__":true,"id":1347},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1449":{"source":{"__isSmartRef__":true,"id":1257},"target":{"__isSmartRef__":true,"id":1347}},"1450":{"sourceObj":{"__isSmartRef__":true,"id":1257},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":1347},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":1451},"dependedBy":{"__isSmartRef__":true,"id":1347},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1451":{"source":{"__isSmartRef__":true,"id":1257},"target":{"__isSmartRef__":true,"id":1347}},"1452":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":1347},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1453},"dependedBy":{"__isSmartRef__":true,"id":1347},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1453":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":1347}},"1454":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":1347},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1455},"dependedBy":{"__isSmartRef__":true,"id":1347},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1455":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":1347}},"1456":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":1347},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1457},"dependedBy":{"__isSmartRef__":true,"id":1347},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1457":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":1347}},"1458":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":1347},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":1459},"dependedBy":{"__isSmartRef__":true,"id":1347},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1459":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":1347}},"1460":{"d":1,"a":1,"f":307.4,"e":1287.8,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":1461},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1461":{"a":1,"b":0,"c":0,"d":1,"e":1287.8,"f":307.4,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1462":{"Name":"Heating Consumer","In":"HeatEngery","Value":104},"1463":{"migrateFrom":{"__isSmartRef__":true,"id":1464},"parseSource":{"__isSmartRef__":true,"id":1468},"printSource":{"__isSmartRef__":true,"id":1472}},"1464":{"varMapping":{"__isSmartRef__":true,"id":1465},"source":"function migrateFrom(other) {\n this.get(\"SourceText\").textString = other.get(\"SourceText\").textString\n}","funcProperties":{"__isSmartRef__":true,"id":1466},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1465":{"this":{"__isSmartRef__":true,"id":1257}},"1466":{"timestamp":{"__isSmartRef__":true,"id":1467},"user":"jenslincke","tags":[]},"1467":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:09:44 GMT+0100 (W. Europe Standard Time)"},"1468":{"varMapping":{"__isSmartRef__":true,"id":1469},"source":"function parseSource() {\n // this.parseSource()\n var obj = {}\n this.get(\"SourceText\").textString.split(\"\\n\").each(function(line){\n var m = line.match(/([^:]*): *(.*)/)\n if (m) {\n if (m[2].match(\",\"))\n obj[m[1]] = m[2].split(/, ?/)\n obj[m[1]] = m[2]\n }\n })\n return obj\n}","funcProperties":{"__isSmartRef__":true,"id":1470},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1469":{"this":{"__isSmartRef__":true,"id":1257}},"1470":{"timestamp":{"__isSmartRef__":true,"id":1471},"user":"jenslincke","tags":[]},"1471":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:22:33 GMT+0100 (W. Europe Standard Time)"},"1472":{"varMapping":{"__isSmartRef__":true,"id":1473},"source":"function printSource(obj) {\n // o = this.parseSource(); o.Value = Math.random(); this.printSource(o)\n this.get(\"SourceText\").textString = Properties.own(obj).collect(function(ea) {\n if (Object.isArray(obj[ea]))\n return ea + \": \" +obj[ea].join(\", \")\n else\n return ea + \": \" +obj[ea]\n }).join(\"\\n\")\n}","funcProperties":{"__isSmartRef__":true,"id":1474},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1473":{"this":{"__isSmartRef__":true,"id":1257}},"1474":{"timestamp":{"__isSmartRef__":true,"id":1475},"user":"jenslincke","tags":[]},"1475":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:22:19 GMT+0100 (W. Europe Standard Time)"},"1476":{"connect":{"__isSmartRef__":true,"id":1477},"updatePosition":{"__isSmartRef__":true,"id":1481},"updateControlPoint":{"__isSmartRef__":true,"id":1485},"disconnectMorph":{"__isSmartRef__":true,"id":1489},"connectMorph":{"__isSmartRef__":true,"id":1493},"onMouseOver":{"__isSmartRef__":true,"id":1497},"onMouseOut":{"__isSmartRef__":true,"id":1501},"makeHandle":{"__isSmartRef__":true,"id":1509},"showFromHandle":{"__isSmartRef__":true,"id":1513},"showToHandle":{"__isSmartRef__":true,"id":1517},"reset":{"__isSmartRef__":true,"id":1521},"onDragInHandle":{"__isSmartRef__":true,"id":1525},"onDragStartInHandle":{"__isSmartRef__":true,"id":1529},"onDragEndInHandle":{"__isSmartRef__":true,"id":1533},"connectFrom":{"__isSmartRef__":true,"id":1537},"connectTo":{"__isSmartRef__":true,"id":1541},"hideToHandle":{"__isSmartRef__":true,"id":1545},"hideFromHandle":{"__isSmartRef__":true,"id":1549},"updateIntersection":{"__isSmartRef__":true,"id":1553},"lineIntersect":{"__isSmartRef__":true,"id":1557},"intersectMorphLinePoints":{"__isSmartRef__":true,"id":1561},"intersectMorph":{"__isSmartRef__":true,"id":1565},"globalShapePathFromMorph":{"__isSmartRef__":true,"id":1569},"remove":{"__isSmartRef__":true,"id":1573},"migrateFrom":{"__isSmartRef__":true,"id":1581},"copy":{"__isSmartRef__":true,"id":1585},"disconnectAll":{"__isSmartRef__":true,"id":1593},"resumeSteppingAll":{"__isSmartRef__":true,"id":1597},"delayedHideHandles":{"__isSmartRef__":true,"id":1605},"hideHandles":{"__isSmartRef__":true,"id":1609},"grabByHand":{"__isSmartRef__":true,"id":1613},"onMouseDownEntry":{"__isSmartRef__":true,"id":1617},"distanceToPoint":{"__isSmartRef__":true,"id":1625},"dropOn":{"__isSmartRef__":true,"id":1629}},"1477":{"varMapping":{"__isSmartRef__":true,"id":1478},"source":"function connect(morphA, morphB) {\n this.connectFrom(morphA)\n this.connectTo(morphB)\n this.updatePosition()\n}","funcProperties":{"__isSmartRef__":true,"id":1479},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1478":{"this":{"__isSmartRef__":true,"id":1248}},"1479":{"timestamp":{"__isSmartRef__":true,"id":1480},"user":"jenslincke","tags":[]},"1480":{"isSerializedDate":true,"string":"Thu Dec 13 2012 16:50:49 GMT+0100 (W. Europe Standard Time)"},"1481":{"varMapping":{"__isSmartRef__":true,"id":1482},"source":"function updatePosition(sourceMorph) {\n\n // some self healing code\n if (sourceMorph && sourceMorph !== this.toMorph && sourceMorph !== this.fromMorph) {\n this.disconnectMorph(sourceMorph)\n }\n try {\n this.updateControlPoint(this.controlPoints[0], this.fromMorph)\n this.updateControlPoint(this.controlPoints[1], this.toMorph)\n this.updateIntersection(this.fromMorph, this.controlPoints[0])\n this.updateIntersection(this.toMorph, this.controlPoints[1])\n } catch(e) {\n console.log(\"ERROR \" +this+\".updatePosition(\" + sourceMorph + \")\")\n }\n\n this.adjustOrigin(this.bounds().extent().scaleBy(0.5))\n}","funcProperties":{"__isSmartRef__":true,"id":1483},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1482":{"this":{"__isSmartRef__":true,"id":1248}},"1483":{"timestamp":{"__isSmartRef__":true,"id":1484},"user":"jenslincke","tags":[]},"1484":{"isSerializedDate":true,"string":"Wed Jan 22 2014 21:28:51 GMT+0100 (W. Europe Standard Time)"},"1485":{"varMapping":{"__isSmartRef__":true,"id":1486},"source":"function updateControlPoint(cp, morph) {\n if (!cp || !morph) return;\n try {\n var pos = morph.worldPoint(morph.shape.bounds().center())\n } catch(e) {};\n if (pos)\n cp.setGlobalPos(pos)\n}","funcProperties":{"__isSmartRef__":true,"id":1487},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1486":{"this":{"__isSmartRef__":true,"id":1248}},"1487":{"timestamp":{"__isSmartRef__":true,"id":1488},"user":"jenslincke","tags":[]},"1488":{"isSerializedDate":true,"string":"Wed Jan 22 2014 21:25:06 GMT+0100 (W. Europe Standard Time)"},"1489":{"varMapping":{"__isSmartRef__":true,"id":1490},"source":"function disconnectMorph(morph) {\n if (!morph) return;\n lively.bindings.disconnect(morph, 'globalTransform', this, 'updatePosition')\n}","funcProperties":{"__isSmartRef__":true,"id":1491},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1490":{"this":{"__isSmartRef__":true,"id":1248}},"1491":{"timestamp":{"__isSmartRef__":true,"id":1492},"user":"jenslincke","tags":[]},"1492":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:19:18 GMT+0100 (W. Europe Standard Time)"},"1493":{"varMapping":{"__isSmartRef__":true,"id":1494},"source":"function connectMorph(morph) {\n if (morph)\n lively.bindings.connect(morph, 'globalTransform', this, 'updatePosition', {\n converter: function(value) { return this.sourceObj }\n })\n}","funcProperties":{"__isSmartRef__":true,"id":1495},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1494":{"this":{"__isSmartRef__":true,"id":1248}},"1495":{"timestamp":{"__isSmartRef__":true,"id":1496},"user":"jenslincke","tags":[]},"1496":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:00:00 GMT+0100 (W. Europe Standard Time)"},"1497":{"varMapping":{"__isSmartRef__":true,"id":1498},"source":"function onMouseOver(evt) {\n this.lastOverTime = Date.now()\n var p = evt.getPosition()\n var cp1 = this.controlPoints[0].getGlobalPos();\n if (p.dist(cp1) < 20) {\n this.showFromHandle()\n } else {\n this.hideFromHandle()\n }\n var cp2 = this.controlPoints[1].getGlobalPos();\n if (p.dist(cp2) < 20) {\n this.showToHandle()\n } else {\n this.hideToHandle()\n }\n \n this.delayedHideHandles()\n}","funcProperties":{"__isSmartRef__":true,"id":1499},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1498":{"this":{"__isSmartRef__":true,"id":1248}},"1499":{"timestamp":{"__isSmartRef__":true,"id":1500},"user":"jenslincke","tags":[]},"1500":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:46:54 GMT+0100 (W. Europe Standard Time)"},"1501":{"varMapping":{"__isSmartRef__":true,"id":1502},"source":"function onMouseOut(evt) {\n // this.hideFromHandle()\n // this.hideToHandle()\n}","funcProperties":{"__isSmartRef__":true,"id":1507},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1502":{"this":{"__isSmartRef__":true,"id":1248},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1503}},"1503":{"$super":{"__isSmartRef__":true,"id":1504}},"1504":{"varMapping":{"__isSmartRef__":true,"id":1505},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1506},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1505":{"obj":{"__isSmartRef__":true,"id":1248},"name":"onMouseOut"},"1506":{},"1507":{"timestamp":{"__isSmartRef__":true,"id":1508},"user":"jenslincke","tags":[]},"1508":{"isSerializedDate":true,"string":"Thu Dec 13 2012 16:54:53 GMT+0100 (W. Europe Standard Time)"},"1509":{"varMapping":{"__isSmartRef__":true,"id":1510},"source":"function makeHandle() {\n var m = lively.morphic.Morph.makeRectangle(0,0,10,10);\n m.disableGrabbing()\n m.enableDragging()\n m.connector = this;\n // move real behavior to a place which is easier to develop\n // do not use bind, because we like late binding \n m.addScript(function onDragStart(evt) {\n this.connector.onDragStartInHandle(this, evt)\n })\n m.addScript(function onDrag(evt) {\n this.connector.onDragInHandle(this, evt)\n })\n m.addScript(function onDragEnd(evt) {\n this.connector.onDragEndInHandle(this, evt)\n })\n m.isEpiMorph = true;\n return m\n}","funcProperties":{"__isSmartRef__":true,"id":1511},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1510":{"this":{"__isSmartRef__":true,"id":1248}},"1511":{"timestamp":{"__isSmartRef__":true,"id":1512},"user":"jenslincke","tags":[]},"1512":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:08:29 GMT+0100 (W. Europe Standard Time)"},"1513":{"varMapping":{"__isSmartRef__":true,"id":1514},"source":"function showFromHandle() {\n if (!this.fromHandle) {\n this.fromHandle = this.makeHandle();\n this.fromHandle.setFill(Color.red)\n this.fromHandle.isFromHandle = true;\n }\n this.fromHandle.openInWorld();\n this.fromHandle.controlPoint = this.controlPoints[0];\n this.fromHandle.setPosition(this.controlPoints[0].getGlobalPos().subPt(pt(5,5)))\n return this.fromHandle\n}","funcProperties":{"__isSmartRef__":true,"id":1515},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1514":{"this":{"__isSmartRef__":true,"id":1248}},"1515":{"timestamp":{"__isSmartRef__":true,"id":1516},"user":"jenslincke","tags":[]},"1516":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:13:03 GMT+0100 (W. Europe Standard Time)"},"1517":{"varMapping":{"__isSmartRef__":true,"id":1518},"source":"function showToHandle() {\n if (!this.toHandle) {\n this.toHandle = this.makeHandle();\n this.toHandle.setFill(Color.red)\n this.toHandle.isToHandle = true;\n\n }\n this.toHandle.openInWorld();\n this.toHandle.controlPoint = this.controlPoints[1];\n this.toHandle.setPosition(this.controlPoints[1].getGlobalPos().subPt(pt(5,5)))\n return this.toHandle\n}","funcProperties":{"__isSmartRef__":true,"id":1519},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1518":{"this":{"__isSmartRef__":true,"id":1248}},"1519":{"timestamp":{"__isSmartRef__":true,"id":1520},"user":"jenslincke","tags":[]},"1520":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:20:25 GMT+0100 (W. Europe Standard Time)"},"1521":{"varMapping":{"__isSmartRef__":true,"id":1522},"source":"function reset() {\n if (this.fromHandle) {\n this.fromHandle.remove()\n delete this.fromHandle\n }\n if (this.toHandle) {\n this.toHandle.remove()\n delete this.toHandle\n }\n \n this.droppingEnabled = false\n // this.controlPoints[1].setPos(pt(200,200))\n}","funcProperties":{"__isSmartRef__":true,"id":1523},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1522":{"this":{"__isSmartRef__":true,"id":1248}},"1523":{"timestamp":{"__isSmartRef__":true,"id":1524},"user":"jenslincke","tags":[]},"1524":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:14:14 GMT+0100 (W. Europe Standard Time)"},"1525":{"varMapping":{"__isSmartRef__":true,"id":1526},"source":"function onDragInHandle(handle, evt) {\n this.lastOverTime = Date.now()\n var pos = handle.getPositionInWorld();\n var delta = evt.hand.getPosition().subPt(pos);\n handle.moveBy(delta)\n pos = handle.getPositionInWorld();\n if (handle.controlPoint)\n handle.controlPoint.setGlobalPos(pos.addPt(pt(5,5)))\n var morphs = this.owner.morphsContainingPoint(pos)\n morphs = morphs.reject(function(ea) {\n return ea.isWorld || (ea === handle) || (ea === this) || \n (ea === this.owner)\n }, this)\n if (this.selectedMorphHighlights) \n this.selectedMorphHighlights.invoke('remove')\n this.selectedMorph = morphs.first();\n this.selectedMorphHighlights = show(this.selectedMorph)\n handle.startPos = evt.getPosition();\n}","funcProperties":{"__isSmartRef__":true,"id":1527},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1526":{"this":{"__isSmartRef__":true,"id":1248}},"1527":{"timestamp":{"__isSmartRef__":true,"id":1528},"user":"jenslincke","tags":[]},"1528":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:49:04 GMT+0100 (W. Europe Standard Time)"},"1529":{"varMapping":{"__isSmartRef__":true,"id":1530},"source":"function onDragStartInHandle(handle, evt) {\n handle.startPos = evt.getPosition()\n}","funcProperties":{"__isSmartRef__":true,"id":1531},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1530":{"this":{"__isSmartRef__":true,"id":1248}},"1531":{"timestamp":{"__isSmartRef__":true,"id":1532},"user":"jenslincke","tags":[]},"1532":{"isSerializedDate":true,"string":"Thu Dec 13 2012 15:51:13 GMT+0100 (W. Europe Standard Time)"},"1533":{"varMapping":{"__isSmartRef__":true,"id":1534},"source":"function onDragEndInHandle(handle, evt) {\n if (this.selectedMorphHighlights) \n this.selectedMorphHighlights.invoke('remove')\n \n if (handle.isFromHandle) this.connectFrom(this.selectedMorph)\n if (handle.isToHandle) this.connectTo(this.selectedMorph)\n this.delayedHideHandles()\n this.updatePosition()\n}","funcProperties":{"__isSmartRef__":true,"id":1535},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1534":{"this":{"__isSmartRef__":true,"id":1248}},"1535":{"timestamp":{"__isSmartRef__":true,"id":1536},"user":"jenslincke","tags":[]},"1536":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:14:52 GMT+0100 (W. Europe Standard Time)"},"1537":{"varMapping":{"__isSmartRef__":true,"id":1538},"source":"function connectFrom(morph) {\n if (morph && morph === this.toMorph) return; // not allowed\n\n this.disconnectMorph(this.fromMorph)\n this.fromMorph = morph;\n this.connectMorph(this.fromMorph)\n}","funcProperties":{"__isSmartRef__":true,"id":1539},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1538":{"this":{"__isSmartRef__":true,"id":1248}},"1539":{"timestamp":{"__isSmartRef__":true,"id":1540},"user":"jenslincke","tags":[]},"1540":{"isSerializedDate":true,"string":"Thu Dec 13 2012 18:02:22 GMT+0100 (W. Europe Standard Time)"},"1541":{"varMapping":{"__isSmartRef__":true,"id":1542},"source":"function connectTo(morph) {\n\n if (morph && morph === this.fromMorph) return; // not allowed\n\n this.disconnectMorph(this.toMorph)\n this.toMorph = morph;\n this.connectMorph(this.toMorph)\n}","funcProperties":{"__isSmartRef__":true,"id":1543},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1542":{"this":{"__isSmartRef__":true,"id":1248}},"1543":{"timestamp":{"__isSmartRef__":true,"id":1544},"user":"jenslincke","tags":[]},"1544":{"isSerializedDate":true,"string":"Thu Dec 13 2012 18:02:30 GMT+0100 (W. Europe Standard Time)"},"1545":{"varMapping":{"__isSmartRef__":true,"id":1546},"source":"function hideToHandle() {\n if (this.toHandle) this.toHandle.remove();\n}","funcProperties":{"__isSmartRef__":true,"id":1547},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1546":{"this":{"__isSmartRef__":true,"id":1248}},"1547":{"timestamp":{"__isSmartRef__":true,"id":1548},"user":"jenslincke","tags":[]},"1548":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:17:05 GMT+0100 (W. Europe Standard Time)"},"1549":{"varMapping":{"__isSmartRef__":true,"id":1550},"source":"function hideFromHandle() {\n if (this.fromHandle) this.fromHandle.remove()\n}","funcProperties":{"__isSmartRef__":true,"id":1551},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1550":{"this":{"__isSmartRef__":true,"id":1248}},"1551":{"timestamp":{"__isSmartRef__":true,"id":1552},"user":"jenslincke","tags":[]},"1552":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:17:16 GMT+0100 (W. Europe Standard Time)"},"1553":{"varMapping":{"__isSmartRef__":true,"id":1554},"source":"function updateIntersection(morph, cp) {\n if (!morph) return;\n var intersection = this.intersectMorph(morph)[0];\n if (intersection) {\n cp.setGlobalPos(intersection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1555},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1554":{"this":{"__isSmartRef__":true,"id":1248}},"1555":{"timestamp":{"__isSmartRef__":true,"id":1556},"user":"jenslincke","tags":[]},"1556":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:51:32 GMT+0100 (W. Europe Standard Time)"},"1557":{"varMapping":{"__isSmartRef__":true,"id":1558},"source":"function lineIntersect(a1, a2, b1, b2){\n // inspired by http://stackoverflow.com/questions/3746274/line-intersection-with-aabb-rectangle\n var b = a2.subPt(a1);\n var d = b2.subPt(b1);\n var bDotDPerp = b.x * d.y - b.y * d.x;\n\n // if b dot d == 0, it means the lines are parallel so have infinite intersection points\n if (bDotDPerp == 0)\n return null;\n\n var c = b1.subPt(a1);\n var t = (c.x * d.y - c.y * d.x) / bDotDPerp;\n if (t < 0 || t > 1)\n return null;\n\n var u = (c.x * b.y - c.y * b.x) / bDotDPerp;\n if (u < 0 || u > 1)\n return null;\n\n return a1.addPt(b.scaleBy(t));\n}","funcProperties":{"__isSmartRef__":true,"id":1559},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1558":{"this":{"__isSmartRef__":true,"id":1248}},"1559":{"timestamp":{"__isSmartRef__":true,"id":1560},"user":"jenslincke","tags":[]},"1560":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:47:12 GMT+0100 (W. Europe Standard Time)"},"1561":{"varMapping":{"__isSmartRef__":true,"id":1562},"source":"function intersectMorphLinePoints(morph, a1, a2) {\n var points = this.globalShapePathFromMorph(morph);\n var intersections = [];\n points.inject(points.last(), function(last, ea) {\n var p = this.lineIntersect(a1, a2, last, ea)\n if (p) intersections.push(p)\n return ea\n }, this)\n return intersections\n}","funcProperties":{"__isSmartRef__":true,"id":1563},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1562":{"this":{"__isSmartRef__":true,"id":1248}},"1563":{"timestamp":{"__isSmartRef__":true,"id":1564},"user":"jenslincke","tags":[]},"1564":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:53:21 GMT+0100 (W. Europe Standard Time)"},"1565":{"varMapping":{"__isSmartRef__":true,"id":1566},"source":"function intersectMorph(morph) {\n var line = this;\n return this.intersectMorphLinePoints(morph,\n line.controlPoints[0].getGlobalPos(), line.controlPoints[1].getGlobalPos())\n}","funcProperties":{"__isSmartRef__":true,"id":1567},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1566":{"this":{"__isSmartRef__":true,"id":1248}},"1567":{"timestamp":{"__isSmartRef__":true,"id":1568},"user":"jenslincke","tags":[]},"1568":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:51:47 GMT+0100 (W. Europe Standard Time)"},"1569":{"varMapping":{"__isSmartRef__":true,"id":1570},"source":"function globalShapePathFromMorph(morph) {\n var b = morph.shape.bounds();\n var p1 = morph.worldPoint(b.topLeft()),\n p2 = morph.worldPoint(b.topRight()),\n p3 = morph.worldPoint(b.bottomRight()),\n p4 = morph.worldPoint(b.bottomLeft());\n return [p1, p2, p3, p4]\n}","funcProperties":{"__isSmartRef__":true,"id":1571},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1570":{"this":{"__isSmartRef__":true,"id":1248}},"1571":{"timestamp":{"__isSmartRef__":true,"id":1572},"user":"jenslincke","tags":[]},"1572":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:53:00 GMT+0100 (W. Europe Standard Time)"},"1573":{"varMapping":{"__isSmartRef__":true,"id":1574},"source":"function remove() {\n \n this.disconnectMorph(this.fromMorph)\n this.disconnectMorph(this.toMorph)\n return $super()\n}","funcProperties":{"__isSmartRef__":true,"id":1579},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1574":{"this":{"__isSmartRef__":true,"id":1248},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1575}},"1575":{"$super":{"__isSmartRef__":true,"id":1576}},"1576":{"varMapping":{"__isSmartRef__":true,"id":1577},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1578},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1577":{"obj":{"__isSmartRef__":true,"id":1248},"name":"remove"},"1578":{},"1579":{"timestamp":{"__isSmartRef__":true,"id":1580},"user":"jenslincke","tags":[]},"1580":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:15:47 GMT+0100 (W. Europe Standard Time)"},"1581":{"varMapping":{"__isSmartRef__":true,"id":1582},"source":"function migrateFrom(other) {\n\n this.disconnectMorph(this.fromMorph)\n this.disconnectMorph(this.toMorph)\n\n this.connectFrom(other.fromMorph)\n this.connectTo(other.toMorph)\n\n this.updatePosition()\n\n}","funcProperties":{"__isSmartRef__":true,"id":1583},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1582":{"this":{"__isSmartRef__":true,"id":1248}},"1583":{"timestamp":{"__isSmartRef__":true,"id":1584},"user":"jenslincke","tags":[]},"1584":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:43:34 GMT+0100 (W. Europe Standard Time)"},"1585":{"varMapping":{"__isSmartRef__":true,"id":1586},"source":"function copy() {\n var r = $super()\n r.disconnectAll()\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":1591},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1586":{"this":{"__isSmartRef__":true,"id":1248},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1587}},"1587":{"$super":{"__isSmartRef__":true,"id":1588}},"1588":{"varMapping":{"__isSmartRef__":true,"id":1589},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1590},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1589":{"obj":{"__isSmartRef__":true,"id":1248},"name":"copy"},"1590":{},"1591":{"timestamp":{"__isSmartRef__":true,"id":1592},"user":"jenslincke","tags":[]},"1592":{"isSerializedDate":true,"string":"Wed Jan 22 2014 15:59:01 GMT+0100 (W. Europe Standard Time)"},"1593":{"varMapping":{"__isSmartRef__":true,"id":1594},"source":"function disconnectAll() {\n this.disconnectMorph(this.toMorph)\n this.disconnectMorph(this.fromMorph)\n this.fromMorph = null\n this.toMorph = null\n}","funcProperties":{"__isSmartRef__":true,"id":1595},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1594":{"this":{"__isSmartRef__":true,"id":1248}},"1595":{"timestamp":{"__isSmartRef__":true,"id":1596},"user":"jenslincke","tags":[]},"1596":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:00:37 GMT+0100 (W. Europe Standard Time)"},"1597":{"varMapping":{"__isSmartRef__":true,"id":1598},"source":"function resumeSteppingAll() {\n this.connectMorph(this.fromMorph)\n this.connectMorph(this.toMorph)\n return $super()\n}","funcProperties":{"__isSmartRef__":true,"id":1603},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1598":{"this":{"__isSmartRef__":true,"id":1248},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1599}},"1599":{"$super":{"__isSmartRef__":true,"id":1600}},"1600":{"varMapping":{"__isSmartRef__":true,"id":1601},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1602},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1601":{"obj":{"__isSmartRef__":true,"id":1248},"name":"resumeSteppingAll"},"1602":{},"1603":{"timestamp":{"__isSmartRef__":true,"id":1604},"user":"jenslincke","tags":[]},"1604":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:04:58 GMT+0100 (W. Europe Standard Time)"},"1605":{"varMapping":{"__isSmartRef__":true,"id":1606},"source":"function delayedHideHandles() {\n if (! this.lastOverTime) return; // it was handled already\n var delta = Date.now() - this.lastOverTime;\n if (delta > 2000) {\n this.hideHandles()\n this.lastOverTime = null;\n } else {\n this.delayedHideHandles.bind(this).delay(0.1)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1607},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1606":{"this":{"__isSmartRef__":true,"id":1248}},"1607":{"timestamp":{"__isSmartRef__":true,"id":1608},"user":"jenslincke","tags":[]},"1608":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:47:26 GMT+0100 (W. Europe Standard Time)"},"1609":{"varMapping":{"__isSmartRef__":true,"id":1610},"source":"function hideHandles() {\n this.hideFromHandle()\n this.hideToHandle()\n}","funcProperties":{"__isSmartRef__":true,"id":1611},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1610":{"this":{"__isSmartRef__":true,"id":1248}},"1611":{"timestamp":{"__isSmartRef__":true,"id":1612},"user":"jenslincke","tags":[]},"1612":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:16:41 GMT+0100 (W. Europe Standard Time)"},"1613":{"varMapping":{"__isSmartRef__":true,"id":1614},"source":"function grabByHand(hand) {\n this.disconnectAll()\n hand.addMorphWithShadow(this)\n}","funcProperties":{"__isSmartRef__":true,"id":1615},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1614":{"this":{"__isSmartRef__":true,"id":1248}},"1615":{"timestamp":{"__isSmartRef__":true,"id":1616},"user":"jenslincke","tags":[]},"1616":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:23:25 GMT+0100 (W. Europe Standard Time)"},"1617":{"varMapping":{"__isSmartRef__":true,"id":1618},"source":"function onMouseDownEntry(evt) {\n var r = $super(evt)\n\n // var localPos = this.localize(evt.getPosition())\n // var distance = this.distanceToPoint(localPos)\n // alertOK(\"onMouseDownEntry: \" + distance)\n // if (distance > 20) {\n // evt.world.clickedOnMorph = null;\n // evt.world.clickedOnMorphTime = null;\n // evt.hand.scrollFocusMorph = null;\n // evt.hand.internalClickedOnMorph = null\n // return false\n // }\n // show(this.worldPoint(localPos))\n\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":1623},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1618":{"this":{"__isSmartRef__":true,"id":1248},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1619}},"1619":{"$super":{"__isSmartRef__":true,"id":1620}},"1620":{"varMapping":{"__isSmartRef__":true,"id":1621},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1622},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1621":{"obj":{"__isSmartRef__":true,"id":1248},"name":"onMouseDownEntry"},"1622":{},"1623":{"timestamp":{"__isSmartRef__":true,"id":1624},"user":"jenslincke","tags":[]},"1624":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:44:47 GMT+0100 (W. Europe Standard Time)"},"1625":{"varMapping":{"__isSmartRef__":true,"id":1626},"source":"function distanceToPoint(point) {\n // this.distanceToPoint(this.vertices()[0])\n // this.distanceToPoint(this.vertices()[1])\n // this.distanceToPoint(pt(0,0))\n\n // TODO move this to Math\n function sqr(x) { return x * x }\n function dist2(v, w) { return sqr(v.x - w.x) + sqr(v.y - w.y) }\n function distToSegmentSquared(p, v, w) {\n var l2 = dist2(v, w);\n if (l2 == 0) return dist2(p, v);\n var t = ((p.x - v.x) * (w.x - v.x) + (p.y - v.y) * (w.y - v.y)) / l2;\n if (t < 0) return dist2(p, v);\n if (t > 1) return dist2(p, w);\n return dist2(p, { x: v.x + t * (w.x - v.x),\n y: v.y + t * (w.y - v.y) });\n }\n function distToSegment(p, v, w) { return Math.sqrt(distToSegmentSquared(p, v, w)); }\n\n var vertices = this.vertices()\n\n return distToSegment(point, vertices.first(), vertices.last())\n}","funcProperties":{"__isSmartRef__":true,"id":1627},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1626":{"this":{"__isSmartRef__":true,"id":1248}},"1627":{"timestamp":{"__isSmartRef__":true,"id":1628},"user":"jenslincke","tags":[]},"1628":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:33:44 GMT+0100 (W. Europe Standard Time)"},"1629":{"varMapping":{"__isSmartRef__":true,"id":1630},"source":"function dropOn(aMorph) {\n var r = $super(aMorph)\n this.sendToBack()\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":1635},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1630":{"this":{"__isSmartRef__":true,"id":1248},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1631}},"1631":{"$super":{"__isSmartRef__":true,"id":1632}},"1632":{"varMapping":{"__isSmartRef__":true,"id":1633},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1634},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1633":{"obj":{"__isSmartRef__":true,"id":1248},"name":"dropOn"},"1634":{},"1635":{"timestamp":{"__isSmartRef__":true,"id":1636},"user":"jenslincke","tags":[]},"1636":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:47:48 GMT+0100 (W. Europe Standard Time)"},"1637":{"source":{"__isSmartRef__":true,"id":1114},"target":{"__isSmartRef__":true,"id":1248}},"1638":{"sourceObj":{"__isSmartRef__":true,"id":852},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":1247},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1639},"dependedBy":{"__isSmartRef__":true,"id":1247},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1639":{"source":{"__isSmartRef__":true,"id":852},"target":{"__isSmartRef__":true,"id":1247}},"1640":{"sourceObj":{"__isSmartRef__":true,"id":852},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":1247},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1641},"dependedBy":{"__isSmartRef__":true,"id":1247},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1641":{"source":{"__isSmartRef__":true,"id":852},"target":{"__isSmartRef__":true,"id":1247}},"1642":{"sourceObj":{"__isSmartRef__":true,"id":852},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":1247},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1643},"dependedBy":{"__isSmartRef__":true,"id":1247},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1643":{"source":{"__isSmartRef__":true,"id":852},"target":{"__isSmartRef__":true,"id":1247}},"1644":{"sourceObj":{"__isSmartRef__":true,"id":852},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":1247},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":1645},"dependedBy":{"__isSmartRef__":true,"id":1247},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1645":{"source":{"__isSmartRef__":true,"id":852},"target":{"__isSmartRef__":true,"id":1247}},"1646":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":1247},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1647},"dependedBy":{"__isSmartRef__":true,"id":1247},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1647":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":1247}},"1648":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":1247},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1649},"dependedBy":{"__isSmartRef__":true,"id":1247},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1649":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":1247}},"1650":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":1247},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1651},"dependedBy":{"__isSmartRef__":true,"id":1247},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1651":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":1247}},"1652":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":1247},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":1653},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","dependedBy":{"__isSmartRef__":true,"id":1247},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1653":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":1247}},"1654":{"d":1,"a":1,"f":341.3,"e":955.6,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":1655},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1655":{"a":1,"b":0,"c":0,"d":1,"e":955.6,"f":341.3,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1656":{"Name":"Heat Storage","Stores":"HeatEnergy","Value":243},"1657":{"migrateFrom":{"__isSmartRef__":true,"id":1658},"parseSource":{"__isSmartRef__":true,"id":1662},"printSource":{"__isSmartRef__":true,"id":1666}},"1658":{"varMapping":{"__isSmartRef__":true,"id":1659},"source":"function migrateFrom(other) {\n this.get(\"SourceText\").textString = other.get(\"SourceText\").textString\n}","funcProperties":{"__isSmartRef__":true,"id":1660},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1659":{"this":{"__isSmartRef__":true,"id":852}},"1660":{"timestamp":{"__isSmartRef__":true,"id":1661},"user":"jenslincke","tags":[]},"1661":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:09:44 GMT+0100 (W. Europe Standard Time)"},"1662":{"varMapping":{"__isSmartRef__":true,"id":1663},"source":"function parseSource() {\n // this.parseSource()\n var obj = {}\n this.get(\"SourceText\").textString.split(\"\\n\").each(function(line){\n var m = line.match(/([^:]*): *(.*)/)\n if (m) {\n if (m[2].match(\",\"))\n obj[m[1]] = m[2].split(/, ?/)\n obj[m[1]] = m[2]\n }\n })\n return obj\n}","funcProperties":{"__isSmartRef__":true,"id":1664},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1663":{"this":{"__isSmartRef__":true,"id":852}},"1664":{"timestamp":{"__isSmartRef__":true,"id":1665},"user":"jenslincke","tags":[]},"1665":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:22:33 GMT+0100 (W. Europe Standard Time)"},"1666":{"varMapping":{"__isSmartRef__":true,"id":1667},"source":"function printSource(obj) {\n // o = this.parseSource(); o.Value = Math.random(); this.printSource(o)\n this.get(\"SourceText\").textString = Properties.own(obj).collect(function(ea) {\n if (Object.isArray(obj[ea]))\n return ea + \": \" +obj[ea].join(\", \")\n else\n return ea + \": \" +obj[ea]\n }).join(\"\\n\")\n}","funcProperties":{"__isSmartRef__":true,"id":1668},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1667":{"this":{"__isSmartRef__":true,"id":852}},"1668":{"timestamp":{"__isSmartRef__":true,"id":1669},"user":"jenslincke","tags":[]},"1669":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:22:19 GMT+0100 (W. Europe Standard Time)"},"1670":{"connect":{"__isSmartRef__":true,"id":1671},"updatePosition":{"__isSmartRef__":true,"id":1675},"updateControlPoint":{"__isSmartRef__":true,"id":1679},"disconnectMorph":{"__isSmartRef__":true,"id":1683},"connectMorph":{"__isSmartRef__":true,"id":1687},"onMouseOver":{"__isSmartRef__":true,"id":1691},"onMouseOut":{"__isSmartRef__":true,"id":1695},"makeHandle":{"__isSmartRef__":true,"id":1703},"showFromHandle":{"__isSmartRef__":true,"id":1707},"showToHandle":{"__isSmartRef__":true,"id":1711},"reset":{"__isSmartRef__":true,"id":1715},"onDragInHandle":{"__isSmartRef__":true,"id":1719},"onDragStartInHandle":{"__isSmartRef__":true,"id":1723},"onDragEndInHandle":{"__isSmartRef__":true,"id":1727},"connectFrom":{"__isSmartRef__":true,"id":1731},"connectTo":{"__isSmartRef__":true,"id":1735},"hideToHandle":{"__isSmartRef__":true,"id":1739},"hideFromHandle":{"__isSmartRef__":true,"id":1743},"updateIntersection":{"__isSmartRef__":true,"id":1747},"lineIntersect":{"__isSmartRef__":true,"id":1751},"intersectMorphLinePoints":{"__isSmartRef__":true,"id":1755},"intersectMorph":{"__isSmartRef__":true,"id":1759},"globalShapePathFromMorph":{"__isSmartRef__":true,"id":1763},"remove":{"__isSmartRef__":true,"id":1767},"migrateFrom":{"__isSmartRef__":true,"id":1775},"copy":{"__isSmartRef__":true,"id":1779},"disconnectAll":{"__isSmartRef__":true,"id":1787},"resumeSteppingAll":{"__isSmartRef__":true,"id":1791},"delayedHideHandles":{"__isSmartRef__":true,"id":1799},"hideHandles":{"__isSmartRef__":true,"id":1803},"grabByHand":{"__isSmartRef__":true,"id":1807},"onMouseDownEntry":{"__isSmartRef__":true,"id":1811},"distanceToPoint":{"__isSmartRef__":true,"id":1819},"dropOn":{"__isSmartRef__":true,"id":1823}},"1671":{"varMapping":{"__isSmartRef__":true,"id":1672},"source":"function connect(morphA, morphB) {\n this.connectFrom(morphA)\n this.connectTo(morphB)\n this.updatePosition()\n}","funcProperties":{"__isSmartRef__":true,"id":1673},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1672":{"this":{"__isSmartRef__":true,"id":843}},"1673":{"timestamp":{"__isSmartRef__":true,"id":1674},"user":"jenslincke","tags":[]},"1674":{"isSerializedDate":true,"string":"Thu Dec 13 2012 16:50:49 GMT+0100 (W. Europe Standard Time)"},"1675":{"varMapping":{"__isSmartRef__":true,"id":1676},"source":"function updatePosition(sourceMorph) {\n\n // some self healing code\n if (sourceMorph && sourceMorph !== this.toMorph && sourceMorph !== this.fromMorph) {\n this.disconnectMorph(sourceMorph)\n }\n try {\n this.updateControlPoint(this.controlPoints[0], this.fromMorph)\n this.updateControlPoint(this.controlPoints[1], this.toMorph)\n this.updateIntersection(this.fromMorph, this.controlPoints[0])\n this.updateIntersection(this.toMorph, this.controlPoints[1])\n } catch(e) {\n console.log(\"ERROR \" +this+\".updatePosition(\" + sourceMorph + \")\")\n }\n\n this.adjustOrigin(this.bounds().extent().scaleBy(0.5))\n}","funcProperties":{"__isSmartRef__":true,"id":1677},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1676":{"this":{"__isSmartRef__":true,"id":843}},"1677":{"timestamp":{"__isSmartRef__":true,"id":1678},"user":"jenslincke","tags":[]},"1678":{"isSerializedDate":true,"string":"Wed Jan 22 2014 21:28:51 GMT+0100 (W. Europe Standard Time)"},"1679":{"varMapping":{"__isSmartRef__":true,"id":1680},"source":"function updateControlPoint(cp, morph) {\n if (!cp || !morph) return;\n try {\n var pos = morph.worldPoint(morph.shape.bounds().center())\n } catch(e) {};\n if (pos)\n cp.setGlobalPos(pos)\n}","funcProperties":{"__isSmartRef__":true,"id":1681},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1680":{"this":{"__isSmartRef__":true,"id":843}},"1681":{"timestamp":{"__isSmartRef__":true,"id":1682},"user":"jenslincke","tags":[]},"1682":{"isSerializedDate":true,"string":"Wed Jan 22 2014 21:25:06 GMT+0100 (W. Europe Standard Time)"},"1683":{"varMapping":{"__isSmartRef__":true,"id":1684},"source":"function disconnectMorph(morph) {\n if (!morph) return;\n lively.bindings.disconnect(morph, 'globalTransform', this, 'updatePosition')\n}","funcProperties":{"__isSmartRef__":true,"id":1685},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1684":{"this":{"__isSmartRef__":true,"id":843}},"1685":{"timestamp":{"__isSmartRef__":true,"id":1686},"user":"jenslincke","tags":[]},"1686":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:19:18 GMT+0100 (W. Europe Standard Time)"},"1687":{"varMapping":{"__isSmartRef__":true,"id":1688},"source":"function connectMorph(morph) {\n if (morph)\n lively.bindings.connect(morph, 'globalTransform', this, 'updatePosition', {\n converter: function(value) { return this.sourceObj }\n })\n}","funcProperties":{"__isSmartRef__":true,"id":1689},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1688":{"this":{"__isSmartRef__":true,"id":843}},"1689":{"timestamp":{"__isSmartRef__":true,"id":1690},"user":"jenslincke","tags":[]},"1690":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:00:00 GMT+0100 (W. Europe Standard Time)"},"1691":{"varMapping":{"__isSmartRef__":true,"id":1692},"source":"function onMouseOver(evt) {\n this.lastOverTime = Date.now()\n var p = evt.getPosition()\n var cp1 = this.controlPoints[0].getGlobalPos();\n if (p.dist(cp1) < 20) {\n this.showFromHandle()\n } else {\n this.hideFromHandle()\n }\n var cp2 = this.controlPoints[1].getGlobalPos();\n if (p.dist(cp2) < 20) {\n this.showToHandle()\n } else {\n this.hideToHandle()\n }\n \n this.delayedHideHandles()\n}","funcProperties":{"__isSmartRef__":true,"id":1693},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1692":{"this":{"__isSmartRef__":true,"id":843}},"1693":{"timestamp":{"__isSmartRef__":true,"id":1694},"user":"jenslincke","tags":[]},"1694":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:46:54 GMT+0100 (W. Europe Standard Time)"},"1695":{"varMapping":{"__isSmartRef__":true,"id":1696},"source":"function onMouseOut(evt) {\n // this.hideFromHandle()\n // this.hideToHandle()\n}","funcProperties":{"__isSmartRef__":true,"id":1701},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1696":{"this":{"__isSmartRef__":true,"id":843},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1697}},"1697":{"$super":{"__isSmartRef__":true,"id":1698}},"1698":{"varMapping":{"__isSmartRef__":true,"id":1699},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1700},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1699":{"obj":{"__isSmartRef__":true,"id":843},"name":"onMouseOut"},"1700":{},"1701":{"timestamp":{"__isSmartRef__":true,"id":1702},"user":"jenslincke","tags":[]},"1702":{"isSerializedDate":true,"string":"Thu Dec 13 2012 16:54:53 GMT+0100 (W. Europe Standard Time)"},"1703":{"varMapping":{"__isSmartRef__":true,"id":1704},"source":"function makeHandle() {\n var m = lively.morphic.Morph.makeRectangle(0,0,10,10);\n m.disableGrabbing()\n m.enableDragging()\n m.connector = this;\n // move real behavior to a place which is easier to develop\n // do not use bind, because we like late binding \n m.addScript(function onDragStart(evt) {\n this.connector.onDragStartInHandle(this, evt)\n })\n m.addScript(function onDrag(evt) {\n this.connector.onDragInHandle(this, evt)\n })\n m.addScript(function onDragEnd(evt) {\n this.connector.onDragEndInHandle(this, evt)\n })\n m.isEpiMorph = true;\n return m\n}","funcProperties":{"__isSmartRef__":true,"id":1705},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1704":{"this":{"__isSmartRef__":true,"id":843}},"1705":{"timestamp":{"__isSmartRef__":true,"id":1706},"user":"jenslincke","tags":[]},"1706":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:08:29 GMT+0100 (W. Europe Standard Time)"},"1707":{"varMapping":{"__isSmartRef__":true,"id":1708},"source":"function showFromHandle() {\n if (!this.fromHandle) {\n this.fromHandle = this.makeHandle();\n this.fromHandle.setFill(Color.red)\n this.fromHandle.isFromHandle = true;\n }\n this.fromHandle.openInWorld();\n this.fromHandle.controlPoint = this.controlPoints[0];\n this.fromHandle.setPosition(this.controlPoints[0].getGlobalPos().subPt(pt(5,5)))\n return this.fromHandle\n}","funcProperties":{"__isSmartRef__":true,"id":1709},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1708":{"this":{"__isSmartRef__":true,"id":843}},"1709":{"timestamp":{"__isSmartRef__":true,"id":1710},"user":"jenslincke","tags":[]},"1710":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:13:03 GMT+0100 (W. Europe Standard Time)"},"1711":{"varMapping":{"__isSmartRef__":true,"id":1712},"source":"function showToHandle() {\n if (!this.toHandle) {\n this.toHandle = this.makeHandle();\n this.toHandle.setFill(Color.red)\n this.toHandle.isToHandle = true;\n\n }\n this.toHandle.openInWorld();\n this.toHandle.controlPoint = this.controlPoints[1];\n this.toHandle.setPosition(this.controlPoints[1].getGlobalPos().subPt(pt(5,5)))\n return this.toHandle\n}","funcProperties":{"__isSmartRef__":true,"id":1713},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1712":{"this":{"__isSmartRef__":true,"id":843}},"1713":{"timestamp":{"__isSmartRef__":true,"id":1714},"user":"jenslincke","tags":[]},"1714":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:20:25 GMT+0100 (W. Europe Standard Time)"},"1715":{"varMapping":{"__isSmartRef__":true,"id":1716},"source":"function reset() {\n if (this.fromHandle) {\n this.fromHandle.remove()\n delete this.fromHandle\n }\n if (this.toHandle) {\n this.toHandle.remove()\n delete this.toHandle\n }\n \n this.droppingEnabled = false\n // this.controlPoints[1].setPos(pt(200,200))\n}","funcProperties":{"__isSmartRef__":true,"id":1717},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1716":{"this":{"__isSmartRef__":true,"id":843}},"1717":{"timestamp":{"__isSmartRef__":true,"id":1718},"user":"jenslincke","tags":[]},"1718":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:14:14 GMT+0100 (W. Europe Standard Time)"},"1719":{"varMapping":{"__isSmartRef__":true,"id":1720},"source":"function onDragInHandle(handle, evt) {\n this.lastOverTime = Date.now()\n var pos = handle.getPositionInWorld();\n var delta = evt.hand.getPosition().subPt(pos);\n handle.moveBy(delta)\n pos = handle.getPositionInWorld();\n if (handle.controlPoint)\n handle.controlPoint.setGlobalPos(pos.addPt(pt(5,5)))\n var morphs = this.owner.morphsContainingPoint(pos)\n morphs = morphs.reject(function(ea) {\n return ea.isWorld || (ea === handle) || (ea === this) || \n (ea === this.owner)\n }, this)\n if (this.selectedMorphHighlights) \n this.selectedMorphHighlights.invoke('remove')\n this.selectedMorph = morphs.first();\n this.selectedMorphHighlights = show(this.selectedMorph)\n handle.startPos = evt.getPosition();\n}","funcProperties":{"__isSmartRef__":true,"id":1721},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1720":{"this":{"__isSmartRef__":true,"id":843}},"1721":{"timestamp":{"__isSmartRef__":true,"id":1722},"user":"jenslincke","tags":[]},"1722":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:49:04 GMT+0100 (W. Europe Standard Time)"},"1723":{"varMapping":{"__isSmartRef__":true,"id":1724},"source":"function onDragStartInHandle(handle, evt) {\n handle.startPos = evt.getPosition()\n}","funcProperties":{"__isSmartRef__":true,"id":1725},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1724":{"this":{"__isSmartRef__":true,"id":843}},"1725":{"timestamp":{"__isSmartRef__":true,"id":1726},"user":"jenslincke","tags":[]},"1726":{"isSerializedDate":true,"string":"Thu Dec 13 2012 15:51:13 GMT+0100 (W. Europe Standard Time)"},"1727":{"varMapping":{"__isSmartRef__":true,"id":1728},"source":"function onDragEndInHandle(handle, evt) {\n if (this.selectedMorphHighlights) \n this.selectedMorphHighlights.invoke('remove')\n \n if (handle.isFromHandle) this.connectFrom(this.selectedMorph)\n if (handle.isToHandle) this.connectTo(this.selectedMorph)\n this.delayedHideHandles()\n this.updatePosition()\n}","funcProperties":{"__isSmartRef__":true,"id":1729},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1728":{"this":{"__isSmartRef__":true,"id":843}},"1729":{"timestamp":{"__isSmartRef__":true,"id":1730},"user":"jenslincke","tags":[]},"1730":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:14:52 GMT+0100 (W. Europe Standard Time)"},"1731":{"varMapping":{"__isSmartRef__":true,"id":1732},"source":"function connectFrom(morph) {\n if (morph && morph === this.toMorph) return; // not allowed\n\n this.disconnectMorph(this.fromMorph)\n this.fromMorph = morph;\n this.connectMorph(this.fromMorph)\n}","funcProperties":{"__isSmartRef__":true,"id":1733},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1732":{"this":{"__isSmartRef__":true,"id":843}},"1733":{"timestamp":{"__isSmartRef__":true,"id":1734},"user":"jenslincke","tags":[]},"1734":{"isSerializedDate":true,"string":"Thu Dec 13 2012 18:02:22 GMT+0100 (W. Europe Standard Time)"},"1735":{"varMapping":{"__isSmartRef__":true,"id":1736},"source":"function connectTo(morph) {\n\n if (morph && morph === this.fromMorph) return; // not allowed\n\n this.disconnectMorph(this.toMorph)\n this.toMorph = morph;\n this.connectMorph(this.toMorph)\n}","funcProperties":{"__isSmartRef__":true,"id":1737},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1736":{"this":{"__isSmartRef__":true,"id":843}},"1737":{"timestamp":{"__isSmartRef__":true,"id":1738},"user":"jenslincke","tags":[]},"1738":{"isSerializedDate":true,"string":"Thu Dec 13 2012 18:02:30 GMT+0100 (W. Europe Standard Time)"},"1739":{"varMapping":{"__isSmartRef__":true,"id":1740},"source":"function hideToHandle() {\n if (this.toHandle) this.toHandle.remove();\n}","funcProperties":{"__isSmartRef__":true,"id":1741},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1740":{"this":{"__isSmartRef__":true,"id":843}},"1741":{"timestamp":{"__isSmartRef__":true,"id":1742},"user":"jenslincke","tags":[]},"1742":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:17:05 GMT+0100 (W. Europe Standard Time)"},"1743":{"varMapping":{"__isSmartRef__":true,"id":1744},"source":"function hideFromHandle() {\n if (this.fromHandle) this.fromHandle.remove()\n}","funcProperties":{"__isSmartRef__":true,"id":1745},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1744":{"this":{"__isSmartRef__":true,"id":843}},"1745":{"timestamp":{"__isSmartRef__":true,"id":1746},"user":"jenslincke","tags":[]},"1746":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:17:16 GMT+0100 (W. Europe Standard Time)"},"1747":{"varMapping":{"__isSmartRef__":true,"id":1748},"source":"function updateIntersection(morph, cp) {\n if (!morph) return;\n var intersection = this.intersectMorph(morph)[0];\n if (intersection) {\n cp.setGlobalPos(intersection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1749},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1748":{"this":{"__isSmartRef__":true,"id":843}},"1749":{"timestamp":{"__isSmartRef__":true,"id":1750},"user":"jenslincke","tags":[]},"1750":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:51:32 GMT+0100 (W. Europe Standard Time)"},"1751":{"varMapping":{"__isSmartRef__":true,"id":1752},"source":"function lineIntersect(a1, a2, b1, b2){\n // inspired by http://stackoverflow.com/questions/3746274/line-intersection-with-aabb-rectangle\n var b = a2.subPt(a1);\n var d = b2.subPt(b1);\n var bDotDPerp = b.x * d.y - b.y * d.x;\n\n // if b dot d == 0, it means the lines are parallel so have infinite intersection points\n if (bDotDPerp == 0)\n return null;\n\n var c = b1.subPt(a1);\n var t = (c.x * d.y - c.y * d.x) / bDotDPerp;\n if (t < 0 || t > 1)\n return null;\n\n var u = (c.x * b.y - c.y * b.x) / bDotDPerp;\n if (u < 0 || u > 1)\n return null;\n\n return a1.addPt(b.scaleBy(t));\n}","funcProperties":{"__isSmartRef__":true,"id":1753},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1752":{"this":{"__isSmartRef__":true,"id":843}},"1753":{"timestamp":{"__isSmartRef__":true,"id":1754},"user":"jenslincke","tags":[]},"1754":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:47:12 GMT+0100 (W. Europe Standard Time)"},"1755":{"varMapping":{"__isSmartRef__":true,"id":1756},"source":"function intersectMorphLinePoints(morph, a1, a2) {\n var points = this.globalShapePathFromMorph(morph);\n var intersections = [];\n points.inject(points.last(), function(last, ea) {\n var p = this.lineIntersect(a1, a2, last, ea)\n if (p) intersections.push(p)\n return ea\n }, this)\n return intersections\n}","funcProperties":{"__isSmartRef__":true,"id":1757},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1756":{"this":{"__isSmartRef__":true,"id":843}},"1757":{"timestamp":{"__isSmartRef__":true,"id":1758},"user":"jenslincke","tags":[]},"1758":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:53:21 GMT+0100 (W. Europe Standard Time)"},"1759":{"varMapping":{"__isSmartRef__":true,"id":1760},"source":"function intersectMorph(morph) {\n var line = this;\n return this.intersectMorphLinePoints(morph,\n line.controlPoints[0].getGlobalPos(), line.controlPoints[1].getGlobalPos())\n}","funcProperties":{"__isSmartRef__":true,"id":1761},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1760":{"this":{"__isSmartRef__":true,"id":843}},"1761":{"timestamp":{"__isSmartRef__":true,"id":1762},"user":"jenslincke","tags":[]},"1762":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:51:47 GMT+0100 (W. Europe Standard Time)"},"1763":{"varMapping":{"__isSmartRef__":true,"id":1764},"source":"function globalShapePathFromMorph(morph) {\n var b = morph.shape.bounds();\n var p1 = morph.worldPoint(b.topLeft()),\n p2 = morph.worldPoint(b.topRight()),\n p3 = morph.worldPoint(b.bottomRight()),\n p4 = morph.worldPoint(b.bottomLeft());\n return [p1, p2, p3, p4]\n}","funcProperties":{"__isSmartRef__":true,"id":1765},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1764":{"this":{"__isSmartRef__":true,"id":843}},"1765":{"timestamp":{"__isSmartRef__":true,"id":1766},"user":"jenslincke","tags":[]},"1766":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:53:00 GMT+0100 (W. Europe Standard Time)"},"1767":{"varMapping":{"__isSmartRef__":true,"id":1768},"source":"function remove() {\n \n this.disconnectMorph(this.fromMorph)\n this.disconnectMorph(this.toMorph)\n return $super()\n}","funcProperties":{"__isSmartRef__":true,"id":1773},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1768":{"this":{"__isSmartRef__":true,"id":843},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1769}},"1769":{"$super":{"__isSmartRef__":true,"id":1770}},"1770":{"varMapping":{"__isSmartRef__":true,"id":1771},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1772},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1771":{"obj":{"__isSmartRef__":true,"id":843},"name":"remove"},"1772":{},"1773":{"timestamp":{"__isSmartRef__":true,"id":1774},"user":"jenslincke","tags":[]},"1774":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:15:47 GMT+0100 (W. Europe Standard Time)"},"1775":{"varMapping":{"__isSmartRef__":true,"id":1776},"source":"function migrateFrom(other) {\n\n this.disconnectMorph(this.fromMorph)\n this.disconnectMorph(this.toMorph)\n\n this.connectFrom(other.fromMorph)\n this.connectTo(other.toMorph)\n\n this.updatePosition()\n\n}","funcProperties":{"__isSmartRef__":true,"id":1777},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1776":{"this":{"__isSmartRef__":true,"id":843}},"1777":{"timestamp":{"__isSmartRef__":true,"id":1778},"user":"jenslincke","tags":[]},"1778":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:43:34 GMT+0100 (W. Europe Standard Time)"},"1779":{"varMapping":{"__isSmartRef__":true,"id":1780},"source":"function copy() {\n var r = $super()\n r.disconnectAll()\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":1785},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1780":{"this":{"__isSmartRef__":true,"id":843},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1781}},"1781":{"$super":{"__isSmartRef__":true,"id":1782}},"1782":{"varMapping":{"__isSmartRef__":true,"id":1783},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1784},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1783":{"obj":{"__isSmartRef__":true,"id":843},"name":"copy"},"1784":{},"1785":{"timestamp":{"__isSmartRef__":true,"id":1786},"user":"jenslincke","tags":[]},"1786":{"isSerializedDate":true,"string":"Wed Jan 22 2014 15:59:01 GMT+0100 (W. Europe Standard Time)"},"1787":{"varMapping":{"__isSmartRef__":true,"id":1788},"source":"function disconnectAll() {\n this.disconnectMorph(this.toMorph)\n this.disconnectMorph(this.fromMorph)\n this.fromMorph = null\n this.toMorph = null\n}","funcProperties":{"__isSmartRef__":true,"id":1789},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1788":{"this":{"__isSmartRef__":true,"id":843}},"1789":{"timestamp":{"__isSmartRef__":true,"id":1790},"user":"jenslincke","tags":[]},"1790":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:00:37 GMT+0100 (W. Europe Standard Time)"},"1791":{"varMapping":{"__isSmartRef__":true,"id":1792},"source":"function resumeSteppingAll() {\n this.connectMorph(this.fromMorph)\n this.connectMorph(this.toMorph)\n return $super()\n}","funcProperties":{"__isSmartRef__":true,"id":1797},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1792":{"this":{"__isSmartRef__":true,"id":843},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1793}},"1793":{"$super":{"__isSmartRef__":true,"id":1794}},"1794":{"varMapping":{"__isSmartRef__":true,"id":1795},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1796},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1795":{"obj":{"__isSmartRef__":true,"id":843},"name":"resumeSteppingAll"},"1796":{},"1797":{"timestamp":{"__isSmartRef__":true,"id":1798},"user":"jenslincke","tags":[]},"1798":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:04:58 GMT+0100 (W. Europe Standard Time)"},"1799":{"varMapping":{"__isSmartRef__":true,"id":1800},"source":"function delayedHideHandles() {\n if (! this.lastOverTime) return; // it was handled already\n var delta = Date.now() - this.lastOverTime;\n if (delta > 2000) {\n this.hideHandles()\n this.lastOverTime = null;\n } else {\n this.delayedHideHandles.bind(this).delay(0.1)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1801},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1800":{"this":{"__isSmartRef__":true,"id":843}},"1801":{"timestamp":{"__isSmartRef__":true,"id":1802},"user":"jenslincke","tags":[]},"1802":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:47:26 GMT+0100 (W. Europe Standard Time)"},"1803":{"varMapping":{"__isSmartRef__":true,"id":1804},"source":"function hideHandles() {\n this.hideFromHandle()\n this.hideToHandle()\n}","funcProperties":{"__isSmartRef__":true,"id":1805},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1804":{"this":{"__isSmartRef__":true,"id":843}},"1805":{"timestamp":{"__isSmartRef__":true,"id":1806},"user":"jenslincke","tags":[]},"1806":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:16:41 GMT+0100 (W. Europe Standard Time)"},"1807":{"varMapping":{"__isSmartRef__":true,"id":1808},"source":"function grabByHand(hand) {\n this.disconnectAll()\n hand.addMorphWithShadow(this)\n}","funcProperties":{"__isSmartRef__":true,"id":1809},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1808":{"this":{"__isSmartRef__":true,"id":843}},"1809":{"timestamp":{"__isSmartRef__":true,"id":1810},"user":"jenslincke","tags":[]},"1810":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:23:25 GMT+0100 (W. Europe Standard Time)"},"1811":{"varMapping":{"__isSmartRef__":true,"id":1812},"source":"function onMouseDownEntry(evt) {\n var r = $super(evt)\n\n // var localPos = this.localize(evt.getPosition())\n // var distance = this.distanceToPoint(localPos)\n // alertOK(\"onMouseDownEntry: \" + distance)\n // if (distance > 20) {\n // evt.world.clickedOnMorph = null;\n // evt.world.clickedOnMorphTime = null;\n // evt.hand.scrollFocusMorph = null;\n // evt.hand.internalClickedOnMorph = null\n // return false\n // }\n // show(this.worldPoint(localPos))\n\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":1817},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1812":{"this":{"__isSmartRef__":true,"id":843},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1813}},"1813":{"$super":{"__isSmartRef__":true,"id":1814}},"1814":{"varMapping":{"__isSmartRef__":true,"id":1815},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1816},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1815":{"obj":{"__isSmartRef__":true,"id":843},"name":"onMouseDownEntry"},"1816":{},"1817":{"timestamp":{"__isSmartRef__":true,"id":1818},"user":"jenslincke","tags":[]},"1818":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:44:47 GMT+0100 (W. Europe Standard Time)"},"1819":{"varMapping":{"__isSmartRef__":true,"id":1820},"source":"function distanceToPoint(point) {\n // this.distanceToPoint(this.vertices()[0])\n // this.distanceToPoint(this.vertices()[1])\n // this.distanceToPoint(pt(0,0))\n\n // TODO move this to Math\n function sqr(x) { return x * x }\n function dist2(v, w) { return sqr(v.x - w.x) + sqr(v.y - w.y) }\n function distToSegmentSquared(p, v, w) {\n var l2 = dist2(v, w);\n if (l2 == 0) return dist2(p, v);\n var t = ((p.x - v.x) * (w.x - v.x) + (p.y - v.y) * (w.y - v.y)) / l2;\n if (t < 0) return dist2(p, v);\n if (t > 1) return dist2(p, w);\n return dist2(p, { x: v.x + t * (w.x - v.x),\n y: v.y + t * (w.y - v.y) });\n }\n function distToSegment(p, v, w) { return Math.sqrt(distToSegmentSquared(p, v, w)); }\n\n var vertices = this.vertices()\n\n return distToSegment(point, vertices.first(), vertices.last())\n}","funcProperties":{"__isSmartRef__":true,"id":1821},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1820":{"this":{"__isSmartRef__":true,"id":843}},"1821":{"timestamp":{"__isSmartRef__":true,"id":1822},"user":"jenslincke","tags":[]},"1822":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:33:44 GMT+0100 (W. Europe Standard Time)"},"1823":{"varMapping":{"__isSmartRef__":true,"id":1824},"source":"function dropOn(aMorph) {\n var r = $super(aMorph)\n this.sendToBack()\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":1829},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1824":{"this":{"__isSmartRef__":true,"id":843},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1825}},"1825":{"$super":{"__isSmartRef__":true,"id":1826}},"1826":{"varMapping":{"__isSmartRef__":true,"id":1827},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1828},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1827":{"obj":{"__isSmartRef__":true,"id":843},"name":"dropOn"},"1828":{},"1829":{"timestamp":{"__isSmartRef__":true,"id":1830},"user":"jenslincke","tags":[]},"1830":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:47:48 GMT+0100 (W. Europe Standard Time)"},"1831":{"source":{"__isSmartRef__":true,"id":729},"target":{"__isSmartRef__":true,"id":843}},"1832":{"sourceObj":{"__isSmartRef__":true,"id":637},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":842},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1833},"dependedBy":{"__isSmartRef__":true,"id":842},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1833":{"source":{"__isSmartRef__":true,"id":637},"target":{"__isSmartRef__":true,"id":842}},"1834":{"sourceObj":{"__isSmartRef__":true,"id":637},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":842},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1835},"dependedBy":{"__isSmartRef__":true,"id":842},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1835":{"source":{"__isSmartRef__":true,"id":637},"target":{"__isSmartRef__":true,"id":842}},"1836":{"sourceObj":{"__isSmartRef__":true,"id":637},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":842},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1837},"dependedBy":{"__isSmartRef__":true,"id":842},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1837":{"source":{"__isSmartRef__":true,"id":637},"target":{"__isSmartRef__":true,"id":842}},"1838":{"sourceObj":{"__isSmartRef__":true,"id":637},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":842},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":1839},"dependedBy":{"__isSmartRef__":true,"id":842},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1839":{"source":{"__isSmartRef__":true,"id":637},"target":{"__isSmartRef__":true,"id":842}},"1840":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":842},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1841},"dependedBy":{"__isSmartRef__":true,"id":842},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1841":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":842}},"1842":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":842},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1843},"dependedBy":{"__isSmartRef__":true,"id":842},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1843":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":842}},"1844":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":842},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":1845},"dependedBy":{"__isSmartRef__":true,"id":842},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1845":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":842}},"1846":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":842},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":1847},"dependedBy":{"__isSmartRef__":true,"id":842},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"1847":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":842}},"1848":{"d":1,"a":1,"f":299.4,"e":503.1,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":1849},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1849":{"a":1,"b":0,"c":0,"d":1,"e":503.1,"f":299.4,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"1850":{"Name":"Thermal Station","In":"FosilEnergy","Out":"HeatEnergy"},"1851":{"migrateFrom":{"__isSmartRef__":true,"id":1852},"parseSource":{"__isSmartRef__":true,"id":1856},"printSource":{"__isSmartRef__":true,"id":1860}},"1852":{"varMapping":{"__isSmartRef__":true,"id":1853},"source":"function migrateFrom(other) {\n this.get(\"SourceText\").textString = other.get(\"SourceText\").textString\n}","funcProperties":{"__isSmartRef__":true,"id":1854},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1853":{"this":{"__isSmartRef__":true,"id":637}},"1854":{"timestamp":{"__isSmartRef__":true,"id":1855},"user":"jenslincke","tags":[]},"1855":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:09:44 GMT+0100 (W. Europe Standard Time)"},"1856":{"varMapping":{"__isSmartRef__":true,"id":1857},"source":"function parseSource() {\n // this.parseSource()\n var obj = {}\n this.get(\"SourceText\").textString.split(\"\\n\").each(function(line){\n var m = line.match(/([^:]*): *(.*)/)\n if (m) {\n if (m[2].match(\",\"))\n obj[m[1]] = m[2].split(/, ?/)\n obj[m[1]] = m[2]\n }\n })\n return obj\n}","funcProperties":{"__isSmartRef__":true,"id":1858},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1857":{"this":{"__isSmartRef__":true,"id":637}},"1858":{"timestamp":{"__isSmartRef__":true,"id":1859},"user":"jenslincke","tags":[]},"1859":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:22:33 GMT+0100 (W. Europe Standard Time)"},"1860":{"varMapping":{"__isSmartRef__":true,"id":1861},"source":"function printSource(obj) {\n // o = this.parseSource(); o.Value = Math.random(); this.printSource(o)\n this.get(\"SourceText\").textString = Properties.own(obj).collect(function(ea) {\n if (Object.isArray(obj[ea]))\n return ea + \": \" +obj[ea].join(\", \")\n else\n return ea + \": \" +obj[ea]\n }).join(\"\\n\")\n}","funcProperties":{"__isSmartRef__":true,"id":1862},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1861":{"this":{"__isSmartRef__":true,"id":637}},"1862":{"timestamp":{"__isSmartRef__":true,"id":1863},"user":"jenslincke","tags":[]},"1863":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:22:19 GMT+0100 (W. Europe Standard Time)"},"1864":{"connect":{"__isSmartRef__":true,"id":1865},"updatePosition":{"__isSmartRef__":true,"id":1869},"updateControlPoint":{"__isSmartRef__":true,"id":1873},"disconnectMorph":{"__isSmartRef__":true,"id":1877},"connectMorph":{"__isSmartRef__":true,"id":1881},"onMouseOver":{"__isSmartRef__":true,"id":1885},"onMouseOut":{"__isSmartRef__":true,"id":1889},"makeHandle":{"__isSmartRef__":true,"id":1897},"showFromHandle":{"__isSmartRef__":true,"id":1901},"showToHandle":{"__isSmartRef__":true,"id":1905},"reset":{"__isSmartRef__":true,"id":1909},"onDragInHandle":{"__isSmartRef__":true,"id":1913},"onDragStartInHandle":{"__isSmartRef__":true,"id":1917},"onDragEndInHandle":{"__isSmartRef__":true,"id":1921},"connectFrom":{"__isSmartRef__":true,"id":1925},"connectTo":{"__isSmartRef__":true,"id":1929},"hideToHandle":{"__isSmartRef__":true,"id":1933},"hideFromHandle":{"__isSmartRef__":true,"id":1937},"updateIntersection":{"__isSmartRef__":true,"id":1941},"lineIntersect":{"__isSmartRef__":true,"id":1945},"intersectMorphLinePoints":{"__isSmartRef__":true,"id":1949},"intersectMorph":{"__isSmartRef__":true,"id":1953},"globalShapePathFromMorph":{"__isSmartRef__":true,"id":1957},"remove":{"__isSmartRef__":true,"id":1961},"migrateFrom":{"__isSmartRef__":true,"id":1969},"copy":{"__isSmartRef__":true,"id":1973},"disconnectAll":{"__isSmartRef__":true,"id":1981},"resumeSteppingAll":{"__isSmartRef__":true,"id":1985},"delayedHideHandles":{"__isSmartRef__":true,"id":1993},"hideHandles":{"__isSmartRef__":true,"id":1997},"grabByHand":{"__isSmartRef__":true,"id":2001},"onMouseDownEntry":{"__isSmartRef__":true,"id":2005},"distanceToPoint":{"__isSmartRef__":true,"id":2013},"dropOn":{"__isSmartRef__":true,"id":2017}},"1865":{"varMapping":{"__isSmartRef__":true,"id":1866},"source":"function connect(morphA, morphB) {\n this.connectFrom(morphA)\n this.connectTo(morphB)\n this.updatePosition()\n}","funcProperties":{"__isSmartRef__":true,"id":1867},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1866":{"this":{"__isSmartRef__":true,"id":628}},"1867":{"timestamp":{"__isSmartRef__":true,"id":1868},"user":"jenslincke","tags":[]},"1868":{"isSerializedDate":true,"string":"Thu Dec 13 2012 16:50:49 GMT+0100 (W. Europe Standard Time)"},"1869":{"varMapping":{"__isSmartRef__":true,"id":1870},"source":"function updatePosition(sourceMorph) {\n\n // some self healing code\n if (sourceMorph && sourceMorph !== this.toMorph && sourceMorph !== this.fromMorph) {\n this.disconnectMorph(sourceMorph)\n }\n try {\n this.updateControlPoint(this.controlPoints[0], this.fromMorph)\n this.updateControlPoint(this.controlPoints[1], this.toMorph)\n this.updateIntersection(this.fromMorph, this.controlPoints[0])\n this.updateIntersection(this.toMorph, this.controlPoints[1])\n } catch(e) {\n console.log(\"ERROR \" +this+\".updatePosition(\" + sourceMorph + \")\")\n }\n\n this.adjustOrigin(this.bounds().extent().scaleBy(0.5))\n}","funcProperties":{"__isSmartRef__":true,"id":1871},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1870":{"this":{"__isSmartRef__":true,"id":628}},"1871":{"timestamp":{"__isSmartRef__":true,"id":1872},"user":"jenslincke","tags":[]},"1872":{"isSerializedDate":true,"string":"Wed Jan 22 2014 21:28:51 GMT+0100 (W. Europe Standard Time)"},"1873":{"varMapping":{"__isSmartRef__":true,"id":1874},"source":"function updateControlPoint(cp, morph) {\n if (!cp || !morph) return;\n try {\n var pos = morph.worldPoint(morph.shape.bounds().center())\n } catch(e) {};\n if (pos)\n cp.setGlobalPos(pos)\n}","funcProperties":{"__isSmartRef__":true,"id":1875},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1874":{"this":{"__isSmartRef__":true,"id":628}},"1875":{"timestamp":{"__isSmartRef__":true,"id":1876},"user":"jenslincke","tags":[]},"1876":{"isSerializedDate":true,"string":"Wed Jan 22 2014 21:25:06 GMT+0100 (W. Europe Standard Time)"},"1877":{"varMapping":{"__isSmartRef__":true,"id":1878},"source":"function disconnectMorph(morph) {\n if (!morph) return;\n lively.bindings.disconnect(morph, 'globalTransform', this, 'updatePosition')\n}","funcProperties":{"__isSmartRef__":true,"id":1879},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1878":{"this":{"__isSmartRef__":true,"id":628}},"1879":{"timestamp":{"__isSmartRef__":true,"id":1880},"user":"jenslincke","tags":[]},"1880":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:19:18 GMT+0100 (W. Europe Standard Time)"},"1881":{"varMapping":{"__isSmartRef__":true,"id":1882},"source":"function connectMorph(morph) {\n if (morph)\n lively.bindings.connect(morph, 'globalTransform', this, 'updatePosition', {\n converter: function(value) { return this.sourceObj }\n })\n}","funcProperties":{"__isSmartRef__":true,"id":1883},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1882":{"this":{"__isSmartRef__":true,"id":628}},"1883":{"timestamp":{"__isSmartRef__":true,"id":1884},"user":"jenslincke","tags":[]},"1884":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:00:00 GMT+0100 (W. Europe Standard Time)"},"1885":{"varMapping":{"__isSmartRef__":true,"id":1886},"source":"function onMouseOver(evt) {\n this.lastOverTime = Date.now()\n var p = evt.getPosition()\n var cp1 = this.controlPoints[0].getGlobalPos();\n if (p.dist(cp1) < 20) {\n this.showFromHandle()\n } else {\n this.hideFromHandle()\n }\n var cp2 = this.controlPoints[1].getGlobalPos();\n if (p.dist(cp2) < 20) {\n this.showToHandle()\n } else {\n this.hideToHandle()\n }\n \n this.delayedHideHandles()\n}","funcProperties":{"__isSmartRef__":true,"id":1887},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1886":{"this":{"__isSmartRef__":true,"id":628}},"1887":{"timestamp":{"__isSmartRef__":true,"id":1888},"user":"jenslincke","tags":[]},"1888":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:46:54 GMT+0100 (W. Europe Standard Time)"},"1889":{"varMapping":{"__isSmartRef__":true,"id":1890},"source":"function onMouseOut(evt) {\n // this.hideFromHandle()\n // this.hideToHandle()\n}","funcProperties":{"__isSmartRef__":true,"id":1895},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1890":{"this":{"__isSmartRef__":true,"id":628},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1891}},"1891":{"$super":{"__isSmartRef__":true,"id":1892}},"1892":{"varMapping":{"__isSmartRef__":true,"id":1893},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1894},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1893":{"obj":{"__isSmartRef__":true,"id":628},"name":"onMouseOut"},"1894":{},"1895":{"timestamp":{"__isSmartRef__":true,"id":1896},"user":"jenslincke","tags":[]},"1896":{"isSerializedDate":true,"string":"Thu Dec 13 2012 16:54:53 GMT+0100 (W. Europe Standard Time)"},"1897":{"varMapping":{"__isSmartRef__":true,"id":1898},"source":"function makeHandle() {\n var m = lively.morphic.Morph.makeRectangle(0,0,10,10);\n m.disableGrabbing()\n m.enableDragging()\n m.connector = this;\n // move real behavior to a place which is easier to develop\n // do not use bind, because we like late binding \n m.addScript(function onDragStart(evt) {\n this.connector.onDragStartInHandle(this, evt)\n })\n m.addScript(function onDrag(evt) {\n this.connector.onDragInHandle(this, evt)\n })\n m.addScript(function onDragEnd(evt) {\n this.connector.onDragEndInHandle(this, evt)\n })\n m.isEpiMorph = true;\n return m\n}","funcProperties":{"__isSmartRef__":true,"id":1899},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1898":{"this":{"__isSmartRef__":true,"id":628}},"1899":{"timestamp":{"__isSmartRef__":true,"id":1900},"user":"jenslincke","tags":[]},"1900":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:08:29 GMT+0100 (W. Europe Standard Time)"},"1901":{"varMapping":{"__isSmartRef__":true,"id":1902},"source":"function showFromHandle() {\n if (!this.fromHandle) {\n this.fromHandle = this.makeHandle();\n this.fromHandle.setFill(Color.red)\n this.fromHandle.isFromHandle = true;\n }\n this.fromHandle.openInWorld();\n this.fromHandle.controlPoint = this.controlPoints[0];\n this.fromHandle.setPosition(this.controlPoints[0].getGlobalPos().subPt(pt(5,5)))\n return this.fromHandle\n}","funcProperties":{"__isSmartRef__":true,"id":1903},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1902":{"this":{"__isSmartRef__":true,"id":628}},"1903":{"timestamp":{"__isSmartRef__":true,"id":1904},"user":"jenslincke","tags":[]},"1904":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:13:03 GMT+0100 (W. Europe Standard Time)"},"1905":{"varMapping":{"__isSmartRef__":true,"id":1906},"source":"function showToHandle() {\n if (!this.toHandle) {\n this.toHandle = this.makeHandle();\n this.toHandle.setFill(Color.red)\n this.toHandle.isToHandle = true;\n\n }\n this.toHandle.openInWorld();\n this.toHandle.controlPoint = this.controlPoints[1];\n this.toHandle.setPosition(this.controlPoints[1].getGlobalPos().subPt(pt(5,5)))\n return this.toHandle\n}","funcProperties":{"__isSmartRef__":true,"id":1907},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1906":{"this":{"__isSmartRef__":true,"id":628}},"1907":{"timestamp":{"__isSmartRef__":true,"id":1908},"user":"jenslincke","tags":[]},"1908":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:20:25 GMT+0100 (W. Europe Standard Time)"},"1909":{"varMapping":{"__isSmartRef__":true,"id":1910},"source":"function reset() {\n if (this.fromHandle) {\n this.fromHandle.remove()\n delete this.fromHandle\n }\n if (this.toHandle) {\n this.toHandle.remove()\n delete this.toHandle\n }\n \n this.droppingEnabled = false\n // this.controlPoints[1].setPos(pt(200,200))\n}","funcProperties":{"__isSmartRef__":true,"id":1911},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1910":{"this":{"__isSmartRef__":true,"id":628}},"1911":{"timestamp":{"__isSmartRef__":true,"id":1912},"user":"jenslincke","tags":[]},"1912":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:14:14 GMT+0100 (W. Europe Standard Time)"},"1913":{"varMapping":{"__isSmartRef__":true,"id":1914},"source":"function onDragInHandle(handle, evt) {\n this.lastOverTime = Date.now()\n var pos = handle.getPositionInWorld();\n var delta = evt.hand.getPosition().subPt(pos);\n handle.moveBy(delta)\n pos = handle.getPositionInWorld();\n if (handle.controlPoint)\n handle.controlPoint.setGlobalPos(pos.addPt(pt(5,5)))\n var morphs = this.owner.morphsContainingPoint(pos)\n morphs = morphs.reject(function(ea) {\n return ea.isWorld || (ea === handle) || (ea === this) || \n (ea === this.owner)\n }, this)\n if (this.selectedMorphHighlights) \n this.selectedMorphHighlights.invoke('remove')\n this.selectedMorph = morphs.first();\n this.selectedMorphHighlights = show(this.selectedMorph)\n handle.startPos = evt.getPosition();\n}","funcProperties":{"__isSmartRef__":true,"id":1915},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1914":{"this":{"__isSmartRef__":true,"id":628}},"1915":{"timestamp":{"__isSmartRef__":true,"id":1916},"user":"jenslincke","tags":[]},"1916":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:49:04 GMT+0100 (W. Europe Standard Time)"},"1917":{"varMapping":{"__isSmartRef__":true,"id":1918},"source":"function onDragStartInHandle(handle, evt) {\n handle.startPos = evt.getPosition()\n}","funcProperties":{"__isSmartRef__":true,"id":1919},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1918":{"this":{"__isSmartRef__":true,"id":628}},"1919":{"timestamp":{"__isSmartRef__":true,"id":1920},"user":"jenslincke","tags":[]},"1920":{"isSerializedDate":true,"string":"Thu Dec 13 2012 15:51:13 GMT+0100 (W. Europe Standard Time)"},"1921":{"varMapping":{"__isSmartRef__":true,"id":1922},"source":"function onDragEndInHandle(handle, evt) {\n if (this.selectedMorphHighlights) \n this.selectedMorphHighlights.invoke('remove')\n \n if (handle.isFromHandle) this.connectFrom(this.selectedMorph)\n if (handle.isToHandle) this.connectTo(this.selectedMorph)\n this.delayedHideHandles()\n this.updatePosition()\n}","funcProperties":{"__isSmartRef__":true,"id":1923},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1922":{"this":{"__isSmartRef__":true,"id":628}},"1923":{"timestamp":{"__isSmartRef__":true,"id":1924},"user":"jenslincke","tags":[]},"1924":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:14:52 GMT+0100 (W. Europe Standard Time)"},"1925":{"varMapping":{"__isSmartRef__":true,"id":1926},"source":"function connectFrom(morph) {\n if (morph && morph === this.toMorph) return; // not allowed\n\n this.disconnectMorph(this.fromMorph)\n this.fromMorph = morph;\n this.connectMorph(this.fromMorph)\n}","funcProperties":{"__isSmartRef__":true,"id":1927},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1926":{"this":{"__isSmartRef__":true,"id":628}},"1927":{"timestamp":{"__isSmartRef__":true,"id":1928},"user":"jenslincke","tags":[]},"1928":{"isSerializedDate":true,"string":"Thu Dec 13 2012 18:02:22 GMT+0100 (W. Europe Standard Time)"},"1929":{"varMapping":{"__isSmartRef__":true,"id":1930},"source":"function connectTo(morph) {\n\n if (morph && morph === this.fromMorph) return; // not allowed\n\n this.disconnectMorph(this.toMorph)\n this.toMorph = morph;\n this.connectMorph(this.toMorph)\n}","funcProperties":{"__isSmartRef__":true,"id":1931},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1930":{"this":{"__isSmartRef__":true,"id":628}},"1931":{"timestamp":{"__isSmartRef__":true,"id":1932},"user":"jenslincke","tags":[]},"1932":{"isSerializedDate":true,"string":"Thu Dec 13 2012 18:02:30 GMT+0100 (W. Europe Standard Time)"},"1933":{"varMapping":{"__isSmartRef__":true,"id":1934},"source":"function hideToHandle() {\n if (this.toHandle) this.toHandle.remove();\n}","funcProperties":{"__isSmartRef__":true,"id":1935},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1934":{"this":{"__isSmartRef__":true,"id":628}},"1935":{"timestamp":{"__isSmartRef__":true,"id":1936},"user":"jenslincke","tags":[]},"1936":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:17:05 GMT+0100 (W. Europe Standard Time)"},"1937":{"varMapping":{"__isSmartRef__":true,"id":1938},"source":"function hideFromHandle() {\n if (this.fromHandle) this.fromHandle.remove()\n}","funcProperties":{"__isSmartRef__":true,"id":1939},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1938":{"this":{"__isSmartRef__":true,"id":628}},"1939":{"timestamp":{"__isSmartRef__":true,"id":1940},"user":"jenslincke","tags":[]},"1940":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:17:16 GMT+0100 (W. Europe Standard Time)"},"1941":{"varMapping":{"__isSmartRef__":true,"id":1942},"source":"function updateIntersection(morph, cp) {\n if (!morph) return;\n var intersection = this.intersectMorph(morph)[0];\n if (intersection) {\n cp.setGlobalPos(intersection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1943},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1942":{"this":{"__isSmartRef__":true,"id":628}},"1943":{"timestamp":{"__isSmartRef__":true,"id":1944},"user":"jenslincke","tags":[]},"1944":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:51:32 GMT+0100 (W. Europe Standard Time)"},"1945":{"varMapping":{"__isSmartRef__":true,"id":1946},"source":"function lineIntersect(a1, a2, b1, b2){\n // inspired by http://stackoverflow.com/questions/3746274/line-intersection-with-aabb-rectangle\n var b = a2.subPt(a1);\n var d = b2.subPt(b1);\n var bDotDPerp = b.x * d.y - b.y * d.x;\n\n // if b dot d == 0, it means the lines are parallel so have infinite intersection points\n if (bDotDPerp == 0)\n return null;\n\n var c = b1.subPt(a1);\n var t = (c.x * d.y - c.y * d.x) / bDotDPerp;\n if (t < 0 || t > 1)\n return null;\n\n var u = (c.x * b.y - c.y * b.x) / bDotDPerp;\n if (u < 0 || u > 1)\n return null;\n\n return a1.addPt(b.scaleBy(t));\n}","funcProperties":{"__isSmartRef__":true,"id":1947},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1946":{"this":{"__isSmartRef__":true,"id":628}},"1947":{"timestamp":{"__isSmartRef__":true,"id":1948},"user":"jenslincke","tags":[]},"1948":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:47:12 GMT+0100 (W. Europe Standard Time)"},"1949":{"varMapping":{"__isSmartRef__":true,"id":1950},"source":"function intersectMorphLinePoints(morph, a1, a2) {\n var points = this.globalShapePathFromMorph(morph);\n var intersections = [];\n points.inject(points.last(), function(last, ea) {\n var p = this.lineIntersect(a1, a2, last, ea)\n if (p) intersections.push(p)\n return ea\n }, this)\n return intersections\n}","funcProperties":{"__isSmartRef__":true,"id":1951},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1950":{"this":{"__isSmartRef__":true,"id":628}},"1951":{"timestamp":{"__isSmartRef__":true,"id":1952},"user":"jenslincke","tags":[]},"1952":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:53:21 GMT+0100 (W. Europe Standard Time)"},"1953":{"varMapping":{"__isSmartRef__":true,"id":1954},"source":"function intersectMorph(morph) {\n var line = this;\n return this.intersectMorphLinePoints(morph,\n line.controlPoints[0].getGlobalPos(), line.controlPoints[1].getGlobalPos())\n}","funcProperties":{"__isSmartRef__":true,"id":1955},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1954":{"this":{"__isSmartRef__":true,"id":628}},"1955":{"timestamp":{"__isSmartRef__":true,"id":1956},"user":"jenslincke","tags":[]},"1956":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:51:47 GMT+0100 (W. Europe Standard Time)"},"1957":{"varMapping":{"__isSmartRef__":true,"id":1958},"source":"function globalShapePathFromMorph(morph) {\n var b = morph.shape.bounds();\n var p1 = morph.worldPoint(b.topLeft()),\n p2 = morph.worldPoint(b.topRight()),\n p3 = morph.worldPoint(b.bottomRight()),\n p4 = morph.worldPoint(b.bottomLeft());\n return [p1, p2, p3, p4]\n}","funcProperties":{"__isSmartRef__":true,"id":1959},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1958":{"this":{"__isSmartRef__":true,"id":628}},"1959":{"timestamp":{"__isSmartRef__":true,"id":1960},"user":"jenslincke","tags":[]},"1960":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:53:00 GMT+0100 (W. Europe Standard Time)"},"1961":{"varMapping":{"__isSmartRef__":true,"id":1962},"source":"function remove() {\n \n this.disconnectMorph(this.fromMorph)\n this.disconnectMorph(this.toMorph)\n return $super()\n}","funcProperties":{"__isSmartRef__":true,"id":1967},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1962":{"this":{"__isSmartRef__":true,"id":628},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1963}},"1963":{"$super":{"__isSmartRef__":true,"id":1964}},"1964":{"varMapping":{"__isSmartRef__":true,"id":1965},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1966},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1965":{"obj":{"__isSmartRef__":true,"id":628},"name":"remove"},"1966":{},"1967":{"timestamp":{"__isSmartRef__":true,"id":1968},"user":"jenslincke","tags":[]},"1968":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:15:47 GMT+0100 (W. Europe Standard Time)"},"1969":{"varMapping":{"__isSmartRef__":true,"id":1970},"source":"function migrateFrom(other) {\n\n this.disconnectMorph(this.fromMorph)\n this.disconnectMorph(this.toMorph)\n\n this.connectFrom(other.fromMorph)\n this.connectTo(other.toMorph)\n\n this.updatePosition()\n\n}","funcProperties":{"__isSmartRef__":true,"id":1971},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1970":{"this":{"__isSmartRef__":true,"id":628}},"1971":{"timestamp":{"__isSmartRef__":true,"id":1972},"user":"jenslincke","tags":[]},"1972":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:43:34 GMT+0100 (W. Europe Standard Time)"},"1973":{"varMapping":{"__isSmartRef__":true,"id":1974},"source":"function copy() {\n var r = $super()\n r.disconnectAll()\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":1979},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1974":{"this":{"__isSmartRef__":true,"id":628},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1975}},"1975":{"$super":{"__isSmartRef__":true,"id":1976}},"1976":{"varMapping":{"__isSmartRef__":true,"id":1977},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1978},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1977":{"obj":{"__isSmartRef__":true,"id":628},"name":"copy"},"1978":{},"1979":{"timestamp":{"__isSmartRef__":true,"id":1980},"user":"jenslincke","tags":[]},"1980":{"isSerializedDate":true,"string":"Wed Jan 22 2014 15:59:01 GMT+0100 (W. Europe Standard Time)"},"1981":{"varMapping":{"__isSmartRef__":true,"id":1982},"source":"function disconnectAll() {\n this.disconnectMorph(this.toMorph)\n this.disconnectMorph(this.fromMorph)\n this.fromMorph = null\n this.toMorph = null\n}","funcProperties":{"__isSmartRef__":true,"id":1983},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1982":{"this":{"__isSmartRef__":true,"id":628}},"1983":{"timestamp":{"__isSmartRef__":true,"id":1984},"user":"jenslincke","tags":[]},"1984":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:00:37 GMT+0100 (W. Europe Standard Time)"},"1985":{"varMapping":{"__isSmartRef__":true,"id":1986},"source":"function resumeSteppingAll() {\n this.connectMorph(this.fromMorph)\n this.connectMorph(this.toMorph)\n return $super()\n}","funcProperties":{"__isSmartRef__":true,"id":1991},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1986":{"this":{"__isSmartRef__":true,"id":628},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":1987}},"1987":{"$super":{"__isSmartRef__":true,"id":1988}},"1988":{"varMapping":{"__isSmartRef__":true,"id":1989},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":1990},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1989":{"obj":{"__isSmartRef__":true,"id":628},"name":"resumeSteppingAll"},"1990":{},"1991":{"timestamp":{"__isSmartRef__":true,"id":1992},"user":"jenslincke","tags":[]},"1992":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:04:58 GMT+0100 (W. Europe Standard Time)"},"1993":{"varMapping":{"__isSmartRef__":true,"id":1994},"source":"function delayedHideHandles() {\n if (! this.lastOverTime) return; // it was handled already\n var delta = Date.now() - this.lastOverTime;\n if (delta > 2000) {\n this.hideHandles()\n this.lastOverTime = null;\n } else {\n this.delayedHideHandles.bind(this).delay(0.1)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":1995},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1994":{"this":{"__isSmartRef__":true,"id":628}},"1995":{"timestamp":{"__isSmartRef__":true,"id":1996},"user":"jenslincke","tags":[]},"1996":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:47:26 GMT+0100 (W. Europe Standard Time)"},"1997":{"varMapping":{"__isSmartRef__":true,"id":1998},"source":"function hideHandles() {\n this.hideFromHandle()\n this.hideToHandle()\n}","funcProperties":{"__isSmartRef__":true,"id":1999},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"1998":{"this":{"__isSmartRef__":true,"id":628}},"1999":{"timestamp":{"__isSmartRef__":true,"id":2000},"user":"jenslincke","tags":[]},"2000":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:16:41 GMT+0100 (W. Europe Standard Time)"},"2001":{"varMapping":{"__isSmartRef__":true,"id":2002},"source":"function grabByHand(hand) {\n this.disconnectAll()\n hand.addMorphWithShadow(this)\n}","funcProperties":{"__isSmartRef__":true,"id":2003},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2002":{"this":{"__isSmartRef__":true,"id":628}},"2003":{"timestamp":{"__isSmartRef__":true,"id":2004},"user":"jenslincke","tags":[]},"2004":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:23:25 GMT+0100 (W. Europe Standard Time)"},"2005":{"varMapping":{"__isSmartRef__":true,"id":2006},"source":"function onMouseDownEntry(evt) {\n var r = $super(evt)\n\n // var localPos = this.localize(evt.getPosition())\n // var distance = this.distanceToPoint(localPos)\n // alertOK(\"onMouseDownEntry: \" + distance)\n // if (distance > 20) {\n // evt.world.clickedOnMorph = null;\n // evt.world.clickedOnMorphTime = null;\n // evt.hand.scrollFocusMorph = null;\n // evt.hand.internalClickedOnMorph = null\n // return false\n // }\n // show(this.worldPoint(localPos))\n\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":2011},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2006":{"this":{"__isSmartRef__":true,"id":628},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2007}},"2007":{"$super":{"__isSmartRef__":true,"id":2008}},"2008":{"varMapping":{"__isSmartRef__":true,"id":2009},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2010},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2009":{"obj":{"__isSmartRef__":true,"id":628},"name":"onMouseDownEntry"},"2010":{},"2011":{"timestamp":{"__isSmartRef__":true,"id":2012},"user":"jenslincke","tags":[]},"2012":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:44:47 GMT+0100 (W. Europe Standard Time)"},"2013":{"varMapping":{"__isSmartRef__":true,"id":2014},"source":"function distanceToPoint(point) {\n // this.distanceToPoint(this.vertices()[0])\n // this.distanceToPoint(this.vertices()[1])\n // this.distanceToPoint(pt(0,0))\n\n // TODO move this to Math\n function sqr(x) { return x * x }\n function dist2(v, w) { return sqr(v.x - w.x) + sqr(v.y - w.y) }\n function distToSegmentSquared(p, v, w) {\n var l2 = dist2(v, w);\n if (l2 == 0) return dist2(p, v);\n var t = ((p.x - v.x) * (w.x - v.x) + (p.y - v.y) * (w.y - v.y)) / l2;\n if (t < 0) return dist2(p, v);\n if (t > 1) return dist2(p, w);\n return dist2(p, { x: v.x + t * (w.x - v.x),\n y: v.y + t * (w.y - v.y) });\n }\n function distToSegment(p, v, w) { return Math.sqrt(distToSegmentSquared(p, v, w)); }\n\n var vertices = this.vertices()\n\n return distToSegment(point, vertices.first(), vertices.last())\n}","funcProperties":{"__isSmartRef__":true,"id":2015},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2014":{"this":{"__isSmartRef__":true,"id":628}},"2015":{"timestamp":{"__isSmartRef__":true,"id":2016},"user":"jenslincke","tags":[]},"2016":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:33:44 GMT+0100 (W. Europe Standard Time)"},"2017":{"varMapping":{"__isSmartRef__":true,"id":2018},"source":"function dropOn(aMorph) {\n var r = $super(aMorph)\n this.sendToBack()\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":2023},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2018":{"this":{"__isSmartRef__":true,"id":628},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2019}},"2019":{"$super":{"__isSmartRef__":true,"id":2020}},"2020":{"varMapping":{"__isSmartRef__":true,"id":2021},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2022},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2021":{"obj":{"__isSmartRef__":true,"id":628},"name":"dropOn"},"2022":{},"2023":{"timestamp":{"__isSmartRef__":true,"id":2024},"user":"jenslincke","tags":[]},"2024":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:47:48 GMT+0100 (W. Europe Standard Time)"},"2025":{"source":{"__isSmartRef__":true,"id":2026},"target":{"__isSmartRef__":true,"id":628}},"2026":{"submorphs":[{"__isSmartRef__":true,"id":2027},{"__isSmartRef__":true,"id":2057}],"scripts":[],"id":"010E2B3D-AAA0-418A-B32E-4F67EED947FE","shape":{"__isSmartRef__":true,"id":2100},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"EnergySimulationPart","partsBinMetaInfo":{"__isSmartRef__":true,"id":443},"eventHandler":{"__isSmartRef__":true,"id":2101},"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C","7EC17E78-593A-4CC8-B7E3-859BCBBFE785","BD8BECDB-A9A1-4009-B433-C925F0AFCCFC","F2677A9D-5855-4DF2-B248-94545B34B762","D52188B3-7DC0-410E-96B1-50892AC00A37","5E21C7BB-A7E2-498E-858F-032DCC55A4FC","2072AEFD-449A-4F4E-B8A5-9A6C57DEBB4B","8013D903-1809-4244-AABF-4DF28A1844DB"],"partTests":{"__isSmartRef__":true,"id":2102},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"isCopyMorphRef":true,"morphRefId":2,"magnets":[{"__isSmartRef__":true,"id":2107},{"__isSmartRef__":true,"id":2108},{"__isSmartRef__":true,"id":2109},{"__isSmartRef__":true,"id":2110},{"__isSmartRef__":true,"id":2111},{"__isSmartRef__":true,"id":2112},{"__isSmartRef__":true,"id":2113},{"__isSmartRef__":true,"id":2114}],"prevScroll":[0,0],"isEnergySimulationPart":true,"layout":{"__isSmartRef__":true,"id":2115},"_Scale":1,"_Rotation":0,"owner":null,"__serializedExpressions__":["distanceToDragEvent","_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2116},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","distanceToDragEvent":"lively.pt(130.4,-11.4)","_Position":"lively.pt(72.0,164.9)"},"2027":{"submorphs":[],"scripts":[],"id":"E64FC5DC-E949-4C68-A9E1-0F5461ABEE41","shape":{"__isSmartRef__":true,"id":2028},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":11,"name":"SourceText","partsBinMetaInfo":{"__isSmartRef__":true,"id":2029},"textChunks":[{"__isSmartRef__":true,"id":2045}],"charsReplaced":"","lastFindLoc":42,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2047},"_ClipMode":"hidden","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","F1D26890-7392-487D-B5DE-97C772B4E79E","1BC17AC6-65D2-4DD8-906E-C419087FC3F7","6809C3A5-DCFA-4E76-9397-E4C5BA4A34C7","C528D4FD-5331-4D9A-9352-1088CF72DDDA","A3CD61D5-7936-402F-8EBA-3E2456AB5E0C","39BE0850-B4DE-4E8D-9EC7-7A6A5059775A"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":2026},"magnets":[{"__isSmartRef__":true,"id":2048},{"__isSmartRef__":true,"id":2049},{"__isSmartRef__":true,"id":2050},{"__isSmartRef__":true,"id":2051},{"__isSmartRef__":true,"id":2052},{"__isSmartRef__":true,"id":2053},{"__isSmartRef__":true,"id":2054},{"__isSmartRef__":true,"id":2055}],"previousSelection":[25,25],"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_WordBreak":"break-all","layout":{"__isSmartRef__":true,"id":2056},"draggingEnabled":false,"_PreviousBorderWidth":1,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(8.1,6.3)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(128.4,-11.6)"},"2028":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(193.1,55.5)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2029":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":2030},{"__isSmartRef__":true,"id":2032},{"__isSmartRef__":true,"id":2034},{"__isSmartRef__":true,"id":2036},{"__isSmartRef__":true,"id":2038},{"__isSmartRef__":true,"id":2040},{"__isSmartRef__":true,"id":2042}],"lastModifiedDate":{"__isSmartRef__":true,"id":2044},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2030":{"date":{"__isSmartRef__":true,"id":2031},"author":"jenslincke","message":"no comment","id":"A3BA0C1E-7E83-43BF-9EC6-4F4BB3835D62"},"2031":{"isSerializedDate":true,"string":"Tue Mar 12 2013 17:31:56 GMT+0100 (W. Europe Standard Time)"},"2032":{"date":{"__isSmartRef__":true,"id":2033},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"2033":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (W. Europe Daylight Time)"},"2034":{"date":{"__isSmartRef__":true,"id":2035},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"2035":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (W. Europe Daylight Time)"},"2036":{"date":{"__isSmartRef__":true,"id":2037},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"2037":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (W. Europe Daylight Time)"},"2038":{"date":{"__isSmartRef__":true,"id":2039},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"2039":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (W. Europe Standard Time)"},"2040":{"date":{"__isSmartRef__":true,"id":2041},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"2041":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (W. Europe Daylight Time)"},"2042":{"date":{"__isSmartRef__":true,"id":2043},"author":"jenslincke","message":"no comment","id":"9E495E1B-6E6D-4A89-9F9E-85AF618DC598"},"2043":{"isSerializedDate":true,"string":"Tue Mar 12 2013 18:36:22 GMT+0100 (W. Europe Standard Time)"},"2044":{"isSerializedDate":true,"string":"Tue Mar 12 2013 18:35:33 GMT+0100 (W. Europe Standard Time)"},"2045":{"style":{"__isSmartRef__":true,"id":2046},"chunkOwner":{"__isSmartRef__":true,"id":2027},"_id":"_218691","storedString":"Name: Fuel\nStores: FosilEnergy\nValue: 100","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2046":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2047":{"morph":{"__isSmartRef__":true,"id":2027},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2048":{"morph":{"__isSmartRef__":true,"id":2027},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(703.3,404.0)"},"2049":{"morph":{"__isSmartRef__":true,"id":2027},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(802.0,404.0)"},"2050":{"morph":{"__isSmartRef__":true,"id":2027},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(900.6,404.0)"},"2051":{"morph":{"__isSmartRef__":true,"id":2027},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(900.6,444.7)"},"2052":{"morph":{"__isSmartRef__":true,"id":2027},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(900.6,485.4)"},"2053":{"morph":{"__isSmartRef__":true,"id":2027},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(802.0,485.4)"},"2054":{"morph":{"__isSmartRef__":true,"id":2027},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(703.3,485.4)"},"2055":{"morph":{"__isSmartRef__":true,"id":2027},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(703.3,444.7)"},"2056":{"resizeWidth":true,"resizeHeight":true},"2057":{"_ClipMode":"visible","attributeConnections":[{"__isSmartRef__":true,"id":2058}],"cornerName":"bottomRight","derivationIds":[7147,"16E962DF-21E9-4FE6-8B9B-953F0E908113","ADD0B5C0-0DC6-4D8E-9C2A-0EC7E3C71F21","25C53CC1-53E0-44A6-8E16-A56606A19EF0","50F19BF2-9607-4419-A8C2-0352B0A6FF57","56B7FFB1-61EA-47B9-AC63-A78EA3203E0F","7ED9D491-F8A0-41CA-ADCC-D29EB7805558","1A9D02A8-2BC9-4042-9A96-2149467A88F5","0E224134-B29B-4EF6-AA59-0CDD8170364D","BF087085-EA96-48C6-9B64-61ACD38A53E1","AB2881AA-09BE-49E5-BE41-16666B1D6BB1","6DFBFAC2-CC77-4877-B598-56C79170C9D4","1B5E2BBC-C790-46F1-96AF-F54D33EEBF55","B99B9675-67A4-4BEF-B100-C13DBEC8B96A"],"doNotCopyProperties":["$$cornerName"],"doNotSerialize":["$$cornerName"],"dragStartPoint":null,"draggingEnabled":true,"__layered_droppingEnabled__":true,"eventHandler":{"__isSmartRef__":true,"id":2059},"halosEnabled":true,"id":"36164ADD-FF19-4697-8FF2-FB04566C47E8","isResizeCorner":true,"moved":true,"name":"ResizeCorner1","originalTargetBounds":null,"originalTargetExtent":null,"originalTargetInnerBounds":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":2060},"registeredForMouseEvents":true,"relativeOrigin":null,"scripts":[],"shape":{"__isSmartRef__":true,"id":2061},"showsHalos":false,"submorphs":[],"owner":{"__isSmartRef__":true,"id":2026},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","originalExtent","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2062},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(202.4,56.8)","originalExtent":"lively.pt(239.0,138.0)","distanceToDragEvent":"lively.pt(35.8,-13.5)"},"2058":{"sourceAttrName":"cornerName","sourceObj":{"__isSmartRef__":true,"id":2057},"targetMethodName":"alignToOwner","targetObj":{"__isSmartRef__":true,"id":2057},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2059":{"morph":{"__isSmartRef__":true,"id":2057},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2060":{"comment":"Resize an object without using halos.","migrationLevel":2,"partName":"ResizeCorner","partsSpaceName":"PartsBin/Widgets/","revisionOnLoad":140152,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2061":{"_BorderWidth":1,"_ClipMode":"visible","__serializedExpressions__":["_BorderColor","_Extent","_Fill","_Padding","position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(145,145,145)","_Extent":"lively.pt(10.0,10.0)","_Fill":"Color.rgb(66,66,66)","_Padding":"lively.rect(0,0,0,0)","position":"lively.pt(0.0,0.0)"},"2062":{"alignToOwner":{"__isSmartRef__":true,"id":2063},"morphMenuItems":{"__isSmartRef__":true,"id":2066},"onDrag":{"__isSmartRef__":true,"id":2073},"onDragEnd":{"__isSmartRef__":true,"id":2081},"onDragStart":{"__isSmartRef__":true,"id":2089},"reset":{"__isSmartRef__":true,"id":2097}},"2063":{"funcProperties":{"__isSmartRef__":true,"id":2064},"source":"function alignToOwner() {\n this.align(this.bounds()[this.cornerName](), this.owner.shape.bounds()[this.cornerName]() )\n}","varMapping":{"__isSmartRef__":true,"id":2065},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2064":{},"2065":{"this":{"__isSmartRef__":true,"id":2057}},"2066":{"funcProperties":{"__isSmartRef__":true,"id":2067},"source":"function morphMenuItems() {\n return $super().concat([\n [\"corner\", [\n [\"top left\", function() { this.cornerName = 'topLeft'}.bind(this)],\n [\"top right\", function() { this.cornerName = 'topRight'}.bind(this)],\n [\"bottom right\", function() { this.cornerName = 'bottomRight'}.bind(this)],\n [\"bottom left\", function() { this.cornerName = 'bottomLeft'}.bind(this)],\n ]]\n ])\t\n}","varMapping":{"__isSmartRef__":true,"id":2068},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2067":{},"2068":{"this":{"__isSmartRef__":true,"id":2057},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2069}},"2069":{"$super":{"__isSmartRef__":true,"id":2070}},"2070":{"funcProperties":{"__isSmartRef__":true,"id":2071},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","varMapping":{"__isSmartRef__":true,"id":2072},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2071":{},"2072":{"name":"morphMenuItems","obj":{"__isSmartRef__":true,"id":2057}},"2073":{"funcProperties":{"__isSmartRef__":true,"id":2074},"source":"function onDrag(evt) {\n // alert(\"onDrag\")\n // this.owner.setPosition(pt(0,0))\n // this.owner.setOrigin(pt(0,0))\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n \n // moveDelta = moveDelta.maxPt(pt(0,0))\n var ownerExtent = this.owner.getExtent();\n\n // TODO does not work\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n if (maxDelta == 0) return;\n var factor = ownerExtent.x / ownerExtent.y\n moveDelta = pt(maxDelta * factor, maxDelta )\n }\n var accessor = \"with\" + this.cornerName.charAt(0).toUpperCase() + this.cornerName.substring(1);\n\n var newCorner = this.originalTargetBounds[this.cornerName]().addPt(moveDelta);\n var newBounds = this.originalTargetBounds[accessor ](newCorner);\n\n this.owner.setBounds(newBounds);\n \n // var newExtent = this.originalTargetExtent.addPt(moveDelta)\n // alertOK(\"new extent\" + newExtent)\n // this.owner.setExtent(newExtent);\n this.owner.submorphs.select(function(ea) {\n return ea.isResizeCorner\n }).invoke('alignToOwner');\n if (this.owner.halos) {\n this.owner.halos.invoke('alignAtTarget')\n }\n // alertOK(\"relative \" + this.relativeOrigin)\n var newOrigin = pt(0,0).extent(this.owner.getExtent()).relativeToAbsPoint(this.relativeOrigin)\n\n // TODO IMPLEMENT updating the origin does not work yet\n // this.owner.setOrigin(newOrigin);\n // alertOK(\"new origin \" + newOrigin)\n\n}","varMapping":{"__isSmartRef__":true,"id":2076},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2074":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":2075},"user":"sstamm"},"2075":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:52 GMT+0100 (W. Europe Standard Time)"},"2076":{"this":{"__isSmartRef__":true,"id":2057},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2077}},"2077":{"$super":{"__isSmartRef__":true,"id":2078}},"2078":{"funcProperties":{"__isSmartRef__":true,"id":2079},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","varMapping":{"__isSmartRef__":true,"id":2080},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2079":{},"2080":{"name":"onDrag","obj":{"__isSmartRef__":true,"id":2057}},"2081":{"funcProperties":{"__isSmartRef__":true,"id":2082},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetBounds = null;\n this.relativeOrigin = null;\n}","varMapping":{"__isSmartRef__":true,"id":2084},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2082":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":2083},"user":"sstamm"},"2083":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:09:00 GMT+0100 (W. Europe Standard Time)"},"2084":{"this":{"__isSmartRef__":true,"id":2057},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2085}},"2085":{"$super":{"__isSmartRef__":true,"id":2086}},"2086":{"funcProperties":{"__isSmartRef__":true,"id":2087},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","varMapping":{"__isSmartRef__":true,"id":2088},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2087":{},"2088":{"name":"onDragEnd","obj":{"__isSmartRef__":true,"id":2057}},"2089":{"funcProperties":{"__isSmartRef__":true,"id":2090},"source":"function onDragStart(evt) {\n var absToRelativePoint = function (r, absPt) {\n\t\treturn new Point(\n\t\t\t(absPt.x - r.x) / r.width,\n\t\t\t(absPt.y - r.y) / r.height)\n\t}\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(20,20))\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(0,0))\n // absToRelativePoint(new Rectangle(-100,-100,200,200), pt(0,0))\n\n\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetBounds= this.owner.bounds();\n this.relativeOrigin = absToRelativePoint(pt(0,0).extent(this.owner.getExtent()), this.owner.getOrigin())\n}","varMapping":{"__isSmartRef__":true,"id":2092},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2090":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":2091},"user":"sstamm"},"2091":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:40 GMT+0100 (W. Europe Standard Time)"},"2092":{"this":{"__isSmartRef__":true,"id":2057},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2093}},"2093":{"$super":{"__isSmartRef__":true,"id":2094}},"2094":{"funcProperties":{"__isSmartRef__":true,"id":2095},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","varMapping":{"__isSmartRef__":true,"id":2096},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2095":{},"2096":{"name":"onDragStart","obj":{"__isSmartRef__":true,"id":2057}},"2097":{"funcProperties":{"__isSmartRef__":true,"id":2098},"source":"function reset() {\n this.isResizeCorner = true\n this.cornerName = 'bottomRight'\n this.setExtent(pt(10,10));\n this.setPosition(pt(0,0))\n}","varMapping":{"__isSmartRef__":true,"id":2099},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2098":{},"2099":{"this":{"__isSmartRef__":true,"id":2057}},"2100":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(211.4,65.7)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(1.0,1.0)"},"2101":{"morph":{"__isSmartRef__":true,"id":2026},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2102":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2103}},"2103":{"test01IsMorph":{"__isSmartRef__":true,"id":2104}},"2104":{"varMapping":{"__isSmartRef__":true,"id":2105},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":2106},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2105":{"this":{"__isSmartRef__":true,"id":2102}},"2106":{},"2107":{"morph":{"__isSmartRef__":true,"id":2026},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(693.3,367.1)"},"2108":{"morph":{"__isSmartRef__":true,"id":2026},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(801.6,367.1)"},"2109":{"morph":{"__isSmartRef__":true,"id":2026},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(909.9,367.1)"},"2110":{"morph":{"__isSmartRef__":true,"id":2026},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(909.9,431.1)"},"2111":{"morph":{"__isSmartRef__":true,"id":2026},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(909.9,495.2)"},"2112":{"morph":{"__isSmartRef__":true,"id":2026},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(801.6,495.2)"},"2113":{"morph":{"__isSmartRef__":true,"id":2026},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(693.3,495.2)"},"2114":{"morph":{"__isSmartRef__":true,"id":2026},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(693.3,431.1)"},"2115":{"adjustForNewBounds":true},"2116":{"migrateFrom":{"__isSmartRef__":true,"id":2117}},"2117":{"varMapping":{"__isSmartRef__":true,"id":2118},"source":"function migrateFrom(other) {\n this.get(\"SourceText\").textString = other.get(\"SourceText\").textString\n}","funcProperties":{"__isSmartRef__":true,"id":2119},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2118":{"this":{"__isSmartRef__":true,"id":2026}},"2119":{"timestamp":{"__isSmartRef__":true,"id":2120},"user":"jenslincke","tags":[]},"2120":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:09:44 GMT+0100 (W. Europe Standard Time)"},"2121":{"sourceObj":{"__isSmartRef__":true,"id":537},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":627},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2122},"dependedBy":{"__isSmartRef__":true,"id":627},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2122":{"source":{"__isSmartRef__":true,"id":537},"target":{"__isSmartRef__":true,"id":627}},"2123":{"sourceObj":{"__isSmartRef__":true,"id":537},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":627},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2124},"dependedBy":{"__isSmartRef__":true,"id":627},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2124":{"source":{"__isSmartRef__":true,"id":537},"target":{"__isSmartRef__":true,"id":627}},"2125":{"sourceObj":{"__isSmartRef__":true,"id":537},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":627},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2126},"dependedBy":{"__isSmartRef__":true,"id":627},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2126":{"source":{"__isSmartRef__":true,"id":537},"target":{"__isSmartRef__":true,"id":627}},"2127":{"sourceObj":{"__isSmartRef__":true,"id":537},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":627},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":2128},"dependedBy":{"__isSmartRef__":true,"id":627},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2128":{"source":{"__isSmartRef__":true,"id":537},"target":{"__isSmartRef__":true,"id":627}},"2129":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":627},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2130},"dependedBy":{"__isSmartRef__":true,"id":627},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2130":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":627}},"2131":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":627},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2132},"dependedBy":{"__isSmartRef__":true,"id":627},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2132":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":627}},"2133":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":627},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2134},"dependedBy":{"__isSmartRef__":true,"id":627},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2134":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":627}},"2135":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":627},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":2136},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","dependedBy":{"__isSmartRef__":true,"id":627},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2136":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":627}},"2137":{"d":1,"a":1,"f":392.9,"e":104,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":2138},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2138":{"a":1,"b":0,"c":0,"d":1,"e":104,"f":392.9,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2139":{"sourceObj":{"__isSmartRef__":true,"id":537},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":528},"targetMethodName":"updatePosition","varMapping":{"__isSmartRef__":true,"id":2140},"converterString":"function (value) { return this.sourceObj }","dependendConnections":[{"__isSmartRef__":true,"id":2141},{"__isSmartRef__":true,"id":2143},{"__isSmartRef__":true,"id":2145},{"__isSmartRef__":true,"id":2147},{"__isSmartRef__":true,"id":2149},{"__isSmartRef__":true,"id":2151},{"__isSmartRef__":true,"id":2153},{"__isSmartRef__":true,"id":2155}],"oldTransform":{"__isSmartRef__":true,"id":2157},"__LivelyClassName__":"lively.morphic.GeometryTransformConnection","__SourceModuleName__":"Global.lively.bindings.GeometryBindings"},"2140":{"source":{"__isSmartRef__":true,"id":2026},"target":{"__isSmartRef__":true,"id":528}},"2141":{"sourceObj":{"__isSmartRef__":true,"id":537},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":2139},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2142},"dependedBy":{"__isSmartRef__":true,"id":2139},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2142":{"source":{"__isSmartRef__":true,"id":537},"target":{"__isSmartRef__":true,"id":2139}},"2143":{"sourceObj":{"__isSmartRef__":true,"id":537},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":2139},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2144},"dependedBy":{"__isSmartRef__":true,"id":2139},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2144":{"source":{"__isSmartRef__":true,"id":537},"target":{"__isSmartRef__":true,"id":2139}},"2145":{"sourceObj":{"__isSmartRef__":true,"id":537},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":2139},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2146},"dependedBy":{"__isSmartRef__":true,"id":2139},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2146":{"source":{"__isSmartRef__":true,"id":537},"target":{"__isSmartRef__":true,"id":2139}},"2147":{"sourceObj":{"__isSmartRef__":true,"id":537},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":2139},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":2148},"dependedBy":{"__isSmartRef__":true,"id":2139},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2148":{"source":{"__isSmartRef__":true,"id":537},"target":{"__isSmartRef__":true,"id":2139}},"2149":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":2139},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2150},"dependedBy":{"__isSmartRef__":true,"id":2139},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2150":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":2139}},"2151":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":2139},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2152},"dependedBy":{"__isSmartRef__":true,"id":2139},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2152":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":2139}},"2153":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":2139},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2154},"dependedBy":{"__isSmartRef__":true,"id":2139},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2154":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":2139}},"2155":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":2139},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":2156},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","dependedBy":{"__isSmartRef__":true,"id":2139},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2156":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":2139}},"2157":{"d":1,"a":1,"f":392.9,"e":104,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":2158},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2158":{"a":1,"b":0,"c":0,"d":1,"e":104,"f":392.9,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2159":{"Name":"Fuel","Stores":"FosilEnergy","Value":1,"$1$1Value":1},"2160":{"migrateFrom":{"__isSmartRef__":true,"id":2161},"parseSource":{"__isSmartRef__":true,"id":2165},"printSource":{"__isSmartRef__":true,"id":2169},"addConstraint":{"__isSmartRef__":true,"id":2173}},"2161":{"varMapping":{"__isSmartRef__":true,"id":2162},"source":"function migrateFrom(other) {\n this.get(\"SourceText\").textString = other.get(\"SourceText\").textString\n}","funcProperties":{"__isSmartRef__":true,"id":2163},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2162":{"this":{"__isSmartRef__":true,"id":537}},"2163":{"timestamp":{"__isSmartRef__":true,"id":2164},"user":"jenslincke","tags":[]},"2164":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:09:44 GMT+0100 (W. Europe Standard Time)"},"2165":{"varMapping":{"__isSmartRef__":true,"id":2166},"source":"function parseSource() {\n // this.parseSource()\n var obj = {}\n this.get(\"SourceText\").textString.split(\"\\n\").each(function(line){\n var m = line.match(/([^:]*): *(.*)/)\n if (m) {\n if (m[2].match(\",\"))\n obj[m[1]] = m[2].split(/, ?/)\n obj[m[1]] = m[2]\n }\n })\n return obj\n}","funcProperties":{"__isSmartRef__":true,"id":2167},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2166":{"this":{"__isSmartRef__":true,"id":537}},"2167":{"timestamp":{"__isSmartRef__":true,"id":2168},"user":"jenslincke","tags":[]},"2168":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:22:33 GMT+0100 (W. Europe Standard Time)"},"2169":{"varMapping":{"__isSmartRef__":true,"id":2170},"source":"function printSource(obj) {\n // o = this.parseSource(); o.Value = Math.random(); this.printSource(o)\n this.get(\"SourceText\").textString = Properties.own(obj).collect(function(ea) {\n if (Object.isArray(obj[ea]))\n return ea + \": \" +obj[ea].join(\", \")\n else\n return ea + \": \" +obj[ea]\n }).join(\"\\n\")\n}","funcProperties":{"__isSmartRef__":true,"id":2171},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2170":{"this":{"__isSmartRef__":true,"id":537}},"2171":{"timestamp":{"__isSmartRef__":true,"id":2172},"user":"jenslincke","tags":[]},"2172":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:22:19 GMT+0100 (W. Europe Standard Time)"},"2173":{"varMapping":{"__isSmartRef__":true,"id":2174},"source":"function addConstraint() {\n bbb.always({solver: this.owner.cassowary, ctx: {self: this}}, function () {\n return self.$.Value >= 0.000001\n });\n}","funcProperties":{"__isSmartRef__":true,"id":2175},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2174":{"this":{"__isSmartRef__":true,"id":537}},"2175":{"timestamp":{"__isSmartRef__":true,"id":2176},"user":"timfelgentreff","tags":[]},"2176":{"isSerializedDate":true,"string":"Fri Jan 24 2014 15:11:16 GMT+0100 (W. Europe Standard Time)"},"2177":{"connect":{"__isSmartRef__":true,"id":2178},"updatePosition":{"__isSmartRef__":true,"id":2182},"updateControlPoint":{"__isSmartRef__":true,"id":2186},"disconnectMorph":{"__isSmartRef__":true,"id":2190},"connectMorph":{"__isSmartRef__":true,"id":2194},"onMouseOver":{"__isSmartRef__":true,"id":2198},"onMouseOut":{"__isSmartRef__":true,"id":2202},"makeHandle":{"__isSmartRef__":true,"id":2210},"showFromHandle":{"__isSmartRef__":true,"id":2214},"showToHandle":{"__isSmartRef__":true,"id":2218},"reset":{"__isSmartRef__":true,"id":2222},"onDragInHandle":{"__isSmartRef__":true,"id":2226},"onDragStartInHandle":{"__isSmartRef__":true,"id":2230},"onDragEndInHandle":{"__isSmartRef__":true,"id":2234},"connectFrom":{"__isSmartRef__":true,"id":2238},"connectTo":{"__isSmartRef__":true,"id":2242},"hideToHandle":{"__isSmartRef__":true,"id":2246},"hideFromHandle":{"__isSmartRef__":true,"id":2250},"updateIntersection":{"__isSmartRef__":true,"id":2254},"lineIntersect":{"__isSmartRef__":true,"id":2258},"intersectMorphLinePoints":{"__isSmartRef__":true,"id":2262},"intersectMorph":{"__isSmartRef__":true,"id":2266},"globalShapePathFromMorph":{"__isSmartRef__":true,"id":2270},"remove":{"__isSmartRef__":true,"id":2274},"migrateFrom":{"__isSmartRef__":true,"id":2282},"copy":{"__isSmartRef__":true,"id":2286},"disconnectAll":{"__isSmartRef__":true,"id":2294},"resumeSteppingAll":{"__isSmartRef__":true,"id":2298},"delayedHideHandles":{"__isSmartRef__":true,"id":2306},"hideHandles":{"__isSmartRef__":true,"id":2310},"grabByHand":{"__isSmartRef__":true,"id":2314},"onMouseDownEntry":{"__isSmartRef__":true,"id":2318},"distanceToPoint":{"__isSmartRef__":true,"id":2326},"dropOn":{"__isSmartRef__":true,"id":2330}},"2178":{"varMapping":{"__isSmartRef__":true,"id":2179},"source":"function connect(morphA, morphB) {\n this.connectFrom(morphA)\n this.connectTo(morphB)\n this.updatePosition()\n}","funcProperties":{"__isSmartRef__":true,"id":2180},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2179":{"this":{"__isSmartRef__":true,"id":528}},"2180":{"timestamp":{"__isSmartRef__":true,"id":2181},"user":"jenslincke","tags":[]},"2181":{"isSerializedDate":true,"string":"Thu Dec 13 2012 16:50:49 GMT+0100 (W. Europe Standard Time)"},"2182":{"varMapping":{"__isSmartRef__":true,"id":2183},"source":"function updatePosition(sourceMorph) {\n\n // some self healing code\n if (sourceMorph && sourceMorph !== this.toMorph && sourceMorph !== this.fromMorph) {\n this.disconnectMorph(sourceMorph)\n }\n try {\n this.updateControlPoint(this.controlPoints[0], this.fromMorph)\n this.updateControlPoint(this.controlPoints[1], this.toMorph)\n this.updateIntersection(this.fromMorph, this.controlPoints[0])\n this.updateIntersection(this.toMorph, this.controlPoints[1])\n } catch(e) {\n console.log(\"ERROR \" +this+\".updatePosition(\" + sourceMorph + \")\")\n }\n\n this.adjustOrigin(this.bounds().extent().scaleBy(0.5))\n}","funcProperties":{"__isSmartRef__":true,"id":2184},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2183":{"this":{"__isSmartRef__":true,"id":528}},"2184":{"timestamp":{"__isSmartRef__":true,"id":2185},"user":"jenslincke","tags":[]},"2185":{"isSerializedDate":true,"string":"Wed Jan 22 2014 21:28:51 GMT+0100 (W. Europe Standard Time)"},"2186":{"varMapping":{"__isSmartRef__":true,"id":2187},"source":"function updateControlPoint(cp, morph) {\n if (!cp || !morph) return;\n try {\n var pos = morph.worldPoint(morph.shape.bounds().center())\n } catch(e) {};\n if (pos)\n cp.setGlobalPos(pos)\n}","funcProperties":{"__isSmartRef__":true,"id":2188},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2187":{"this":{"__isSmartRef__":true,"id":528}},"2188":{"timestamp":{"__isSmartRef__":true,"id":2189},"user":"jenslincke","tags":[]},"2189":{"isSerializedDate":true,"string":"Wed Jan 22 2014 21:25:06 GMT+0100 (W. Europe Standard Time)"},"2190":{"varMapping":{"__isSmartRef__":true,"id":2191},"source":"function disconnectMorph(morph) {\n if (!morph) return;\n lively.bindings.disconnect(morph, 'globalTransform', this, 'updatePosition')\n}","funcProperties":{"__isSmartRef__":true,"id":2192},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2191":{"this":{"__isSmartRef__":true,"id":528}},"2192":{"timestamp":{"__isSmartRef__":true,"id":2193},"user":"jenslincke","tags":[]},"2193":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:19:18 GMT+0100 (W. Europe Standard Time)"},"2194":{"varMapping":{"__isSmartRef__":true,"id":2195},"source":"function connectMorph(morph) {\n if (morph)\n lively.bindings.connect(morph, 'globalTransform', this, 'updatePosition', {\n converter: function(value) { return this.sourceObj }\n })\n}","funcProperties":{"__isSmartRef__":true,"id":2196},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2195":{"this":{"__isSmartRef__":true,"id":528}},"2196":{"timestamp":{"__isSmartRef__":true,"id":2197},"user":"jenslincke","tags":[]},"2197":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:00:00 GMT+0100 (W. Europe Standard Time)"},"2198":{"varMapping":{"__isSmartRef__":true,"id":2199},"source":"function onMouseOver(evt) {\n this.lastOverTime = Date.now()\n var p = evt.getPosition()\n var cp1 = this.controlPoints[0].getGlobalPos();\n if (p.dist(cp1) < 20) {\n this.showFromHandle()\n } else {\n this.hideFromHandle()\n }\n var cp2 = this.controlPoints[1].getGlobalPos();\n if (p.dist(cp2) < 20) {\n this.showToHandle()\n } else {\n this.hideToHandle()\n }\n \n this.delayedHideHandles()\n}","funcProperties":{"__isSmartRef__":true,"id":2200},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2199":{"this":{"__isSmartRef__":true,"id":528}},"2200":{"timestamp":{"__isSmartRef__":true,"id":2201},"user":"jenslincke","tags":[]},"2201":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:46:54 GMT+0100 (W. Europe Standard Time)"},"2202":{"varMapping":{"__isSmartRef__":true,"id":2203},"source":"function onMouseOut(evt) {\n // this.hideFromHandle()\n // this.hideToHandle()\n}","funcProperties":{"__isSmartRef__":true,"id":2208},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2203":{"this":{"__isSmartRef__":true,"id":528},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2204}},"2204":{"$super":{"__isSmartRef__":true,"id":2205}},"2205":{"varMapping":{"__isSmartRef__":true,"id":2206},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2207},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2206":{"obj":{"__isSmartRef__":true,"id":528},"name":"onMouseOut"},"2207":{},"2208":{"timestamp":{"__isSmartRef__":true,"id":2209},"user":"jenslincke","tags":[]},"2209":{"isSerializedDate":true,"string":"Thu Dec 13 2012 16:54:53 GMT+0100 (W. Europe Standard Time)"},"2210":{"varMapping":{"__isSmartRef__":true,"id":2211},"source":"function makeHandle() {\n var m = lively.morphic.Morph.makeRectangle(0,0,10,10);\n m.disableGrabbing()\n m.enableDragging()\n m.connector = this;\n // move real behavior to a place which is easier to develop\n // do not use bind, because we like late binding \n m.addScript(function onDragStart(evt) {\n this.connector.onDragStartInHandle(this, evt)\n })\n m.addScript(function onDrag(evt) {\n this.connector.onDragInHandle(this, evt)\n })\n m.addScript(function onDragEnd(evt) {\n this.connector.onDragEndInHandle(this, evt)\n })\n m.isEpiMorph = true;\n return m\n}","funcProperties":{"__isSmartRef__":true,"id":2212},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2211":{"this":{"__isSmartRef__":true,"id":528}},"2212":{"timestamp":{"__isSmartRef__":true,"id":2213},"user":"jenslincke","tags":[]},"2213":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:08:29 GMT+0100 (W. Europe Standard Time)"},"2214":{"varMapping":{"__isSmartRef__":true,"id":2215},"source":"function showFromHandle() {\n if (!this.fromHandle) {\n this.fromHandle = this.makeHandle();\n this.fromHandle.setFill(Color.red)\n this.fromHandle.isFromHandle = true;\n }\n this.fromHandle.openInWorld();\n this.fromHandle.controlPoint = this.controlPoints[0];\n this.fromHandle.setPosition(this.controlPoints[0].getGlobalPos().subPt(pt(5,5)))\n return this.fromHandle\n}","funcProperties":{"__isSmartRef__":true,"id":2216},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2215":{"this":{"__isSmartRef__":true,"id":528}},"2216":{"timestamp":{"__isSmartRef__":true,"id":2217},"user":"jenslincke","tags":[]},"2217":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:13:03 GMT+0100 (W. Europe Standard Time)"},"2218":{"varMapping":{"__isSmartRef__":true,"id":2219},"source":"function showToHandle() {\n if (!this.toHandle) {\n this.toHandle = this.makeHandle();\n this.toHandle.setFill(Color.red)\n this.toHandle.isToHandle = true;\n\n }\n this.toHandle.openInWorld();\n this.toHandle.controlPoint = this.controlPoints[1];\n this.toHandle.setPosition(this.controlPoints[1].getGlobalPos().subPt(pt(5,5)))\n return this.toHandle\n}","funcProperties":{"__isSmartRef__":true,"id":2220},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2219":{"this":{"__isSmartRef__":true,"id":528}},"2220":{"timestamp":{"__isSmartRef__":true,"id":2221},"user":"jenslincke","tags":[]},"2221":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:20:25 GMT+0100 (W. Europe Standard Time)"},"2222":{"varMapping":{"__isSmartRef__":true,"id":2223},"source":"function reset() {\n if (this.fromHandle) {\n this.fromHandle.remove()\n delete this.fromHandle\n }\n if (this.toHandle) {\n this.toHandle.remove()\n delete this.toHandle\n }\n \n this.droppingEnabled = false\n // this.controlPoints[1].setPos(pt(200,200))\n}","funcProperties":{"__isSmartRef__":true,"id":2224},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2223":{"this":{"__isSmartRef__":true,"id":528}},"2224":{"timestamp":{"__isSmartRef__":true,"id":2225},"user":"jenslincke","tags":[]},"2225":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:14:14 GMT+0100 (W. Europe Standard Time)"},"2226":{"varMapping":{"__isSmartRef__":true,"id":2227},"source":"function onDragInHandle(handle, evt) {\n this.lastOverTime = Date.now()\n var pos = handle.getPositionInWorld();\n var delta = evt.hand.getPosition().subPt(pos);\n handle.moveBy(delta)\n pos = handle.getPositionInWorld();\n if (handle.controlPoint)\n handle.controlPoint.setGlobalPos(pos.addPt(pt(5,5)))\n var morphs = this.owner.morphsContainingPoint(pos)\n morphs = morphs.reject(function(ea) {\n return ea.isWorld || (ea === handle) || (ea === this) || \n (ea === this.owner)\n }, this)\n if (this.selectedMorphHighlights) \n this.selectedMorphHighlights.invoke('remove')\n this.selectedMorph = morphs.first();\n this.selectedMorphHighlights = show(this.selectedMorph)\n handle.startPos = evt.getPosition();\n}","funcProperties":{"__isSmartRef__":true,"id":2228},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2227":{"this":{"__isSmartRef__":true,"id":528}},"2228":{"timestamp":{"__isSmartRef__":true,"id":2229},"user":"jenslincke","tags":[]},"2229":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:49:04 GMT+0100 (W. Europe Standard Time)"},"2230":{"varMapping":{"__isSmartRef__":true,"id":2231},"source":"function onDragStartInHandle(handle, evt) {\n handle.startPos = evt.getPosition()\n}","funcProperties":{"__isSmartRef__":true,"id":2232},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2231":{"this":{"__isSmartRef__":true,"id":528}},"2232":{"timestamp":{"__isSmartRef__":true,"id":2233},"user":"jenslincke","tags":[]},"2233":{"isSerializedDate":true,"string":"Thu Dec 13 2012 15:51:13 GMT+0100 (W. Europe Standard Time)"},"2234":{"varMapping":{"__isSmartRef__":true,"id":2235},"source":"function onDragEndInHandle(handle, evt) {\n if (this.selectedMorphHighlights) \n this.selectedMorphHighlights.invoke('remove')\n \n if (handle.isFromHandle) this.connectFrom(this.selectedMorph)\n if (handle.isToHandle) this.connectTo(this.selectedMorph)\n this.delayedHideHandles()\n this.updatePosition()\n}","funcProperties":{"__isSmartRef__":true,"id":2236},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2235":{"this":{"__isSmartRef__":true,"id":528}},"2236":{"timestamp":{"__isSmartRef__":true,"id":2237},"user":"jenslincke","tags":[]},"2237":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:14:52 GMT+0100 (W. Europe Standard Time)"},"2238":{"varMapping":{"__isSmartRef__":true,"id":2239},"source":"function connectFrom(morph) {\n if (morph && morph === this.toMorph) return; // not allowed\n\n this.disconnectMorph(this.fromMorph)\n this.fromMorph = morph;\n this.connectMorph(this.fromMorph)\n}","funcProperties":{"__isSmartRef__":true,"id":2240},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2239":{"this":{"__isSmartRef__":true,"id":528}},"2240":{"timestamp":{"__isSmartRef__":true,"id":2241},"user":"jenslincke","tags":[]},"2241":{"isSerializedDate":true,"string":"Thu Dec 13 2012 18:02:22 GMT+0100 (W. Europe Standard Time)"},"2242":{"varMapping":{"__isSmartRef__":true,"id":2243},"source":"function connectTo(morph) {\n\n if (morph && morph === this.fromMorph) return; // not allowed\n\n this.disconnectMorph(this.toMorph)\n this.toMorph = morph;\n this.connectMorph(this.toMorph)\n}","funcProperties":{"__isSmartRef__":true,"id":2244},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2243":{"this":{"__isSmartRef__":true,"id":528}},"2244":{"timestamp":{"__isSmartRef__":true,"id":2245},"user":"jenslincke","tags":[]},"2245":{"isSerializedDate":true,"string":"Thu Dec 13 2012 18:02:30 GMT+0100 (W. Europe Standard Time)"},"2246":{"varMapping":{"__isSmartRef__":true,"id":2247},"source":"function hideToHandle() {\n if (this.toHandle) this.toHandle.remove();\n}","funcProperties":{"__isSmartRef__":true,"id":2248},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2247":{"this":{"__isSmartRef__":true,"id":528}},"2248":{"timestamp":{"__isSmartRef__":true,"id":2249},"user":"jenslincke","tags":[]},"2249":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:17:05 GMT+0100 (W. Europe Standard Time)"},"2250":{"varMapping":{"__isSmartRef__":true,"id":2251},"source":"function hideFromHandle() {\n if (this.fromHandle) this.fromHandle.remove()\n}","funcProperties":{"__isSmartRef__":true,"id":2252},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2251":{"this":{"__isSmartRef__":true,"id":528}},"2252":{"timestamp":{"__isSmartRef__":true,"id":2253},"user":"jenslincke","tags":[]},"2253":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:17:16 GMT+0100 (W. Europe Standard Time)"},"2254":{"varMapping":{"__isSmartRef__":true,"id":2255},"source":"function updateIntersection(morph, cp) {\n if (!morph) return;\n var intersection = this.intersectMorph(morph)[0];\n if (intersection) {\n cp.setGlobalPos(intersection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2256},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2255":{"this":{"__isSmartRef__":true,"id":528}},"2256":{"timestamp":{"__isSmartRef__":true,"id":2257},"user":"jenslincke","tags":[]},"2257":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:51:32 GMT+0100 (W. Europe Standard Time)"},"2258":{"varMapping":{"__isSmartRef__":true,"id":2259},"source":"function lineIntersect(a1, a2, b1, b2){\n // inspired by http://stackoverflow.com/questions/3746274/line-intersection-with-aabb-rectangle\n var b = a2.subPt(a1);\n var d = b2.subPt(b1);\n var bDotDPerp = b.x * d.y - b.y * d.x;\n\n // if b dot d == 0, it means the lines are parallel so have infinite intersection points\n if (bDotDPerp == 0)\n return null;\n\n var c = b1.subPt(a1);\n var t = (c.x * d.y - c.y * d.x) / bDotDPerp;\n if (t < 0 || t > 1)\n return null;\n\n var u = (c.x * b.y - c.y * b.x) / bDotDPerp;\n if (u < 0 || u > 1)\n return null;\n\n return a1.addPt(b.scaleBy(t));\n}","funcProperties":{"__isSmartRef__":true,"id":2260},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2259":{"this":{"__isSmartRef__":true,"id":528}},"2260":{"timestamp":{"__isSmartRef__":true,"id":2261},"user":"jenslincke","tags":[]},"2261":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:47:12 GMT+0100 (W. Europe Standard Time)"},"2262":{"varMapping":{"__isSmartRef__":true,"id":2263},"source":"function intersectMorphLinePoints(morph, a1, a2) {\n var points = this.globalShapePathFromMorph(morph);\n var intersections = [];\n points.inject(points.last(), function(last, ea) {\n var p = this.lineIntersect(a1, a2, last, ea)\n if (p) intersections.push(p)\n return ea\n }, this)\n return intersections\n}","funcProperties":{"__isSmartRef__":true,"id":2264},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2263":{"this":{"__isSmartRef__":true,"id":528}},"2264":{"timestamp":{"__isSmartRef__":true,"id":2265},"user":"jenslincke","tags":[]},"2265":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:53:21 GMT+0100 (W. Europe Standard Time)"},"2266":{"varMapping":{"__isSmartRef__":true,"id":2267},"source":"function intersectMorph(morph) {\n var line = this;\n return this.intersectMorphLinePoints(morph,\n line.controlPoints[0].getGlobalPos(), line.controlPoints[1].getGlobalPos())\n}","funcProperties":{"__isSmartRef__":true,"id":2268},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2267":{"this":{"__isSmartRef__":true,"id":528}},"2268":{"timestamp":{"__isSmartRef__":true,"id":2269},"user":"jenslincke","tags":[]},"2269":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:51:47 GMT+0100 (W. Europe Standard Time)"},"2270":{"varMapping":{"__isSmartRef__":true,"id":2271},"source":"function globalShapePathFromMorph(morph) {\n var b = morph.shape.bounds();\n var p1 = morph.worldPoint(b.topLeft()),\n p2 = morph.worldPoint(b.topRight()),\n p3 = morph.worldPoint(b.bottomRight()),\n p4 = morph.worldPoint(b.bottomLeft());\n return [p1, p2, p3, p4]\n}","funcProperties":{"__isSmartRef__":true,"id":2272},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2271":{"this":{"__isSmartRef__":true,"id":528}},"2272":{"timestamp":{"__isSmartRef__":true,"id":2273},"user":"jenslincke","tags":[]},"2273":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:53:00 GMT+0100 (W. Europe Standard Time)"},"2274":{"varMapping":{"__isSmartRef__":true,"id":2275},"source":"function remove() {\n \n this.disconnectMorph(this.fromMorph)\n this.disconnectMorph(this.toMorph)\n return $super()\n}","funcProperties":{"__isSmartRef__":true,"id":2280},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2275":{"this":{"__isSmartRef__":true,"id":528},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2276}},"2276":{"$super":{"__isSmartRef__":true,"id":2277}},"2277":{"varMapping":{"__isSmartRef__":true,"id":2278},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2279},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2278":{"obj":{"__isSmartRef__":true,"id":528},"name":"remove"},"2279":{},"2280":{"timestamp":{"__isSmartRef__":true,"id":2281},"user":"jenslincke","tags":[]},"2281":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:15:47 GMT+0100 (W. Europe Standard Time)"},"2282":{"varMapping":{"__isSmartRef__":true,"id":2283},"source":"function migrateFrom(other) {\n\n this.disconnectMorph(this.fromMorph)\n this.disconnectMorph(this.toMorph)\n\n this.connectFrom(other.fromMorph)\n this.connectTo(other.toMorph)\n\n this.updatePosition()\n\n}","funcProperties":{"__isSmartRef__":true,"id":2284},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2283":{"this":{"__isSmartRef__":true,"id":528}},"2284":{"timestamp":{"__isSmartRef__":true,"id":2285},"user":"jenslincke","tags":[]},"2285":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:43:34 GMT+0100 (W. Europe Standard Time)"},"2286":{"varMapping":{"__isSmartRef__":true,"id":2287},"source":"function copy() {\n var r = $super()\n r.disconnectAll()\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":2292},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2287":{"this":{"__isSmartRef__":true,"id":528},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2288}},"2288":{"$super":{"__isSmartRef__":true,"id":2289}},"2289":{"varMapping":{"__isSmartRef__":true,"id":2290},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2291},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2290":{"obj":{"__isSmartRef__":true,"id":528},"name":"copy"},"2291":{},"2292":{"timestamp":{"__isSmartRef__":true,"id":2293},"user":"jenslincke","tags":[]},"2293":{"isSerializedDate":true,"string":"Wed Jan 22 2014 15:59:01 GMT+0100 (W. Europe Standard Time)"},"2294":{"varMapping":{"__isSmartRef__":true,"id":2295},"source":"function disconnectAll() {\n this.disconnectMorph(this.toMorph)\n this.disconnectMorph(this.fromMorph)\n this.fromMorph = null\n this.toMorph = null\n}","funcProperties":{"__isSmartRef__":true,"id":2296},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2295":{"this":{"__isSmartRef__":true,"id":528}},"2296":{"timestamp":{"__isSmartRef__":true,"id":2297},"user":"jenslincke","tags":[]},"2297":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:00:37 GMT+0100 (W. Europe Standard Time)"},"2298":{"varMapping":{"__isSmartRef__":true,"id":2299},"source":"function resumeSteppingAll() {\n this.connectMorph(this.fromMorph)\n this.connectMorph(this.toMorph)\n return $super()\n}","funcProperties":{"__isSmartRef__":true,"id":2304},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2299":{"this":{"__isSmartRef__":true,"id":528},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2300}},"2300":{"$super":{"__isSmartRef__":true,"id":2301}},"2301":{"varMapping":{"__isSmartRef__":true,"id":2302},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2303},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2302":{"obj":{"__isSmartRef__":true,"id":528},"name":"resumeSteppingAll"},"2303":{},"2304":{"timestamp":{"__isSmartRef__":true,"id":2305},"user":"jenslincke","tags":[]},"2305":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:04:58 GMT+0100 (W. Europe Standard Time)"},"2306":{"varMapping":{"__isSmartRef__":true,"id":2307},"source":"function delayedHideHandles() {\n if (! this.lastOverTime) return; // it was handled already\n var delta = Date.now() - this.lastOverTime;\n if (delta > 2000) {\n this.hideHandles()\n this.lastOverTime = null;\n } else {\n this.delayedHideHandles.bind(this).delay(0.1)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2308},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2307":{"this":{"__isSmartRef__":true,"id":528}},"2308":{"timestamp":{"__isSmartRef__":true,"id":2309},"user":"jenslincke","tags":[]},"2309":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:47:26 GMT+0100 (W. Europe Standard Time)"},"2310":{"varMapping":{"__isSmartRef__":true,"id":2311},"source":"function hideHandles() {\n this.hideFromHandle()\n this.hideToHandle()\n}","funcProperties":{"__isSmartRef__":true,"id":2312},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2311":{"this":{"__isSmartRef__":true,"id":528}},"2312":{"timestamp":{"__isSmartRef__":true,"id":2313},"user":"jenslincke","tags":[]},"2313":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:16:41 GMT+0100 (W. Europe Standard Time)"},"2314":{"varMapping":{"__isSmartRef__":true,"id":2315},"source":"function grabByHand(hand) {\n this.disconnectAll()\n hand.addMorphWithShadow(this)\n}","funcProperties":{"__isSmartRef__":true,"id":2316},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2315":{"this":{"__isSmartRef__":true,"id":528}},"2316":{"timestamp":{"__isSmartRef__":true,"id":2317},"user":"jenslincke","tags":[]},"2317":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:23:25 GMT+0100 (W. Europe Standard Time)"},"2318":{"varMapping":{"__isSmartRef__":true,"id":2319},"source":"function onMouseDownEntry(evt) {\n var r = $super(evt)\n\n // var localPos = this.localize(evt.getPosition())\n // var distance = this.distanceToPoint(localPos)\n // alertOK(\"onMouseDownEntry: \" + distance)\n // if (distance > 20) {\n // evt.world.clickedOnMorph = null;\n // evt.world.clickedOnMorphTime = null;\n // evt.hand.scrollFocusMorph = null;\n // evt.hand.internalClickedOnMorph = null\n // return false\n // }\n // show(this.worldPoint(localPos))\n\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":2324},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2319":{"this":{"__isSmartRef__":true,"id":528},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2320}},"2320":{"$super":{"__isSmartRef__":true,"id":2321}},"2321":{"varMapping":{"__isSmartRef__":true,"id":2322},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2323},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2322":{"obj":{"__isSmartRef__":true,"id":528},"name":"onMouseDownEntry"},"2323":{},"2324":{"timestamp":{"__isSmartRef__":true,"id":2325},"user":"jenslincke","tags":[]},"2325":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:44:47 GMT+0100 (W. Europe Standard Time)"},"2326":{"varMapping":{"__isSmartRef__":true,"id":2327},"source":"function distanceToPoint(point) {\n // this.distanceToPoint(this.vertices()[0])\n // this.distanceToPoint(this.vertices()[1])\n // this.distanceToPoint(pt(0,0))\n\n // TODO move this to Math\n function sqr(x) { return x * x }\n function dist2(v, w) { return sqr(v.x - w.x) + sqr(v.y - w.y) }\n function distToSegmentSquared(p, v, w) {\n var l2 = dist2(v, w);\n if (l2 == 0) return dist2(p, v);\n var t = ((p.x - v.x) * (w.x - v.x) + (p.y - v.y) * (w.y - v.y)) / l2;\n if (t < 0) return dist2(p, v);\n if (t > 1) return dist2(p, w);\n return dist2(p, { x: v.x + t * (w.x - v.x),\n y: v.y + t * (w.y - v.y) });\n }\n function distToSegment(p, v, w) { return Math.sqrt(distToSegmentSquared(p, v, w)); }\n\n var vertices = this.vertices()\n\n return distToSegment(point, vertices.first(), vertices.last())\n}","funcProperties":{"__isSmartRef__":true,"id":2328},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2327":{"this":{"__isSmartRef__":true,"id":528}},"2328":{"timestamp":{"__isSmartRef__":true,"id":2329},"user":"jenslincke","tags":[]},"2329":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:33:44 GMT+0100 (W. Europe Standard Time)"},"2330":{"varMapping":{"__isSmartRef__":true,"id":2331},"source":"function dropOn(aMorph) {\n var r = $super(aMorph)\n this.sendToBack()\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":2336},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2331":{"this":{"__isSmartRef__":true,"id":528},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2332}},"2332":{"$super":{"__isSmartRef__":true,"id":2333}},"2333":{"varMapping":{"__isSmartRef__":true,"id":2334},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2335},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2334":{"obj":{"__isSmartRef__":true,"id":528},"name":"dropOn"},"2335":{},"2336":{"timestamp":{"__isSmartRef__":true,"id":2337},"user":"jenslincke","tags":[]},"2337":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:47:48 GMT+0100 (W. Europe Standard Time)"},"2338":{"source":{"__isSmartRef__":true,"id":368},"target":{"__isSmartRef__":true,"id":528}},"2339":{"sourceObj":{"__isSmartRef__":true,"id":230},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":527},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2340},"dependedBy":{"__isSmartRef__":true,"id":527},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2340":{"source":{"__isSmartRef__":true,"id":230},"target":{"__isSmartRef__":true,"id":527}},"2341":{"sourceObj":{"__isSmartRef__":true,"id":230},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":527},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2342},"dependedBy":{"__isSmartRef__":true,"id":527},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2342":{"source":{"__isSmartRef__":true,"id":230},"target":{"__isSmartRef__":true,"id":527}},"2343":{"sourceObj":{"__isSmartRef__":true,"id":230},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":527},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2344},"dependedBy":{"__isSmartRef__":true,"id":527},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2344":{"source":{"__isSmartRef__":true,"id":230},"target":{"__isSmartRef__":true,"id":527}},"2345":{"sourceObj":{"__isSmartRef__":true,"id":230},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":527},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":2346},"dependedBy":{"__isSmartRef__":true,"id":527},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2346":{"source":{"__isSmartRef__":true,"id":230},"target":{"__isSmartRef__":true,"id":527}},"2347":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":527},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2348},"dependedBy":{"__isSmartRef__":true,"id":527},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2348":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":527}},"2349":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":527},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2350},"dependedBy":{"__isSmartRef__":true,"id":527},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2350":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":527}},"2351":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":527},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2352},"dependedBy":{"__isSmartRef__":true,"id":527},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2352":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":527}},"2353":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":527},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":2354},"dependedBy":{"__isSmartRef__":true,"id":527},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2354":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":527}},"2355":{"d":1,"a":1,"f":624.6,"e":454.1,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":2356},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2356":{"a":1,"b":0,"c":0,"d":1,"e":454.1,"f":624.6,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2357":{"sourceObj":{"__isSmartRef__":true,"id":230},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":943},"targetMethodName":"updatePosition","varMapping":{"__isSmartRef__":true,"id":2358},"converterString":"function (value) { return this.sourceObj }","dependendConnections":[{"__isSmartRef__":true,"id":2359},{"__isSmartRef__":true,"id":2361},{"__isSmartRef__":true,"id":2363},{"__isSmartRef__":true,"id":2365},{"__isSmartRef__":true,"id":2367},{"__isSmartRef__":true,"id":2369},{"__isSmartRef__":true,"id":2371},{"__isSmartRef__":true,"id":2373}],"oldTransform":{"__isSmartRef__":true,"id":2375},"__LivelyClassName__":"lively.morphic.GeometryTransformConnection","__SourceModuleName__":"Global.lively.bindings.GeometryBindings"},"2358":{"source":{"__isSmartRef__":true,"id":368},"target":{"__isSmartRef__":true,"id":943}},"2359":{"sourceObj":{"__isSmartRef__":true,"id":230},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":2357},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2360},"dependedBy":{"__isSmartRef__":true,"id":2357},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2360":{"source":{"__isSmartRef__":true,"id":230},"target":{"__isSmartRef__":true,"id":2357}},"2361":{"sourceObj":{"__isSmartRef__":true,"id":230},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":2357},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2362},"dependedBy":{"__isSmartRef__":true,"id":2357},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2362":{"source":{"__isSmartRef__":true,"id":230},"target":{"__isSmartRef__":true,"id":2357}},"2363":{"sourceObj":{"__isSmartRef__":true,"id":230},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":2357},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2364},"dependedBy":{"__isSmartRef__":true,"id":2357},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2364":{"source":{"__isSmartRef__":true,"id":230},"target":{"__isSmartRef__":true,"id":2357}},"2365":{"sourceObj":{"__isSmartRef__":true,"id":230},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":2357},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":2366},"dependedBy":{"__isSmartRef__":true,"id":2357},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2366":{"source":{"__isSmartRef__":true,"id":230},"target":{"__isSmartRef__":true,"id":2357}},"2367":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":2357},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2368},"dependedBy":{"__isSmartRef__":true,"id":2357},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2368":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":2357}},"2369":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":2357},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2370},"dependedBy":{"__isSmartRef__":true,"id":2357},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2370":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":2357}},"2371":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":2357},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2372},"dependedBy":{"__isSmartRef__":true,"id":2357},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2372":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":2357}},"2373":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":2357},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":2374},"dependedBy":{"__isSmartRef__":true,"id":2357},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2374":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":2357}},"2375":{"d":1,"a":1,"f":624.6,"e":454.1,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":2376},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2376":{"a":1,"b":0,"c":0,"d":1,"e":454.1,"f":624.6,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2377":{"Name":"Thermal Power Station","In":"FosilEnergy","Out":"ElectricalEnergy"},"2378":{"migrateFrom":{"__isSmartRef__":true,"id":2379},"parseSource":{"__isSmartRef__":true,"id":2383},"printSource":{"__isSmartRef__":true,"id":2387}},"2379":{"varMapping":{"__isSmartRef__":true,"id":2380},"source":"function migrateFrom(other) {\n this.get(\"SourceText\").textString = other.get(\"SourceText\").textString\n}","funcProperties":{"__isSmartRef__":true,"id":2381},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2380":{"this":{"__isSmartRef__":true,"id":230}},"2381":{"timestamp":{"__isSmartRef__":true,"id":2382},"user":"jenslincke","tags":[]},"2382":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:09:44 GMT+0100 (W. Europe Standard Time)"},"2383":{"varMapping":{"__isSmartRef__":true,"id":2384},"source":"function parseSource() {\n // this.parseSource()\n var obj = {}\n this.get(\"SourceText\").textString.split(\"\\n\").each(function(line){\n var m = line.match(/([^:]*): *(.*)/)\n if (m) {\n if (m[2].match(\",\"))\n obj[m[1]] = m[2].split(/, ?/)\n obj[m[1]] = m[2]\n }\n })\n return obj\n}","funcProperties":{"__isSmartRef__":true,"id":2385},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2384":{"this":{"__isSmartRef__":true,"id":230}},"2385":{"timestamp":{"__isSmartRef__":true,"id":2386},"user":"jenslincke","tags":[]},"2386":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:22:33 GMT+0100 (W. Europe Standard Time)"},"2387":{"varMapping":{"__isSmartRef__":true,"id":2388},"source":"function printSource(obj) {\n // o = this.parseSource(); o.Value = Math.random(); this.printSource(o)\n this.get(\"SourceText\").textString = Properties.own(obj).collect(function(ea) {\n if (Object.isArray(obj[ea]))\n return ea + \": \" +obj[ea].join(\", \")\n else\n return ea + \": \" +obj[ea]\n }).join(\"\\n\")\n}","funcProperties":{"__isSmartRef__":true,"id":2389},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2388":{"this":{"__isSmartRef__":true,"id":230}},"2389":{"timestamp":{"__isSmartRef__":true,"id":2390},"user":"jenslincke","tags":[]},"2390":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:22:19 GMT+0100 (W. Europe Standard Time)"},"2391":{"connect":{"__isSmartRef__":true,"id":2392},"updatePosition":{"__isSmartRef__":true,"id":2396},"updateControlPoint":{"__isSmartRef__":true,"id":2400},"disconnectMorph":{"__isSmartRef__":true,"id":2404},"connectMorph":{"__isSmartRef__":true,"id":2408},"onMouseOver":{"__isSmartRef__":true,"id":2412},"onMouseOut":{"__isSmartRef__":true,"id":2416},"makeHandle":{"__isSmartRef__":true,"id":2424},"showFromHandle":{"__isSmartRef__":true,"id":2428},"showToHandle":{"__isSmartRef__":true,"id":2432},"reset":{"__isSmartRef__":true,"id":2436},"onDragInHandle":{"__isSmartRef__":true,"id":2440},"onDragStartInHandle":{"__isSmartRef__":true,"id":2444},"onDragEndInHandle":{"__isSmartRef__":true,"id":2448},"connectFrom":{"__isSmartRef__":true,"id":2452},"connectTo":{"__isSmartRef__":true,"id":2456},"hideToHandle":{"__isSmartRef__":true,"id":2460},"hideFromHandle":{"__isSmartRef__":true,"id":2464},"updateIntersection":{"__isSmartRef__":true,"id":2468},"lineIntersect":{"__isSmartRef__":true,"id":2472},"intersectMorphLinePoints":{"__isSmartRef__":true,"id":2476},"intersectMorph":{"__isSmartRef__":true,"id":2480},"globalShapePathFromMorph":{"__isSmartRef__":true,"id":2484},"remove":{"__isSmartRef__":true,"id":2488},"migrateFrom":{"__isSmartRef__":true,"id":2496},"copy":{"__isSmartRef__":true,"id":2500},"disconnectAll":{"__isSmartRef__":true,"id":2508},"resumeSteppingAll":{"__isSmartRef__":true,"id":2512},"delayedHideHandles":{"__isSmartRef__":true,"id":2520},"hideHandles":{"__isSmartRef__":true,"id":2524},"grabByHand":{"__isSmartRef__":true,"id":2528},"onMouseDownEntry":{"__isSmartRef__":true,"id":2532},"distanceToPoint":{"__isSmartRef__":true,"id":2540},"dropOn":{"__isSmartRef__":true,"id":2544}},"2392":{"varMapping":{"__isSmartRef__":true,"id":2393},"source":"function connect(morphA, morphB) {\n this.connectFrom(morphA)\n this.connectTo(morphB)\n this.updatePosition()\n}","funcProperties":{"__isSmartRef__":true,"id":2394},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2393":{"this":{"__isSmartRef__":true,"id":185}},"2394":{"timestamp":{"__isSmartRef__":true,"id":2395},"user":"jenslincke","tags":[]},"2395":{"isSerializedDate":true,"string":"Thu Dec 13 2012 16:50:49 GMT+0100 (W. Europe Standard Time)"},"2396":{"varMapping":{"__isSmartRef__":true,"id":2397},"source":"function updatePosition(sourceMorph) {\n\n // some self healing code\n if (sourceMorph && sourceMorph !== this.toMorph && sourceMorph !== this.fromMorph) {\n this.disconnectMorph(sourceMorph)\n }\n try {\n this.updateControlPoint(this.controlPoints[0], this.fromMorph)\n this.updateControlPoint(this.controlPoints[1], this.toMorph)\n this.updateIntersection(this.fromMorph, this.controlPoints[0])\n this.updateIntersection(this.toMorph, this.controlPoints[1])\n } catch(e) {\n console.log(\"ERROR \" +this+\".updatePosition(\" + sourceMorph + \")\")\n }\n\n this.adjustOrigin(this.bounds().extent().scaleBy(0.5))\n}","funcProperties":{"__isSmartRef__":true,"id":2398},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2397":{"this":{"__isSmartRef__":true,"id":185}},"2398":{"timestamp":{"__isSmartRef__":true,"id":2399},"user":"jenslincke","tags":[]},"2399":{"isSerializedDate":true,"string":"Wed Jan 22 2014 21:28:51 GMT+0100 (W. Europe Standard Time)"},"2400":{"varMapping":{"__isSmartRef__":true,"id":2401},"source":"function updateControlPoint(cp, morph) {\n if (!cp || !morph) return;\n try {\n var pos = morph.worldPoint(morph.shape.bounds().center())\n } catch(e) {};\n if (pos)\n cp.setGlobalPos(pos)\n}","funcProperties":{"__isSmartRef__":true,"id":2402},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2401":{"this":{"__isSmartRef__":true,"id":185}},"2402":{"timestamp":{"__isSmartRef__":true,"id":2403},"user":"jenslincke","tags":[]},"2403":{"isSerializedDate":true,"string":"Wed Jan 22 2014 21:25:06 GMT+0100 (W. Europe Standard Time)"},"2404":{"varMapping":{"__isSmartRef__":true,"id":2405},"source":"function disconnectMorph(morph) {\n if (!morph) return;\n lively.bindings.disconnect(morph, 'globalTransform', this, 'updatePosition')\n}","funcProperties":{"__isSmartRef__":true,"id":2406},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2405":{"this":{"__isSmartRef__":true,"id":185}},"2406":{"timestamp":{"__isSmartRef__":true,"id":2407},"user":"jenslincke","tags":[]},"2407":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:19:18 GMT+0100 (W. Europe Standard Time)"},"2408":{"varMapping":{"__isSmartRef__":true,"id":2409},"source":"function connectMorph(morph) {\n if (morph)\n lively.bindings.connect(morph, 'globalTransform', this, 'updatePosition', {\n converter: function(value) { return this.sourceObj }\n })\n}","funcProperties":{"__isSmartRef__":true,"id":2410},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2409":{"this":{"__isSmartRef__":true,"id":185}},"2410":{"timestamp":{"__isSmartRef__":true,"id":2411},"user":"jenslincke","tags":[]},"2411":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:00:00 GMT+0100 (W. Europe Standard Time)"},"2412":{"varMapping":{"__isSmartRef__":true,"id":2413},"source":"function onMouseOver(evt) {\n this.lastOverTime = Date.now()\n var p = evt.getPosition()\n var cp1 = this.controlPoints[0].getGlobalPos();\n if (p.dist(cp1) < 20) {\n this.showFromHandle()\n } else {\n this.hideFromHandle()\n }\n var cp2 = this.controlPoints[1].getGlobalPos();\n if (p.dist(cp2) < 20) {\n this.showToHandle()\n } else {\n this.hideToHandle()\n }\n \n this.delayedHideHandles()\n}","funcProperties":{"__isSmartRef__":true,"id":2414},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2413":{"this":{"__isSmartRef__":true,"id":185}},"2414":{"timestamp":{"__isSmartRef__":true,"id":2415},"user":"jenslincke","tags":[]},"2415":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:46:54 GMT+0100 (W. Europe Standard Time)"},"2416":{"varMapping":{"__isSmartRef__":true,"id":2417},"source":"function onMouseOut(evt) {\n // this.hideFromHandle()\n // this.hideToHandle()\n}","funcProperties":{"__isSmartRef__":true,"id":2422},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2417":{"this":{"__isSmartRef__":true,"id":185},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2418}},"2418":{"$super":{"__isSmartRef__":true,"id":2419}},"2419":{"varMapping":{"__isSmartRef__":true,"id":2420},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2421},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2420":{"obj":{"__isSmartRef__":true,"id":185},"name":"onMouseOut"},"2421":{},"2422":{"timestamp":{"__isSmartRef__":true,"id":2423},"user":"jenslincke","tags":[]},"2423":{"isSerializedDate":true,"string":"Thu Dec 13 2012 16:54:53 GMT+0100 (W. Europe Standard Time)"},"2424":{"varMapping":{"__isSmartRef__":true,"id":2425},"source":"function makeHandle() {\n var m = lively.morphic.Morph.makeRectangle(0,0,10,10);\n m.disableGrabbing()\n m.enableDragging()\n m.connector = this;\n // move real behavior to a place which is easier to develop\n // do not use bind, because we like late binding \n m.addScript(function onDragStart(evt) {\n this.connector.onDragStartInHandle(this, evt)\n })\n m.addScript(function onDrag(evt) {\n this.connector.onDragInHandle(this, evt)\n })\n m.addScript(function onDragEnd(evt) {\n this.connector.onDragEndInHandle(this, evt)\n })\n m.isEpiMorph = true;\n return m\n}","funcProperties":{"__isSmartRef__":true,"id":2426},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2425":{"this":{"__isSmartRef__":true,"id":185}},"2426":{"timestamp":{"__isSmartRef__":true,"id":2427},"user":"jenslincke","tags":[]},"2427":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:08:29 GMT+0100 (W. Europe Standard Time)"},"2428":{"varMapping":{"__isSmartRef__":true,"id":2429},"source":"function showFromHandle() {\n if (!this.fromHandle) {\n this.fromHandle = this.makeHandle();\n this.fromHandle.setFill(Color.red)\n this.fromHandle.isFromHandle = true;\n }\n this.fromHandle.openInWorld();\n this.fromHandle.controlPoint = this.controlPoints[0];\n this.fromHandle.setPosition(this.controlPoints[0].getGlobalPos().subPt(pt(5,5)))\n return this.fromHandle\n}","funcProperties":{"__isSmartRef__":true,"id":2430},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2429":{"this":{"__isSmartRef__":true,"id":185}},"2430":{"timestamp":{"__isSmartRef__":true,"id":2431},"user":"jenslincke","tags":[]},"2431":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:13:03 GMT+0100 (W. Europe Standard Time)"},"2432":{"varMapping":{"__isSmartRef__":true,"id":2433},"source":"function showToHandle() {\n if (!this.toHandle) {\n this.toHandle = this.makeHandle();\n this.toHandle.setFill(Color.red)\n this.toHandle.isToHandle = true;\n\n }\n this.toHandle.openInWorld();\n this.toHandle.controlPoint = this.controlPoints[1];\n this.toHandle.setPosition(this.controlPoints[1].getGlobalPos().subPt(pt(5,5)))\n return this.toHandle\n}","funcProperties":{"__isSmartRef__":true,"id":2434},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2433":{"this":{"__isSmartRef__":true,"id":185}},"2434":{"timestamp":{"__isSmartRef__":true,"id":2435},"user":"jenslincke","tags":[]},"2435":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:20:25 GMT+0100 (W. Europe Standard Time)"},"2436":{"varMapping":{"__isSmartRef__":true,"id":2437},"source":"function reset() {\n if (this.fromHandle) {\n this.fromHandle.remove()\n delete this.fromHandle\n }\n if (this.toHandle) {\n this.toHandle.remove()\n delete this.toHandle\n }\n \n this.droppingEnabled = false\n // this.controlPoints[1].setPos(pt(200,200))\n}","funcProperties":{"__isSmartRef__":true,"id":2438},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2437":{"this":{"__isSmartRef__":true,"id":185}},"2438":{"timestamp":{"__isSmartRef__":true,"id":2439},"user":"jenslincke","tags":[]},"2439":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:14:14 GMT+0100 (W. Europe Standard Time)"},"2440":{"varMapping":{"__isSmartRef__":true,"id":2441},"source":"function onDragInHandle(handle, evt) {\n this.lastOverTime = Date.now()\n var pos = handle.getPositionInWorld();\n var delta = evt.hand.getPosition().subPt(pos);\n handle.moveBy(delta)\n pos = handle.getPositionInWorld();\n if (handle.controlPoint)\n handle.controlPoint.setGlobalPos(pos.addPt(pt(5,5)))\n var morphs = this.owner.morphsContainingPoint(pos)\n morphs = morphs.reject(function(ea) {\n return ea.isWorld || (ea === handle) || (ea === this) || \n (ea === this.owner)\n }, this)\n if (this.selectedMorphHighlights) \n this.selectedMorphHighlights.invoke('remove')\n this.selectedMorph = morphs.first();\n this.selectedMorphHighlights = show(this.selectedMorph)\n handle.startPos = evt.getPosition();\n}","funcProperties":{"__isSmartRef__":true,"id":2442},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2441":{"this":{"__isSmartRef__":true,"id":185}},"2442":{"timestamp":{"__isSmartRef__":true,"id":2443},"user":"jenslincke","tags":[]},"2443":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:49:04 GMT+0100 (W. Europe Standard Time)"},"2444":{"varMapping":{"__isSmartRef__":true,"id":2445},"source":"function onDragStartInHandle(handle, evt) {\n handle.startPos = evt.getPosition()\n}","funcProperties":{"__isSmartRef__":true,"id":2446},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2445":{"this":{"__isSmartRef__":true,"id":185}},"2446":{"timestamp":{"__isSmartRef__":true,"id":2447},"user":"jenslincke","tags":[]},"2447":{"isSerializedDate":true,"string":"Thu Dec 13 2012 15:51:13 GMT+0100 (W. Europe Standard Time)"},"2448":{"varMapping":{"__isSmartRef__":true,"id":2449},"source":"function onDragEndInHandle(handle, evt) {\n if (this.selectedMorphHighlights) \n this.selectedMorphHighlights.invoke('remove')\n \n if (handle.isFromHandle) this.connectFrom(this.selectedMorph)\n if (handle.isToHandle) this.connectTo(this.selectedMorph)\n this.delayedHideHandles()\n this.updatePosition()\n}","funcProperties":{"__isSmartRef__":true,"id":2450},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2449":{"this":{"__isSmartRef__":true,"id":185}},"2450":{"timestamp":{"__isSmartRef__":true,"id":2451},"user":"jenslincke","tags":[]},"2451":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:14:52 GMT+0100 (W. Europe Standard Time)"},"2452":{"varMapping":{"__isSmartRef__":true,"id":2453},"source":"function connectFrom(morph) {\n if (morph && morph === this.toMorph) return; // not allowed\n\n this.disconnectMorph(this.fromMorph)\n this.fromMorph = morph;\n this.connectMorph(this.fromMorph)\n}","funcProperties":{"__isSmartRef__":true,"id":2454},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2453":{"this":{"__isSmartRef__":true,"id":185}},"2454":{"timestamp":{"__isSmartRef__":true,"id":2455},"user":"jenslincke","tags":[]},"2455":{"isSerializedDate":true,"string":"Thu Dec 13 2012 18:02:22 GMT+0100 (W. Europe Standard Time)"},"2456":{"varMapping":{"__isSmartRef__":true,"id":2457},"source":"function connectTo(morph) {\n\n if (morph && morph === this.fromMorph) return; // not allowed\n\n this.disconnectMorph(this.toMorph)\n this.toMorph = morph;\n this.connectMorph(this.toMorph)\n}","funcProperties":{"__isSmartRef__":true,"id":2458},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2457":{"this":{"__isSmartRef__":true,"id":185}},"2458":{"timestamp":{"__isSmartRef__":true,"id":2459},"user":"jenslincke","tags":[]},"2459":{"isSerializedDate":true,"string":"Thu Dec 13 2012 18:02:30 GMT+0100 (W. Europe Standard Time)"},"2460":{"varMapping":{"__isSmartRef__":true,"id":2461},"source":"function hideToHandle() {\n if (this.toHandle) this.toHandle.remove();\n}","funcProperties":{"__isSmartRef__":true,"id":2462},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2461":{"this":{"__isSmartRef__":true,"id":185}},"2462":{"timestamp":{"__isSmartRef__":true,"id":2463},"user":"jenslincke","tags":[]},"2463":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:17:05 GMT+0100 (W. Europe Standard Time)"},"2464":{"varMapping":{"__isSmartRef__":true,"id":2465},"source":"function hideFromHandle() {\n if (this.fromHandle) this.fromHandle.remove()\n}","funcProperties":{"__isSmartRef__":true,"id":2466},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2465":{"this":{"__isSmartRef__":true,"id":185}},"2466":{"timestamp":{"__isSmartRef__":true,"id":2467},"user":"jenslincke","tags":[]},"2467":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:17:16 GMT+0100 (W. Europe Standard Time)"},"2468":{"varMapping":{"__isSmartRef__":true,"id":2469},"source":"function updateIntersection(morph, cp) {\n if (!morph) return;\n var intersection = this.intersectMorph(morph)[0];\n if (intersection) {\n cp.setGlobalPos(intersection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2470},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2469":{"this":{"__isSmartRef__":true,"id":185}},"2470":{"timestamp":{"__isSmartRef__":true,"id":2471},"user":"jenslincke","tags":[]},"2471":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:51:32 GMT+0100 (W. Europe Standard Time)"},"2472":{"varMapping":{"__isSmartRef__":true,"id":2473},"source":"function lineIntersect(a1, a2, b1, b2){\n // inspired by http://stackoverflow.com/questions/3746274/line-intersection-with-aabb-rectangle\n var b = a2.subPt(a1);\n var d = b2.subPt(b1);\n var bDotDPerp = b.x * d.y - b.y * d.x;\n\n // if b dot d == 0, it means the lines are parallel so have infinite intersection points\n if (bDotDPerp == 0)\n return null;\n\n var c = b1.subPt(a1);\n var t = (c.x * d.y - c.y * d.x) / bDotDPerp;\n if (t < 0 || t > 1)\n return null;\n\n var u = (c.x * b.y - c.y * b.x) / bDotDPerp;\n if (u < 0 || u > 1)\n return null;\n\n return a1.addPt(b.scaleBy(t));\n}","funcProperties":{"__isSmartRef__":true,"id":2474},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2473":{"this":{"__isSmartRef__":true,"id":185}},"2474":{"timestamp":{"__isSmartRef__":true,"id":2475},"user":"jenslincke","tags":[]},"2475":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:47:12 GMT+0100 (W. Europe Standard Time)"},"2476":{"varMapping":{"__isSmartRef__":true,"id":2477},"source":"function intersectMorphLinePoints(morph, a1, a2) {\n var points = this.globalShapePathFromMorph(morph);\n var intersections = [];\n points.inject(points.last(), function(last, ea) {\n var p = this.lineIntersect(a1, a2, last, ea)\n if (p) intersections.push(p)\n return ea\n }, this)\n return intersections\n}","funcProperties":{"__isSmartRef__":true,"id":2478},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2477":{"this":{"__isSmartRef__":true,"id":185}},"2478":{"timestamp":{"__isSmartRef__":true,"id":2479},"user":"jenslincke","tags":[]},"2479":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:53:21 GMT+0100 (W. Europe Standard Time)"},"2480":{"varMapping":{"__isSmartRef__":true,"id":2481},"source":"function intersectMorph(morph) {\n var line = this;\n return this.intersectMorphLinePoints(morph,\n line.controlPoints[0].getGlobalPos(), line.controlPoints[1].getGlobalPos())\n}","funcProperties":{"__isSmartRef__":true,"id":2482},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2481":{"this":{"__isSmartRef__":true,"id":185}},"2482":{"timestamp":{"__isSmartRef__":true,"id":2483},"user":"jenslincke","tags":[]},"2483":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:51:47 GMT+0100 (W. Europe Standard Time)"},"2484":{"varMapping":{"__isSmartRef__":true,"id":2485},"source":"function globalShapePathFromMorph(morph) {\n var b = morph.shape.bounds();\n var p1 = morph.worldPoint(b.topLeft()),\n p2 = morph.worldPoint(b.topRight()),\n p3 = morph.worldPoint(b.bottomRight()),\n p4 = morph.worldPoint(b.bottomLeft());\n return [p1, p2, p3, p4]\n}","funcProperties":{"__isSmartRef__":true,"id":2486},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2485":{"this":{"__isSmartRef__":true,"id":185}},"2486":{"timestamp":{"__isSmartRef__":true,"id":2487},"user":"jenslincke","tags":[]},"2487":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:53:00 GMT+0100 (W. Europe Standard Time)"},"2488":{"varMapping":{"__isSmartRef__":true,"id":2489},"source":"function remove() {\n \n this.disconnectMorph(this.fromMorph)\n this.disconnectMorph(this.toMorph)\n return $super()\n}","funcProperties":{"__isSmartRef__":true,"id":2494},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2489":{"this":{"__isSmartRef__":true,"id":185},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2490}},"2490":{"$super":{"__isSmartRef__":true,"id":2491}},"2491":{"varMapping":{"__isSmartRef__":true,"id":2492},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2493},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2492":{"obj":{"__isSmartRef__":true,"id":185},"name":"remove"},"2493":{},"2494":{"timestamp":{"__isSmartRef__":true,"id":2495},"user":"jenslincke","tags":[]},"2495":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:15:47 GMT+0100 (W. Europe Standard Time)"},"2496":{"varMapping":{"__isSmartRef__":true,"id":2497},"source":"function migrateFrom(other) {\n\n this.disconnectMorph(this.fromMorph)\n this.disconnectMorph(this.toMorph)\n\n this.connectFrom(other.fromMorph)\n this.connectTo(other.toMorph)\n\n this.updatePosition()\n\n}","funcProperties":{"__isSmartRef__":true,"id":2498},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2497":{"this":{"__isSmartRef__":true,"id":185}},"2498":{"timestamp":{"__isSmartRef__":true,"id":2499},"user":"jenslincke","tags":[]},"2499":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:43:34 GMT+0100 (W. Europe Standard Time)"},"2500":{"varMapping":{"__isSmartRef__":true,"id":2501},"source":"function copy() {\n var r = $super()\n r.disconnectAll()\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":2506},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2501":{"this":{"__isSmartRef__":true,"id":185},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2502}},"2502":{"$super":{"__isSmartRef__":true,"id":2503}},"2503":{"varMapping":{"__isSmartRef__":true,"id":2504},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2505},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2504":{"obj":{"__isSmartRef__":true,"id":185},"name":"copy"},"2505":{},"2506":{"timestamp":{"__isSmartRef__":true,"id":2507},"user":"jenslincke","tags":[]},"2507":{"isSerializedDate":true,"string":"Wed Jan 22 2014 15:59:01 GMT+0100 (W. Europe Standard Time)"},"2508":{"varMapping":{"__isSmartRef__":true,"id":2509},"source":"function disconnectAll() {\n this.disconnectMorph(this.toMorph)\n this.disconnectMorph(this.fromMorph)\n this.fromMorph = null\n this.toMorph = null\n}","funcProperties":{"__isSmartRef__":true,"id":2510},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2509":{"this":{"__isSmartRef__":true,"id":185}},"2510":{"timestamp":{"__isSmartRef__":true,"id":2511},"user":"jenslincke","tags":[]},"2511":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:00:37 GMT+0100 (W. Europe Standard Time)"},"2512":{"varMapping":{"__isSmartRef__":true,"id":2513},"source":"function resumeSteppingAll() {\n this.connectMorph(this.fromMorph)\n this.connectMorph(this.toMorph)\n return $super()\n}","funcProperties":{"__isSmartRef__":true,"id":2518},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2513":{"this":{"__isSmartRef__":true,"id":185},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2514}},"2514":{"$super":{"__isSmartRef__":true,"id":2515}},"2515":{"varMapping":{"__isSmartRef__":true,"id":2516},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2517},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2516":{"obj":{"__isSmartRef__":true,"id":185},"name":"resumeSteppingAll"},"2517":{},"2518":{"timestamp":{"__isSmartRef__":true,"id":2519},"user":"jenslincke","tags":[]},"2519":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:04:58 GMT+0100 (W. Europe Standard Time)"},"2520":{"varMapping":{"__isSmartRef__":true,"id":2521},"source":"function delayedHideHandles() {\n if (! this.lastOverTime) return; // it was handled already\n var delta = Date.now() - this.lastOverTime;\n if (delta > 2000) {\n this.hideHandles()\n this.lastOverTime = null;\n } else {\n this.delayedHideHandles.bind(this).delay(0.1)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2522},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2521":{"this":{"__isSmartRef__":true,"id":185}},"2522":{"timestamp":{"__isSmartRef__":true,"id":2523},"user":"jenslincke","tags":[]},"2523":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:47:26 GMT+0100 (W. Europe Standard Time)"},"2524":{"varMapping":{"__isSmartRef__":true,"id":2525},"source":"function hideHandles() {\n this.hideFromHandle()\n this.hideToHandle()\n}","funcProperties":{"__isSmartRef__":true,"id":2526},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2525":{"this":{"__isSmartRef__":true,"id":185}},"2526":{"timestamp":{"__isSmartRef__":true,"id":2527},"user":"jenslincke","tags":[]},"2527":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:16:41 GMT+0100 (W. Europe Standard Time)"},"2528":{"varMapping":{"__isSmartRef__":true,"id":2529},"source":"function grabByHand(hand) {\n this.disconnectAll()\n hand.addMorphWithShadow(this)\n}","funcProperties":{"__isSmartRef__":true,"id":2530},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2529":{"this":{"__isSmartRef__":true,"id":185}},"2530":{"timestamp":{"__isSmartRef__":true,"id":2531},"user":"jenslincke","tags":[]},"2531":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:23:25 GMT+0100 (W. Europe Standard Time)"},"2532":{"varMapping":{"__isSmartRef__":true,"id":2533},"source":"function onMouseDownEntry(evt) {\n var r = $super(evt)\n\n // var localPos = this.localize(evt.getPosition())\n // var distance = this.distanceToPoint(localPos)\n // alertOK(\"onMouseDownEntry: \" + distance)\n // if (distance > 20) {\n // evt.world.clickedOnMorph = null;\n // evt.world.clickedOnMorphTime = null;\n // evt.hand.scrollFocusMorph = null;\n // evt.hand.internalClickedOnMorph = null\n // return false\n // }\n // show(this.worldPoint(localPos))\n\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":2538},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2533":{"this":{"__isSmartRef__":true,"id":185},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2534}},"2534":{"$super":{"__isSmartRef__":true,"id":2535}},"2535":{"varMapping":{"__isSmartRef__":true,"id":2536},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2537},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2536":{"obj":{"__isSmartRef__":true,"id":185},"name":"onMouseDownEntry"},"2537":{},"2538":{"timestamp":{"__isSmartRef__":true,"id":2539},"user":"jenslincke","tags":[]},"2539":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:44:47 GMT+0100 (W. Europe Standard Time)"},"2540":{"varMapping":{"__isSmartRef__":true,"id":2541},"source":"function distanceToPoint(point) {\n // this.distanceToPoint(this.vertices()[0])\n // this.distanceToPoint(this.vertices()[1])\n // this.distanceToPoint(pt(0,0))\n\n // TODO move this to Math\n function sqr(x) { return x * x }\n function dist2(v, w) { return sqr(v.x - w.x) + sqr(v.y - w.y) }\n function distToSegmentSquared(p, v, w) {\n var l2 = dist2(v, w);\n if (l2 == 0) return dist2(p, v);\n var t = ((p.x - v.x) * (w.x - v.x) + (p.y - v.y) * (w.y - v.y)) / l2;\n if (t < 0) return dist2(p, v);\n if (t > 1) return dist2(p, w);\n return dist2(p, { x: v.x + t * (w.x - v.x),\n y: v.y + t * (w.y - v.y) });\n }\n function distToSegment(p, v, w) { return Math.sqrt(distToSegmentSquared(p, v, w)); }\n\n var vertices = this.vertices()\n\n return distToSegment(point, vertices.first(), vertices.last())\n}","funcProperties":{"__isSmartRef__":true,"id":2542},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2541":{"this":{"__isSmartRef__":true,"id":185}},"2542":{"timestamp":{"__isSmartRef__":true,"id":2543},"user":"jenslincke","tags":[]},"2543":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:33:44 GMT+0100 (W. Europe Standard Time)"},"2544":{"varMapping":{"__isSmartRef__":true,"id":2545},"source":"function dropOn(aMorph) {\n var r = $super(aMorph)\n this.sendToBack()\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":2550},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2545":{"this":{"__isSmartRef__":true,"id":185},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2546}},"2546":{"$super":{"__isSmartRef__":true,"id":2547}},"2547":{"varMapping":{"__isSmartRef__":true,"id":2548},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2549},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2548":{"obj":{"__isSmartRef__":true,"id":185},"name":"dropOn"},"2549":{},"2550":{"timestamp":{"__isSmartRef__":true,"id":2551},"user":"jenslincke","tags":[]},"2551":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:47:48 GMT+0100 (W. Europe Standard Time)"},"2552":{"source":{"__isSmartRef__":true,"id":47},"target":{"__isSmartRef__":true,"id":185}},"2553":{"sourceObj":{"__isSmartRef__":true,"id":47},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":184},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2554},"dependedBy":{"__isSmartRef__":true,"id":184},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2554":{"source":{"__isSmartRef__":true,"id":47},"target":{"__isSmartRef__":true,"id":184}},"2555":{"sourceObj":{"__isSmartRef__":true,"id":47},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":184},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2556},"dependedBy":{"__isSmartRef__":true,"id":184},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2556":{"source":{"__isSmartRef__":true,"id":47},"target":{"__isSmartRef__":true,"id":184}},"2557":{"sourceObj":{"__isSmartRef__":true,"id":47},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":184},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2558},"dependedBy":{"__isSmartRef__":true,"id":184},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2558":{"source":{"__isSmartRef__":true,"id":47},"target":{"__isSmartRef__":true,"id":184}},"2559":{"sourceObj":{"__isSmartRef__":true,"id":47},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":184},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":2560},"dependedBy":{"__isSmartRef__":true,"id":184},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2560":{"source":{"__isSmartRef__":true,"id":47},"target":{"__isSmartRef__":true,"id":184}},"2561":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":184},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2562},"dependedBy":{"__isSmartRef__":true,"id":184},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2562":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":184}},"2563":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":184},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2564},"dependedBy":{"__isSmartRef__":true,"id":184},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2564":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":184}},"2565":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":184},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2566},"dependedBy":{"__isSmartRef__":true,"id":184},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2566":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":184}},"2567":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":184},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":2568},"dependedBy":{"__isSmartRef__":true,"id":184},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2568":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":184}},"2569":{"d":1,"a":1,"f":595.5,"e":970.1,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":2570},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2570":{"a":1,"b":0,"c":0,"d":1,"e":970.1,"f":595.5,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2571":{"sourceObj":{"__isSmartRef__":true,"id":47},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":2},"targetMethodName":"updatePosition","varMapping":{"__isSmartRef__":true,"id":2572},"converterString":"function (value) { return this.sourceObj }","dependendConnections":[{"__isSmartRef__":true,"id":2573},{"__isSmartRef__":true,"id":2575},{"__isSmartRef__":true,"id":2577},{"__isSmartRef__":true,"id":2579},{"__isSmartRef__":true,"id":2581},{"__isSmartRef__":true,"id":2583},{"__isSmartRef__":true,"id":2585},{"__isSmartRef__":true,"id":2587}],"oldTransform":{"__isSmartRef__":true,"id":2589},"__LivelyClassName__":"lively.morphic.GeometryTransformConnection","__SourceModuleName__":"Global.lively.bindings.GeometryBindings"},"2572":{"source":{"__isSmartRef__":true,"id":47},"target":{"__isSmartRef__":true,"id":2}},"2573":{"sourceObj":{"__isSmartRef__":true,"id":47},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":2571},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2574},"dependedBy":{"__isSmartRef__":true,"id":2571},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2574":{"source":{"__isSmartRef__":true,"id":47},"target":{"__isSmartRef__":true,"id":2571}},"2575":{"sourceObj":{"__isSmartRef__":true,"id":47},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":2571},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2576},"dependedBy":{"__isSmartRef__":true,"id":2571},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2576":{"source":{"__isSmartRef__":true,"id":47},"target":{"__isSmartRef__":true,"id":2571}},"2577":{"sourceObj":{"__isSmartRef__":true,"id":47},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":2571},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2578},"dependedBy":{"__isSmartRef__":true,"id":2571},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2578":{"source":{"__isSmartRef__":true,"id":47},"target":{"__isSmartRef__":true,"id":2571}},"2579":{"sourceObj":{"__isSmartRef__":true,"id":47},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":2571},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":2580},"dependedBy":{"__isSmartRef__":true,"id":2571},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2580":{"source":{"__isSmartRef__":true,"id":47},"target":{"__isSmartRef__":true,"id":2571}},"2581":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":2571},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2582},"dependedBy":{"__isSmartRef__":true,"id":2571},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2582":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":2571}},"2583":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":2571},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2584},"dependedBy":{"__isSmartRef__":true,"id":2571},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2584":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":2571}},"2585":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":2571},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2586},"dependedBy":{"__isSmartRef__":true,"id":2571},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2586":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":2571}},"2587":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":2571},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":2588},"dependedBy":{"__isSmartRef__":true,"id":2571},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2588":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":2571}},"2589":{"d":1,"a":1,"f":595.5,"e":970.1,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":2590},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2590":{"a":1,"b":0,"c":0,"d":1,"e":970.1,"f":595.5,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2591":{"migrateFrom":{"__isSmartRef__":true,"id":2592},"parseSource":{"__isSmartRef__":true,"id":2596},"printSource":{"__isSmartRef__":true,"id":2600}},"2592":{"varMapping":{"__isSmartRef__":true,"id":2593},"source":"function migrateFrom(other) {\n this.get(\"SourceText\").textString = other.get(\"SourceText\").textString\n}","funcProperties":{"__isSmartRef__":true,"id":2594},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2593":{"this":{"__isSmartRef__":true,"id":47}},"2594":{"timestamp":{"__isSmartRef__":true,"id":2595},"user":"jenslincke","tags":[]},"2595":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:09:44 GMT+0100 (W. Europe Standard Time)"},"2596":{"varMapping":{"__isSmartRef__":true,"id":2597},"source":"function parseSource() {\n // this.parseSource()\n var obj = {}\n this.get(\"SourceText\").textString.split(\"\\n\").each(function(line){\n var m = line.match(/([^:]*): *(.*)/)\n if (m) {\n if (m[2].match(\",\"))\n obj[m[1]] = m[2].split(/, ?/)\n obj[m[1]] = m[2]\n }\n })\n return obj\n}","funcProperties":{"__isSmartRef__":true,"id":2598},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2597":{"this":{"__isSmartRef__":true,"id":47}},"2598":{"timestamp":{"__isSmartRef__":true,"id":2599},"user":"jenslincke","tags":[]},"2599":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:22:33 GMT+0100 (W. Europe Standard Time)"},"2600":{"varMapping":{"__isSmartRef__":true,"id":2601},"source":"function printSource(obj) {\n // o = this.parseSource(); o.Value = Math.random(); this.printSource(o)\n this.get(\"SourceText\").textString = Properties.own(obj).collect(function(ea) {\n if (Object.isArray(obj[ea]))\n return ea + \": \" +obj[ea].join(\", \")\n else\n return ea + \": \" +obj[ea]\n }).join(\"\\n\")\n}","funcProperties":{"__isSmartRef__":true,"id":2602},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2601":{"this":{"__isSmartRef__":true,"id":47}},"2602":{"timestamp":{"__isSmartRef__":true,"id":2603},"user":"jenslincke","tags":[]},"2603":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:22:19 GMT+0100 (W. Europe Standard Time)"},"2604":{"submorphs":[{"__isSmartRef__":true,"id":2605},{"__isSmartRef__":true,"id":2635}],"scripts":[],"id":"3E7DD033-4966-4E53-8968-B5B793914AEB","shape":{"__isSmartRef__":true,"id":2678},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"ElectricConsumer","partsBinMetaInfo":{"__isSmartRef__":true,"id":305},"eventHandler":{"__isSmartRef__":true,"id":2679},"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C","7EC17E78-593A-4CC8-B7E3-859BCBBFE785","BD8BECDB-A9A1-4009-B433-C925F0AFCCFC","F2677A9D-5855-4DF2-B248-94545B34B762","D52188B3-7DC0-410E-96B1-50892AC00A37","5E21C7BB-A7E2-498E-858F-032DCC55A4FC","2072AEFD-449A-4F4E-B8A5-9A6C57DEBB4B","8013D903-1809-4244-AABF-4DF28A1844DB","00F3C15D-F47A-44A0-8AD1-817E6DA58255","395A12DC-560D-4B74-B06B-C74A37BEBA18"],"partTests":{"__isSmartRef__":true,"id":2680},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"isCopyMorphRef":true,"morphRefId":2,"magnets":[{"__isSmartRef__":true,"id":2685},{"__isSmartRef__":true,"id":2686},{"__isSmartRef__":true,"id":2687},{"__isSmartRef__":true,"id":2688},{"__isSmartRef__":true,"id":2689},{"__isSmartRef__":true,"id":2690},{"__isSmartRef__":true,"id":2691},{"__isSmartRef__":true,"id":2692}],"prevScroll":[0,0],"isEnergySimulationPart":true,"layout":{"__isSmartRef__":true,"id":2693},"$":{"__isSmartRef__":true,"id":2694},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":1},"attributeConnections":[{"__isSmartRef__":true,"id":2695},{"__isSmartRef__":true,"id":2697},{"__isSmartRef__":true,"id":2699},{"__isSmartRef__":true,"id":2701},{"__isSmartRef__":true,"id":2703}],"doNotSerialize":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"__serializedExpressions__":["distanceToDragEvent","_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2715},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","distanceToDragEvent":"lively.pt(148.5,-8.0)","_Position":"lively.pt(1281.7,363.9)"},"2605":{"submorphs":[],"scripts":[],"id":"2A9F050D-A8CD-4C0F-BA38-1A9834FF03E5","shape":{"__isSmartRef__":true,"id":2606},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":11,"name":"SourceText","partsBinMetaInfo":{"__isSmartRef__":true,"id":2607},"textChunks":[{"__isSmartRef__":true,"id":2623}],"charsReplaced":"ElectricalEnergy","lastFindLoc":44,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":2625},"_ClipMode":"hidden","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","F1D26890-7392-487D-B5DE-97C772B4E79E","1BC17AC6-65D2-4DD8-906E-C419087FC3F7","6809C3A5-DCFA-4E76-9397-E4C5BA4A34C7","C528D4FD-5331-4D9A-9352-1088CF72DDDA","A3CD61D5-7936-402F-8EBA-3E2456AB5E0C","39BE0850-B4DE-4E8D-9EC7-7A6A5059775A","2035C52E-14AD-4493-A166-F79162AD66FB","636DDEED-1393-41BF-AB11-501F383F8C93"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":2604},"magnets":[{"__isSmartRef__":true,"id":2626},{"__isSmartRef__":true,"id":2627},{"__isSmartRef__":true,"id":2628},{"__isSmartRef__":true,"id":2629},{"__isSmartRef__":true,"id":2630},{"__isSmartRef__":true,"id":2631},{"__isSmartRef__":true,"id":2632},{"__isSmartRef__":true,"id":2633}],"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_WordBreak":"break-all","layout":{"__isSmartRef__":true,"id":2634},"draggingEnabled":false,"_PreviousBorderWidth":1,"previousSelection":[28,44],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(8.1,6.3)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(128.4,-11.6)"},"2606":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(210.1,60.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"2607":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":2608},{"__isSmartRef__":true,"id":2610},{"__isSmartRef__":true,"id":2612},{"__isSmartRef__":true,"id":2614},{"__isSmartRef__":true,"id":2616},{"__isSmartRef__":true,"id":2618},{"__isSmartRef__":true,"id":2620}],"lastModifiedDate":{"__isSmartRef__":true,"id":2622},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2608":{"date":{"__isSmartRef__":true,"id":2609},"author":"jenslincke","message":"no comment","id":"A3BA0C1E-7E83-43BF-9EC6-4F4BB3835D62"},"2609":{"isSerializedDate":true,"string":"Tue Mar 12 2013 17:31:56 GMT+0100 (W. Europe Standard Time)"},"2610":{"date":{"__isSmartRef__":true,"id":2611},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"2611":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (W. Europe Daylight Time)"},"2612":{"date":{"__isSmartRef__":true,"id":2613},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"2613":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (W. Europe Daylight Time)"},"2614":{"date":{"__isSmartRef__":true,"id":2615},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"2615":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (W. Europe Daylight Time)"},"2616":{"date":{"__isSmartRef__":true,"id":2617},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"2617":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (W. Europe Standard Time)"},"2618":{"date":{"__isSmartRef__":true,"id":2619},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"2619":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (W. Europe Daylight Time)"},"2620":{"date":{"__isSmartRef__":true,"id":2621},"author":"jenslincke","message":"no comment","id":"9E495E1B-6E6D-4A89-9F9E-85AF618DC598"},"2621":{"isSerializedDate":true,"string":"Tue Mar 12 2013 18:36:22 GMT+0100 (W. Europe Standard Time)"},"2622":{"isSerializedDate":true,"string":"Tue Mar 12 2013 18:35:33 GMT+0100 (W. Europe Standard Time)"},"2623":{"style":{"__isSmartRef__":true,"id":2624},"chunkOwner":{"__isSmartRef__":true,"id":2605},"_id":"_54144","storedString":"Name: Electric Consumer\nIn: ElectricalEnergy\nValue: 104","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2624":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2625":{"morph":{"__isSmartRef__":true,"id":2605},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2626":{"morph":{"__isSmartRef__":true,"id":2605},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(703.3,404.0)"},"2627":{"morph":{"__isSmartRef__":true,"id":2605},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(802.0,404.0)"},"2628":{"morph":{"__isSmartRef__":true,"id":2605},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(900.6,404.0)"},"2629":{"morph":{"__isSmartRef__":true,"id":2605},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(900.6,444.7)"},"2630":{"morph":{"__isSmartRef__":true,"id":2605},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(900.6,485.4)"},"2631":{"morph":{"__isSmartRef__":true,"id":2605},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(802.0,485.4)"},"2632":{"morph":{"__isSmartRef__":true,"id":2605},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(703.3,485.4)"},"2633":{"morph":{"__isSmartRef__":true,"id":2605},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(703.3,444.7)"},"2634":{"resizeWidth":true,"resizeHeight":true},"2635":{"_ClipMode":"visible","attributeConnections":[{"__isSmartRef__":true,"id":2636}],"cornerName":"bottomRight","derivationIds":[7147,"16E962DF-21E9-4FE6-8B9B-953F0E908113","ADD0B5C0-0DC6-4D8E-9C2A-0EC7E3C71F21","25C53CC1-53E0-44A6-8E16-A56606A19EF0","50F19BF2-9607-4419-A8C2-0352B0A6FF57","56B7FFB1-61EA-47B9-AC63-A78EA3203E0F","7ED9D491-F8A0-41CA-ADCC-D29EB7805558","1A9D02A8-2BC9-4042-9A96-2149467A88F5","0E224134-B29B-4EF6-AA59-0CDD8170364D","BF087085-EA96-48C6-9B64-61ACD38A53E1","AB2881AA-09BE-49E5-BE41-16666B1D6BB1","6DFBFAC2-CC77-4877-B598-56C79170C9D4","1B5E2BBC-C790-46F1-96AF-F54D33EEBF55","B99B9675-67A4-4BEF-B100-C13DBEC8B96A","3B42F8FC-8AD0-4E61-BF88-F71167738F67","BA2BCE7E-60E9-40CA-B378-B5E4B4E895D3"],"doNotCopyProperties":["$$cornerName"],"doNotSerialize":["$$cornerName"],"dragStartPoint":null,"draggingEnabled":true,"__layered_droppingEnabled__":true,"eventHandler":{"__isSmartRef__":true,"id":2637},"halosEnabled":true,"id":"075C1179-C5A2-4314-B1FC-4FC5C11E7AD5","isResizeCorner":true,"moved":true,"name":"ResizeCorner1","originalTargetBounds":null,"originalTargetExtent":null,"originalTargetInnerBounds":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":2638},"registeredForMouseEvents":true,"relativeOrigin":null,"scripts":[],"shape":{"__isSmartRef__":true,"id":2639},"showsHalos":false,"submorphs":[],"owner":{"__isSmartRef__":true,"id":2604},"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","originalExtent","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2640},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(219.4,61.8)","originalExtent":"lively.pt(239.0,138.0)","distanceToDragEvent":"lively.pt(35.8,-13.5)"},"2636":{"sourceAttrName":"cornerName","sourceObj":{"__isSmartRef__":true,"id":2635},"targetMethodName":"alignToOwner","targetObj":{"__isSmartRef__":true,"id":2635},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2637":{"morph":{"__isSmartRef__":true,"id":2635},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2638":{"comment":"Resize an object without using halos.","migrationLevel":2,"partName":"ResizeCorner","partsSpaceName":"PartsBin/Widgets/","revisionOnLoad":140152,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2639":{"_BorderWidth":1,"_ClipMode":"visible","__serializedExpressions__":["_BorderColor","_Extent","_Fill","_Padding","position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(145,145,145)","_Extent":"lively.pt(10.0,10.0)","_Fill":"Color.rgb(66,66,66)","_Padding":"lively.rect(0,0,0,0)","position":"lively.pt(0.0,0.0)"},"2640":{"alignToOwner":{"__isSmartRef__":true,"id":2641},"morphMenuItems":{"__isSmartRef__":true,"id":2644},"onDrag":{"__isSmartRef__":true,"id":2651},"onDragEnd":{"__isSmartRef__":true,"id":2659},"onDragStart":{"__isSmartRef__":true,"id":2667},"reset":{"__isSmartRef__":true,"id":2675}},"2641":{"funcProperties":{"__isSmartRef__":true,"id":2642},"source":"function alignToOwner() {\n this.align(this.bounds()[this.cornerName](), this.owner.shape.bounds()[this.cornerName]() )\n}","varMapping":{"__isSmartRef__":true,"id":2643},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2642":{},"2643":{"this":{"__isSmartRef__":true,"id":2635}},"2644":{"funcProperties":{"__isSmartRef__":true,"id":2645},"source":"function morphMenuItems() {\n return $super().concat([\n [\"corner\", [\n [\"top left\", function() { this.cornerName = 'topLeft'}.bind(this)],\n [\"top right\", function() { this.cornerName = 'topRight'}.bind(this)],\n [\"bottom right\", function() { this.cornerName = 'bottomRight'}.bind(this)],\n [\"bottom left\", function() { this.cornerName = 'bottomLeft'}.bind(this)],\n ]]\n ])\t\n}","varMapping":{"__isSmartRef__":true,"id":2646},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2645":{},"2646":{"this":{"__isSmartRef__":true,"id":2635},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2647}},"2647":{"$super":{"__isSmartRef__":true,"id":2648}},"2648":{"funcProperties":{"__isSmartRef__":true,"id":2649},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","varMapping":{"__isSmartRef__":true,"id":2650},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2649":{},"2650":{"name":"morphMenuItems","obj":{"__isSmartRef__":true,"id":2635}},"2651":{"funcProperties":{"__isSmartRef__":true,"id":2652},"source":"function onDrag(evt) {\n // alert(\"onDrag\")\n // this.owner.setPosition(pt(0,0))\n // this.owner.setOrigin(pt(0,0))\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n \n // moveDelta = moveDelta.maxPt(pt(0,0))\n var ownerExtent = this.owner.getExtent();\n\n // TODO does not work\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n if (maxDelta == 0) return;\n var factor = ownerExtent.x / ownerExtent.y\n moveDelta = pt(maxDelta * factor, maxDelta )\n }\n var accessor = \"with\" + this.cornerName.charAt(0).toUpperCase() + this.cornerName.substring(1);\n\n var newCorner = this.originalTargetBounds[this.cornerName]().addPt(moveDelta);\n var newBounds = this.originalTargetBounds[accessor ](newCorner);\n\n this.owner.setBounds(newBounds);\n \n // var newExtent = this.originalTargetExtent.addPt(moveDelta)\n // alertOK(\"new extent\" + newExtent)\n // this.owner.setExtent(newExtent);\n this.owner.submorphs.select(function(ea) {\n return ea.isResizeCorner\n }).invoke('alignToOwner');\n if (this.owner.halos) {\n this.owner.halos.invoke('alignAtTarget')\n }\n // alertOK(\"relative \" + this.relativeOrigin)\n var newOrigin = pt(0,0).extent(this.owner.getExtent()).relativeToAbsPoint(this.relativeOrigin)\n\n // TODO IMPLEMENT updating the origin does not work yet\n // this.owner.setOrigin(newOrigin);\n // alertOK(\"new origin \" + newOrigin)\n\n}","varMapping":{"__isSmartRef__":true,"id":2654},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2652":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":2653},"user":"sstamm"},"2653":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:52 GMT+0100 (W. Europe Standard Time)"},"2654":{"this":{"__isSmartRef__":true,"id":2635},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2655}},"2655":{"$super":{"__isSmartRef__":true,"id":2656}},"2656":{"funcProperties":{"__isSmartRef__":true,"id":2657},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","varMapping":{"__isSmartRef__":true,"id":2658},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2657":{},"2658":{"name":"onDrag","obj":{"__isSmartRef__":true,"id":2635}},"2659":{"funcProperties":{"__isSmartRef__":true,"id":2660},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetBounds = null;\n this.relativeOrigin = null;\n}","varMapping":{"__isSmartRef__":true,"id":2662},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2660":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":2661},"user":"sstamm"},"2661":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:09:00 GMT+0100 (W. Europe Standard Time)"},"2662":{"this":{"__isSmartRef__":true,"id":2635},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2663}},"2663":{"$super":{"__isSmartRef__":true,"id":2664}},"2664":{"funcProperties":{"__isSmartRef__":true,"id":2665},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","varMapping":{"__isSmartRef__":true,"id":2666},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2665":{},"2666":{"name":"onDragEnd","obj":{"__isSmartRef__":true,"id":2635}},"2667":{"funcProperties":{"__isSmartRef__":true,"id":2668},"source":"function onDragStart(evt) {\n var absToRelativePoint = function (r, absPt) {\n\t\treturn new Point(\n\t\t\t(absPt.x - r.x) / r.width,\n\t\t\t(absPt.y - r.y) / r.height)\n\t}\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(20,20))\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(0,0))\n // absToRelativePoint(new Rectangle(-100,-100,200,200), pt(0,0))\n\n\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetBounds= this.owner.bounds();\n this.relativeOrigin = absToRelativePoint(pt(0,0).extent(this.owner.getExtent()), this.owner.getOrigin())\n}","varMapping":{"__isSmartRef__":true,"id":2670},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2668":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":2669},"user":"sstamm"},"2669":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:40 GMT+0100 (W. Europe Standard Time)"},"2670":{"this":{"__isSmartRef__":true,"id":2635},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2671}},"2671":{"$super":{"__isSmartRef__":true,"id":2672}},"2672":{"funcProperties":{"__isSmartRef__":true,"id":2673},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","varMapping":{"__isSmartRef__":true,"id":2674},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2673":{},"2674":{"name":"onDragStart","obj":{"__isSmartRef__":true,"id":2635}},"2675":{"funcProperties":{"__isSmartRef__":true,"id":2676},"source":"function reset() {\n this.isResizeCorner = true\n this.cornerName = 'bottomRight'\n this.setExtent(pt(10,10));\n this.setPosition(pt(0,0))\n}","varMapping":{"__isSmartRef__":true,"id":2677},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2676":{},"2677":{"this":{"__isSmartRef__":true,"id":2635}},"2678":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(228.4,70.8)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(1.0,1.0)"},"2679":{"morph":{"__isSmartRef__":true,"id":2604},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2680":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2681}},"2681":{"test01IsMorph":{"__isSmartRef__":true,"id":2682}},"2682":{"varMapping":{"__isSmartRef__":true,"id":2683},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":2684},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2683":{"this":{"__isSmartRef__":true,"id":2680}},"2684":{},"2685":{"morph":{"__isSmartRef__":true,"id":2604},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(693.3,367.1)"},"2686":{"morph":{"__isSmartRef__":true,"id":2604},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(801.6,367.1)"},"2687":{"morph":{"__isSmartRef__":true,"id":2604},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(909.9,367.1)"},"2688":{"morph":{"__isSmartRef__":true,"id":2604},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(909.9,431.1)"},"2689":{"morph":{"__isSmartRef__":true,"id":2604},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(909.9,495.2)"},"2690":{"morph":{"__isSmartRef__":true,"id":2604},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(801.6,495.2)"},"2691":{"morph":{"__isSmartRef__":true,"id":2604},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(693.3,495.2)"},"2692":{"morph":{"__isSmartRef__":true,"id":2604},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(693.3,431.1)"},"2693":{"adjustForNewBounds":true},"2694":{"Name":"Electric Consumer","In":"ElectricalEnergy","Value":104},"2695":{"sourceObj":{"__isSmartRef__":true,"id":2604},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":2},"targetMethodName":"updatePosition","varMapping":{"__isSmartRef__":true,"id":2696},"converterString":"function (value) { return this.sourceObj }","dependendConnections":[{"__isSmartRef__":true,"id":2697},{"__isSmartRef__":true,"id":2699},{"__isSmartRef__":true,"id":2701},{"__isSmartRef__":true,"id":2703},{"__isSmartRef__":true,"id":2705},{"__isSmartRef__":true,"id":2707},{"__isSmartRef__":true,"id":2709},{"__isSmartRef__":true,"id":2711}],"oldTransform":{"__isSmartRef__":true,"id":2713},"__LivelyClassName__":"lively.morphic.GeometryTransformConnection","__SourceModuleName__":"Global.lively.bindings.GeometryBindings"},"2696":{"source":{"__isSmartRef__":true,"id":2604},"target":{"__isSmartRef__":true,"id":2}},"2697":{"sourceObj":{"__isSmartRef__":true,"id":2604},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":2695},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2698},"dependedBy":{"__isSmartRef__":true,"id":2695},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2698":{"source":{"__isSmartRef__":true,"id":2604},"target":{"__isSmartRef__":true,"id":2695}},"2699":{"sourceObj":{"__isSmartRef__":true,"id":2604},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":2695},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2700},"dependedBy":{"__isSmartRef__":true,"id":2695},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2700":{"source":{"__isSmartRef__":true,"id":2604},"target":{"__isSmartRef__":true,"id":2695}},"2701":{"sourceObj":{"__isSmartRef__":true,"id":2604},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":2695},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2702},"dependedBy":{"__isSmartRef__":true,"id":2695},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2702":{"source":{"__isSmartRef__":true,"id":2604},"target":{"__isSmartRef__":true,"id":2695}},"2703":{"sourceObj":{"__isSmartRef__":true,"id":2604},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":2695},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":2704},"dependedBy":{"__isSmartRef__":true,"id":2695},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2704":{"source":{"__isSmartRef__":true,"id":2604},"target":{"__isSmartRef__":true,"id":2695}},"2705":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":2695},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2706},"dependedBy":{"__isSmartRef__":true,"id":2695},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2706":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":2695}},"2707":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":2695},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2708},"dependedBy":{"__isSmartRef__":true,"id":2695},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2708":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":2695}},"2709":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":2695},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":2710},"dependedBy":{"__isSmartRef__":true,"id":2695},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2710":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":2695}},"2711":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":2695},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":2712},"dependedBy":{"__isSmartRef__":true,"id":2695},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2712":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":2695}},"2713":{"d":1,"a":1,"f":583.9,"e":1322.7,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":2714},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2714":{"a":1,"b":0,"c":0,"d":1,"e":1322.7,"f":583.9,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"2715":{"migrateFrom":{"__isSmartRef__":true,"id":2716},"parseSource":{"__isSmartRef__":true,"id":2720},"printSource":{"__isSmartRef__":true,"id":2724}},"2716":{"varMapping":{"__isSmartRef__":true,"id":2717},"source":"function migrateFrom(other) {\n this.get(\"SourceText\").textString = other.get(\"SourceText\").textString\n}","funcProperties":{"__isSmartRef__":true,"id":2718},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2717":{"this":{"__isSmartRef__":true,"id":2604}},"2718":{"timestamp":{"__isSmartRef__":true,"id":2719},"user":"jenslincke","tags":[]},"2719":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:09:44 GMT+0100 (W. Europe Standard Time)"},"2720":{"varMapping":{"__isSmartRef__":true,"id":2721},"source":"function parseSource() {\n // this.parseSource()\n var obj = {}\n this.get(\"SourceText\").textString.split(\"\\n\").each(function(line){\n var m = line.match(/([^:]*): *(.*)/)\n if (m) {\n if (m[2].match(\",\"))\n obj[m[1]] = m[2].split(/, ?/)\n obj[m[1]] = m[2]\n }\n })\n return obj\n}","funcProperties":{"__isSmartRef__":true,"id":2722},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2721":{"this":{"__isSmartRef__":true,"id":2604}},"2722":{"timestamp":{"__isSmartRef__":true,"id":2723},"user":"jenslincke","tags":[]},"2723":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:22:33 GMT+0100 (W. Europe Standard Time)"},"2724":{"varMapping":{"__isSmartRef__":true,"id":2725},"source":"function printSource(obj) {\n // o = this.parseSource(); o.Value = Math.random(); this.printSource(o)\n this.get(\"SourceText\").textString = Properties.own(obj).collect(function(ea) {\n if (Object.isArray(obj[ea]))\n return ea + \": \" +obj[ea].join(\", \")\n else\n return ea + \": \" +obj[ea]\n }).join(\"\\n\")\n}","funcProperties":{"__isSmartRef__":true,"id":2726},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2725":{"this":{"__isSmartRef__":true,"id":2604}},"2726":{"timestamp":{"__isSmartRef__":true,"id":2727},"user":"jenslincke","tags":[]},"2727":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:22:19 GMT+0100 (W. Europe Standard Time)"},"2728":{"connect":{"__isSmartRef__":true,"id":2729},"updatePosition":{"__isSmartRef__":true,"id":2733},"updateControlPoint":{"__isSmartRef__":true,"id":2737},"disconnectMorph":{"__isSmartRef__":true,"id":2741},"connectMorph":{"__isSmartRef__":true,"id":2745},"onMouseOver":{"__isSmartRef__":true,"id":2749},"onMouseOut":{"__isSmartRef__":true,"id":2753},"makeHandle":{"__isSmartRef__":true,"id":2761},"showFromHandle":{"__isSmartRef__":true,"id":2765},"showToHandle":{"__isSmartRef__":true,"id":2769},"reset":{"__isSmartRef__":true,"id":2773},"onDragInHandle":{"__isSmartRef__":true,"id":2777},"onDragStartInHandle":{"__isSmartRef__":true,"id":2781},"onDragEndInHandle":{"__isSmartRef__":true,"id":2785},"connectFrom":{"__isSmartRef__":true,"id":2789},"connectTo":{"__isSmartRef__":true,"id":2793},"hideToHandle":{"__isSmartRef__":true,"id":2797},"hideFromHandle":{"__isSmartRef__":true,"id":2801},"updateIntersection":{"__isSmartRef__":true,"id":2805},"lineIntersect":{"__isSmartRef__":true,"id":2809},"intersectMorphLinePoints":{"__isSmartRef__":true,"id":2813},"intersectMorph":{"__isSmartRef__":true,"id":2817},"globalShapePathFromMorph":{"__isSmartRef__":true,"id":2821},"remove":{"__isSmartRef__":true,"id":2825},"migrateFrom":{"__isSmartRef__":true,"id":2833},"copy":{"__isSmartRef__":true,"id":2837},"disconnectAll":{"__isSmartRef__":true,"id":2845},"resumeSteppingAll":{"__isSmartRef__":true,"id":2849},"delayedHideHandles":{"__isSmartRef__":true,"id":2857},"hideHandles":{"__isSmartRef__":true,"id":2861},"grabByHand":{"__isSmartRef__":true,"id":2865},"onMouseDownEntry":{"__isSmartRef__":true,"id":2869},"distanceToPoint":{"__isSmartRef__":true,"id":2877},"dropOn":{"__isSmartRef__":true,"id":2881}},"2729":{"varMapping":{"__isSmartRef__":true,"id":2730},"source":"function connect(morphA, morphB) {\n this.connectFrom(morphA)\n this.connectTo(morphB)\n this.updatePosition()\n}","funcProperties":{"__isSmartRef__":true,"id":2731},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2730":{"this":{"__isSmartRef__":true,"id":2}},"2731":{"timestamp":{"__isSmartRef__":true,"id":2732},"user":"jenslincke","tags":[]},"2732":{"isSerializedDate":true,"string":"Thu Dec 13 2012 16:50:49 GMT+0100 (W. Europe Standard Time)"},"2733":{"varMapping":{"__isSmartRef__":true,"id":2734},"source":"function updatePosition(sourceMorph) {\n\n // some self healing code\n if (sourceMorph && sourceMorph !== this.toMorph && sourceMorph !== this.fromMorph) {\n this.disconnectMorph(sourceMorph)\n }\n try {\n this.updateControlPoint(this.controlPoints[0], this.fromMorph)\n this.updateControlPoint(this.controlPoints[1], this.toMorph)\n this.updateIntersection(this.fromMorph, this.controlPoints[0])\n this.updateIntersection(this.toMorph, this.controlPoints[1])\n } catch(e) {\n console.log(\"ERROR \" +this+\".updatePosition(\" + sourceMorph + \")\")\n }\n\n this.adjustOrigin(this.bounds().extent().scaleBy(0.5))\n}","funcProperties":{"__isSmartRef__":true,"id":2735},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2734":{"this":{"__isSmartRef__":true,"id":2}},"2735":{"timestamp":{"__isSmartRef__":true,"id":2736},"user":"jenslincke","tags":[]},"2736":{"isSerializedDate":true,"string":"Wed Jan 22 2014 21:28:51 GMT+0100 (W. Europe Standard Time)"},"2737":{"varMapping":{"__isSmartRef__":true,"id":2738},"source":"function updateControlPoint(cp, morph) {\n if (!cp || !morph) return;\n try {\n var pos = morph.worldPoint(morph.shape.bounds().center())\n } catch(e) {};\n if (pos)\n cp.setGlobalPos(pos)\n}","funcProperties":{"__isSmartRef__":true,"id":2739},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2738":{"this":{"__isSmartRef__":true,"id":2}},"2739":{"timestamp":{"__isSmartRef__":true,"id":2740},"user":"jenslincke","tags":[]},"2740":{"isSerializedDate":true,"string":"Wed Jan 22 2014 21:25:06 GMT+0100 (W. Europe Standard Time)"},"2741":{"varMapping":{"__isSmartRef__":true,"id":2742},"source":"function disconnectMorph(morph) {\n if (!morph) return;\n lively.bindings.disconnect(morph, 'globalTransform', this, 'updatePosition')\n}","funcProperties":{"__isSmartRef__":true,"id":2743},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2742":{"this":{"__isSmartRef__":true,"id":2}},"2743":{"timestamp":{"__isSmartRef__":true,"id":2744},"user":"jenslincke","tags":[]},"2744":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:19:18 GMT+0100 (W. Europe Standard Time)"},"2745":{"varMapping":{"__isSmartRef__":true,"id":2746},"source":"function connectMorph(morph) {\n if (morph)\n lively.bindings.connect(morph, 'globalTransform', this, 'updatePosition', {\n converter: function(value) { return this.sourceObj }\n })\n}","funcProperties":{"__isSmartRef__":true,"id":2747},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2746":{"this":{"__isSmartRef__":true,"id":2}},"2747":{"timestamp":{"__isSmartRef__":true,"id":2748},"user":"jenslincke","tags":[]},"2748":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:00:00 GMT+0100 (W. Europe Standard Time)"},"2749":{"varMapping":{"__isSmartRef__":true,"id":2750},"source":"function onMouseOver(evt) {\n this.lastOverTime = Date.now()\n var p = evt.getPosition()\n var cp1 = this.controlPoints[0].getGlobalPos();\n if (p.dist(cp1) < 20) {\n this.showFromHandle()\n } else {\n this.hideFromHandle()\n }\n var cp2 = this.controlPoints[1].getGlobalPos();\n if (p.dist(cp2) < 20) {\n this.showToHandle()\n } else {\n this.hideToHandle()\n }\n \n this.delayedHideHandles()\n}","funcProperties":{"__isSmartRef__":true,"id":2751},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2750":{"this":{"__isSmartRef__":true,"id":2}},"2751":{"timestamp":{"__isSmartRef__":true,"id":2752},"user":"jenslincke","tags":[]},"2752":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:46:54 GMT+0100 (W. Europe Standard Time)"},"2753":{"varMapping":{"__isSmartRef__":true,"id":2754},"source":"function onMouseOut(evt) {\n // this.hideFromHandle()\n // this.hideToHandle()\n}","funcProperties":{"__isSmartRef__":true,"id":2759},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2754":{"this":{"__isSmartRef__":true,"id":2},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2755}},"2755":{"$super":{"__isSmartRef__":true,"id":2756}},"2756":{"varMapping":{"__isSmartRef__":true,"id":2757},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2758},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2757":{"obj":{"__isSmartRef__":true,"id":2},"name":"onMouseOut"},"2758":{},"2759":{"timestamp":{"__isSmartRef__":true,"id":2760},"user":"jenslincke","tags":[]},"2760":{"isSerializedDate":true,"string":"Thu Dec 13 2012 16:54:53 GMT+0100 (W. Europe Standard Time)"},"2761":{"varMapping":{"__isSmartRef__":true,"id":2762},"source":"function makeHandle() {\n var m = lively.morphic.Morph.makeRectangle(0,0,10,10);\n m.disableGrabbing()\n m.enableDragging()\n m.connector = this;\n // move real behavior to a place which is easier to develop\n // do not use bind, because we like late binding \n m.addScript(function onDragStart(evt) {\n this.connector.onDragStartInHandle(this, evt)\n })\n m.addScript(function onDrag(evt) {\n this.connector.onDragInHandle(this, evt)\n })\n m.addScript(function onDragEnd(evt) {\n this.connector.onDragEndInHandle(this, evt)\n })\n m.isEpiMorph = true;\n return m\n}","funcProperties":{"__isSmartRef__":true,"id":2763},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2762":{"this":{"__isSmartRef__":true,"id":2}},"2763":{"timestamp":{"__isSmartRef__":true,"id":2764},"user":"jenslincke","tags":[]},"2764":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:08:29 GMT+0100 (W. Europe Standard Time)"},"2765":{"varMapping":{"__isSmartRef__":true,"id":2766},"source":"function showFromHandle() {\n if (!this.fromHandle) {\n this.fromHandle = this.makeHandle();\n this.fromHandle.setFill(Color.red)\n this.fromHandle.isFromHandle = true;\n }\n this.fromHandle.openInWorld();\n this.fromHandle.controlPoint = this.controlPoints[0];\n this.fromHandle.setPosition(this.controlPoints[0].getGlobalPos().subPt(pt(5,5)))\n return this.fromHandle\n}","funcProperties":{"__isSmartRef__":true,"id":2767},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2766":{"this":{"__isSmartRef__":true,"id":2}},"2767":{"timestamp":{"__isSmartRef__":true,"id":2768},"user":"jenslincke","tags":[]},"2768":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:13:03 GMT+0100 (W. Europe Standard Time)"},"2769":{"varMapping":{"__isSmartRef__":true,"id":2770},"source":"function showToHandle() {\n if (!this.toHandle) {\n this.toHandle = this.makeHandle();\n this.toHandle.setFill(Color.red)\n this.toHandle.isToHandle = true;\n\n }\n this.toHandle.openInWorld();\n this.toHandle.controlPoint = this.controlPoints[1];\n this.toHandle.setPosition(this.controlPoints[1].getGlobalPos().subPt(pt(5,5)))\n return this.toHandle\n}","funcProperties":{"__isSmartRef__":true,"id":2771},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2770":{"this":{"__isSmartRef__":true,"id":2}},"2771":{"timestamp":{"__isSmartRef__":true,"id":2772},"user":"jenslincke","tags":[]},"2772":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:20:25 GMT+0100 (W. Europe Standard Time)"},"2773":{"varMapping":{"__isSmartRef__":true,"id":2774},"source":"function reset() {\n if (this.fromHandle) {\n this.fromHandle.remove()\n delete this.fromHandle\n }\n if (this.toHandle) {\n this.toHandle.remove()\n delete this.toHandle\n }\n \n this.droppingEnabled = false\n // this.controlPoints[1].setPos(pt(200,200))\n}","funcProperties":{"__isSmartRef__":true,"id":2775},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2774":{"this":{"__isSmartRef__":true,"id":2}},"2775":{"timestamp":{"__isSmartRef__":true,"id":2776},"user":"jenslincke","tags":[]},"2776":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:14:14 GMT+0100 (W. Europe Standard Time)"},"2777":{"varMapping":{"__isSmartRef__":true,"id":2778},"source":"function onDragInHandle(handle, evt) {\n this.lastOverTime = Date.now()\n var pos = handle.getPositionInWorld();\n var delta = evt.hand.getPosition().subPt(pos);\n handle.moveBy(delta)\n pos = handle.getPositionInWorld();\n if (handle.controlPoint)\n handle.controlPoint.setGlobalPos(pos.addPt(pt(5,5)))\n var morphs = this.owner.morphsContainingPoint(pos)\n morphs = morphs.reject(function(ea) {\n return ea.isWorld || (ea === handle) || (ea === this) || \n (ea === this.owner)\n }, this)\n if (this.selectedMorphHighlights) \n this.selectedMorphHighlights.invoke('remove')\n this.selectedMorph = morphs.first();\n this.selectedMorphHighlights = show(this.selectedMorph)\n handle.startPos = evt.getPosition();\n}","funcProperties":{"__isSmartRef__":true,"id":2779},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2778":{"this":{"__isSmartRef__":true,"id":2}},"2779":{"timestamp":{"__isSmartRef__":true,"id":2780},"user":"jenslincke","tags":[]},"2780":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:49:04 GMT+0100 (W. Europe Standard Time)"},"2781":{"varMapping":{"__isSmartRef__":true,"id":2782},"source":"function onDragStartInHandle(handle, evt) {\n handle.startPos = evt.getPosition()\n}","funcProperties":{"__isSmartRef__":true,"id":2783},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2782":{"this":{"__isSmartRef__":true,"id":2}},"2783":{"timestamp":{"__isSmartRef__":true,"id":2784},"user":"jenslincke","tags":[]},"2784":{"isSerializedDate":true,"string":"Thu Dec 13 2012 15:51:13 GMT+0100 (W. Europe Standard Time)"},"2785":{"varMapping":{"__isSmartRef__":true,"id":2786},"source":"function onDragEndInHandle(handle, evt) {\n if (this.selectedMorphHighlights) \n this.selectedMorphHighlights.invoke('remove')\n \n if (handle.isFromHandle) this.connectFrom(this.selectedMorph)\n if (handle.isToHandle) this.connectTo(this.selectedMorph)\n this.delayedHideHandles()\n this.updatePosition()\n}","funcProperties":{"__isSmartRef__":true,"id":2787},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2786":{"this":{"__isSmartRef__":true,"id":2}},"2787":{"timestamp":{"__isSmartRef__":true,"id":2788},"user":"jenslincke","tags":[]},"2788":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:14:52 GMT+0100 (W. Europe Standard Time)"},"2789":{"varMapping":{"__isSmartRef__":true,"id":2790},"source":"function connectFrom(morph) {\n if (morph && morph === this.toMorph) return; // not allowed\n\n this.disconnectMorph(this.fromMorph)\n this.fromMorph = morph;\n this.connectMorph(this.fromMorph)\n}","funcProperties":{"__isSmartRef__":true,"id":2791},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2790":{"this":{"__isSmartRef__":true,"id":2}},"2791":{"timestamp":{"__isSmartRef__":true,"id":2792},"user":"jenslincke","tags":[]},"2792":{"isSerializedDate":true,"string":"Thu Dec 13 2012 18:02:22 GMT+0100 (W. Europe Standard Time)"},"2793":{"varMapping":{"__isSmartRef__":true,"id":2794},"source":"function connectTo(morph) {\n\n if (morph && morph === this.fromMorph) return; // not allowed\n\n this.disconnectMorph(this.toMorph)\n this.toMorph = morph;\n this.connectMorph(this.toMorph)\n}","funcProperties":{"__isSmartRef__":true,"id":2795},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2794":{"this":{"__isSmartRef__":true,"id":2}},"2795":{"timestamp":{"__isSmartRef__":true,"id":2796},"user":"jenslincke","tags":[]},"2796":{"isSerializedDate":true,"string":"Thu Dec 13 2012 18:02:30 GMT+0100 (W. Europe Standard Time)"},"2797":{"varMapping":{"__isSmartRef__":true,"id":2798},"source":"function hideToHandle() {\n if (this.toHandle) this.toHandle.remove();\n}","funcProperties":{"__isSmartRef__":true,"id":2799},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2798":{"this":{"__isSmartRef__":true,"id":2}},"2799":{"timestamp":{"__isSmartRef__":true,"id":2800},"user":"jenslincke","tags":[]},"2800":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:17:05 GMT+0100 (W. Europe Standard Time)"},"2801":{"varMapping":{"__isSmartRef__":true,"id":2802},"source":"function hideFromHandle() {\n if (this.fromHandle) this.fromHandle.remove()\n}","funcProperties":{"__isSmartRef__":true,"id":2803},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2802":{"this":{"__isSmartRef__":true,"id":2}},"2803":{"timestamp":{"__isSmartRef__":true,"id":2804},"user":"jenslincke","tags":[]},"2804":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:17:16 GMT+0100 (W. Europe Standard Time)"},"2805":{"varMapping":{"__isSmartRef__":true,"id":2806},"source":"function updateIntersection(morph, cp) {\n if (!morph) return;\n var intersection = this.intersectMorph(morph)[0];\n if (intersection) {\n cp.setGlobalPos(intersection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2807},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2806":{"this":{"__isSmartRef__":true,"id":2}},"2807":{"timestamp":{"__isSmartRef__":true,"id":2808},"user":"jenslincke","tags":[]},"2808":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:51:32 GMT+0100 (W. Europe Standard Time)"},"2809":{"varMapping":{"__isSmartRef__":true,"id":2810},"source":"function lineIntersect(a1, a2, b1, b2){\n // inspired by http://stackoverflow.com/questions/3746274/line-intersection-with-aabb-rectangle\n var b = a2.subPt(a1);\n var d = b2.subPt(b1);\n var bDotDPerp = b.x * d.y - b.y * d.x;\n\n // if b dot d == 0, it means the lines are parallel so have infinite intersection points\n if (bDotDPerp == 0)\n return null;\n\n var c = b1.subPt(a1);\n var t = (c.x * d.y - c.y * d.x) / bDotDPerp;\n if (t < 0 || t > 1)\n return null;\n\n var u = (c.x * b.y - c.y * b.x) / bDotDPerp;\n if (u < 0 || u > 1)\n return null;\n\n return a1.addPt(b.scaleBy(t));\n}","funcProperties":{"__isSmartRef__":true,"id":2811},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2810":{"this":{"__isSmartRef__":true,"id":2}},"2811":{"timestamp":{"__isSmartRef__":true,"id":2812},"user":"jenslincke","tags":[]},"2812":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:47:12 GMT+0100 (W. Europe Standard Time)"},"2813":{"varMapping":{"__isSmartRef__":true,"id":2814},"source":"function intersectMorphLinePoints(morph, a1, a2) {\n var points = this.globalShapePathFromMorph(morph);\n var intersections = [];\n points.inject(points.last(), function(last, ea) {\n var p = this.lineIntersect(a1, a2, last, ea)\n if (p) intersections.push(p)\n return ea\n }, this)\n return intersections\n}","funcProperties":{"__isSmartRef__":true,"id":2815},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2814":{"this":{"__isSmartRef__":true,"id":2}},"2815":{"timestamp":{"__isSmartRef__":true,"id":2816},"user":"jenslincke","tags":[]},"2816":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:53:21 GMT+0100 (W. Europe Standard Time)"},"2817":{"varMapping":{"__isSmartRef__":true,"id":2818},"source":"function intersectMorph(morph) {\n var line = this;\n return this.intersectMorphLinePoints(morph,\n line.controlPoints[0].getGlobalPos(), line.controlPoints[1].getGlobalPos())\n}","funcProperties":{"__isSmartRef__":true,"id":2819},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2818":{"this":{"__isSmartRef__":true,"id":2}},"2819":{"timestamp":{"__isSmartRef__":true,"id":2820},"user":"jenslincke","tags":[]},"2820":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:51:47 GMT+0100 (W. Europe Standard Time)"},"2821":{"varMapping":{"__isSmartRef__":true,"id":2822},"source":"function globalShapePathFromMorph(morph) {\n var b = morph.shape.bounds();\n var p1 = morph.worldPoint(b.topLeft()),\n p2 = morph.worldPoint(b.topRight()),\n p3 = morph.worldPoint(b.bottomRight()),\n p4 = morph.worldPoint(b.bottomLeft());\n return [p1, p2, p3, p4]\n}","funcProperties":{"__isSmartRef__":true,"id":2823},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2822":{"this":{"__isSmartRef__":true,"id":2}},"2823":{"timestamp":{"__isSmartRef__":true,"id":2824},"user":"jenslincke","tags":[]},"2824":{"isSerializedDate":true,"string":"Thu Dec 13 2012 17:53:00 GMT+0100 (W. Europe Standard Time)"},"2825":{"varMapping":{"__isSmartRef__":true,"id":2826},"source":"function remove() {\n \n this.disconnectMorph(this.fromMorph)\n this.disconnectMorph(this.toMorph)\n return $super()\n}","funcProperties":{"__isSmartRef__":true,"id":2831},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2826":{"this":{"__isSmartRef__":true,"id":2},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2827}},"2827":{"$super":{"__isSmartRef__":true,"id":2828}},"2828":{"varMapping":{"__isSmartRef__":true,"id":2829},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2830},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2829":{"obj":{"__isSmartRef__":true,"id":2},"name":"remove"},"2830":{},"2831":{"timestamp":{"__isSmartRef__":true,"id":2832},"user":"jenslincke","tags":[]},"2832":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:15:47 GMT+0100 (W. Europe Standard Time)"},"2833":{"varMapping":{"__isSmartRef__":true,"id":2834},"source":"function migrateFrom(other) {\n\n this.disconnectMorph(this.fromMorph)\n this.disconnectMorph(this.toMorph)\n\n this.connectFrom(other.fromMorph)\n this.connectTo(other.toMorph)\n\n this.updatePosition()\n\n}","funcProperties":{"__isSmartRef__":true,"id":2835},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2834":{"this":{"__isSmartRef__":true,"id":2}},"2835":{"timestamp":{"__isSmartRef__":true,"id":2836},"user":"jenslincke","tags":[]},"2836":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:43:34 GMT+0100 (W. Europe Standard Time)"},"2837":{"varMapping":{"__isSmartRef__":true,"id":2838},"source":"function copy() {\n var r = $super()\n r.disconnectAll()\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":2843},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2838":{"this":{"__isSmartRef__":true,"id":2},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2839}},"2839":{"$super":{"__isSmartRef__":true,"id":2840}},"2840":{"varMapping":{"__isSmartRef__":true,"id":2841},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2842},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2841":{"obj":{"__isSmartRef__":true,"id":2},"name":"copy"},"2842":{},"2843":{"timestamp":{"__isSmartRef__":true,"id":2844},"user":"jenslincke","tags":[]},"2844":{"isSerializedDate":true,"string":"Wed Jan 22 2014 15:59:01 GMT+0100 (W. Europe Standard Time)"},"2845":{"varMapping":{"__isSmartRef__":true,"id":2846},"source":"function disconnectAll() {\n this.disconnectMorph(this.toMorph)\n this.disconnectMorph(this.fromMorph)\n this.fromMorph = null\n this.toMorph = null\n}","funcProperties":{"__isSmartRef__":true,"id":2847},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2846":{"this":{"__isSmartRef__":true,"id":2}},"2847":{"timestamp":{"__isSmartRef__":true,"id":2848},"user":"jenslincke","tags":[]},"2848":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:00:37 GMT+0100 (W. Europe Standard Time)"},"2849":{"varMapping":{"__isSmartRef__":true,"id":2850},"source":"function resumeSteppingAll() {\n this.connectMorph(this.fromMorph)\n this.connectMorph(this.toMorph)\n return $super()\n}","funcProperties":{"__isSmartRef__":true,"id":2855},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2850":{"this":{"__isSmartRef__":true,"id":2},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2851}},"2851":{"$super":{"__isSmartRef__":true,"id":2852}},"2852":{"varMapping":{"__isSmartRef__":true,"id":2853},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2854},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2853":{"obj":{"__isSmartRef__":true,"id":2},"name":"resumeSteppingAll"},"2854":{},"2855":{"timestamp":{"__isSmartRef__":true,"id":2856},"user":"jenslincke","tags":[]},"2856":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:04:58 GMT+0100 (W. Europe Standard Time)"},"2857":{"varMapping":{"__isSmartRef__":true,"id":2858},"source":"function delayedHideHandles() {\n if (! this.lastOverTime) return; // it was handled already\n var delta = Date.now() - this.lastOverTime;\n if (delta > 2000) {\n this.hideHandles()\n this.lastOverTime = null;\n } else {\n this.delayedHideHandles.bind(this).delay(0.1)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":2859},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2858":{"this":{"__isSmartRef__":true,"id":2}},"2859":{"timestamp":{"__isSmartRef__":true,"id":2860},"user":"jenslincke","tags":[]},"2860":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:47:26 GMT+0100 (W. Europe Standard Time)"},"2861":{"varMapping":{"__isSmartRef__":true,"id":2862},"source":"function hideHandles() {\n this.hideFromHandle()\n this.hideToHandle()\n}","funcProperties":{"__isSmartRef__":true,"id":2863},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2862":{"this":{"__isSmartRef__":true,"id":2}},"2863":{"timestamp":{"__isSmartRef__":true,"id":2864},"user":"jenslincke","tags":[]},"2864":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:16:41 GMT+0100 (W. Europe Standard Time)"},"2865":{"varMapping":{"__isSmartRef__":true,"id":2866},"source":"function grabByHand(hand) {\n this.disconnectAll()\n hand.addMorphWithShadow(this)\n}","funcProperties":{"__isSmartRef__":true,"id":2867},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2866":{"this":{"__isSmartRef__":true,"id":2}},"2867":{"timestamp":{"__isSmartRef__":true,"id":2868},"user":"jenslincke","tags":[]},"2868":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:23:25 GMT+0100 (W. Europe Standard Time)"},"2869":{"varMapping":{"__isSmartRef__":true,"id":2870},"source":"function onMouseDownEntry(evt) {\n var r = $super(evt)\n\n // var localPos = this.localize(evt.getPosition())\n // var distance = this.distanceToPoint(localPos)\n // alertOK(\"onMouseDownEntry: \" + distance)\n // if (distance > 20) {\n // evt.world.clickedOnMorph = null;\n // evt.world.clickedOnMorphTime = null;\n // evt.hand.scrollFocusMorph = null;\n // evt.hand.internalClickedOnMorph = null\n // return false\n // }\n // show(this.worldPoint(localPos))\n\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":2875},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2870":{"this":{"__isSmartRef__":true,"id":2},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2871}},"2871":{"$super":{"__isSmartRef__":true,"id":2872}},"2872":{"varMapping":{"__isSmartRef__":true,"id":2873},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2874},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2873":{"obj":{"__isSmartRef__":true,"id":2},"name":"onMouseDownEntry"},"2874":{},"2875":{"timestamp":{"__isSmartRef__":true,"id":2876},"user":"jenslincke","tags":[]},"2876":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:44:47 GMT+0100 (W. Europe Standard Time)"},"2877":{"varMapping":{"__isSmartRef__":true,"id":2878},"source":"function distanceToPoint(point) {\n // this.distanceToPoint(this.vertices()[0])\n // this.distanceToPoint(this.vertices()[1])\n // this.distanceToPoint(pt(0,0))\n\n // TODO move this to Math\n function sqr(x) { return x * x }\n function dist2(v, w) { return sqr(v.x - w.x) + sqr(v.y - w.y) }\n function distToSegmentSquared(p, v, w) {\n var l2 = dist2(v, w);\n if (l2 == 0) return dist2(p, v);\n var t = ((p.x - v.x) * (w.x - v.x) + (p.y - v.y) * (w.y - v.y)) / l2;\n if (t < 0) return dist2(p, v);\n if (t > 1) return dist2(p, w);\n return dist2(p, { x: v.x + t * (w.x - v.x),\n y: v.y + t * (w.y - v.y) });\n }\n function distToSegment(p, v, w) { return Math.sqrt(distToSegmentSquared(p, v, w)); }\n\n var vertices = this.vertices()\n\n return distToSegment(point, vertices.first(), vertices.last())\n}","funcProperties":{"__isSmartRef__":true,"id":2879},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2878":{"this":{"__isSmartRef__":true,"id":2}},"2879":{"timestamp":{"__isSmartRef__":true,"id":2880},"user":"jenslincke","tags":[]},"2880":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:33:44 GMT+0100 (W. Europe Standard Time)"},"2881":{"varMapping":{"__isSmartRef__":true,"id":2882},"source":"function dropOn(aMorph) {\n var r = $super(aMorph)\n this.sendToBack()\n return r\n}","funcProperties":{"__isSmartRef__":true,"id":2887},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2882":{"this":{"__isSmartRef__":true,"id":2},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2883}},"2883":{"$super":{"__isSmartRef__":true,"id":2884}},"2884":{"varMapping":{"__isSmartRef__":true,"id":2885},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":2886},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2885":{"obj":{"__isSmartRef__":true,"id":2},"name":"dropOn"},"2886":{},"2887":{"timestamp":{"__isSmartRef__":true,"id":2888},"user":"jenslincke","tags":[]},"2888":{"isSerializedDate":true,"string":"Wed Jan 22 2014 17:47:48 GMT+0100 (W. Europe Standard Time)"},"2889":{"submorphs":[{"__isSmartRef__":true,"id":2890}],"scripts":[],"id":"E219886F-77C6-49BC-A9C7-F23E4ADA38C9","shape":{"__isSmartRef__":true,"id":2924},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"Buttons","partsBinMetaInfo":{"__isSmartRef__":true,"id":2925},"eventHandler":{"__isSmartRef__":true,"id":2959},"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C","7EC17E78-593A-4CC8-B7E3-859BCBBFE785","BD8BECDB-A9A1-4009-B433-C925F0AFCCFC","F2677A9D-5855-4DF2-B248-94545B34B762","D52188B3-7DC0-410E-96B1-50892AC00A37","B1BE7C15-9E53-497B-A4E6-DD2B86983196"],"partTests":{"__isSmartRef__":true,"id":2960},"_ClipMode":"visible","moved":true,"owner":{"__isSmartRef__":true,"id":1},"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(7.3,11.5)","distanceToDragEvent":"lively.pt(325.8,-14.3)"},"2890":{"submorphs":[{"__isSmartRef__":true,"id":2891}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2896},"eventHandler":{"__isSmartRef__":true,"id":2897},"_ClipMode":"visible","derivationIds":["EC7EBB28-54AE-4244-80ED-3E13650F82B7","9FD2DCE2-B997-4536-B2A5-90D7DD92B3E6","0D8CC908-BD1C-4062-BB03-3FCEB910483D","C588532D-80AE-4B22-A023-EED1306BC47F"],"id":"9372C719-A9EF-4FD1-B343-DDAD8253AB0A","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":2891},"_PreviousBorderWidth":1,"isPressed":false,"showsHalos":false,"attributeConnections":[{"__isSmartRef__":true,"id":2898},{"__isSmartRef__":true,"id":2900}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"name":"Button3","partsBinMetaInfo":{"__isSmartRef__":true,"id":2902},"pinSpecs":[{"__isSmartRef__":true,"id":2918}],"owner":{"__isSmartRef__":true,"id":2889},"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2919},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(9.8,6.3)","distanceToDragEvent":"lively.pt(82.3,-10.7)"},"2891":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2892},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":2893}],"eventHandler":{"__isSmartRef__":true,"id":2895},"_ClipMode":"hidden","derivationIds":["7884E73F-0D17-44B3-907F-44A5223F1F3D","444B63A6-D9E7-4AB2-AB57-4A9146C18BFF","08999E10-CCC3-4CAB-99BC-4EF500309EC4","1E07DB58-5249-4ADB-B5A4-B84D80123207"],"id":"33983F2C-B5FE-47F7-B0E7-987A84B14776","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":2890},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"showsHalos":false,"eventsAreDisabled":true,"_PointerEvents":"none","__serializedExpressions__":["_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"2892":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(62.4,20.9)","_Padding":"lively.rect(0,3,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"2893":{"style":{"__isSmartRef__":true,"id":2894},"chunkOwner":{"__isSmartRef__":true,"id":2891},"_id":"_222753","storedString":"Step","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2894":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2895":{"morph":{"__isSmartRef__":true,"id":2891},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2896":{"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(62.4,20.9)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"2897":{"morph":{"__isSmartRef__":true,"id":2890},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2898":{"sourceObj":{"__isSmartRef__":true,"id":2890},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2890},"targetMethodName":"doAction","varMapping":{"__isSmartRef__":true,"id":2899},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2899":{"source":{"__isSmartRef__":true,"id":2890},"target":{"__isSmartRef__":true,"id":2890}},"2900":{"sourceObj":{"__isSmartRef__":true,"id":2890},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1},"targetMethodName":"simulateStep","varMapping":{"__isSmartRef__":true,"id":2901},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2901":{"source":{"__isSmartRef__":true,"id":2890},"target":{"__isSmartRef__":true,"id":1}},"2902":{"partName":"Button","requiredModules":[],"partsSpaceName":"PartsBin/Inputs","comment":"A simple button that calls a method #doAction when pressed.","changes":[{"__isSmartRef__":true,"id":2903},{"__isSmartRef__":true,"id":2905},{"__isSmartRef__":true,"id":2907},{"__isSmartRef__":true,"id":2909},{"__isSmartRef__":true,"id":2911},{"__isSmartRef__":true,"id":2913},{"__isSmartRef__":true,"id":2915}],"migrationLevel":7,"lastModifiedDate":{"__isSmartRef__":true,"id":2917},"revisionOnLoad":203770,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2903":{"author":null,"message":"no comment","id":"F8B70225-5143-4A51-ABB4-344B488B3811","date":{"__isSmartRef__":true,"id":2904}},"2904":{"isSerializedDate":true,"string":"Tue Dec 11 2012 22:15:42 GMT+0100 (W. Europe Standard Time)"},"2905":{"author":"robertkrahn","message":"no comment","id":"9B8B6BE4-4519-4A6C-8F47-70DE61BBB0FB","date":{"__isSmartRef__":true,"id":2906}},"2906":{"isSerializedDate":true,"string":"Tue Dec 11 2012 22:53:16 GMT+0100 (W. Europe Standard Time)"},"2907":{"author":"robertkrahn","message":"test","id":"ACA617B4-0416-4E3C-9F4D-171A40F44F0F","date":{"__isSmartRef__":true,"id":2908}},"2908":{"isSerializedDate":true,"string":"Wed May 01 2013 05:34:25 GMT+0200 (W. Europe Daylight Time)"},"2909":{"author":"robertkrahn","message":"no comment","id":"811BDE87-D8DD-48BB-97B2-7A3C3F3FAE32","date":{"__isSmartRef__":true,"id":2910}},"2910":{"isSerializedDate":true,"string":"Wed May 01 2013 05:35:59 GMT+0200 (W. Europe Daylight Time)"},"2911":{"author":"robertkrahn","message":"no comment","id":"BB2EA501-D9AF-414B-A035-E1487DA6F0FD","date":{"__isSmartRef__":true,"id":2912}},"2912":{"isSerializedDate":true,"string":"Wed May 01 2013 05:36:30 GMT+0200 (W. Europe Daylight Time)"},"2913":{"author":"Dan","message":"no comment","id":"A594459F-DA9B-49DD-A105-547B3F613CC5","date":{"__isSmartRef__":true,"id":2914}},"2914":{"isSerializedDate":true,"string":"Mon Jun 17 2013 19:22:38 GMT+0200 (W. Europe Daylight Time)"},"2915":{"author":"Dan","message":"no comment","id":"CFEC4071-14FF-4AEB-A399-197884CD18BF","date":{"__isSmartRef__":true,"id":2916}},"2916":{"isSerializedDate":true,"string":"Mon Jun 17 2013 19:24:50 GMT+0200 (W. Europe Daylight Time)"},"2917":{"isSerializedDate":true,"string":"Thu Jan 16 2014 10:23:15 GMT+0100 (W. Europe Standard Time)"},"2918":{"pinName":"fire","modality":"output","type":"Boolean","accessor":"fire","location":1.5},"2919":{"doAction":{"__isSmartRef__":true,"id":2920}},"2920":{"varMapping":{"__isSmartRef__":true,"id":2921},"source":"function doAction() {\n \n}","funcProperties":{"__isSmartRef__":true,"id":2922},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2921":{"this":{"__isSmartRef__":true,"id":2890}},"2922":{"user":"undefined","tags":[],"timestamp":{"__isSmartRef__":true,"id":2923}},"2923":{"isSerializedDate":true,"string":"Tue Dec 11 2012 22:14:29 GMT+0100 (W. Europe Standard Time)"},"2924":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(225.3,34.7)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"2925":{"partsSpaceName":"PartsBin/Basic","comment":"A plain simple rectangle","migrationLevel":8,"partName":"Rectangle","changes":[{"__isSmartRef__":true,"id":2926},{"__isSmartRef__":true,"id":2928},{"__isSmartRef__":true,"id":2930},{"__isSmartRef__":true,"id":2932},{"__isSmartRef__":true,"id":2934},{"__isSmartRef__":true,"id":2936},{"__isSmartRef__":true,"id":2938},{"__isSmartRef__":true,"id":2940},{"__isSmartRef__":true,"id":2942},{"__isSmartRef__":true,"id":2944},{"__isSmartRef__":true,"id":2946},{"__isSmartRef__":true,"id":2948},{"__isSmartRef__":true,"id":2950},{"__isSmartRef__":true,"id":2952},{"__isSmartRef__":true,"id":2954},{"__isSmartRef__":true,"id":2956}],"lastModifiedDate":{"__isSmartRef__":true,"id":2958},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2926":{"author":"robertkrahn","message":"no comment","id":"FBBB9C99-B61C-4D5F-8750-6E2987DF0C9C","date":{"__isSmartRef__":true,"id":2927}},"2927":{"isSerializedDate":true,"string":"Fri Jun 21 2013 00:16:24 GMT+0200 (W. Europe Daylight Time)"},"2928":{"author":"robertkrahn","message":"no comment","id":"67FD74CD-7AE4-4050-ADC7-4DF73804258D","date":{"__isSmartRef__":true,"id":2929}},"2929":{"isSerializedDate":true,"string":"Thu May 30 2013 09:18:06 GMT+0200 (W. Europe Daylight Time)"},"2930":{"author":"jenslincke","message":"no comment","id":"AEB2F41B-2C88-4BBA-8875-93CD17CBA1C8","date":{"__isSmartRef__":true,"id":2931}},"2931":{"isSerializedDate":true,"string":"Wed Jan 23 2013 12:57:18 GMT+0100 (W. Europe Standard Time)"},"2932":{"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23","date":{"__isSmartRef__":true,"id":2933}},"2933":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (W. Europe Daylight Time)"},"2934":{"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC","date":{"__isSmartRef__":true,"id":2935}},"2935":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (W. Europe Daylight Time)"},"2936":{"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2","date":{"__isSmartRef__":true,"id":2937}},"2937":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (W. Europe Standard Time)"},"2938":{"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B","date":{"__isSmartRef__":true,"id":2939}},"2939":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (W. Europe Standard Time)"},"2940":{"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7","date":{"__isSmartRef__":true,"id":2941}},"2941":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (W. Europe Standard Time)"},"2942":{"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350","date":{"__isSmartRef__":true,"id":2943}},"2943":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (W. Europe Daylight Time)"},"2944":{"author":"bgnauk","message":"no comment","id":"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8","date":{"__isSmartRef__":true,"id":2945}},"2945":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:35:08 GMT+0200 (W. Europe Daylight Time)"},"2946":{"author":"jenslincke","message":"I want my blue rectangle back!","id":"5AA9291A-869F-4D36-8095-4721B5A5B205","date":{"__isSmartRef__":true,"id":2947}},"2947":{"isSerializedDate":true,"string":"Thu Nov 22 2012 10:35:51 GMT+0100 (W. Europe Standard Time)"},"2948":{"author":"jenslincke","message":"no comment","id":"A4B86A7E-A398-4C29-BEE0-4AA045ABABD2","date":{"__isSmartRef__":true,"id":2949}},"2949":{"isSerializedDate":true,"string":"Fri Jan 18 2013 16:42:31 GMT+0100 (W. Europe Standard Time)"},"2950":{"author":"jenslincke","message":"added legend","id":"7ADA3049-56C1-4D32-874B-F664A79DDB20","date":{"__isSmartRef__":true,"id":2951}},"2951":{"isSerializedDate":true,"string":"Fri Jan 18 2013 16:47:05 GMT+0100 (W. Europe Standard Time)"},"2952":{"author":"SAPLivelyScreen","message":"no comment","id":"EF145198-0649-41BD-A92E-521D98FEC49D","date":{"__isSmartRef__":true,"id":2953}},"2953":{"isSerializedDate":true,"string":"Thu May 30 2013 00:36:50 GMT+0200 (W. Europe Daylight Time)"},"2954":{"author":"SAPLivelyScreen","message":"no comment","id":"7A44D8CA-6D5F-42A3-A4B4-4D7F51EECA52","date":{"__isSmartRef__":true,"id":2955}},"2955":{"isSerializedDate":true,"string":"Tue Jun 18 2013 20:49:27 GMT+0200 (W. Europe Daylight Time)"},"2956":{"author":"robertkrahn","message":"no comment","id":"A452871F-4EB9-45D1-94B8-6065CBA7B8FD","date":{"__isSmartRef__":true,"id":2957}},"2957":{"isSerializedDate":true,"string":"Tue Jul 30 2013 08:20:51 GMT+0200 (W. Europe Daylight Time)"},"2958":{"isSerializedDate":true,"string":"Thu Aug 15 2013 21:21:30 GMT+0200 (W. Europe Daylight Time)"},"2959":{"morph":{"__isSmartRef__":true,"id":2889},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2960":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":2961}},"2961":{"test01IsMorph":{"__isSmartRef__":true,"id":2962}},"2962":{"varMapping":{"__isSmartRef__":true,"id":2963},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":2964},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"2963":{"this":{"__isSmartRef__":true,"id":2960}},"2964":{},"2965":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2966},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":2967}],"eventHandler":{"__isSmartRef__":true,"id":2969},"_ClipMode":"auto","derivationIds":["C046F47F-9E24-42B1-99BF-88E96E5D7590"],"id":"487EE992-C691-461A-8865-21790F55C097","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":true,"_HandStyle":null,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":6,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":1},"layout":{"__isSmartRef__":true,"id":2970},"syntaxHighlightingWhileTyping":false,"accessibleInInactiveWindow":true,"parseErrors":null,"_lastSyntaxHighlightTime":4,"showsHalos":false,"name":"Log","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_TextColor","_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(1.0,-165.7)","distanceToDragEvent":"lively.pt(715.2,-13.4)"},"2966":{"_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(1059.4,165.1)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(243,243,243)"},"2967":{"style":{"__isSmartRef__":true,"id":2968},"chunkOwner":{"__isSmartRef__":true,"id":2965},"_id":"_54143","storedString":"Simulate []\nSimulate [, ]\nError simulating and [, ]\nSimulate [, , ]\nError simulating and [, , ]\nSimulate [, ]\nSimulate []\nSimulate [, ]\nSimulate [, , ]\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2968":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2969":{"morph":{"__isSmartRef__":true,"id":2965},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2970":{"resizeWidth":true,"resizeHeight":true},"2971":{"submorphs":[{"__isSmartRef__":true,"id":2972}],"scripts":[],"id":"DEF77197-682C-45E2-BA5D-B8C900134F7C","shape":{"__isSmartRef__":true,"id":3006},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"PartMigrator","partsBinMetaInfo":{"__isSmartRef__":true,"id":3007},"eventHandler":{"__isSmartRef__":true,"id":3043},"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C","7EC17E78-593A-4CC8-B7E3-859BCBBFE785","BD8BECDB-A9A1-4009-B433-C925F0AFCCFC","F2677A9D-5855-4DF2-B248-94545B34B762","D52188B3-7DC0-410E-96B1-50892AC00A37","16ECF252-8162-4A3F-8D4F-F043369BEA91"],"partTests":{"__isSmartRef__":true,"id":3044},"_ClipMode":"visible","moved":true,"owner":{"__isSmartRef__":true,"id":1},"isBeingDragged":false,"prevScroll":[0,0],"#startLetters":"getMorph","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3049},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(237.0,10.5)","distanceToDragEvent":"lively.pt(126.5,-14.2)"},"2972":{"submorphs":[{"__isSmartRef__":true,"id":2973}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2978},"eventHandler":{"__isSmartRef__":true,"id":2979},"_ClipMode":"visible","derivationIds":["EC7EBB28-54AE-4244-80ED-3E13650F82B7","9FD2DCE2-B997-4536-B2A5-90D7DD92B3E6","0D8CC908-BD1C-4062-BB03-3FCEB910483D","92B4ADA9-C51B-41E6-A24A-65BEECC7E878"],"id":"C617EC04-89AB-4FA0-A477-56924F39C7D4","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":2973},"_PreviousBorderWidth":1,"isPressed":false,"showsHalos":false,"attributeConnections":[{"__isSmartRef__":true,"id":2980},{"__isSmartRef__":true,"id":2982}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"name":"Button2","partsBinMetaInfo":{"__isSmartRef__":true,"id":2984},"pinSpecs":[{"__isSmartRef__":true,"id":3000}],"owner":{"__isSmartRef__":true,"id":2971},"prevScroll":[0,0],"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3001},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(12.4,8.4)","distanceToDragEvent":"lively.pt(72.9,-12.8)"},"2973":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2974},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":2975}],"eventHandler":{"__isSmartRef__":true,"id":2977},"_ClipMode":"hidden","derivationIds":["7884E73F-0D17-44B3-907F-44A5223F1F3D","444B63A6-D9E7-4AB2-AB57-4A9146C18BFF","08999E10-CCC3-4CAB-99BC-4EF500309EC4","CBE6DD96-208B-4DF1-8A59-C8DF251D028E"],"id":"4DD6B666-CF93-41BD-9A61-56175090B414","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":2972},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"showsHalos":false,"eventsAreDisabled":true,"_PointerEvents":"none","lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"__serializedExpressions__":["_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"2974":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,20.0)","_Padding":"lively.rect(0,3,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"2975":{"style":{"__isSmartRef__":true,"id":2976},"chunkOwner":{"__isSmartRef__":true,"id":2973},"_id":"_126235","storedString":"migrate parts","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2976":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2977":{"morph":{"__isSmartRef__":true,"id":2973},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2978":{"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,20.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"2979":{"morph":{"__isSmartRef__":true,"id":2972},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"2980":{"sourceObj":{"__isSmartRef__":true,"id":2972},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2972},"targetMethodName":"doAction","varMapping":{"__isSmartRef__":true,"id":2981},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2981":{"source":{"__isSmartRef__":true,"id":2972},"target":{"__isSmartRef__":true,"id":2972}},"2982":{"sourceObj":{"__isSmartRef__":true,"id":2972},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2971},"targetMethodName":"migrateParts","varMapping":{"__isSmartRef__":true,"id":2983},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"2983":{"source":{"__isSmartRef__":true,"id":2972},"target":{"__isSmartRef__":true,"id":2971}},"2984":{"partName":"Button","requiredModules":[],"partsSpaceName":"PartsBin/Inputs","comment":"A simple button that calls a method #doAction when pressed.","changes":[{"__isSmartRef__":true,"id":2985},{"__isSmartRef__":true,"id":2987},{"__isSmartRef__":true,"id":2989},{"__isSmartRef__":true,"id":2991},{"__isSmartRef__":true,"id":2993},{"__isSmartRef__":true,"id":2995},{"__isSmartRef__":true,"id":2997}],"migrationLevel":7,"lastModifiedDate":{"__isSmartRef__":true,"id":2999},"revisionOnLoad":203770,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"2985":{"author":null,"message":"no comment","id":"F8B70225-5143-4A51-ABB4-344B488B3811","date":{"__isSmartRef__":true,"id":2986}},"2986":{"isSerializedDate":true,"string":"Tue Dec 11 2012 22:15:42 GMT+0100 (W. Europe Standard Time)"},"2987":{"author":"robertkrahn","message":"no comment","id":"9B8B6BE4-4519-4A6C-8F47-70DE61BBB0FB","date":{"__isSmartRef__":true,"id":2988}},"2988":{"isSerializedDate":true,"string":"Tue Dec 11 2012 22:53:16 GMT+0100 (W. Europe Standard Time)"},"2989":{"author":"robertkrahn","message":"test","id":"ACA617B4-0416-4E3C-9F4D-171A40F44F0F","date":{"__isSmartRef__":true,"id":2990}},"2990":{"isSerializedDate":true,"string":"Wed May 01 2013 05:34:25 GMT+0200 (W. Europe Daylight Time)"},"2991":{"author":"robertkrahn","message":"no comment","id":"811BDE87-D8DD-48BB-97B2-7A3C3F3FAE32","date":{"__isSmartRef__":true,"id":2992}},"2992":{"isSerializedDate":true,"string":"Wed May 01 2013 05:35:59 GMT+0200 (W. Europe Daylight Time)"},"2993":{"author":"robertkrahn","message":"no comment","id":"BB2EA501-D9AF-414B-A035-E1487DA6F0FD","date":{"__isSmartRef__":true,"id":2994}},"2994":{"isSerializedDate":true,"string":"Wed May 01 2013 05:36:30 GMT+0200 (W. Europe Daylight Time)"},"2995":{"author":"Dan","message":"no comment","id":"A594459F-DA9B-49DD-A105-547B3F613CC5","date":{"__isSmartRef__":true,"id":2996}},"2996":{"isSerializedDate":true,"string":"Mon Jun 17 2013 19:22:38 GMT+0200 (W. Europe Daylight Time)"},"2997":{"author":"Dan","message":"no comment","id":"CFEC4071-14FF-4AEB-A399-197884CD18BF","date":{"__isSmartRef__":true,"id":2998}},"2998":{"isSerializedDate":true,"string":"Mon Jun 17 2013 19:24:50 GMT+0200 (W. Europe Daylight Time)"},"2999":{"isSerializedDate":true,"string":"Thu Jan 16 2014 10:23:15 GMT+0100 (W. Europe Standard Time)"},"3000":{"pinName":"fire","modality":"output","type":"Boolean","accessor":"fire","location":1.5},"3001":{"doAction":{"__isSmartRef__":true,"id":3002}},"3002":{"varMapping":{"__isSmartRef__":true,"id":3003},"source":"function doAction() {\n \n}","funcProperties":{"__isSmartRef__":true,"id":3004},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3003":{"this":{"__isSmartRef__":true,"id":2972}},"3004":{"user":"undefined","tags":[],"timestamp":{"__isSmartRef__":true,"id":3005}},"3005":{"isSerializedDate":true,"string":"Tue Dec 11 2012 22:14:29 GMT+0100 (W. Europe Standard Time)"},"3006":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(194.5,37.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(252,252,252)","_Padding":"lively.rect(0,0,0,0)"},"3007":{"partsSpaceName":"PartsBin/Jens","comment":"A helper tool....","migrationLevel":4,"partName":"PartMigrator","changes":[{"__isSmartRef__":true,"id":3008},{"__isSmartRef__":true,"id":3010},{"__isSmartRef__":true,"id":3012},{"__isSmartRef__":true,"id":3014},{"__isSmartRef__":true,"id":3016},{"__isSmartRef__":true,"id":3018},{"__isSmartRef__":true,"id":3020},{"__isSmartRef__":true,"id":3022},{"__isSmartRef__":true,"id":3024},{"__isSmartRef__":true,"id":3026},{"__isSmartRef__":true,"id":3028},{"__isSmartRef__":true,"id":3030},{"__isSmartRef__":true,"id":3032},{"__isSmartRef__":true,"id":3034},{"__isSmartRef__":true,"id":3036},{"__isSmartRef__":true,"id":3038},{"__isSmartRef__":true,"id":3040}],"lastModifiedDate":{"__isSmartRef__":true,"id":3042},"revisionOnLoad":204120,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3008":{"author":"robertkrahn","message":"no comment","id":"FBBB9C99-B61C-4D5F-8750-6E2987DF0C9C","date":{"__isSmartRef__":true,"id":3009}},"3009":{"isSerializedDate":true,"string":"Fri Jun 21 2013 00:16:24 GMT+0200 (W. Europe Daylight Time)"},"3010":{"author":"robertkrahn","message":"no comment","id":"67FD74CD-7AE4-4050-ADC7-4DF73804258D","date":{"__isSmartRef__":true,"id":3011}},"3011":{"isSerializedDate":true,"string":"Thu May 30 2013 09:18:06 GMT+0200 (W. Europe Daylight Time)"},"3012":{"author":"jenslincke","message":"no comment","id":"AEB2F41B-2C88-4BBA-8875-93CD17CBA1C8","date":{"__isSmartRef__":true,"id":3013}},"3013":{"isSerializedDate":true,"string":"Wed Jan 23 2013 12:57:18 GMT+0100 (W. Europe Standard Time)"},"3014":{"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23","date":{"__isSmartRef__":true,"id":3015}},"3015":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (W. Europe Daylight Time)"},"3016":{"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC","date":{"__isSmartRef__":true,"id":3017}},"3017":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (W. Europe Daylight Time)"},"3018":{"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2","date":{"__isSmartRef__":true,"id":3019}},"3019":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (W. Europe Standard Time)"},"3020":{"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B","date":{"__isSmartRef__":true,"id":3021}},"3021":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (W. Europe Standard Time)"},"3022":{"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7","date":{"__isSmartRef__":true,"id":3023}},"3023":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (W. Europe Standard Time)"},"3024":{"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350","date":{"__isSmartRef__":true,"id":3025}},"3025":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (W. Europe Daylight Time)"},"3026":{"author":"bgnauk","message":"no comment","id":"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8","date":{"__isSmartRef__":true,"id":3027}},"3027":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:35:08 GMT+0200 (W. Europe Daylight Time)"},"3028":{"author":"jenslincke","message":"I want my blue rectangle back!","id":"5AA9291A-869F-4D36-8095-4721B5A5B205","date":{"__isSmartRef__":true,"id":3029}},"3029":{"isSerializedDate":true,"string":"Thu Nov 22 2012 10:35:51 GMT+0100 (W. Europe Standard Time)"},"3030":{"author":"jenslincke","message":"no comment","id":"A4B86A7E-A398-4C29-BEE0-4AA045ABABD2","date":{"__isSmartRef__":true,"id":3031}},"3031":{"isSerializedDate":true,"string":"Fri Jan 18 2013 16:42:31 GMT+0100 (W. Europe Standard Time)"},"3032":{"author":"jenslincke","message":"added legend","id":"7ADA3049-56C1-4D32-874B-F664A79DDB20","date":{"__isSmartRef__":true,"id":3033}},"3033":{"isSerializedDate":true,"string":"Fri Jan 18 2013 16:47:05 GMT+0100 (W. Europe Standard Time)"},"3034":{"author":"SAPLivelyScreen","message":"no comment","id":"EF145198-0649-41BD-A92E-521D98FEC49D","date":{"__isSmartRef__":true,"id":3035}},"3035":{"isSerializedDate":true,"string":"Thu May 30 2013 00:36:50 GMT+0200 (W. Europe Daylight Time)"},"3036":{"author":"SAPLivelyScreen","message":"no comment","id":"7A44D8CA-6D5F-42A3-A4B4-4D7F51EECA52","date":{"__isSmartRef__":true,"id":3037}},"3037":{"isSerializedDate":true,"string":"Tue Jun 18 2013 20:49:27 GMT+0200 (W. Europe Daylight Time)"},"3038":{"author":"robertkrahn","message":"no comment","id":"A452871F-4EB9-45D1-94B8-6065CBA7B8FD","date":{"__isSmartRef__":true,"id":3039}},"3039":{"isSerializedDate":true,"string":"Tue Jul 30 2013 08:20:51 GMT+0200 (W. Europe Daylight Time)"},"3040":{"date":{"__isSmartRef__":true,"id":3041},"author":"jenslincke","message":"no comment","id":"8DB648C0-0CE9-44EC-AD31-919E59DF4F79"},"3041":{"isSerializedDate":true,"string":"Thu Jan 23 2014 14:03:27 GMT+0100 (W. Europe Standard Time)"},"3042":{"isSerializedDate":true,"string":"Thu Jan 23 2014 13:58:16 GMT+0100 (W. Europe Standard Time)"},"3043":{"morph":{"__isSmartRef__":true,"id":2971},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3044":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3045}},"3045":{"test01IsMorph":{"__isSmartRef__":true,"id":3046}},"3046":{"varMapping":{"__isSmartRef__":true,"id":3047},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":3048},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3047":{"this":{"__isSmartRef__":true,"id":3044}},"3048":{},"3049":{"migrateAllConnectors":{"__isSmartRef__":true,"id":3050},"clearWorld":{"__isSmartRef__":true,"id":3054},"migrateParts":{"__isSmartRef__":true,"id":3058},"migratePart":{"__isSmartRef__":true,"id":3062},"log":{"__isSmartRef__":true,"id":3066},"getTarget":{"__isSmartRef__":true,"id":3070},"clearLog":{"__isSmartRef__":true,"id":3074},"replaceReferencesInTargetAndSubmorphs":{"__isSmartRef__":true,"id":3078}},"3050":{"varMapping":{"__isSmartRef__":true,"id":3051},"source":"function migrateAllConnectors() {\n\n var target = this.owner;\n\n var connectors = target.submorphs.select(function(ea) {\n return ea.partsBinMetaInfo && ea.partsBinMetaInfo.partName == \"Connector\"\n });\n \n connectors.each(function(ea) {\n var p = ea.partsBinMetaInfo.getPartsSpace().getPartItemNamed(ea.partsBinMetaInfo.getName()).loadPart().part\n var owner = ea.owner\n owner.addMorphBack(p)\n try {\n if (p.migrateFrom) p.migrateFrom(ea)\n } catch(e) {\n show(p)\n this.log(\"ERROR in \" + p + \" migrateFrom:\" + e)\n }\n p.setPosition(ea.getPosition())\n p.setName(ea.name)\n ea.remove()\n }.bind(this))\n}","funcProperties":{"__isSmartRef__":true,"id":3052},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3051":{"this":{"__isSmartRef__":true,"id":2971}},"3052":{"timestamp":{"__isSmartRef__":true,"id":3053},"user":"jenslincke","tags":[]},"3053":{"isSerializedDate":true,"string":"Wed Jan 22 2014 21:11:53 GMT+0100 (W. Europe Standard Time)"},"3054":{"varMapping":{"__isSmartRef__":true,"id":3055},"source":"function clearWorld() {\n $world.submorphs.select(function(ea) {\n return ea.isEpiMorph\n }).invoke(\"remove\")\n\n}","funcProperties":{"__isSmartRef__":true,"id":3056},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3055":{"this":{"__isSmartRef__":true,"id":2971}},"3056":{"timestamp":{"__isSmartRef__":true,"id":3057},"user":"jenslincke","tags":[]},"3057":{"isSerializedDate":true,"string":"Wed Jan 22 2014 16:52:31 GMT+0100 (W. Europe Standard Time)"},"3058":{"varMapping":{"__isSmartRef__":true,"id":3059},"source":"function migrateParts() {\n\n var target = this.getTarget();\n\n var partsToMigrate = [\"EnergySimulationPart\", \"Connector\"]\n var parts = target.submorphs.select(function(ea) {\n return ea.partsBinMetaInfo && partsToMigrate.include(ea.partsBinMetaInfo.partName)\n });\n\n parts.each(function(ea) {\n this.migratePart(ea)\n }, this)\n}","funcProperties":{"__isSmartRef__":true,"id":3060},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3059":{"this":{"__isSmartRef__":true,"id":2971}},"3060":{"timestamp":{"__isSmartRef__":true,"id":3061},"user":"jenslincke","tags":[]},"3061":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:12:26 GMT+0100 (W. Europe Standard Time)"},"3062":{"varMapping":{"__isSmartRef__":true,"id":3063},"source":"function migratePart(morph) {\n // this.migratePart(this.get(\"MigrateTest\"))\n // morph = this.get(\"MigrateTest\")\n // newMorph = this.get(\"MigrateTest\")\n this.log(\"migrate \" + morph)\n var newMorph = morph.partsBinMetaInfo.getPartsSpace().getPartItemNamed(morph.partsBinMetaInfo.getName()).loadPart().part\n var owner = morph.owner\n owner.addMorph(newMorph, morph)\n if (newMorph.migrateFrom) newMorph.migrateFrom(morph)\n newMorph.setPosition(morph.getPosition())\n newMorph.setName(morph.name)\n morph.remove()\n\n // TODO: deal with references to submorphs / subobjects\n // Open Problem: Mapping old objects to new objects\n // approach: a) use name, use position, use derivation id\n // This problem is shared by diffing / merging parts\n // we assume here that only the toppart gets references from the outside\n // we could call this the DEEP REFERENCE PROBLEM\n\n // instead a list this should be a mapping... TODO\n var innerMorphs = []\n morph.withAllSubmorphsDo(function(ea) {\n innerMorphs.push(ea)\n })\n\n this.replaceReferencesInTargetAndSubmorphs(morph, newMorph, innerMorphs)\n\n\n if (morph.attributeConnections) {\n var outConnections = morph.attributeConnections.reject(function(con) {\n return innerMorphs.include(con.targetObj) || con.dependedBy\n })\n morph.attributeConnections.invoke(\"disconnect\")\n outConnections.each(function(ea) {\n ea.sourceObj = newMorph\n this.log(\"migrate attribute connection \" + morph + \" to \" + ea )\n ea.connect()\n }.bind(this))\n }\n\n // TODO: deal with attribute connections in submorphs\n\n}","funcProperties":{"__isSmartRef__":true,"id":3064},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3063":{"this":{"__isSmartRef__":true,"id":2971}},"3064":{"timestamp":{"__isSmartRef__":true,"id":3065},"user":"jenslincke","tags":[]},"3065":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:11:10 GMT+0100 (W. Europe Standard Time)"},"3066":{"varMapping":{"__isSmartRef__":true,"id":3067},"source":"function log(s) {\n this.get(\"Log\").textString += s + \"\\n\"\n}","funcProperties":{"__isSmartRef__":true,"id":3068},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3067":{"this":{"__isSmartRef__":true,"id":2971}},"3068":{"timestamp":{"__isSmartRef__":true,"id":3069},"user":"jenslincke","tags":[]},"3069":{"isSerializedDate":true,"string":"Wed Jan 22 2014 20:54:26 GMT+0100 (W. Europe Standard Time)"},"3070":{"varMapping":{"__isSmartRef__":true,"id":3071},"source":"function getTarget() {\n return this.owner\n}","funcProperties":{"__isSmartRef__":true,"id":3072},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3071":{"this":{"__isSmartRef__":true,"id":2971}},"3072":{"timestamp":{"__isSmartRef__":true,"id":3073},"user":"jenslincke","tags":[]},"3073":{"isSerializedDate":true,"string":"Wed Jan 22 2014 21:33:36 GMT+0100 (W. Europe Standard Time)"},"3074":{"varMapping":{"__isSmartRef__":true,"id":3075},"source":"function clearLog() {\n this.get(\"Log\").textString = \"\"\n}","funcProperties":{"__isSmartRef__":true,"id":3076},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3075":{"this":{"__isSmartRef__":true,"id":2971}},"3076":{"timestamp":{"__isSmartRef__":true,"id":3077},"user":"jenslincke","tags":[]},"3077":{"isSerializedDate":true,"string":"Wed Jan 22 2014 21:39:12 GMT+0100 (W. Europe Standard Time)"},"3078":{"varMapping":{"__isSmartRef__":true,"id":3079},"source":"function replaceReferencesInTargetAndSubmorphs(morph, newMorph, innerMorphs) {\n this.getTarget().withAllSubmorphsDo(function(ea) {\n Properties.own(ea)\n .reject(function(ea) { return [\"owner\"].include(ea)})\n .each(function(prop) {\n if (ea[prop] === morph) {\n try {\n this.log(\"update \" + prop + \" from \" + ea[prop]+\" to \" + newMorph)\n ea[prop] = newMorph\n } catch(e) {\n this.log(\"ERROR update \" + prop + \" to \" + newMorph)\n }\n }\n }.bind(this))\n if (ea.attributeConnections) {\n var inConnections = ea.attributeConnections.select(function(con) {\n return innerMorphs.include(con.targetObj) && !con.dependedBy\n })\n inConnections.each(function(ea) {\n this.log(\"migrate attribute connection target \" + ea.targetObj + \" to \" + ea )\n ea.targetObj = newMorph\n ea.connect()\n }.bind(this))\n }\n }.bind(this))\n\n}","funcProperties":{"__isSmartRef__":true,"id":3080},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3079":{"this":{"__isSmartRef__":true,"id":2971}},"3080":{"timestamp":{"__isSmartRef__":true,"id":3081},"user":"jenslincke","tags":[]},"3081":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:11:19 GMT+0100 (W. Europe Standard Time)"},"3082":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(1726.6,605.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"3083":{"partsSpaceName":"PartsBin/Jens/","comment":"A plain simple rectangle","migrationLevel":4,"partName":"EnergySimulation","changes":[{"__isSmartRef__":true,"id":3084},{"__isSmartRef__":true,"id":3086},{"__isSmartRef__":true,"id":3088},{"__isSmartRef__":true,"id":3090},{"__isSmartRef__":true,"id":3092},{"__isSmartRef__":true,"id":3094},{"__isSmartRef__":true,"id":3096},{"__isSmartRef__":true,"id":3098},{"__isSmartRef__":true,"id":3100},{"__isSmartRef__":true,"id":3102},{"__isSmartRef__":true,"id":3104},{"__isSmartRef__":true,"id":3106},{"__isSmartRef__":true,"id":3108},{"__isSmartRef__":true,"id":3110},{"__isSmartRef__":true,"id":3112},{"__isSmartRef__":true,"id":3114},{"__isSmartRef__":true,"id":3116}],"lastModifiedDate":{"__isSmartRef__":true,"id":3118},"revisionOnLoad":204124,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"3084":{"date":{"__isSmartRef__":true,"id":3085},"author":"jenslincke","message":"no comment","id":"33EE3DAC-F868-43CF-9597-A716E6AEED92"},"3085":{"isSerializedDate":true,"string":"Thu Jan 23 2014 14:03:44 GMT+0100 (W. Europe Standard Time)"},"3086":{"author":"robertkrahn","message":"no comment","id":"A452871F-4EB9-45D1-94B8-6065CBA7B8FD","date":{"__isSmartRef__":true,"id":3087}},"3087":{"isSerializedDate":true,"string":"Tue Jul 30 2013 08:20:51 GMT+0200 (W. Europe Daylight Time)"},"3088":{"author":"SAPLivelyScreen","message":"no comment","id":"7A44D8CA-6D5F-42A3-A4B4-4D7F51EECA52","date":{"__isSmartRef__":true,"id":3089}},"3089":{"isSerializedDate":true,"string":"Tue Jun 18 2013 20:49:27 GMT+0200 (W. Europe Daylight Time)"},"3090":{"author":"SAPLivelyScreen","message":"no comment","id":"EF145198-0649-41BD-A92E-521D98FEC49D","date":{"__isSmartRef__":true,"id":3091}},"3091":{"isSerializedDate":true,"string":"Thu May 30 2013 00:36:50 GMT+0200 (W. Europe Daylight Time)"},"3092":{"author":"jenslincke","message":"added legend","id":"7ADA3049-56C1-4D32-874B-F664A79DDB20","date":{"__isSmartRef__":true,"id":3093}},"3093":{"isSerializedDate":true,"string":"Fri Jan 18 2013 16:47:05 GMT+0100 (W. Europe Standard Time)"},"3094":{"author":"jenslincke","message":"no comment","id":"A4B86A7E-A398-4C29-BEE0-4AA045ABABD2","date":{"__isSmartRef__":true,"id":3095}},"3095":{"isSerializedDate":true,"string":"Fri Jan 18 2013 16:42:31 GMT+0100 (W. Europe Standard Time)"},"3096":{"author":"jenslincke","message":"I want my blue rectangle back!","id":"5AA9291A-869F-4D36-8095-4721B5A5B205","date":{"__isSmartRef__":true,"id":3097}},"3097":{"isSerializedDate":true,"string":"Thu Nov 22 2012 10:35:51 GMT+0100 (W. Europe Standard Time)"},"3098":{"author":"bgnauk","message":"no comment","id":"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8","date":{"__isSmartRef__":true,"id":3099}},"3099":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:35:08 GMT+0200 (W. Europe Daylight Time)"},"3100":{"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350","date":{"__isSmartRef__":true,"id":3101}},"3101":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (W. Europe Daylight Time)"},"3102":{"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7","date":{"__isSmartRef__":true,"id":3103}},"3103":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (W. Europe Standard Time)"},"3104":{"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B","date":{"__isSmartRef__":true,"id":3105}},"3105":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (W. Europe Standard Time)"},"3106":{"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2","date":{"__isSmartRef__":true,"id":3107}},"3107":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (W. Europe Standard Time)"},"3108":{"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC","date":{"__isSmartRef__":true,"id":3109}},"3109":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (W. Europe Daylight Time)"},"3110":{"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23","date":{"__isSmartRef__":true,"id":3111}},"3111":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (W. Europe Daylight Time)"},"3112":{"author":"jenslincke","message":"no comment","id":"AEB2F41B-2C88-4BBA-8875-93CD17CBA1C8","date":{"__isSmartRef__":true,"id":3113}},"3113":{"isSerializedDate":true,"string":"Wed Jan 23 2013 12:57:18 GMT+0100 (W. Europe Standard Time)"},"3114":{"author":"robertkrahn","message":"no comment","id":"67FD74CD-7AE4-4050-ADC7-4DF73804258D","date":{"__isSmartRef__":true,"id":3115}},"3115":{"isSerializedDate":true,"string":"Thu May 30 2013 09:18:06 GMT+0200 (W. Europe Daylight Time)"},"3116":{"author":"robertkrahn","message":"no comment","id":"FBBB9C99-B61C-4D5F-8750-6E2987DF0C9C","date":{"__isSmartRef__":true,"id":3117}},"3117":{"isSerializedDate":true,"string":"Fri Jun 21 2013 00:16:24 GMT+0200 (W. Europe Daylight Time)"},"3118":{"isSerializedDate":true,"string":"Thu Jan 23 2014 13:58:34 GMT+0100 (W. Europe Standard Time)"},"3119":{"morph":{"__isSmartRef__":true,"id":1},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"3120":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":3121}},"3121":{"test01IsMorph":{"__isSmartRef__":true,"id":3122}},"3122":{"varMapping":{"__isSmartRef__":true,"id":3123},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":3124},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"3123":{"this":{"__isSmartRef__":true,"id":3120}},"3124":{},"3125":{"_columns":{"__isSmartRef__":true,"id":3126},"_rows":{"__isSmartRef__":true,"id":6297},"_infeasibleRows":{"__isSmartRef__":true,"id":7130},"_externalRows":{"__isSmartRef__":true,"id":7133},"_externalParametricVars":{"__isSmartRef__":true,"id":7223},"_stayMinusErrorVars":[{"__isSmartRef__":true,"id":3134},{"__isSmartRef__":true,"id":3180},{"__isSmartRef__":true,"id":3192},{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3224},{"__isSmartRef__":true,"id":3240},{"__isSmartRef__":true,"id":3256},{"__isSmartRef__":true,"id":3272},{"__isSmartRef__":true,"id":3296},{"__isSmartRef__":true,"id":3320},{"__isSmartRef__":true,"id":3344},{"__isSmartRef__":true,"id":3368},{"__isSmartRef__":true,"id":3392},{"__isSmartRef__":true,"id":3416},{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3488},{"__isSmartRef__":true,"id":3512},{"__isSmartRef__":true,"id":3536},{"__isSmartRef__":true,"id":3560},{"__isSmartRef__":true,"id":3584},{"__isSmartRef__":true,"id":3608},{"__isSmartRef__":true,"id":3632},{"__isSmartRef__":true,"id":3656},{"__isSmartRef__":true,"id":3680},{"__isSmartRef__":true,"id":3704},{"__isSmartRef__":true,"id":3728},{"__isSmartRef__":true,"id":3752},{"__isSmartRef__":true,"id":3776},{"__isSmartRef__":true,"id":3800},{"__isSmartRef__":true,"id":3824},{"__isSmartRef__":true,"id":3848},{"__isSmartRef__":true,"id":3872},{"__isSmartRef__":true,"id":3888},{"__isSmartRef__":true,"id":3904},{"__isSmartRef__":true,"id":3920},{"__isSmartRef__":true,"id":3936},{"__isSmartRef__":true,"id":3952},{"__isSmartRef__":true,"id":3968},{"__isSmartRef__":true,"id":3984},{"__isSmartRef__":true,"id":4000},{"__isSmartRef__":true,"id":4016},{"__isSmartRef__":true,"id":4032},{"__isSmartRef__":true,"id":4048},{"__isSmartRef__":true,"id":4064},{"__isSmartRef__":true,"id":4080},{"__isSmartRef__":true,"id":4096},{"__isSmartRef__":true,"id":4112},{"__isSmartRef__":true,"id":4128},{"__isSmartRef__":true,"id":4144},{"__isSmartRef__":true,"id":4160},{"__isSmartRef__":true,"id":4176},{"__isSmartRef__":true,"id":4192},{"__isSmartRef__":true,"id":4208},{"__isSmartRef__":true,"id":4224},{"__isSmartRef__":true,"id":4240},{"__isSmartRef__":true,"id":4264},{"__isSmartRef__":true,"id":4288},{"__isSmartRef__":true,"id":4312},{"__isSmartRef__":true,"id":4328},{"__isSmartRef__":true,"id":4344},{"__isSmartRef__":true,"id":4360},{"__isSmartRef__":true,"id":4376},{"__isSmartRef__":true,"id":4400},{"__isSmartRef__":true,"id":4424},{"__isSmartRef__":true,"id":4448},{"__isSmartRef__":true,"id":4472},{"__isSmartRef__":true,"id":4496},{"__isSmartRef__":true,"id":4520},{"__isSmartRef__":true,"id":4544},{"__isSmartRef__":true,"id":4568},{"__isSmartRef__":true,"id":4592},{"__isSmartRef__":true,"id":4616},{"__isSmartRef__":true,"id":4632},{"__isSmartRef__":true,"id":4648},{"__isSmartRef__":true,"id":4664},{"__isSmartRef__":true,"id":4680},{"__isSmartRef__":true,"id":4696},{"__isSmartRef__":true,"id":4712},{"__isSmartRef__":true,"id":4728},{"__isSmartRef__":true,"id":4744},{"__isSmartRef__":true,"id":4760},{"__isSmartRef__":true,"id":4784},{"__isSmartRef__":true,"id":4808},{"__isSmartRef__":true,"id":4832},{"__isSmartRef__":true,"id":4856},{"__isSmartRef__":true,"id":4880},{"__isSmartRef__":true,"id":4904},{"__isSmartRef__":true,"id":4928},{"__isSmartRef__":true,"id":4952},{"__isSmartRef__":true,"id":4976},{"__isSmartRef__":true,"id":5000},{"__isSmartRef__":true,"id":5024},{"__isSmartRef__":true,"id":5048},{"__isSmartRef__":true,"id":5072},{"__isSmartRef__":true,"id":5096},{"__isSmartRef__":true,"id":5120},{"__isSmartRef__":true,"id":5144},{"__isSmartRef__":true,"id":5168},{"__isSmartRef__":true,"id":5192},{"__isSmartRef__":true,"id":5216},{"__isSmartRef__":true,"id":5240},{"__isSmartRef__":true,"id":5264},{"__isSmartRef__":true,"id":5288},{"__isSmartRef__":true,"id":5304},{"__isSmartRef__":true,"id":5320},{"__isSmartRef__":true,"id":5336},{"__isSmartRef__":true,"id":5352},{"__isSmartRef__":true,"id":5368},{"__isSmartRef__":true,"id":5392},{"__isSmartRef__":true,"id":5416},{"__isSmartRef__":true,"id":5440},{"__isSmartRef__":true,"id":5464},{"__isSmartRef__":true,"id":5480},{"__isSmartRef__":true,"id":5496},{"__isSmartRef__":true,"id":5512},{"__isSmartRef__":true,"id":5528},{"__isSmartRef__":true,"id":5544},{"__isSmartRef__":true,"id":5560},{"__isSmartRef__":true,"id":5576},{"__isSmartRef__":true,"id":5592},{"__isSmartRef__":true,"id":5608},{"__isSmartRef__":true,"id":5632},{"__isSmartRef__":true,"id":5665},{"__isSmartRef__":true,"id":5698},{"__isSmartRef__":true,"id":5731},{"__isSmartRef__":true,"id":5764},{"__isSmartRef__":true,"id":5797},{"__isSmartRef__":true,"id":5830},{"__isSmartRef__":true,"id":5863},{"__isSmartRef__":true,"id":5896},{"__isSmartRef__":true,"id":5929},{"__isSmartRef__":true,"id":5962},{"__isSmartRef__":true,"id":5995},{"__isSmartRef__":true,"id":6028},{"__isSmartRef__":true,"id":6061},{"__isSmartRef__":true,"id":6094},{"__isSmartRef__":true,"id":6127},{"__isSmartRef__":true,"id":6160},{"__isSmartRef__":true,"id":6193},{"__isSmartRef__":true,"id":6226},{"__isSmartRef__":true,"id":6259}],"_stayPlusErrorVars":[{"__isSmartRef__":true,"id":3128},{"__isSmartRef__":true,"id":7281},{"__isSmartRef__":true,"id":7282},{"__isSmartRef__":true,"id":7283},{"__isSmartRef__":true,"id":7284},{"__isSmartRef__":true,"id":7285},{"__isSmartRef__":true,"id":7286},{"__isSmartRef__":true,"id":7287},{"__isSmartRef__":true,"id":7288},{"__isSmartRef__":true,"id":7289},{"__isSmartRef__":true,"id":7290},{"__isSmartRef__":true,"id":7291},{"__isSmartRef__":true,"id":7292},{"__isSmartRef__":true,"id":7293},{"__isSmartRef__":true,"id":7294},{"__isSmartRef__":true,"id":7295},{"__isSmartRef__":true,"id":7296},{"__isSmartRef__":true,"id":7297},{"__isSmartRef__":true,"id":7298},{"__isSmartRef__":true,"id":7299},{"__isSmartRef__":true,"id":7300},{"__isSmartRef__":true,"id":7301},{"__isSmartRef__":true,"id":7302},{"__isSmartRef__":true,"id":7303},{"__isSmartRef__":true,"id":7304},{"__isSmartRef__":true,"id":7305},{"__isSmartRef__":true,"id":7306},{"__isSmartRef__":true,"id":7307},{"__isSmartRef__":true,"id":7308},{"__isSmartRef__":true,"id":7309},{"__isSmartRef__":true,"id":7310},{"__isSmartRef__":true,"id":7311},{"__isSmartRef__":true,"id":7312},{"__isSmartRef__":true,"id":7313},{"__isSmartRef__":true,"id":7314},{"__isSmartRef__":true,"id":7315},{"__isSmartRef__":true,"id":7316},{"__isSmartRef__":true,"id":7317},{"__isSmartRef__":true,"id":7318},{"__isSmartRef__":true,"id":7319},{"__isSmartRef__":true,"id":7320},{"__isSmartRef__":true,"id":7321},{"__isSmartRef__":true,"id":7322},{"__isSmartRef__":true,"id":7323},{"__isSmartRef__":true,"id":7324},{"__isSmartRef__":true,"id":7325},{"__isSmartRef__":true,"id":7326},{"__isSmartRef__":true,"id":7327},{"__isSmartRef__":true,"id":7328},{"__isSmartRef__":true,"id":7329},{"__isSmartRef__":true,"id":7330},{"__isSmartRef__":true,"id":7331},{"__isSmartRef__":true,"id":7332},{"__isSmartRef__":true,"id":7333},{"__isSmartRef__":true,"id":7334},{"__isSmartRef__":true,"id":7335},{"__isSmartRef__":true,"id":7336},{"__isSmartRef__":true,"id":7337},{"__isSmartRef__":true,"id":7338},{"__isSmartRef__":true,"id":7339},{"__isSmartRef__":true,"id":7340},{"__isSmartRef__":true,"id":7341},{"__isSmartRef__":true,"id":7342},{"__isSmartRef__":true,"id":7343},{"__isSmartRef__":true,"id":7344},{"__isSmartRef__":true,"id":7345},{"__isSmartRef__":true,"id":7346},{"__isSmartRef__":true,"id":7347},{"__isSmartRef__":true,"id":7348},{"__isSmartRef__":true,"id":7349},{"__isSmartRef__":true,"id":7350},{"__isSmartRef__":true,"id":7351},{"__isSmartRef__":true,"id":7352},{"__isSmartRef__":true,"id":7353},{"__isSmartRef__":true,"id":7354},{"__isSmartRef__":true,"id":7355},{"__isSmartRef__":true,"id":7356},{"__isSmartRef__":true,"id":7357},{"__isSmartRef__":true,"id":7358},{"__isSmartRef__":true,"id":7359},{"__isSmartRef__":true,"id":7360},{"__isSmartRef__":true,"id":7361},{"__isSmartRef__":true,"id":7362},{"__isSmartRef__":true,"id":7363},{"__isSmartRef__":true,"id":7364},{"__isSmartRef__":true,"id":7365},{"__isSmartRef__":true,"id":7366},{"__isSmartRef__":true,"id":7367},{"__isSmartRef__":true,"id":7368},{"__isSmartRef__":true,"id":7369},{"__isSmartRef__":true,"id":7370},{"__isSmartRef__":true,"id":7371},{"__isSmartRef__":true,"id":7372},{"__isSmartRef__":true,"id":7373},{"__isSmartRef__":true,"id":7374},{"__isSmartRef__":true,"id":7375},{"__isSmartRef__":true,"id":7376},{"__isSmartRef__":true,"id":7377},{"__isSmartRef__":true,"id":7378},{"__isSmartRef__":true,"id":7379},{"__isSmartRef__":true,"id":7380},{"__isSmartRef__":true,"id":7381},{"__isSmartRef__":true,"id":7382},{"__isSmartRef__":true,"id":7383},{"__isSmartRef__":true,"id":7384},{"__isSmartRef__":true,"id":7385},{"__isSmartRef__":true,"id":7386},{"__isSmartRef__":true,"id":7387},{"__isSmartRef__":true,"id":7388},{"__isSmartRef__":true,"id":7389},{"__isSmartRef__":true,"id":7390},{"__isSmartRef__":true,"id":7391},{"__isSmartRef__":true,"id":7392},{"__isSmartRef__":true,"id":7393},{"__isSmartRef__":true,"id":7394},{"__isSmartRef__":true,"id":7395},{"__isSmartRef__":true,"id":7396},{"__isSmartRef__":true,"id":7397},{"__isSmartRef__":true,"id":7398},{"__isSmartRef__":true,"id":7399},{"__isSmartRef__":true,"id":7400},{"__isSmartRef__":true,"id":7401},{"__isSmartRef__":true,"id":7402},{"__isSmartRef__":true,"id":7403},{"__isSmartRef__":true,"id":7404},{"__isSmartRef__":true,"id":7405},{"__isSmartRef__":true,"id":7406},{"__isSmartRef__":true,"id":7407},{"__isSmartRef__":true,"id":7408},{"__isSmartRef__":true,"id":7409},{"__isSmartRef__":true,"id":7410},{"__isSmartRef__":true,"id":7411},{"__isSmartRef__":true,"id":7412},{"__isSmartRef__":true,"id":7413},{"__isSmartRef__":true,"id":7414},{"__isSmartRef__":true,"id":7415},{"__isSmartRef__":true,"id":7416},{"__isSmartRef__":true,"id":7417},{"__isSmartRef__":true,"id":7418},{"__isSmartRef__":true,"id":7419},{"__isSmartRef__":true,"id":7420},{"__isSmartRef__":true,"id":6264}],"_errorVars":{"__isSmartRef__":true,"id":7421},"_markerVars":{"__isSmartRef__":true,"id":7993},"_resolve_pair":[0,0],"_objective":{"__isSmartRef__":true,"id":3132},"_editVarMap":{"__isSmartRef__":true,"id":8646},"_slackCounter":284,"_artificialCounter":281,"_dummyCounter":279,"_epsilon":1e-8,"_fOptimizeAutomatically":true,"_fNeedsSolving":false,"_stkCedcns":[0],"__uuid__":"79EF40C3-BC85-4663-8F27-AF55FDADDDC6","__LivelyClassName__":"ClSimplexSolver","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3126":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3127},{"__isSmartRef__":true,"id":3136},{"__isSmartRef__":true,"id":3161},{"__isSmartRef__":true,"id":3167},{"__isSmartRef__":true,"id":3179},{"__isSmartRef__":true,"id":3185},{"__isSmartRef__":true,"id":3191},{"__isSmartRef__":true,"id":3197},{"__isSmartRef__":true,"id":3207},{"__isSmartRef__":true,"id":3213},{"__isSmartRef__":true,"id":3223},{"__isSmartRef__":true,"id":3229},{"__isSmartRef__":true,"id":3239},{"__isSmartRef__":true,"id":3245},{"__isSmartRef__":true,"id":3255},{"__isSmartRef__":true,"id":3261},{"__isSmartRef__":true,"id":3271},{"__isSmartRef__":true,"id":3277},{"__isSmartRef__":true,"id":3289},{"__isSmartRef__":true,"id":3295},{"__isSmartRef__":true,"id":3301},{"__isSmartRef__":true,"id":3313},{"__isSmartRef__":true,"id":3319},{"__isSmartRef__":true,"id":3325},{"__isSmartRef__":true,"id":3337},{"__isSmartRef__":true,"id":3343},{"__isSmartRef__":true,"id":3349},{"__isSmartRef__":true,"id":3361},{"__isSmartRef__":true,"id":3367},{"__isSmartRef__":true,"id":3373},{"__isSmartRef__":true,"id":3385},{"__isSmartRef__":true,"id":3391},{"__isSmartRef__":true,"id":3397},{"__isSmartRef__":true,"id":3409},{"__isSmartRef__":true,"id":3415},{"__isSmartRef__":true,"id":3421},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3439},{"__isSmartRef__":true,"id":3445},{"__isSmartRef__":true,"id":3457},{"__isSmartRef__":true,"id":3463},{"__isSmartRef__":true,"id":3469},{"__isSmartRef__":true,"id":3481},{"__isSmartRef__":true,"id":3487},{"__isSmartRef__":true,"id":3493},{"__isSmartRef__":true,"id":3505},{"__isSmartRef__":true,"id":3511},{"__isSmartRef__":true,"id":3517},{"__isSmartRef__":true,"id":3529},{"__isSmartRef__":true,"id":3535},{"__isSmartRef__":true,"id":3541},{"__isSmartRef__":true,"id":3553},{"__isSmartRef__":true,"id":3559},{"__isSmartRef__":true,"id":3565},{"__isSmartRef__":true,"id":3577},{"__isSmartRef__":true,"id":3583},{"__isSmartRef__":true,"id":3589},{"__isSmartRef__":true,"id":3601},{"__isSmartRef__":true,"id":3607},{"__isSmartRef__":true,"id":3613},{"__isSmartRef__":true,"id":3625},{"__isSmartRef__":true,"id":3631},{"__isSmartRef__":true,"id":3637},{"__isSmartRef__":true,"id":3649},{"__isSmartRef__":true,"id":3655},{"__isSmartRef__":true,"id":3661},{"__isSmartRef__":true,"id":3673},{"__isSmartRef__":true,"id":3679},{"__isSmartRef__":true,"id":3685},{"__isSmartRef__":true,"id":3697},{"__isSmartRef__":true,"id":3703},{"__isSmartRef__":true,"id":3709},{"__isSmartRef__":true,"id":3721},{"__isSmartRef__":true,"id":3727},{"__isSmartRef__":true,"id":3733},{"__isSmartRef__":true,"id":3745},{"__isSmartRef__":true,"id":3751},{"__isSmartRef__":true,"id":3757},{"__isSmartRef__":true,"id":3769},{"__isSmartRef__":true,"id":3775},{"__isSmartRef__":true,"id":3781},{"__isSmartRef__":true,"id":3793},{"__isSmartRef__":true,"id":3799},{"__isSmartRef__":true,"id":3805},{"__isSmartRef__":true,"id":3817},{"__isSmartRef__":true,"id":3823},{"__isSmartRef__":true,"id":3829},{"__isSmartRef__":true,"id":3841},{"__isSmartRef__":true,"id":3847},{"__isSmartRef__":true,"id":3853},{"__isSmartRef__":true,"id":3865},{"__isSmartRef__":true,"id":3871},{"__isSmartRef__":true,"id":3877},{"__isSmartRef__":true,"id":3887},{"__isSmartRef__":true,"id":3893},{"__isSmartRef__":true,"id":3903},{"__isSmartRef__":true,"id":3909},{"__isSmartRef__":true,"id":3919},{"__isSmartRef__":true,"id":3925},{"__isSmartRef__":true,"id":3935},{"__isSmartRef__":true,"id":3941},{"__isSmartRef__":true,"id":3951},{"__isSmartRef__":true,"id":3957},{"__isSmartRef__":true,"id":3967},{"__isSmartRef__":true,"id":3973},{"__isSmartRef__":true,"id":3983},{"__isSmartRef__":true,"id":3989},{"__isSmartRef__":true,"id":3999},{"__isSmartRef__":true,"id":4005},{"__isSmartRef__":true,"id":4015},{"__isSmartRef__":true,"id":4021},{"__isSmartRef__":true,"id":4031},{"__isSmartRef__":true,"id":4037},{"__isSmartRef__":true,"id":4047},{"__isSmartRef__":true,"id":4053},{"__isSmartRef__":true,"id":4063},{"__isSmartRef__":true,"id":4069},{"__isSmartRef__":true,"id":4079},{"__isSmartRef__":true,"id":4085},{"__isSmartRef__":true,"id":4095},{"__isSmartRef__":true,"id":4101},{"__isSmartRef__":true,"id":4111},{"__isSmartRef__":true,"id":4117},{"__isSmartRef__":true,"id":4127},{"__isSmartRef__":true,"id":4133},{"__isSmartRef__":true,"id":4143},{"__isSmartRef__":true,"id":4149},{"__isSmartRef__":true,"id":4159},{"__isSmartRef__":true,"id":4165},{"__isSmartRef__":true,"id":4175},{"__isSmartRef__":true,"id":4181},{"__isSmartRef__":true,"id":4191},{"__isSmartRef__":true,"id":4197},{"__isSmartRef__":true,"id":4207},{"__isSmartRef__":true,"id":4213},{"__isSmartRef__":true,"id":4223},{"__isSmartRef__":true,"id":4229},{"__isSmartRef__":true,"id":4239},{"__isSmartRef__":true,"id":4245},{"__isSmartRef__":true,"id":4257},{"__isSmartRef__":true,"id":4263},{"__isSmartRef__":true,"id":4269},{"__isSmartRef__":true,"id":4281},{"__isSmartRef__":true,"id":4287},{"__isSmartRef__":true,"id":4293},{"__isSmartRef__":true,"id":4305},{"__isSmartRef__":true,"id":4311},{"__isSmartRef__":true,"id":4317},{"__isSmartRef__":true,"id":4327},{"__isSmartRef__":true,"id":4333},{"__isSmartRef__":true,"id":4343},{"__isSmartRef__":true,"id":4349},{"__isSmartRef__":true,"id":4359},{"__isSmartRef__":true,"id":4365},{"__isSmartRef__":true,"id":4375},{"__isSmartRef__":true,"id":4381},{"__isSmartRef__":true,"id":4393},{"__isSmartRef__":true,"id":4399},{"__isSmartRef__":true,"id":4405},{"__isSmartRef__":true,"id":4417},{"__isSmartRef__":true,"id":4423},{"__isSmartRef__":true,"id":4429},{"__isSmartRef__":true,"id":4441},{"__isSmartRef__":true,"id":4447},{"__isSmartRef__":true,"id":4453},{"__isSmartRef__":true,"id":4465},{"__isSmartRef__":true,"id":4471},{"__isSmartRef__":true,"id":4477},{"__isSmartRef__":true,"id":4489},{"__isSmartRef__":true,"id":4495},{"__isSmartRef__":true,"id":4501},{"__isSmartRef__":true,"id":4513},{"__isSmartRef__":true,"id":4519},{"__isSmartRef__":true,"id":4525},{"__isSmartRef__":true,"id":4537},{"__isSmartRef__":true,"id":4543},{"__isSmartRef__":true,"id":4549},{"__isSmartRef__":true,"id":4561},{"__isSmartRef__":true,"id":4567},{"__isSmartRef__":true,"id":4573},{"__isSmartRef__":true,"id":4585},{"__isSmartRef__":true,"id":4591},{"__isSmartRef__":true,"id":4597},{"__isSmartRef__":true,"id":4609},{"__isSmartRef__":true,"id":4615},{"__isSmartRef__":true,"id":4621},{"__isSmartRef__":true,"id":4631},{"__isSmartRef__":true,"id":4637},{"__isSmartRef__":true,"id":4647},{"__isSmartRef__":true,"id":4653},{"__isSmartRef__":true,"id":4663},{"__isSmartRef__":true,"id":4669},{"__isSmartRef__":true,"id":4679},{"__isSmartRef__":true,"id":4685},{"__isSmartRef__":true,"id":4695},{"__isSmartRef__":true,"id":4701},{"__isSmartRef__":true,"id":4711},{"__isSmartRef__":true,"id":4717},{"__isSmartRef__":true,"id":4727},{"__isSmartRef__":true,"id":4733},{"__isSmartRef__":true,"id":4743},{"__isSmartRef__":true,"id":4749},{"__isSmartRef__":true,"id":4759},{"__isSmartRef__":true,"id":4765},{"__isSmartRef__":true,"id":4777},{"__isSmartRef__":true,"id":4783},{"__isSmartRef__":true,"id":4789},{"__isSmartRef__":true,"id":4801},{"__isSmartRef__":true,"id":4807},{"__isSmartRef__":true,"id":4813},{"__isSmartRef__":true,"id":4825},{"__isSmartRef__":true,"id":4831},{"__isSmartRef__":true,"id":4837},{"__isSmartRef__":true,"id":4849},{"__isSmartRef__":true,"id":4855},{"__isSmartRef__":true,"id":4861},{"__isSmartRef__":true,"id":4873},{"__isSmartRef__":true,"id":4879},{"__isSmartRef__":true,"id":4885},{"__isSmartRef__":true,"id":4897},{"__isSmartRef__":true,"id":4903},{"__isSmartRef__":true,"id":4909},{"__isSmartRef__":true,"id":4921},{"__isSmartRef__":true,"id":4927},{"__isSmartRef__":true,"id":4933},{"__isSmartRef__":true,"id":4945},{"__isSmartRef__":true,"id":4951},{"__isSmartRef__":true,"id":4957},{"__isSmartRef__":true,"id":4969},{"__isSmartRef__":true,"id":4975},{"__isSmartRef__":true,"id":4981},{"__isSmartRef__":true,"id":4993},{"__isSmartRef__":true,"id":4999},{"__isSmartRef__":true,"id":5005},{"__isSmartRef__":true,"id":5017},{"__isSmartRef__":true,"id":5023},{"__isSmartRef__":true,"id":5029},{"__isSmartRef__":true,"id":5041},{"__isSmartRef__":true,"id":5047},{"__isSmartRef__":true,"id":5053},{"__isSmartRef__":true,"id":5065},{"__isSmartRef__":true,"id":5071},{"__isSmartRef__":true,"id":5077},{"__isSmartRef__":true,"id":5089},{"__isSmartRef__":true,"id":5095},{"__isSmartRef__":true,"id":5101},{"__isSmartRef__":true,"id":5113},{"__isSmartRef__":true,"id":5119},{"__isSmartRef__":true,"id":5125},{"__isSmartRef__":true,"id":5137},{"__isSmartRef__":true,"id":5143},{"__isSmartRef__":true,"id":5149},{"__isSmartRef__":true,"id":5161},{"__isSmartRef__":true,"id":5167},{"__isSmartRef__":true,"id":5173},{"__isSmartRef__":true,"id":5185},{"__isSmartRef__":true,"id":5191},{"__isSmartRef__":true,"id":5197},{"__isSmartRef__":true,"id":5209},{"__isSmartRef__":true,"id":5215},{"__isSmartRef__":true,"id":5221},{"__isSmartRef__":true,"id":5233},{"__isSmartRef__":true,"id":5239},{"__isSmartRef__":true,"id":5245},{"__isSmartRef__":true,"id":5257},{"__isSmartRef__":true,"id":5263},{"__isSmartRef__":true,"id":5269},{"__isSmartRef__":true,"id":5281},{"__isSmartRef__":true,"id":5287},{"__isSmartRef__":true,"id":5293},{"__isSmartRef__":true,"id":5303},{"__isSmartRef__":true,"id":5309},{"__isSmartRef__":true,"id":5319},{"__isSmartRef__":true,"id":5325},{"__isSmartRef__":true,"id":5335},{"__isSmartRef__":true,"id":5341},{"__isSmartRef__":true,"id":5351},{"__isSmartRef__":true,"id":5357},{"__isSmartRef__":true,"id":5367},{"__isSmartRef__":true,"id":5373},{"__isSmartRef__":true,"id":5385},{"__isSmartRef__":true,"id":5391},{"__isSmartRef__":true,"id":5397},{"__isSmartRef__":true,"id":5409},{"__isSmartRef__":true,"id":5415},{"__isSmartRef__":true,"id":5421},{"__isSmartRef__":true,"id":5433},{"__isSmartRef__":true,"id":5439},{"__isSmartRef__":true,"id":5445},{"__isSmartRef__":true,"id":5457},{"__isSmartRef__":true,"id":5463},{"__isSmartRef__":true,"id":5469},{"__isSmartRef__":true,"id":5479},{"__isSmartRef__":true,"id":5485},{"__isSmartRef__":true,"id":5495},{"__isSmartRef__":true,"id":5501},{"__isSmartRef__":true,"id":5511},{"__isSmartRef__":true,"id":5517},{"__isSmartRef__":true,"id":5527},{"__isSmartRef__":true,"id":5533},{"__isSmartRef__":true,"id":5543},{"__isSmartRef__":true,"id":5549},{"__isSmartRef__":true,"id":5559},{"__isSmartRef__":true,"id":5565},{"__isSmartRef__":true,"id":5575},{"__isSmartRef__":true,"id":5581},{"__isSmartRef__":true,"id":5591},{"__isSmartRef__":true,"id":5597},{"__isSmartRef__":true,"id":5607},{"__isSmartRef__":true,"id":5613},{"__isSmartRef__":true,"id":5625},{"__isSmartRef__":true,"id":5631},{"__isSmartRef__":true,"id":5637},{"__isSmartRef__":true,"id":5651},{"__isSmartRef__":true,"id":5657},{"__isSmartRef__":true,"id":5664},{"__isSmartRef__":true,"id":5670},{"__isSmartRef__":true,"id":5684},{"__isSmartRef__":true,"id":5690},{"__isSmartRef__":true,"id":5697},{"__isSmartRef__":true,"id":5703},{"__isSmartRef__":true,"id":5717},{"__isSmartRef__":true,"id":5723},{"__isSmartRef__":true,"id":5730},{"__isSmartRef__":true,"id":5736},{"__isSmartRef__":true,"id":5750},{"__isSmartRef__":true,"id":5756},{"__isSmartRef__":true,"id":5763},{"__isSmartRef__":true,"id":5769},{"__isSmartRef__":true,"id":5783},{"__isSmartRef__":true,"id":5789},{"__isSmartRef__":true,"id":5796},{"__isSmartRef__":true,"id":5802},{"__isSmartRef__":true,"id":5816},{"__isSmartRef__":true,"id":5822},{"__isSmartRef__":true,"id":5829},{"__isSmartRef__":true,"id":5835},{"__isSmartRef__":true,"id":5849},{"__isSmartRef__":true,"id":5855},{"__isSmartRef__":true,"id":5862},{"__isSmartRef__":true,"id":5868},{"__isSmartRef__":true,"id":5882},{"__isSmartRef__":true,"id":5888},{"__isSmartRef__":true,"id":5895},{"__isSmartRef__":true,"id":5901},{"__isSmartRef__":true,"id":5915},{"__isSmartRef__":true,"id":5921},{"__isSmartRef__":true,"id":5928},{"__isSmartRef__":true,"id":5934},{"__isSmartRef__":true,"id":5948},{"__isSmartRef__":true,"id":5954},{"__isSmartRef__":true,"id":5961},{"__isSmartRef__":true,"id":5967},{"__isSmartRef__":true,"id":5981},{"__isSmartRef__":true,"id":5987},{"__isSmartRef__":true,"id":5994},{"__isSmartRef__":true,"id":6000},{"__isSmartRef__":true,"id":6014},{"__isSmartRef__":true,"id":6020},{"__isSmartRef__":true,"id":6027},{"__isSmartRef__":true,"id":6033},{"__isSmartRef__":true,"id":6047},{"__isSmartRef__":true,"id":6053},{"__isSmartRef__":true,"id":6060},{"__isSmartRef__":true,"id":6066},{"__isSmartRef__":true,"id":6080},{"__isSmartRef__":true,"id":6086},{"__isSmartRef__":true,"id":6093},{"__isSmartRef__":true,"id":6099},{"__isSmartRef__":true,"id":6113},{"__isSmartRef__":true,"id":6119},{"__isSmartRef__":true,"id":6126},{"__isSmartRef__":true,"id":6132},{"__isSmartRef__":true,"id":6146},{"__isSmartRef__":true,"id":6152},{"__isSmartRef__":true,"id":6159},{"__isSmartRef__":true,"id":6165},{"__isSmartRef__":true,"id":6179},{"__isSmartRef__":true,"id":6185},{"__isSmartRef__":true,"id":6192},{"__isSmartRef__":true,"id":6198},{"__isSmartRef__":true,"id":6212},{"__isSmartRef__":true,"id":6218},{"__isSmartRef__":true,"id":6225},{"__isSmartRef__":true,"id":6231},{"__isSmartRef__":true,"id":6245},{"__isSmartRef__":true,"id":6251},{"__isSmartRef__":true,"id":6258},{"__isSmartRef__":true,"id":6266},{"__isSmartRef__":true,"id":6273},{"__isSmartRef__":true,"id":6290}],"bucketsByHash":{"__isSmartRef__":true,"id":6296},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3127":{"0":"6302","entries":[[{"__isSmartRef__":true,"id":3128},{"__isSmartRef__":true,"id":3129}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3128":{"hash_code":6302,"_name":"ep1","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3129":{"hashTable":{"__isSmartRef__":true,"id":3130},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3130":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3131},{"__isSmartRef__":true,"id":3133}],"bucketsByHash":{"__isSmartRef__":true,"id":3135},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3131":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3132":{"hash_code":6296,"_name":"Z","__LivelyClassName__":"ClObjectiveVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3133":{"0":"6303","entries":[[{"__isSmartRef__":true,"id":3134},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3134":{"hash_code":6303,"_name":"em1","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3135":{"6296":{"__isSmartRef__":true,"id":3131},"6303":{"__isSmartRef__":true,"id":3133}},"3136":{"0":"6308","entries":[[{"__isSmartRef__":true,"id":3137},{"__isSmartRef__":true,"id":3138}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3137":{"hash_code":6308,"_name":"d1","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3138":{"hashTable":{"__isSmartRef__":true,"id":3139},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3139":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3140},{"__isSmartRef__":true,"id":3141},{"__isSmartRef__":true,"id":3157},{"__isSmartRef__":true,"id":3158}],"bucketsByHash":{"__isSmartRef__":true,"id":3160},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3140":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3141":{"0":"6297","entries":[[{"__isSmartRef__":true,"id":3142},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3142":{"_name":"v6297","_value":-10,"hash_code":6297,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3143},"__solver__":{"__isSmartRef__":true,"id":3125},"readonlyConstraint":{"__isSmartRef__":true,"id":3150},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3143":{"hash_code":884,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":1,"_variable":{"__isSmartRef__":true,"id":3142},"_expression":{"__isSmartRef__":true,"id":3146},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3144":{"_name":"weak","_symbolicWeight":{"__isSmartRef__":true,"id":3145},"__LivelyClassName__":"ClStrength","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3145":{"_values":[0,0,1],"__LivelyClassName__":"ClSymbolicWeight","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3146":{"_constant":-10,"_terms":{"__isSmartRef__":true,"id":3147},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3147":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3148}],"bucketsByHash":{"__isSmartRef__":true,"id":3149},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3148":{"0":"6297","entries":[[{"__isSmartRef__":true,"id":3142},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3149":{"6297":{"__isSmartRef__":true,"id":3148}},"3150":{"hash_code":885,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":1,"_variable":{"__isSmartRef__":true,"id":3142},"_expression":{"__isSmartRef__":true,"id":3153},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3151":{"_name":"","_symbolicWeight":{"__isSmartRef__":true,"id":3152},"__LivelyClassName__":"ClStrength","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3152":{"_values":[1000,1000,1000],"__LivelyClassName__":"ClSymbolicWeight","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3153":{"_constant":-10,"_terms":{"__isSmartRef__":true,"id":3154},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3154":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3155}],"bucketsByHash":{"__isSmartRef__":true,"id":3156},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3155":{"0":"6297","entries":[[{"__isSmartRef__":true,"id":3142},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3156":{"6297":{"__isSmartRef__":true,"id":3155}},"3157":{"0":"6303","entries":[[{"__isSmartRef__":true,"id":3134},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3158":{"0":"6316","entries":[[{"__isSmartRef__":true,"id":3159},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3159":{"hash_code":6316,"_name":"a2","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3160":{"6296":{"__isSmartRef__":true,"id":3140},"6297":{"__isSmartRef__":true,"id":3141},"6303":{"__isSmartRef__":true,"id":3157},"6316":{"__isSmartRef__":true,"id":3158}},"3161":{"0":"6315","entries":[[{"__isSmartRef__":true,"id":3162},{"__isSmartRef__":true,"id":3163}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3162":{"hash_code":6315,"_name":"s2","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3163":{"hashTable":{"__isSmartRef__":true,"id":3164},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3164":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3165}],"bucketsByHash":{"__isSmartRef__":true,"id":3166},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3165":{"0":"6316","entries":[[{"__isSmartRef__":true,"id":3159},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3166":{"6316":{"__isSmartRef__":true,"id":3165}},"3167":{"0":"6336","entries":[[{"__isSmartRef__":true,"id":3168},{"__isSmartRef__":true,"id":3169}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3168":{"hash_code":6336,"_name":"d2","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3169":{"hashTable":{"__isSmartRef__":true,"id":3170},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3170":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3171}],"bucketsByHash":{"__isSmartRef__":true,"id":3178},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3171":{"0":"6318","entries":[[{"__isSmartRef__":true,"id":3172},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3172":{"_name":"v6318","_value":-19,"hash_code":6318,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3173},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3173":{"hash_code":887,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3172},"_expression":{"__isSmartRef__":true,"id":3174},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3174":{"_constant":-10,"_terms":{"__isSmartRef__":true,"id":3175},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3175":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3176}],"bucketsByHash":{"__isSmartRef__":true,"id":3177},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3176":{"0":"6318","entries":[[{"__isSmartRef__":true,"id":3172},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3177":{"6318":{"__isSmartRef__":true,"id":3176}},"3178":{"6318":{"__isSmartRef__":true,"id":3171}},"3179":{"0":"6324","entries":[[{"__isSmartRef__":true,"id":3180},{"__isSmartRef__":true,"id":3181}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3180":{"hash_code":6324,"_name":"em3","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3181":{"hashTable":{"__isSmartRef__":true,"id":3182},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3182":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3183}],"bucketsByHash":{"__isSmartRef__":true,"id":3184},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3183":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3184":{"6296":{"__isSmartRef__":true,"id":3183}},"3185":{"0":"6337","entries":[[{"__isSmartRef__":true,"id":3186},{"__isSmartRef__":true,"id":3187}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3186":{"hash_code":6337,"_name":"a4","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3187":{"hashTable":{"__isSmartRef__":true,"id":3188},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3188":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3189}],"bucketsByHash":{"__isSmartRef__":true,"id":3190},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3189":{"0":"6318","entries":[[{"__isSmartRef__":true,"id":3172},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3190":{"6318":{"__isSmartRef__":true,"id":3189}},"3191":{"0":"6345","entries":[[{"__isSmartRef__":true,"id":3192},{"__isSmartRef__":true,"id":3193}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3192":{"hash_code":6345,"_name":"em5","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3193":{"hashTable":{"__isSmartRef__":true,"id":3194},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3194":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3195}],"bucketsByHash":{"__isSmartRef__":true,"id":3196},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3195":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3196":{"6296":{"__isSmartRef__":true,"id":3195}},"3197":{"0":"6339","entries":[[{"__isSmartRef__":true,"id":3198},{"__isSmartRef__":true,"id":3204}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3198":{"_name":"v6339","_value":0,"hash_code":6339,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3199},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3199":{"hash_code":890,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3198},"_expression":{"__isSmartRef__":true,"id":3200},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3200":{"_constant":12,"_terms":{"__isSmartRef__":true,"id":3201},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3201":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3202}],"bucketsByHash":{"__isSmartRef__":true,"id":3203},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3202":{"0":"6339","entries":[[{"__isSmartRef__":true,"id":3198},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3203":{"6339":{"__isSmartRef__":true,"id":3202}},"3204":{"hashTable":{"__isSmartRef__":true,"id":3205},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3205":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":3206},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3206":{},"3207":{"0":"6376","entries":[[{"__isSmartRef__":true,"id":3208},{"__isSmartRef__":true,"id":3209}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3208":{"hash_code":6376,"_name":"em7","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3209":{"hashTable":{"__isSmartRef__":true,"id":3210},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3210":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3211}],"bucketsByHash":{"__isSmartRef__":true,"id":3212},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3211":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3212":{"6296":{"__isSmartRef__":true,"id":3211}},"3213":{"0":"6370","entries":[[{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3220}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3214":{"_name":"v6370","_value":0,"hash_code":6370,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3215},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3215":{"hash_code":895,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3214},"_expression":{"__isSmartRef__":true,"id":3216},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3216":{"_constant":10,"_terms":{"__isSmartRef__":true,"id":3217},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3217":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3218}],"bucketsByHash":{"__isSmartRef__":true,"id":3219},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3218":{"0":"6370","entries":[[{"__isSmartRef__":true,"id":3214},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3219":{"6370":{"__isSmartRef__":true,"id":3218}},"3220":{"hashTable":{"__isSmartRef__":true,"id":3221},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3221":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":3222},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3222":{},"3223":{"0":"6407","entries":[[{"__isSmartRef__":true,"id":3224},{"__isSmartRef__":true,"id":3225}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3224":{"hash_code":6407,"_name":"em9","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3225":{"hashTable":{"__isSmartRef__":true,"id":3226},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3226":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3227}],"bucketsByHash":{"__isSmartRef__":true,"id":3228},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3227":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3228":{"6296":{"__isSmartRef__":true,"id":3227}},"3229":{"0":"6401","entries":[[{"__isSmartRef__":true,"id":3230},{"__isSmartRef__":true,"id":3236}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3230":{"_name":"v6401","_value":0,"hash_code":6401,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3231},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3231":{"hash_code":900,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3230},"_expression":{"__isSmartRef__":true,"id":3232},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3232":{"_constant":8,"_terms":{"__isSmartRef__":true,"id":3233},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3233":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3234}],"bucketsByHash":{"__isSmartRef__":true,"id":3235},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3234":{"0":"6401","entries":[[{"__isSmartRef__":true,"id":3230},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3235":{"6401":{"__isSmartRef__":true,"id":3234}},"3236":{"hashTable":{"__isSmartRef__":true,"id":3237},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3237":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":3238},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3238":{},"3239":{"0":"6438","entries":[[{"__isSmartRef__":true,"id":3240},{"__isSmartRef__":true,"id":3241}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3240":{"hash_code":6438,"_name":"em11","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3241":{"hashTable":{"__isSmartRef__":true,"id":3242},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3242":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3243}],"bucketsByHash":{"__isSmartRef__":true,"id":3244},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3243":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3244":{"6296":{"__isSmartRef__":true,"id":3243}},"3245":{"0":"6432","entries":[[{"__isSmartRef__":true,"id":3246},{"__isSmartRef__":true,"id":3252}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3246":{"_name":"v6432","_value":0,"hash_code":6432,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3247},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3247":{"hash_code":905,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3246},"_expression":{"__isSmartRef__":true,"id":3248},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3248":{"_constant":6,"_terms":{"__isSmartRef__":true,"id":3249},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3249":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3250}],"bucketsByHash":{"__isSmartRef__":true,"id":3251},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3250":{"0":"6432","entries":[[{"__isSmartRef__":true,"id":3246},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3251":{"6432":{"__isSmartRef__":true,"id":3250}},"3252":{"hashTable":{"__isSmartRef__":true,"id":3253},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3253":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":3254},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3254":{},"3255":{"0":"6469","entries":[[{"__isSmartRef__":true,"id":3256},{"__isSmartRef__":true,"id":3257}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3256":{"hash_code":6469,"_name":"em13","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3257":{"hashTable":{"__isSmartRef__":true,"id":3258},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3258":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3259}],"bucketsByHash":{"__isSmartRef__":true,"id":3260},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3259":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3260":{"6296":{"__isSmartRef__":true,"id":3259}},"3261":{"0":"6463","entries":[[{"__isSmartRef__":true,"id":3262},{"__isSmartRef__":true,"id":3268}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3262":{"_name":"v6463","_value":0,"hash_code":6463,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3263},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3263":{"hash_code":910,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3262},"_expression":{"__isSmartRef__":true,"id":3264},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3264":{"_constant":4,"_terms":{"__isSmartRef__":true,"id":3265},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3265":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3266}],"bucketsByHash":{"__isSmartRef__":true,"id":3267},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3266":{"0":"6463","entries":[[{"__isSmartRef__":true,"id":3262},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3267":{"6463":{"__isSmartRef__":true,"id":3266}},"3268":{"hashTable":{"__isSmartRef__":true,"id":3269},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3269":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":3270},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3270":{},"3271":{"0":"6500","entries":[[{"__isSmartRef__":true,"id":3272},{"__isSmartRef__":true,"id":3273}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3272":{"hash_code":6500,"_name":"em15","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3273":{"hashTable":{"__isSmartRef__":true,"id":3274},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3274":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3275}],"bucketsByHash":{"__isSmartRef__":true,"id":3276},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3275":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3276":{"6296":{"__isSmartRef__":true,"id":3275}},"3277":{"0":"6522","entries":[[{"__isSmartRef__":true,"id":3278},{"__isSmartRef__":true,"id":3279}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3278":{"hash_code":6522,"_name":"d14","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3279":{"hashTable":{"__isSmartRef__":true,"id":3280},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3280":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3281}],"bucketsByHash":{"__isSmartRef__":true,"id":3288},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3281":{"0":"6494","entries":[[{"__isSmartRef__":true,"id":3282},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3282":{"_name":"v6494","_value":0,"hash_code":6494,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3283},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3283":{"hash_code":915,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3282},"_expression":{"__isSmartRef__":true,"id":3284},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3284":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3285},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3285":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3286}],"bucketsByHash":{"__isSmartRef__":true,"id":3287},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3286":{"0":"6494","entries":[[{"__isSmartRef__":true,"id":3282},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3287":{"6494":{"__isSmartRef__":true,"id":3286}},"3288":{"6494":{"__isSmartRef__":true,"id":3281}},"3289":{"0":"6523","entries":[[{"__isSmartRef__":true,"id":3290},{"__isSmartRef__":true,"id":3291}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3290":{"hash_code":6523,"_name":"a16","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3291":{"hashTable":{"__isSmartRef__":true,"id":3292},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3292":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3293}],"bucketsByHash":{"__isSmartRef__":true,"id":3294},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3293":{"0":"6494","entries":[[{"__isSmartRef__":true,"id":3282},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3294":{"6494":{"__isSmartRef__":true,"id":3293}},"3295":{"0":"6531","entries":[[{"__isSmartRef__":true,"id":3296},{"__isSmartRef__":true,"id":3297}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3296":{"hash_code":6531,"_name":"em17","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3297":{"hashTable":{"__isSmartRef__":true,"id":3298},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3298":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3299}],"bucketsByHash":{"__isSmartRef__":true,"id":3300},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3299":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3300":{"6296":{"__isSmartRef__":true,"id":3299}},"3301":{"0":"6553","entries":[[{"__isSmartRef__":true,"id":3302},{"__isSmartRef__":true,"id":3303}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3302":{"hash_code":6553,"_name":"d16","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3303":{"hashTable":{"__isSmartRef__":true,"id":3304},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3304":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3305}],"bucketsByHash":{"__isSmartRef__":true,"id":3312},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3305":{"0":"6525","entries":[[{"__isSmartRef__":true,"id":3306},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3306":{"_name":"v6525","_value":0,"hash_code":6525,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3307},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3307":{"hash_code":920,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3306},"_expression":{"__isSmartRef__":true,"id":3308},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3308":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3309},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3309":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3310}],"bucketsByHash":{"__isSmartRef__":true,"id":3311},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3310":{"0":"6525","entries":[[{"__isSmartRef__":true,"id":3306},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3311":{"6525":{"__isSmartRef__":true,"id":3310}},"3312":{"6525":{"__isSmartRef__":true,"id":3305}},"3313":{"0":"6554","entries":[[{"__isSmartRef__":true,"id":3314},{"__isSmartRef__":true,"id":3315}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3314":{"hash_code":6554,"_name":"a18","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3315":{"hashTable":{"__isSmartRef__":true,"id":3316},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3316":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3317}],"bucketsByHash":{"__isSmartRef__":true,"id":3318},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3317":{"0":"6525","entries":[[{"__isSmartRef__":true,"id":3306},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3318":{"6525":{"__isSmartRef__":true,"id":3317}},"3319":{"0":"6562","entries":[[{"__isSmartRef__":true,"id":3320},{"__isSmartRef__":true,"id":3321}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3320":{"hash_code":6562,"_name":"em19","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3321":{"hashTable":{"__isSmartRef__":true,"id":3322},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3322":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3323}],"bucketsByHash":{"__isSmartRef__":true,"id":3324},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3323":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3324":{"6296":{"__isSmartRef__":true,"id":3323}},"3325":{"0":"6584","entries":[[{"__isSmartRef__":true,"id":3326},{"__isSmartRef__":true,"id":3327}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3326":{"hash_code":6584,"_name":"d18","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3327":{"hashTable":{"__isSmartRef__":true,"id":3328},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3328":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3329}],"bucketsByHash":{"__isSmartRef__":true,"id":3336},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3329":{"0":"6556","entries":[[{"__isSmartRef__":true,"id":3330},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3330":{"_name":"v6556","_value":0,"hash_code":6556,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3331},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3331":{"hash_code":925,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3330},"_expression":{"__isSmartRef__":true,"id":3332},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3332":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3333},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3333":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3334}],"bucketsByHash":{"__isSmartRef__":true,"id":3335},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3334":{"0":"6556","entries":[[{"__isSmartRef__":true,"id":3330},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3335":{"6556":{"__isSmartRef__":true,"id":3334}},"3336":{"6556":{"__isSmartRef__":true,"id":3329}},"3337":{"0":"6585","entries":[[{"__isSmartRef__":true,"id":3338},{"__isSmartRef__":true,"id":3339}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3338":{"hash_code":6585,"_name":"a20","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3339":{"hashTable":{"__isSmartRef__":true,"id":3340},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3340":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3341}],"bucketsByHash":{"__isSmartRef__":true,"id":3342},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3341":{"0":"6556","entries":[[{"__isSmartRef__":true,"id":3330},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3342":{"6556":{"__isSmartRef__":true,"id":3341}},"3343":{"0":"6593","entries":[[{"__isSmartRef__":true,"id":3344},{"__isSmartRef__":true,"id":3345}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3344":{"hash_code":6593,"_name":"em21","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3345":{"hashTable":{"__isSmartRef__":true,"id":3346},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3346":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3347}],"bucketsByHash":{"__isSmartRef__":true,"id":3348},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3347":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3348":{"6296":{"__isSmartRef__":true,"id":3347}},"3349":{"0":"6615","entries":[[{"__isSmartRef__":true,"id":3350},{"__isSmartRef__":true,"id":3351}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3350":{"hash_code":6615,"_name":"d20","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3351":{"hashTable":{"__isSmartRef__":true,"id":3352},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3352":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3353}],"bucketsByHash":{"__isSmartRef__":true,"id":3360},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3353":{"0":"6587","entries":[[{"__isSmartRef__":true,"id":3354},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3354":{"_name":"v6587","_value":0,"hash_code":6587,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3355},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3355":{"hash_code":930,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3354},"_expression":{"__isSmartRef__":true,"id":3356},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3356":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3357},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3357":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3358}],"bucketsByHash":{"__isSmartRef__":true,"id":3359},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3358":{"0":"6587","entries":[[{"__isSmartRef__":true,"id":3354},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3359":{"6587":{"__isSmartRef__":true,"id":3358}},"3360":{"6587":{"__isSmartRef__":true,"id":3353}},"3361":{"0":"6616","entries":[[{"__isSmartRef__":true,"id":3362},{"__isSmartRef__":true,"id":3363}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3362":{"hash_code":6616,"_name":"a22","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3363":{"hashTable":{"__isSmartRef__":true,"id":3364},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3364":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3365}],"bucketsByHash":{"__isSmartRef__":true,"id":3366},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3365":{"0":"6587","entries":[[{"__isSmartRef__":true,"id":3354},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3366":{"6587":{"__isSmartRef__":true,"id":3365}},"3367":{"0":"6624","entries":[[{"__isSmartRef__":true,"id":3368},{"__isSmartRef__":true,"id":3369}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3368":{"hash_code":6624,"_name":"em23","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3369":{"hashTable":{"__isSmartRef__":true,"id":3370},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3370":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3371}],"bucketsByHash":{"__isSmartRef__":true,"id":3372},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3371":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3372":{"6296":{"__isSmartRef__":true,"id":3371}},"3373":{"0":"6646","entries":[[{"__isSmartRef__":true,"id":3374},{"__isSmartRef__":true,"id":3375}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3374":{"hash_code":6646,"_name":"d22","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3375":{"hashTable":{"__isSmartRef__":true,"id":3376},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3376":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3377}],"bucketsByHash":{"__isSmartRef__":true,"id":3384},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3377":{"0":"6618","entries":[[{"__isSmartRef__":true,"id":3378},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3378":{"_name":"v6618","_value":0,"hash_code":6618,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3379},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3379":{"hash_code":935,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3378},"_expression":{"__isSmartRef__":true,"id":3380},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3380":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3381},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3381":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3382}],"bucketsByHash":{"__isSmartRef__":true,"id":3383},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3382":{"0":"6618","entries":[[{"__isSmartRef__":true,"id":3378},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3383":{"6618":{"__isSmartRef__":true,"id":3382}},"3384":{"6618":{"__isSmartRef__":true,"id":3377}},"3385":{"0":"6647","entries":[[{"__isSmartRef__":true,"id":3386},{"__isSmartRef__":true,"id":3387}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3386":{"hash_code":6647,"_name":"a24","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3387":{"hashTable":{"__isSmartRef__":true,"id":3388},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3388":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3389}],"bucketsByHash":{"__isSmartRef__":true,"id":3390},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3389":{"0":"6618","entries":[[{"__isSmartRef__":true,"id":3378},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3390":{"6618":{"__isSmartRef__":true,"id":3389}},"3391":{"0":"6655","entries":[[{"__isSmartRef__":true,"id":3392},{"__isSmartRef__":true,"id":3393}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3392":{"hash_code":6655,"_name":"em25","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3393":{"hashTable":{"__isSmartRef__":true,"id":3394},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3394":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3395}],"bucketsByHash":{"__isSmartRef__":true,"id":3396},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3395":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3396":{"6296":{"__isSmartRef__":true,"id":3395}},"3397":{"0":"6677","entries":[[{"__isSmartRef__":true,"id":3398},{"__isSmartRef__":true,"id":3399}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3398":{"hash_code":6677,"_name":"d24","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3399":{"hashTable":{"__isSmartRef__":true,"id":3400},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3400":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3401}],"bucketsByHash":{"__isSmartRef__":true,"id":3408},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3401":{"0":"6649","entries":[[{"__isSmartRef__":true,"id":3402},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3402":{"_name":"v6649","_value":0,"hash_code":6649,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3403},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3403":{"hash_code":940,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3402},"_expression":{"__isSmartRef__":true,"id":3404},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3404":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3405},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3405":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3406}],"bucketsByHash":{"__isSmartRef__":true,"id":3407},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3406":{"0":"6649","entries":[[{"__isSmartRef__":true,"id":3402},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3407":{"6649":{"__isSmartRef__":true,"id":3406}},"3408":{"6649":{"__isSmartRef__":true,"id":3401}},"3409":{"0":"6678","entries":[[{"__isSmartRef__":true,"id":3410},{"__isSmartRef__":true,"id":3411}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3410":{"hash_code":6678,"_name":"a26","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3411":{"hashTable":{"__isSmartRef__":true,"id":3412},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3412":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3413}],"bucketsByHash":{"__isSmartRef__":true,"id":3414},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3413":{"0":"6649","entries":[[{"__isSmartRef__":true,"id":3402},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3414":{"6649":{"__isSmartRef__":true,"id":3413}},"3415":{"0":"6686","entries":[[{"__isSmartRef__":true,"id":3416},{"__isSmartRef__":true,"id":3417}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3416":{"hash_code":6686,"_name":"em27","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3417":{"hashTable":{"__isSmartRef__":true,"id":3418},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3418":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3419}],"bucketsByHash":{"__isSmartRef__":true,"id":3420},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3419":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3420":{"6296":{"__isSmartRef__":true,"id":3419}},"3421":{"0":"6708","entries":[[{"__isSmartRef__":true,"id":3422},{"__isSmartRef__":true,"id":3423}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3422":{"hash_code":6708,"_name":"d26","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3423":{"hashTable":{"__isSmartRef__":true,"id":3424},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3424":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3425}],"bucketsByHash":{"__isSmartRef__":true,"id":3432},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3425":{"0":"6680","entries":[[{"__isSmartRef__":true,"id":3426},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3426":{"_name":"v6680","_value":0,"hash_code":6680,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3427},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3427":{"hash_code":945,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3426},"_expression":{"__isSmartRef__":true,"id":3428},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3428":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3429},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3429":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3430}],"bucketsByHash":{"__isSmartRef__":true,"id":3431},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3430":{"0":"6680","entries":[[{"__isSmartRef__":true,"id":3426},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3431":{"6680":{"__isSmartRef__":true,"id":3430}},"3432":{"6680":{"__isSmartRef__":true,"id":3425}},"3433":{"0":"6709","entries":[[{"__isSmartRef__":true,"id":3434},{"__isSmartRef__":true,"id":3435}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3434":{"hash_code":6709,"_name":"a28","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3435":{"hashTable":{"__isSmartRef__":true,"id":3436},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3436":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3437}],"bucketsByHash":{"__isSmartRef__":true,"id":3438},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3437":{"0":"6680","entries":[[{"__isSmartRef__":true,"id":3426},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3438":{"6680":{"__isSmartRef__":true,"id":3437}},"3439":{"0":"6717","entries":[[{"__isSmartRef__":true,"id":3440},{"__isSmartRef__":true,"id":3441}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3440":{"hash_code":6717,"_name":"em29","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3441":{"hashTable":{"__isSmartRef__":true,"id":3442},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3442":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3443}],"bucketsByHash":{"__isSmartRef__":true,"id":3444},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3443":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3444":{"6296":{"__isSmartRef__":true,"id":3443}},"3445":{"0":"6739","entries":[[{"__isSmartRef__":true,"id":3446},{"__isSmartRef__":true,"id":3447}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3446":{"hash_code":6739,"_name":"d28","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3447":{"hashTable":{"__isSmartRef__":true,"id":3448},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3448":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3449}],"bucketsByHash":{"__isSmartRef__":true,"id":3456},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3449":{"0":"6711","entries":[[{"__isSmartRef__":true,"id":3450},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3450":{"_name":"v6711","_value":0,"hash_code":6711,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3451},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3451":{"hash_code":950,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3450},"_expression":{"__isSmartRef__":true,"id":3452},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3452":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3453},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3453":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3454}],"bucketsByHash":{"__isSmartRef__":true,"id":3455},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3454":{"0":"6711","entries":[[{"__isSmartRef__":true,"id":3450},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3455":{"6711":{"__isSmartRef__":true,"id":3454}},"3456":{"6711":{"__isSmartRef__":true,"id":3449}},"3457":{"0":"6740","entries":[[{"__isSmartRef__":true,"id":3458},{"__isSmartRef__":true,"id":3459}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3458":{"hash_code":6740,"_name":"a30","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3459":{"hashTable":{"__isSmartRef__":true,"id":3460},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3460":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3461}],"bucketsByHash":{"__isSmartRef__":true,"id":3462},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3461":{"0":"6711","entries":[[{"__isSmartRef__":true,"id":3450},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3462":{"6711":{"__isSmartRef__":true,"id":3461}},"3463":{"0":"6748","entries":[[{"__isSmartRef__":true,"id":3464},{"__isSmartRef__":true,"id":3465}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3464":{"hash_code":6748,"_name":"em31","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3465":{"hashTable":{"__isSmartRef__":true,"id":3466},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3466":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3467}],"bucketsByHash":{"__isSmartRef__":true,"id":3468},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3467":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3468":{"6296":{"__isSmartRef__":true,"id":3467}},"3469":{"0":"6770","entries":[[{"__isSmartRef__":true,"id":3470},{"__isSmartRef__":true,"id":3471}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3470":{"hash_code":6770,"_name":"d30","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3471":{"hashTable":{"__isSmartRef__":true,"id":3472},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3472":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3473}],"bucketsByHash":{"__isSmartRef__":true,"id":3480},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3473":{"0":"6742","entries":[[{"__isSmartRef__":true,"id":3474},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3474":{"_name":"v6742","_value":0,"hash_code":6742,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3475},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3475":{"hash_code":955,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3474},"_expression":{"__isSmartRef__":true,"id":3476},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3476":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3477},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3477":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3478}],"bucketsByHash":{"__isSmartRef__":true,"id":3479},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3478":{"0":"6742","entries":[[{"__isSmartRef__":true,"id":3474},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3479":{"6742":{"__isSmartRef__":true,"id":3478}},"3480":{"6742":{"__isSmartRef__":true,"id":3473}},"3481":{"0":"6771","entries":[[{"__isSmartRef__":true,"id":3482},{"__isSmartRef__":true,"id":3483}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3482":{"hash_code":6771,"_name":"a32","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3483":{"hashTable":{"__isSmartRef__":true,"id":3484},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3484":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3485}],"bucketsByHash":{"__isSmartRef__":true,"id":3486},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3485":{"0":"6742","entries":[[{"__isSmartRef__":true,"id":3474},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3486":{"6742":{"__isSmartRef__":true,"id":3485}},"3487":{"0":"6779","entries":[[{"__isSmartRef__":true,"id":3488},{"__isSmartRef__":true,"id":3489}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3488":{"hash_code":6779,"_name":"em33","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3489":{"hashTable":{"__isSmartRef__":true,"id":3490},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3490":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3491}],"bucketsByHash":{"__isSmartRef__":true,"id":3492},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3491":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3492":{"6296":{"__isSmartRef__":true,"id":3491}},"3493":{"0":"6801","entries":[[{"__isSmartRef__":true,"id":3494},{"__isSmartRef__":true,"id":3495}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3494":{"hash_code":6801,"_name":"d32","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3495":{"hashTable":{"__isSmartRef__":true,"id":3496},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3496":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3497}],"bucketsByHash":{"__isSmartRef__":true,"id":3504},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3497":{"0":"6773","entries":[[{"__isSmartRef__":true,"id":3498},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3498":{"_name":"v6773","_value":0,"hash_code":6773,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3499},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3499":{"hash_code":960,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3498},"_expression":{"__isSmartRef__":true,"id":3500},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3500":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3501},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3501":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3502}],"bucketsByHash":{"__isSmartRef__":true,"id":3503},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3502":{"0":"6773","entries":[[{"__isSmartRef__":true,"id":3498},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3503":{"6773":{"__isSmartRef__":true,"id":3502}},"3504":{"6773":{"__isSmartRef__":true,"id":3497}},"3505":{"0":"6802","entries":[[{"__isSmartRef__":true,"id":3506},{"__isSmartRef__":true,"id":3507}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3506":{"hash_code":6802,"_name":"a34","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3507":{"hashTable":{"__isSmartRef__":true,"id":3508},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3508":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3509}],"bucketsByHash":{"__isSmartRef__":true,"id":3510},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3509":{"0":"6773","entries":[[{"__isSmartRef__":true,"id":3498},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3510":{"6773":{"__isSmartRef__":true,"id":3509}},"3511":{"0":"6810","entries":[[{"__isSmartRef__":true,"id":3512},{"__isSmartRef__":true,"id":3513}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3512":{"hash_code":6810,"_name":"em35","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3513":{"hashTable":{"__isSmartRef__":true,"id":3514},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3514":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3515}],"bucketsByHash":{"__isSmartRef__":true,"id":3516},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3515":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3516":{"6296":{"__isSmartRef__":true,"id":3515}},"3517":{"0":"6832","entries":[[{"__isSmartRef__":true,"id":3518},{"__isSmartRef__":true,"id":3519}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3518":{"hash_code":6832,"_name":"d34","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3519":{"hashTable":{"__isSmartRef__":true,"id":3520},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3520":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3521}],"bucketsByHash":{"__isSmartRef__":true,"id":3528},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3521":{"0":"6804","entries":[[{"__isSmartRef__":true,"id":3522},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3522":{"_name":"v6804","_value":0,"hash_code":6804,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3523},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3523":{"hash_code":965,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3522},"_expression":{"__isSmartRef__":true,"id":3524},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3524":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3525},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3525":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3526}],"bucketsByHash":{"__isSmartRef__":true,"id":3527},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3526":{"0":"6804","entries":[[{"__isSmartRef__":true,"id":3522},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3527":{"6804":{"__isSmartRef__":true,"id":3526}},"3528":{"6804":{"__isSmartRef__":true,"id":3521}},"3529":{"0":"6833","entries":[[{"__isSmartRef__":true,"id":3530},{"__isSmartRef__":true,"id":3531}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3530":{"hash_code":6833,"_name":"a36","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3531":{"hashTable":{"__isSmartRef__":true,"id":3532},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3532":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3533}],"bucketsByHash":{"__isSmartRef__":true,"id":3534},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3533":{"0":"6804","entries":[[{"__isSmartRef__":true,"id":3522},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3534":{"6804":{"__isSmartRef__":true,"id":3533}},"3535":{"0":"6841","entries":[[{"__isSmartRef__":true,"id":3536},{"__isSmartRef__":true,"id":3537}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3536":{"hash_code":6841,"_name":"em37","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3537":{"hashTable":{"__isSmartRef__":true,"id":3538},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3538":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3539}],"bucketsByHash":{"__isSmartRef__":true,"id":3540},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3539":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3540":{"6296":{"__isSmartRef__":true,"id":3539}},"3541":{"0":"6863","entries":[[{"__isSmartRef__":true,"id":3542},{"__isSmartRef__":true,"id":3543}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3542":{"hash_code":6863,"_name":"d36","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3543":{"hashTable":{"__isSmartRef__":true,"id":3544},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3544":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3545}],"bucketsByHash":{"__isSmartRef__":true,"id":3552},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3545":{"0":"6835","entries":[[{"__isSmartRef__":true,"id":3546},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3546":{"_name":"v6835","_value":0,"hash_code":6835,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3547},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3547":{"hash_code":970,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3546},"_expression":{"__isSmartRef__":true,"id":3548},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3548":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3549},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3549":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3550}],"bucketsByHash":{"__isSmartRef__":true,"id":3551},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3550":{"0":"6835","entries":[[{"__isSmartRef__":true,"id":3546},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3551":{"6835":{"__isSmartRef__":true,"id":3550}},"3552":{"6835":{"__isSmartRef__":true,"id":3545}},"3553":{"0":"6864","entries":[[{"__isSmartRef__":true,"id":3554},{"__isSmartRef__":true,"id":3555}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3554":{"hash_code":6864,"_name":"a38","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3555":{"hashTable":{"__isSmartRef__":true,"id":3556},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3556":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3557}],"bucketsByHash":{"__isSmartRef__":true,"id":3558},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3557":{"0":"6835","entries":[[{"__isSmartRef__":true,"id":3546},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3558":{"6835":{"__isSmartRef__":true,"id":3557}},"3559":{"0":"6872","entries":[[{"__isSmartRef__":true,"id":3560},{"__isSmartRef__":true,"id":3561}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3560":{"hash_code":6872,"_name":"em39","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3561":{"hashTable":{"__isSmartRef__":true,"id":3562},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3562":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3563}],"bucketsByHash":{"__isSmartRef__":true,"id":3564},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3563":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3564":{"6296":{"__isSmartRef__":true,"id":3563}},"3565":{"0":"6894","entries":[[{"__isSmartRef__":true,"id":3566},{"__isSmartRef__":true,"id":3567}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3566":{"hash_code":6894,"_name":"d38","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3567":{"hashTable":{"__isSmartRef__":true,"id":3568},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3568":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3569}],"bucketsByHash":{"__isSmartRef__":true,"id":3576},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3569":{"0":"6866","entries":[[{"__isSmartRef__":true,"id":3570},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3570":{"_name":"v6866","_value":0,"hash_code":6866,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3571},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3571":{"hash_code":975,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3570},"_expression":{"__isSmartRef__":true,"id":3572},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3572":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3573},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3573":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3574}],"bucketsByHash":{"__isSmartRef__":true,"id":3575},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3574":{"0":"6866","entries":[[{"__isSmartRef__":true,"id":3570},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3575":{"6866":{"__isSmartRef__":true,"id":3574}},"3576":{"6866":{"__isSmartRef__":true,"id":3569}},"3577":{"0":"6895","entries":[[{"__isSmartRef__":true,"id":3578},{"__isSmartRef__":true,"id":3579}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3578":{"hash_code":6895,"_name":"a40","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3579":{"hashTable":{"__isSmartRef__":true,"id":3580},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3580":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3581}],"bucketsByHash":{"__isSmartRef__":true,"id":3582},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3581":{"0":"6866","entries":[[{"__isSmartRef__":true,"id":3570},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3582":{"6866":{"__isSmartRef__":true,"id":3581}},"3583":{"0":"6903","entries":[[{"__isSmartRef__":true,"id":3584},{"__isSmartRef__":true,"id":3585}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3584":{"hash_code":6903,"_name":"em41","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3585":{"hashTable":{"__isSmartRef__":true,"id":3586},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3586":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3587}],"bucketsByHash":{"__isSmartRef__":true,"id":3588},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3587":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3588":{"6296":{"__isSmartRef__":true,"id":3587}},"3589":{"0":"6925","entries":[[{"__isSmartRef__":true,"id":3590},{"__isSmartRef__":true,"id":3591}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3590":{"hash_code":6925,"_name":"d40","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3591":{"hashTable":{"__isSmartRef__":true,"id":3592},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3592":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3593}],"bucketsByHash":{"__isSmartRef__":true,"id":3600},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3593":{"0":"6897","entries":[[{"__isSmartRef__":true,"id":3594},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3594":{"_name":"v6897","_value":0,"hash_code":6897,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3595},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3595":{"hash_code":980,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3594},"_expression":{"__isSmartRef__":true,"id":3596},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3596":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3597},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3597":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3598}],"bucketsByHash":{"__isSmartRef__":true,"id":3599},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3598":{"0":"6897","entries":[[{"__isSmartRef__":true,"id":3594},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3599":{"6897":{"__isSmartRef__":true,"id":3598}},"3600":{"6897":{"__isSmartRef__":true,"id":3593}},"3601":{"0":"6926","entries":[[{"__isSmartRef__":true,"id":3602},{"__isSmartRef__":true,"id":3603}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3602":{"hash_code":6926,"_name":"a42","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3603":{"hashTable":{"__isSmartRef__":true,"id":3604},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3604":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3605}],"bucketsByHash":{"__isSmartRef__":true,"id":3606},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3605":{"0":"6897","entries":[[{"__isSmartRef__":true,"id":3594},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3606":{"6897":{"__isSmartRef__":true,"id":3605}},"3607":{"0":"6934","entries":[[{"__isSmartRef__":true,"id":3608},{"__isSmartRef__":true,"id":3609}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3608":{"hash_code":6934,"_name":"em43","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3609":{"hashTable":{"__isSmartRef__":true,"id":3610},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3610":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3611}],"bucketsByHash":{"__isSmartRef__":true,"id":3612},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3611":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3612":{"6296":{"__isSmartRef__":true,"id":3611}},"3613":{"0":"6956","entries":[[{"__isSmartRef__":true,"id":3614},{"__isSmartRef__":true,"id":3615}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3614":{"hash_code":6956,"_name":"d42","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3615":{"hashTable":{"__isSmartRef__":true,"id":3616},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3616":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3617}],"bucketsByHash":{"__isSmartRef__":true,"id":3624},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3617":{"0":"6928","entries":[[{"__isSmartRef__":true,"id":3618},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3618":{"_name":"v6928","_value":0,"hash_code":6928,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3619},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3619":{"hash_code":985,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3618},"_expression":{"__isSmartRef__":true,"id":3620},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3620":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3621},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3621":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3622}],"bucketsByHash":{"__isSmartRef__":true,"id":3623},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3622":{"0":"6928","entries":[[{"__isSmartRef__":true,"id":3618},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3623":{"6928":{"__isSmartRef__":true,"id":3622}},"3624":{"6928":{"__isSmartRef__":true,"id":3617}},"3625":{"0":"6957","entries":[[{"__isSmartRef__":true,"id":3626},{"__isSmartRef__":true,"id":3627}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3626":{"hash_code":6957,"_name":"a44","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3627":{"hashTable":{"__isSmartRef__":true,"id":3628},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3628":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3629}],"bucketsByHash":{"__isSmartRef__":true,"id":3630},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3629":{"0":"6928","entries":[[{"__isSmartRef__":true,"id":3618},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3630":{"6928":{"__isSmartRef__":true,"id":3629}},"3631":{"0":"6965","entries":[[{"__isSmartRef__":true,"id":3632},{"__isSmartRef__":true,"id":3633}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3632":{"hash_code":6965,"_name":"em45","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3633":{"hashTable":{"__isSmartRef__":true,"id":3634},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3634":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3635}],"bucketsByHash":{"__isSmartRef__":true,"id":3636},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3635":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3636":{"6296":{"__isSmartRef__":true,"id":3635}},"3637":{"0":"6987","entries":[[{"__isSmartRef__":true,"id":3638},{"__isSmartRef__":true,"id":3639}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3638":{"hash_code":6987,"_name":"d44","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3639":{"hashTable":{"__isSmartRef__":true,"id":3640},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3640":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3641}],"bucketsByHash":{"__isSmartRef__":true,"id":3648},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3641":{"0":"6959","entries":[[{"__isSmartRef__":true,"id":3642},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3642":{"_name":"v6959","_value":0,"hash_code":6959,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3643},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3643":{"hash_code":990,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3642},"_expression":{"__isSmartRef__":true,"id":3644},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3644":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3645},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3645":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3646}],"bucketsByHash":{"__isSmartRef__":true,"id":3647},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3646":{"0":"6959","entries":[[{"__isSmartRef__":true,"id":3642},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3647":{"6959":{"__isSmartRef__":true,"id":3646}},"3648":{"6959":{"__isSmartRef__":true,"id":3641}},"3649":{"0":"6988","entries":[[{"__isSmartRef__":true,"id":3650},{"__isSmartRef__":true,"id":3651}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3650":{"hash_code":6988,"_name":"a46","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3651":{"hashTable":{"__isSmartRef__":true,"id":3652},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3652":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3653}],"bucketsByHash":{"__isSmartRef__":true,"id":3654},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3653":{"0":"6959","entries":[[{"__isSmartRef__":true,"id":3642},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3654":{"6959":{"__isSmartRef__":true,"id":3653}},"3655":{"0":"6996","entries":[[{"__isSmartRef__":true,"id":3656},{"__isSmartRef__":true,"id":3657}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3656":{"hash_code":6996,"_name":"em47","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3657":{"hashTable":{"__isSmartRef__":true,"id":3658},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3658":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3659}],"bucketsByHash":{"__isSmartRef__":true,"id":3660},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3659":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3660":{"6296":{"__isSmartRef__":true,"id":3659}},"3661":{"0":"7018","entries":[[{"__isSmartRef__":true,"id":3662},{"__isSmartRef__":true,"id":3663}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3662":{"hash_code":7018,"_name":"d46","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3663":{"hashTable":{"__isSmartRef__":true,"id":3664},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3664":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3665}],"bucketsByHash":{"__isSmartRef__":true,"id":3672},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3665":{"0":"6990","entries":[[{"__isSmartRef__":true,"id":3666},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3666":{"_name":"v6990","_value":0,"hash_code":6990,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3667},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3667":{"hash_code":995,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3666},"_expression":{"__isSmartRef__":true,"id":3668},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3668":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3669},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3669":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3670}],"bucketsByHash":{"__isSmartRef__":true,"id":3671},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3670":{"0":"6990","entries":[[{"__isSmartRef__":true,"id":3666},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3671":{"6990":{"__isSmartRef__":true,"id":3670}},"3672":{"6990":{"__isSmartRef__":true,"id":3665}},"3673":{"0":"7019","entries":[[{"__isSmartRef__":true,"id":3674},{"__isSmartRef__":true,"id":3675}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3674":{"hash_code":7019,"_name":"a48","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3675":{"hashTable":{"__isSmartRef__":true,"id":3676},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3676":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3677}],"bucketsByHash":{"__isSmartRef__":true,"id":3678},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3677":{"0":"6990","entries":[[{"__isSmartRef__":true,"id":3666},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3678":{"6990":{"__isSmartRef__":true,"id":3677}},"3679":{"0":"7027","entries":[[{"__isSmartRef__":true,"id":3680},{"__isSmartRef__":true,"id":3681}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3680":{"hash_code":7027,"_name":"em49","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3681":{"hashTable":{"__isSmartRef__":true,"id":3682},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3682":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3683}],"bucketsByHash":{"__isSmartRef__":true,"id":3684},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3683":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3684":{"6296":{"__isSmartRef__":true,"id":3683}},"3685":{"0":"7049","entries":[[{"__isSmartRef__":true,"id":3686},{"__isSmartRef__":true,"id":3687}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3686":{"hash_code":7049,"_name":"d48","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3687":{"hashTable":{"__isSmartRef__":true,"id":3688},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3688":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3689}],"bucketsByHash":{"__isSmartRef__":true,"id":3696},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3689":{"0":"7021","entries":[[{"__isSmartRef__":true,"id":3690},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3690":{"_name":"v7021","_value":0,"hash_code":7021,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3691},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3691":{"hash_code":1000,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3690},"_expression":{"__isSmartRef__":true,"id":3692},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3692":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3693},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3693":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3694}],"bucketsByHash":{"__isSmartRef__":true,"id":3695},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3694":{"0":"7021","entries":[[{"__isSmartRef__":true,"id":3690},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3695":{"7021":{"__isSmartRef__":true,"id":3694}},"3696":{"7021":{"__isSmartRef__":true,"id":3689}},"3697":{"0":"7050","entries":[[{"__isSmartRef__":true,"id":3698},{"__isSmartRef__":true,"id":3699}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3698":{"hash_code":7050,"_name":"a50","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3699":{"hashTable":{"__isSmartRef__":true,"id":3700},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3700":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3701}],"bucketsByHash":{"__isSmartRef__":true,"id":3702},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3701":{"0":"7021","entries":[[{"__isSmartRef__":true,"id":3690},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3702":{"7021":{"__isSmartRef__":true,"id":3701}},"3703":{"0":"7058","entries":[[{"__isSmartRef__":true,"id":3704},{"__isSmartRef__":true,"id":3705}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3704":{"hash_code":7058,"_name":"em51","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3705":{"hashTable":{"__isSmartRef__":true,"id":3706},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3706":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3707}],"bucketsByHash":{"__isSmartRef__":true,"id":3708},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3707":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3708":{"6296":{"__isSmartRef__":true,"id":3707}},"3709":{"0":"7080","entries":[[{"__isSmartRef__":true,"id":3710},{"__isSmartRef__":true,"id":3711}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3710":{"hash_code":7080,"_name":"d50","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3711":{"hashTable":{"__isSmartRef__":true,"id":3712},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3712":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3713}],"bucketsByHash":{"__isSmartRef__":true,"id":3720},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3713":{"0":"7052","entries":[[{"__isSmartRef__":true,"id":3714},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3714":{"_name":"v7052","_value":0,"hash_code":7052,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3715},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3715":{"hash_code":1005,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3714},"_expression":{"__isSmartRef__":true,"id":3716},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3716":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3717},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3717":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3718}],"bucketsByHash":{"__isSmartRef__":true,"id":3719},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3718":{"0":"7052","entries":[[{"__isSmartRef__":true,"id":3714},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3719":{"7052":{"__isSmartRef__":true,"id":3718}},"3720":{"7052":{"__isSmartRef__":true,"id":3713}},"3721":{"0":"7081","entries":[[{"__isSmartRef__":true,"id":3722},{"__isSmartRef__":true,"id":3723}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3722":{"hash_code":7081,"_name":"a52","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3723":{"hashTable":{"__isSmartRef__":true,"id":3724},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3724":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3725}],"bucketsByHash":{"__isSmartRef__":true,"id":3726},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3725":{"0":"7052","entries":[[{"__isSmartRef__":true,"id":3714},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3726":{"7052":{"__isSmartRef__":true,"id":3725}},"3727":{"0":"7089","entries":[[{"__isSmartRef__":true,"id":3728},{"__isSmartRef__":true,"id":3729}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3728":{"hash_code":7089,"_name":"em53","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3729":{"hashTable":{"__isSmartRef__":true,"id":3730},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3730":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3731}],"bucketsByHash":{"__isSmartRef__":true,"id":3732},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3731":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3732":{"6296":{"__isSmartRef__":true,"id":3731}},"3733":{"0":"7111","entries":[[{"__isSmartRef__":true,"id":3734},{"__isSmartRef__":true,"id":3735}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3734":{"hash_code":7111,"_name":"d52","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3735":{"hashTable":{"__isSmartRef__":true,"id":3736},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3736":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3737}],"bucketsByHash":{"__isSmartRef__":true,"id":3744},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3737":{"0":"7083","entries":[[{"__isSmartRef__":true,"id":3738},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3738":{"_name":"v7083","_value":0,"hash_code":7083,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3739},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3739":{"hash_code":1010,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3738},"_expression":{"__isSmartRef__":true,"id":3740},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3740":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3741},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3741":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3742}],"bucketsByHash":{"__isSmartRef__":true,"id":3743},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3742":{"0":"7083","entries":[[{"__isSmartRef__":true,"id":3738},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3743":{"7083":{"__isSmartRef__":true,"id":3742}},"3744":{"7083":{"__isSmartRef__":true,"id":3737}},"3745":{"0":"7112","entries":[[{"__isSmartRef__":true,"id":3746},{"__isSmartRef__":true,"id":3747}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3746":{"hash_code":7112,"_name":"a54","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3747":{"hashTable":{"__isSmartRef__":true,"id":3748},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3748":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3749}],"bucketsByHash":{"__isSmartRef__":true,"id":3750},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3749":{"0":"7083","entries":[[{"__isSmartRef__":true,"id":3738},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3750":{"7083":{"__isSmartRef__":true,"id":3749}},"3751":{"0":"7120","entries":[[{"__isSmartRef__":true,"id":3752},{"__isSmartRef__":true,"id":3753}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3752":{"hash_code":7120,"_name":"em55","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3753":{"hashTable":{"__isSmartRef__":true,"id":3754},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3754":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3755}],"bucketsByHash":{"__isSmartRef__":true,"id":3756},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3755":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3756":{"6296":{"__isSmartRef__":true,"id":3755}},"3757":{"0":"7142","entries":[[{"__isSmartRef__":true,"id":3758},{"__isSmartRef__":true,"id":3759}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3758":{"hash_code":7142,"_name":"d54","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3759":{"hashTable":{"__isSmartRef__":true,"id":3760},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3760":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3761}],"bucketsByHash":{"__isSmartRef__":true,"id":3768},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3761":{"0":"7114","entries":[[{"__isSmartRef__":true,"id":3762},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3762":{"_name":"v7114","_value":0,"hash_code":7114,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3763},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3763":{"hash_code":1015,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3762},"_expression":{"__isSmartRef__":true,"id":3764},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3764":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3765},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3765":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3766}],"bucketsByHash":{"__isSmartRef__":true,"id":3767},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3766":{"0":"7114","entries":[[{"__isSmartRef__":true,"id":3762},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3767":{"7114":{"__isSmartRef__":true,"id":3766}},"3768":{"7114":{"__isSmartRef__":true,"id":3761}},"3769":{"0":"7143","entries":[[{"__isSmartRef__":true,"id":3770},{"__isSmartRef__":true,"id":3771}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3770":{"hash_code":7143,"_name":"a56","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3771":{"hashTable":{"__isSmartRef__":true,"id":3772},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3772":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3773}],"bucketsByHash":{"__isSmartRef__":true,"id":3774},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3773":{"0":"7114","entries":[[{"__isSmartRef__":true,"id":3762},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3774":{"7114":{"__isSmartRef__":true,"id":3773}},"3775":{"0":"7151","entries":[[{"__isSmartRef__":true,"id":3776},{"__isSmartRef__":true,"id":3777}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3776":{"hash_code":7151,"_name":"em57","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3777":{"hashTable":{"__isSmartRef__":true,"id":3778},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3778":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3779}],"bucketsByHash":{"__isSmartRef__":true,"id":3780},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3779":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3780":{"6296":{"__isSmartRef__":true,"id":3779}},"3781":{"0":"7173","entries":[[{"__isSmartRef__":true,"id":3782},{"__isSmartRef__":true,"id":3783}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3782":{"hash_code":7173,"_name":"d56","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3783":{"hashTable":{"__isSmartRef__":true,"id":3784},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3784":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3785}],"bucketsByHash":{"__isSmartRef__":true,"id":3792},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3785":{"0":"7145","entries":[[{"__isSmartRef__":true,"id":3786},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3786":{"_name":"v7145","_value":0,"hash_code":7145,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3787},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3787":{"hash_code":1020,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3786},"_expression":{"__isSmartRef__":true,"id":3788},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3788":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3789},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3789":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3790}],"bucketsByHash":{"__isSmartRef__":true,"id":3791},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3790":{"0":"7145","entries":[[{"__isSmartRef__":true,"id":3786},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3791":{"7145":{"__isSmartRef__":true,"id":3790}},"3792":{"7145":{"__isSmartRef__":true,"id":3785}},"3793":{"0":"7174","entries":[[{"__isSmartRef__":true,"id":3794},{"__isSmartRef__":true,"id":3795}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3794":{"hash_code":7174,"_name":"a58","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3795":{"hashTable":{"__isSmartRef__":true,"id":3796},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3796":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3797}],"bucketsByHash":{"__isSmartRef__":true,"id":3798},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3797":{"0":"7145","entries":[[{"__isSmartRef__":true,"id":3786},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3798":{"7145":{"__isSmartRef__":true,"id":3797}},"3799":{"0":"7182","entries":[[{"__isSmartRef__":true,"id":3800},{"__isSmartRef__":true,"id":3801}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3800":{"hash_code":7182,"_name":"em59","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3801":{"hashTable":{"__isSmartRef__":true,"id":3802},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3802":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3803}],"bucketsByHash":{"__isSmartRef__":true,"id":3804},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3803":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3804":{"6296":{"__isSmartRef__":true,"id":3803}},"3805":{"0":"7204","entries":[[{"__isSmartRef__":true,"id":3806},{"__isSmartRef__":true,"id":3807}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3806":{"hash_code":7204,"_name":"d58","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3807":{"hashTable":{"__isSmartRef__":true,"id":3808},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3808":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3809}],"bucketsByHash":{"__isSmartRef__":true,"id":3816},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3809":{"0":"7176","entries":[[{"__isSmartRef__":true,"id":3810},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3810":{"_name":"v7176","_value":0,"hash_code":7176,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3811},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3811":{"hash_code":1025,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3810},"_expression":{"__isSmartRef__":true,"id":3812},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3812":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3813},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3813":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3814}],"bucketsByHash":{"__isSmartRef__":true,"id":3815},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3814":{"0":"7176","entries":[[{"__isSmartRef__":true,"id":3810},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3815":{"7176":{"__isSmartRef__":true,"id":3814}},"3816":{"7176":{"__isSmartRef__":true,"id":3809}},"3817":{"0":"7205","entries":[[{"__isSmartRef__":true,"id":3818},{"__isSmartRef__":true,"id":3819}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3818":{"hash_code":7205,"_name":"a60","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3819":{"hashTable":{"__isSmartRef__":true,"id":3820},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3820":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3821}],"bucketsByHash":{"__isSmartRef__":true,"id":3822},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3821":{"0":"7176","entries":[[{"__isSmartRef__":true,"id":3810},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3822":{"7176":{"__isSmartRef__":true,"id":3821}},"3823":{"0":"7213","entries":[[{"__isSmartRef__":true,"id":3824},{"__isSmartRef__":true,"id":3825}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3824":{"hash_code":7213,"_name":"em61","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3825":{"hashTable":{"__isSmartRef__":true,"id":3826},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3826":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3827}],"bucketsByHash":{"__isSmartRef__":true,"id":3828},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3827":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3828":{"6296":{"__isSmartRef__":true,"id":3827}},"3829":{"0":"7235","entries":[[{"__isSmartRef__":true,"id":3830},{"__isSmartRef__":true,"id":3831}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3830":{"hash_code":7235,"_name":"d60","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3831":{"hashTable":{"__isSmartRef__":true,"id":3832},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3832":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3833}],"bucketsByHash":{"__isSmartRef__":true,"id":3840},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3833":{"0":"7207","entries":[[{"__isSmartRef__":true,"id":3834},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3834":{"_name":"v7207","_value":0,"hash_code":7207,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3835},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3835":{"hash_code":1030,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3834},"_expression":{"__isSmartRef__":true,"id":3836},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3836":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3837},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3837":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3838}],"bucketsByHash":{"__isSmartRef__":true,"id":3839},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3838":{"0":"7207","entries":[[{"__isSmartRef__":true,"id":3834},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3839":{"7207":{"__isSmartRef__":true,"id":3838}},"3840":{"7207":{"__isSmartRef__":true,"id":3833}},"3841":{"0":"7236","entries":[[{"__isSmartRef__":true,"id":3842},{"__isSmartRef__":true,"id":3843}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3842":{"hash_code":7236,"_name":"a62","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3843":{"hashTable":{"__isSmartRef__":true,"id":3844},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3844":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3845}],"bucketsByHash":{"__isSmartRef__":true,"id":3846},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3845":{"0":"7207","entries":[[{"__isSmartRef__":true,"id":3834},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3846":{"7207":{"__isSmartRef__":true,"id":3845}},"3847":{"0":"7244","entries":[[{"__isSmartRef__":true,"id":3848},{"__isSmartRef__":true,"id":3849}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3848":{"hash_code":7244,"_name":"em63","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3849":{"hashTable":{"__isSmartRef__":true,"id":3850},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3850":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3851}],"bucketsByHash":{"__isSmartRef__":true,"id":3852},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3851":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3852":{"6296":{"__isSmartRef__":true,"id":3851}},"3853":{"0":"7266","entries":[[{"__isSmartRef__":true,"id":3854},{"__isSmartRef__":true,"id":3855}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3854":{"hash_code":7266,"_name":"d62","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3855":{"hashTable":{"__isSmartRef__":true,"id":3856},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3856":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3857}],"bucketsByHash":{"__isSmartRef__":true,"id":3864},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3857":{"0":"7238","entries":[[{"__isSmartRef__":true,"id":3858},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3858":{"_name":"v7238","_value":0,"hash_code":7238,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3859},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3859":{"hash_code":1035,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3858},"_expression":{"__isSmartRef__":true,"id":3860},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3860":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":3861},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3861":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3862}],"bucketsByHash":{"__isSmartRef__":true,"id":3863},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3862":{"0":"7238","entries":[[{"__isSmartRef__":true,"id":3858},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3863":{"7238":{"__isSmartRef__":true,"id":3862}},"3864":{"7238":{"__isSmartRef__":true,"id":3857}},"3865":{"0":"7267","entries":[[{"__isSmartRef__":true,"id":3866},{"__isSmartRef__":true,"id":3867}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3866":{"hash_code":7267,"_name":"a64","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3867":{"hashTable":{"__isSmartRef__":true,"id":3868},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3868":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3869}],"bucketsByHash":{"__isSmartRef__":true,"id":3870},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3869":{"0":"7238","entries":[[{"__isSmartRef__":true,"id":3858},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3870":{"7238":{"__isSmartRef__":true,"id":3869}},"3871":{"0":"7275","entries":[[{"__isSmartRef__":true,"id":3872},{"__isSmartRef__":true,"id":3873}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3872":{"hash_code":7275,"_name":"em65","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3873":{"hashTable":{"__isSmartRef__":true,"id":3874},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3874":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3875}],"bucketsByHash":{"__isSmartRef__":true,"id":3876},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3875":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3876":{"6296":{"__isSmartRef__":true,"id":3875}},"3877":{"0":"7269","entries":[[{"__isSmartRef__":true,"id":3878},{"__isSmartRef__":true,"id":3884}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3878":{"_name":"v7269","_value":0,"hash_code":7269,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3879},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3879":{"hash_code":1040,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3878},"_expression":{"__isSmartRef__":true,"id":3880},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3880":{"_constant":222,"_terms":{"__isSmartRef__":true,"id":3881},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3881":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3882}],"bucketsByHash":{"__isSmartRef__":true,"id":3883},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3882":{"0":"7269","entries":[[{"__isSmartRef__":true,"id":3878},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3883":{"7269":{"__isSmartRef__":true,"id":3882}},"3884":{"hashTable":{"__isSmartRef__":true,"id":3885},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3885":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":3886},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3886":{},"3887":{"0":"7306","entries":[[{"__isSmartRef__":true,"id":3888},{"__isSmartRef__":true,"id":3889}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3888":{"hash_code":7306,"_name":"em67","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3889":{"hashTable":{"__isSmartRef__":true,"id":3890},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3890":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3891}],"bucketsByHash":{"__isSmartRef__":true,"id":3892},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3891":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3892":{"6296":{"__isSmartRef__":true,"id":3891}},"3893":{"0":"7300","entries":[[{"__isSmartRef__":true,"id":3894},{"__isSmartRef__":true,"id":3900}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3894":{"_name":"v7300","_value":0,"hash_code":7300,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3895},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3895":{"hash_code":1045,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3894},"_expression":{"__isSmartRef__":true,"id":3896},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3896":{"_constant":220,"_terms":{"__isSmartRef__":true,"id":3897},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3897":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3898}],"bucketsByHash":{"__isSmartRef__":true,"id":3899},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3898":{"0":"7300","entries":[[{"__isSmartRef__":true,"id":3894},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3899":{"7300":{"__isSmartRef__":true,"id":3898}},"3900":{"hashTable":{"__isSmartRef__":true,"id":3901},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3901":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":3902},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3902":{},"3903":{"0":"7337","entries":[[{"__isSmartRef__":true,"id":3904},{"__isSmartRef__":true,"id":3905}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3904":{"hash_code":7337,"_name":"em69","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3905":{"hashTable":{"__isSmartRef__":true,"id":3906},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3906":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3907}],"bucketsByHash":{"__isSmartRef__":true,"id":3908},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3907":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3908":{"6296":{"__isSmartRef__":true,"id":3907}},"3909":{"0":"7331","entries":[[{"__isSmartRef__":true,"id":3910},{"__isSmartRef__":true,"id":3916}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3910":{"_name":"v7331","_value":0,"hash_code":7331,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3911},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3911":{"hash_code":1050,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3910},"_expression":{"__isSmartRef__":true,"id":3912},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3912":{"_constant":218,"_terms":{"__isSmartRef__":true,"id":3913},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3913":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3914}],"bucketsByHash":{"__isSmartRef__":true,"id":3915},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3914":{"0":"7331","entries":[[{"__isSmartRef__":true,"id":3910},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3915":{"7331":{"__isSmartRef__":true,"id":3914}},"3916":{"hashTable":{"__isSmartRef__":true,"id":3917},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3917":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":3918},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3918":{},"3919":{"0":"7368","entries":[[{"__isSmartRef__":true,"id":3920},{"__isSmartRef__":true,"id":3921}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3920":{"hash_code":7368,"_name":"em71","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3921":{"hashTable":{"__isSmartRef__":true,"id":3922},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3922":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3923}],"bucketsByHash":{"__isSmartRef__":true,"id":3924},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3923":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3924":{"6296":{"__isSmartRef__":true,"id":3923}},"3925":{"0":"7362","entries":[[{"__isSmartRef__":true,"id":3926},{"__isSmartRef__":true,"id":3932}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3926":{"_name":"v7362","_value":0,"hash_code":7362,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3927},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3927":{"hash_code":1055,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3926},"_expression":{"__isSmartRef__":true,"id":3928},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3928":{"_constant":216,"_terms":{"__isSmartRef__":true,"id":3929},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3929":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3930}],"bucketsByHash":{"__isSmartRef__":true,"id":3931},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3930":{"0":"7362","entries":[[{"__isSmartRef__":true,"id":3926},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3931":{"7362":{"__isSmartRef__":true,"id":3930}},"3932":{"hashTable":{"__isSmartRef__":true,"id":3933},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3933":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":3934},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3934":{},"3935":{"0":"7399","entries":[[{"__isSmartRef__":true,"id":3936},{"__isSmartRef__":true,"id":3937}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3936":{"hash_code":7399,"_name":"em73","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3937":{"hashTable":{"__isSmartRef__":true,"id":3938},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3938":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3939}],"bucketsByHash":{"__isSmartRef__":true,"id":3940},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3939":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3940":{"6296":{"__isSmartRef__":true,"id":3939}},"3941":{"0":"7393","entries":[[{"__isSmartRef__":true,"id":3942},{"__isSmartRef__":true,"id":3948}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3942":{"_name":"v7393","_value":0,"hash_code":7393,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3943},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3943":{"hash_code":1060,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3942},"_expression":{"__isSmartRef__":true,"id":3944},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3944":{"_constant":214,"_terms":{"__isSmartRef__":true,"id":3945},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3945":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3946}],"bucketsByHash":{"__isSmartRef__":true,"id":3947},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3946":{"0":"7393","entries":[[{"__isSmartRef__":true,"id":3942},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3947":{"7393":{"__isSmartRef__":true,"id":3946}},"3948":{"hashTable":{"__isSmartRef__":true,"id":3949},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3949":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":3950},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3950":{},"3951":{"0":"7430","entries":[[{"__isSmartRef__":true,"id":3952},{"__isSmartRef__":true,"id":3953}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3952":{"hash_code":7430,"_name":"em75","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3953":{"hashTable":{"__isSmartRef__":true,"id":3954},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3954":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3955}],"bucketsByHash":{"__isSmartRef__":true,"id":3956},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3955":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3956":{"6296":{"__isSmartRef__":true,"id":3955}},"3957":{"0":"7424","entries":[[{"__isSmartRef__":true,"id":3958},{"__isSmartRef__":true,"id":3964}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3958":{"_name":"v7424","_value":0,"hash_code":7424,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3959},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3959":{"hash_code":1065,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3958},"_expression":{"__isSmartRef__":true,"id":3960},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3960":{"_constant":212,"_terms":{"__isSmartRef__":true,"id":3961},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3961":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3962}],"bucketsByHash":{"__isSmartRef__":true,"id":3963},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3962":{"0":"7424","entries":[[{"__isSmartRef__":true,"id":3958},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3963":{"7424":{"__isSmartRef__":true,"id":3962}},"3964":{"hashTable":{"__isSmartRef__":true,"id":3965},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3965":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":3966},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3966":{},"3967":{"0":"7461","entries":[[{"__isSmartRef__":true,"id":3968},{"__isSmartRef__":true,"id":3969}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3968":{"hash_code":7461,"_name":"em77","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3969":{"hashTable":{"__isSmartRef__":true,"id":3970},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3970":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3971}],"bucketsByHash":{"__isSmartRef__":true,"id":3972},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3971":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3972":{"6296":{"__isSmartRef__":true,"id":3971}},"3973":{"0":"7455","entries":[[{"__isSmartRef__":true,"id":3974},{"__isSmartRef__":true,"id":3980}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3974":{"_name":"v7455","_value":0,"hash_code":7455,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3975},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3975":{"hash_code":1070,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3974},"_expression":{"__isSmartRef__":true,"id":3976},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3976":{"_constant":210,"_terms":{"__isSmartRef__":true,"id":3977},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3977":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3978}],"bucketsByHash":{"__isSmartRef__":true,"id":3979},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3978":{"0":"7455","entries":[[{"__isSmartRef__":true,"id":3974},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3979":{"7455":{"__isSmartRef__":true,"id":3978}},"3980":{"hashTable":{"__isSmartRef__":true,"id":3981},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3981":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":3982},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3982":{},"3983":{"0":"7492","entries":[[{"__isSmartRef__":true,"id":3984},{"__isSmartRef__":true,"id":3985}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3984":{"hash_code":7492,"_name":"em79","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3985":{"hashTable":{"__isSmartRef__":true,"id":3986},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3986":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3987}],"bucketsByHash":{"__isSmartRef__":true,"id":3988},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3987":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3988":{"6296":{"__isSmartRef__":true,"id":3987}},"3989":{"0":"7486","entries":[[{"__isSmartRef__":true,"id":3990},{"__isSmartRef__":true,"id":3996}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3990":{"_name":"v7486","_value":0,"hash_code":7486,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":3991},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3991":{"hash_code":1075,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":3990},"_expression":{"__isSmartRef__":true,"id":3992},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3992":{"_constant":208,"_terms":{"__isSmartRef__":true,"id":3993},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"3993":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":3994}],"bucketsByHash":{"__isSmartRef__":true,"id":3995},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3994":{"0":"7486","entries":[[{"__isSmartRef__":true,"id":3990},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3995":{"7486":{"__isSmartRef__":true,"id":3994}},"3996":{"hashTable":{"__isSmartRef__":true,"id":3997},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"3997":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":3998},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"3998":{},"3999":{"0":"7523","entries":[[{"__isSmartRef__":true,"id":4000},{"__isSmartRef__":true,"id":4001}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4000":{"hash_code":7523,"_name":"em81","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4001":{"hashTable":{"__isSmartRef__":true,"id":4002},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4002":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4003}],"bucketsByHash":{"__isSmartRef__":true,"id":4004},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4003":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4004":{"6296":{"__isSmartRef__":true,"id":4003}},"4005":{"0":"7517","entries":[[{"__isSmartRef__":true,"id":4006},{"__isSmartRef__":true,"id":4012}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4006":{"_name":"v7517","_value":0,"hash_code":7517,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4007},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4007":{"hash_code":1080,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4006},"_expression":{"__isSmartRef__":true,"id":4008},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4008":{"_constant":206,"_terms":{"__isSmartRef__":true,"id":4009},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4009":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4010}],"bucketsByHash":{"__isSmartRef__":true,"id":4011},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4010":{"0":"7517","entries":[[{"__isSmartRef__":true,"id":4006},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4011":{"7517":{"__isSmartRef__":true,"id":4010}},"4012":{"hashTable":{"__isSmartRef__":true,"id":4013},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4013":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4014},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4014":{},"4015":{"0":"7554","entries":[[{"__isSmartRef__":true,"id":4016},{"__isSmartRef__":true,"id":4017}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4016":{"hash_code":7554,"_name":"em83","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4017":{"hashTable":{"__isSmartRef__":true,"id":4018},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4018":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4019}],"bucketsByHash":{"__isSmartRef__":true,"id":4020},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4019":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4020":{"6296":{"__isSmartRef__":true,"id":4019}},"4021":{"0":"7548","entries":[[{"__isSmartRef__":true,"id":4022},{"__isSmartRef__":true,"id":4028}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4022":{"_name":"v7548","_value":0,"hash_code":7548,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4023},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4023":{"hash_code":1085,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4022},"_expression":{"__isSmartRef__":true,"id":4024},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4024":{"_constant":204,"_terms":{"__isSmartRef__":true,"id":4025},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4025":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4026}],"bucketsByHash":{"__isSmartRef__":true,"id":4027},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4026":{"0":"7548","entries":[[{"__isSmartRef__":true,"id":4022},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4027":{"7548":{"__isSmartRef__":true,"id":4026}},"4028":{"hashTable":{"__isSmartRef__":true,"id":4029},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4029":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4030},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4030":{},"4031":{"0":"7585","entries":[[{"__isSmartRef__":true,"id":4032},{"__isSmartRef__":true,"id":4033}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4032":{"hash_code":7585,"_name":"em85","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4033":{"hashTable":{"__isSmartRef__":true,"id":4034},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4034":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4035}],"bucketsByHash":{"__isSmartRef__":true,"id":4036},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4035":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4036":{"6296":{"__isSmartRef__":true,"id":4035}},"4037":{"0":"7579","entries":[[{"__isSmartRef__":true,"id":4038},{"__isSmartRef__":true,"id":4044}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4038":{"_name":"v7579","_value":0,"hash_code":7579,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4039},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4039":{"hash_code":1090,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4038},"_expression":{"__isSmartRef__":true,"id":4040},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4040":{"_constant":202,"_terms":{"__isSmartRef__":true,"id":4041},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4041":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4042}],"bucketsByHash":{"__isSmartRef__":true,"id":4043},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4042":{"0":"7579","entries":[[{"__isSmartRef__":true,"id":4038},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4043":{"7579":{"__isSmartRef__":true,"id":4042}},"4044":{"hashTable":{"__isSmartRef__":true,"id":4045},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4045":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4046},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4046":{},"4047":{"0":"7616","entries":[[{"__isSmartRef__":true,"id":4048},{"__isSmartRef__":true,"id":4049}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4048":{"hash_code":7616,"_name":"em87","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4049":{"hashTable":{"__isSmartRef__":true,"id":4050},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4050":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4051}],"bucketsByHash":{"__isSmartRef__":true,"id":4052},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4051":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4052":{"6296":{"__isSmartRef__":true,"id":4051}},"4053":{"0":"7610","entries":[[{"__isSmartRef__":true,"id":4054},{"__isSmartRef__":true,"id":4060}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4054":{"_name":"v7610","_value":0,"hash_code":7610,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4055},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4055":{"hash_code":1095,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4054},"_expression":{"__isSmartRef__":true,"id":4056},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4056":{"_constant":200,"_terms":{"__isSmartRef__":true,"id":4057},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4057":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4058}],"bucketsByHash":{"__isSmartRef__":true,"id":4059},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4058":{"0":"7610","entries":[[{"__isSmartRef__":true,"id":4054},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4059":{"7610":{"__isSmartRef__":true,"id":4058}},"4060":{"hashTable":{"__isSmartRef__":true,"id":4061},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4061":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4062},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4062":{},"4063":{"0":"7647","entries":[[{"__isSmartRef__":true,"id":4064},{"__isSmartRef__":true,"id":4065}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4064":{"hash_code":7647,"_name":"em89","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4065":{"hashTable":{"__isSmartRef__":true,"id":4066},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4066":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4067}],"bucketsByHash":{"__isSmartRef__":true,"id":4068},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4067":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4068":{"6296":{"__isSmartRef__":true,"id":4067}},"4069":{"0":"7641","entries":[[{"__isSmartRef__":true,"id":4070},{"__isSmartRef__":true,"id":4076}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4070":{"_name":"v7641","_value":0,"hash_code":7641,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4071},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4071":{"hash_code":1100,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4070},"_expression":{"__isSmartRef__":true,"id":4072},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4072":{"_constant":198,"_terms":{"__isSmartRef__":true,"id":4073},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4073":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4074}],"bucketsByHash":{"__isSmartRef__":true,"id":4075},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4074":{"0":"7641","entries":[[{"__isSmartRef__":true,"id":4070},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4075":{"7641":{"__isSmartRef__":true,"id":4074}},"4076":{"hashTable":{"__isSmartRef__":true,"id":4077},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4077":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4078},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4078":{},"4079":{"0":"7678","entries":[[{"__isSmartRef__":true,"id":4080},{"__isSmartRef__":true,"id":4081}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4080":{"hash_code":7678,"_name":"em91","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4081":{"hashTable":{"__isSmartRef__":true,"id":4082},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4082":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4083}],"bucketsByHash":{"__isSmartRef__":true,"id":4084},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4083":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4084":{"6296":{"__isSmartRef__":true,"id":4083}},"4085":{"0":"7672","entries":[[{"__isSmartRef__":true,"id":4086},{"__isSmartRef__":true,"id":4092}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4086":{"_name":"v7672","_value":0,"hash_code":7672,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4087},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4087":{"hash_code":1105,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4086},"_expression":{"__isSmartRef__":true,"id":4088},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4088":{"_constant":196,"_terms":{"__isSmartRef__":true,"id":4089},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4089":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4090}],"bucketsByHash":{"__isSmartRef__":true,"id":4091},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4090":{"0":"7672","entries":[[{"__isSmartRef__":true,"id":4086},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4091":{"7672":{"__isSmartRef__":true,"id":4090}},"4092":{"hashTable":{"__isSmartRef__":true,"id":4093},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4093":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4094},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4094":{},"4095":{"0":"7709","entries":[[{"__isSmartRef__":true,"id":4096},{"__isSmartRef__":true,"id":4097}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4096":{"hash_code":7709,"_name":"em93","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4097":{"hashTable":{"__isSmartRef__":true,"id":4098},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4098":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4099}],"bucketsByHash":{"__isSmartRef__":true,"id":4100},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4099":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4100":{"6296":{"__isSmartRef__":true,"id":4099}},"4101":{"0":"7703","entries":[[{"__isSmartRef__":true,"id":4102},{"__isSmartRef__":true,"id":4108}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4102":{"_name":"v7703","_value":0,"hash_code":7703,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4103},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4103":{"hash_code":1110,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4102},"_expression":{"__isSmartRef__":true,"id":4104},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4104":{"_constant":19,"_terms":{"__isSmartRef__":true,"id":4105},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4105":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4106}],"bucketsByHash":{"__isSmartRef__":true,"id":4107},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4106":{"0":"7703","entries":[[{"__isSmartRef__":true,"id":4102},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4107":{"7703":{"__isSmartRef__":true,"id":4106}},"4108":{"hashTable":{"__isSmartRef__":true,"id":4109},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4109":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4110},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4110":{},"4111":{"0":"7740","entries":[[{"__isSmartRef__":true,"id":4112},{"__isSmartRef__":true,"id":4113}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4112":{"hash_code":7740,"_name":"em95","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4113":{"hashTable":{"__isSmartRef__":true,"id":4114},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4114":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4115}],"bucketsByHash":{"__isSmartRef__":true,"id":4116},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4115":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4116":{"6296":{"__isSmartRef__":true,"id":4115}},"4117":{"0":"7734","entries":[[{"__isSmartRef__":true,"id":4118},{"__isSmartRef__":true,"id":4124}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4118":{"_name":"v7734","_value":0,"hash_code":7734,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4119},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4119":{"hash_code":1115,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4118},"_expression":{"__isSmartRef__":true,"id":4120},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4120":{"_constant":17,"_terms":{"__isSmartRef__":true,"id":4121},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4121":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4122}],"bucketsByHash":{"__isSmartRef__":true,"id":4123},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4122":{"0":"7734","entries":[[{"__isSmartRef__":true,"id":4118},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4123":{"7734":{"__isSmartRef__":true,"id":4122}},"4124":{"hashTable":{"__isSmartRef__":true,"id":4125},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4125":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4126},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4126":{},"4127":{"0":"7771","entries":[[{"__isSmartRef__":true,"id":4128},{"__isSmartRef__":true,"id":4129}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4128":{"hash_code":7771,"_name":"em97","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4129":{"hashTable":{"__isSmartRef__":true,"id":4130},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4130":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4131}],"bucketsByHash":{"__isSmartRef__":true,"id":4132},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4131":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4132":{"6296":{"__isSmartRef__":true,"id":4131}},"4133":{"0":"7765","entries":[[{"__isSmartRef__":true,"id":4134},{"__isSmartRef__":true,"id":4140}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4134":{"_name":"v7765","_value":0,"hash_code":7765,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4135},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4135":{"hash_code":1120,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4134},"_expression":{"__isSmartRef__":true,"id":4136},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4136":{"_constant":15,"_terms":{"__isSmartRef__":true,"id":4137},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4137":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4138}],"bucketsByHash":{"__isSmartRef__":true,"id":4139},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4138":{"0":"7765","entries":[[{"__isSmartRef__":true,"id":4134},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4139":{"7765":{"__isSmartRef__":true,"id":4138}},"4140":{"hashTable":{"__isSmartRef__":true,"id":4141},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4141":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4142},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4142":{},"4143":{"0":"7802","entries":[[{"__isSmartRef__":true,"id":4144},{"__isSmartRef__":true,"id":4145}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4144":{"hash_code":7802,"_name":"em99","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4145":{"hashTable":{"__isSmartRef__":true,"id":4146},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4146":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4147}],"bucketsByHash":{"__isSmartRef__":true,"id":4148},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4147":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4148":{"6296":{"__isSmartRef__":true,"id":4147}},"4149":{"0":"7796","entries":[[{"__isSmartRef__":true,"id":4150},{"__isSmartRef__":true,"id":4156}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4150":{"_name":"v7796","_value":0,"hash_code":7796,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4151},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4151":{"hash_code":1125,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4150},"_expression":{"__isSmartRef__":true,"id":4152},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4152":{"_constant":13,"_terms":{"__isSmartRef__":true,"id":4153},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4153":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4154}],"bucketsByHash":{"__isSmartRef__":true,"id":4155},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4154":{"0":"7796","entries":[[{"__isSmartRef__":true,"id":4150},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4155":{"7796":{"__isSmartRef__":true,"id":4154}},"4156":{"hashTable":{"__isSmartRef__":true,"id":4157},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4157":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4158},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4158":{},"4159":{"0":"7833","entries":[[{"__isSmartRef__":true,"id":4160},{"__isSmartRef__":true,"id":4161}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4160":{"hash_code":7833,"_name":"em101","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4161":{"hashTable":{"__isSmartRef__":true,"id":4162},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4162":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4163}],"bucketsByHash":{"__isSmartRef__":true,"id":4164},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4163":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4164":{"6296":{"__isSmartRef__":true,"id":4163}},"4165":{"0":"7827","entries":[[{"__isSmartRef__":true,"id":4166},{"__isSmartRef__":true,"id":4172}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4166":{"_name":"v7827","_value":0,"hash_code":7827,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4167},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4167":{"hash_code":1130,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4166},"_expression":{"__isSmartRef__":true,"id":4168},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4168":{"_constant":11,"_terms":{"__isSmartRef__":true,"id":4169},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4169":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4170}],"bucketsByHash":{"__isSmartRef__":true,"id":4171},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4170":{"0":"7827","entries":[[{"__isSmartRef__":true,"id":4166},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4171":{"7827":{"__isSmartRef__":true,"id":4170}},"4172":{"hashTable":{"__isSmartRef__":true,"id":4173},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4173":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4174},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4174":{},"4175":{"0":"7864","entries":[[{"__isSmartRef__":true,"id":4176},{"__isSmartRef__":true,"id":4177}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4176":{"hash_code":7864,"_name":"em103","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4177":{"hashTable":{"__isSmartRef__":true,"id":4178},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4178":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4179}],"bucketsByHash":{"__isSmartRef__":true,"id":4180},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4179":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4180":{"6296":{"__isSmartRef__":true,"id":4179}},"4181":{"0":"7858","entries":[[{"__isSmartRef__":true,"id":4182},{"__isSmartRef__":true,"id":4188}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4182":{"_name":"v7858","_value":0,"hash_code":7858,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4183},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4183":{"hash_code":1135,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4182},"_expression":{"__isSmartRef__":true,"id":4184},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4184":{"_constant":9,"_terms":{"__isSmartRef__":true,"id":4185},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4185":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4186}],"bucketsByHash":{"__isSmartRef__":true,"id":4187},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4186":{"0":"7858","entries":[[{"__isSmartRef__":true,"id":4182},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4187":{"7858":{"__isSmartRef__":true,"id":4186}},"4188":{"hashTable":{"__isSmartRef__":true,"id":4189},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4189":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4190},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4190":{},"4191":{"0":"7895","entries":[[{"__isSmartRef__":true,"id":4192},{"__isSmartRef__":true,"id":4193}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4192":{"hash_code":7895,"_name":"em105","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4193":{"hashTable":{"__isSmartRef__":true,"id":4194},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4194":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4195}],"bucketsByHash":{"__isSmartRef__":true,"id":4196},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4195":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4196":{"6296":{"__isSmartRef__":true,"id":4195}},"4197":{"0":"7889","entries":[[{"__isSmartRef__":true,"id":4198},{"__isSmartRef__":true,"id":4204}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4198":{"_name":"v7889","_value":0,"hash_code":7889,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4199},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4199":{"hash_code":1140,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4198},"_expression":{"__isSmartRef__":true,"id":4200},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4200":{"_constant":7,"_terms":{"__isSmartRef__":true,"id":4201},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4201":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4202}],"bucketsByHash":{"__isSmartRef__":true,"id":4203},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4202":{"0":"7889","entries":[[{"__isSmartRef__":true,"id":4198},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4203":{"7889":{"__isSmartRef__":true,"id":4202}},"4204":{"hashTable":{"__isSmartRef__":true,"id":4205},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4205":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4206},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4206":{},"4207":{"0":"7926","entries":[[{"__isSmartRef__":true,"id":4208},{"__isSmartRef__":true,"id":4209}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4208":{"hash_code":7926,"_name":"em107","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4209":{"hashTable":{"__isSmartRef__":true,"id":4210},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4210":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4211}],"bucketsByHash":{"__isSmartRef__":true,"id":4212},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4211":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4212":{"6296":{"__isSmartRef__":true,"id":4211}},"4213":{"0":"7920","entries":[[{"__isSmartRef__":true,"id":4214},{"__isSmartRef__":true,"id":4220}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4214":{"_name":"v7920","_value":0,"hash_code":7920,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4215},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4215":{"hash_code":1145,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4214},"_expression":{"__isSmartRef__":true,"id":4216},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4216":{"_constant":5,"_terms":{"__isSmartRef__":true,"id":4217},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4217":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4218}],"bucketsByHash":{"__isSmartRef__":true,"id":4219},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4218":{"0":"7920","entries":[[{"__isSmartRef__":true,"id":4214},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4219":{"7920":{"__isSmartRef__":true,"id":4218}},"4220":{"hashTable":{"__isSmartRef__":true,"id":4221},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4221":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4222},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4222":{},"4223":{"0":"7957","entries":[[{"__isSmartRef__":true,"id":4224},{"__isSmartRef__":true,"id":4225}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4224":{"hash_code":7957,"_name":"em109","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4225":{"hashTable":{"__isSmartRef__":true,"id":4226},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4226":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4227}],"bucketsByHash":{"__isSmartRef__":true,"id":4228},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4227":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4228":{"6296":{"__isSmartRef__":true,"id":4227}},"4229":{"0":"7951","entries":[[{"__isSmartRef__":true,"id":4230},{"__isSmartRef__":true,"id":4236}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4230":{"_name":"v7951","_value":0,"hash_code":7951,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4231},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4231":{"hash_code":1150,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4230},"_expression":{"__isSmartRef__":true,"id":4232},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4232":{"_constant":3,"_terms":{"__isSmartRef__":true,"id":4233},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4233":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4234}],"bucketsByHash":{"__isSmartRef__":true,"id":4235},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4234":{"0":"7951","entries":[[{"__isSmartRef__":true,"id":4230},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4235":{"7951":{"__isSmartRef__":true,"id":4234}},"4236":{"hashTable":{"__isSmartRef__":true,"id":4237},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4237":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4238},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4238":{},"4239":{"0":"7988","entries":[[{"__isSmartRef__":true,"id":4240},{"__isSmartRef__":true,"id":4241}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4240":{"hash_code":7988,"_name":"em111","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4241":{"hashTable":{"__isSmartRef__":true,"id":4242},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4242":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4243}],"bucketsByHash":{"__isSmartRef__":true,"id":4244},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4243":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4244":{"6296":{"__isSmartRef__":true,"id":4243}},"4245":{"0":"8003","entries":[[{"__isSmartRef__":true,"id":4246},{"__isSmartRef__":true,"id":4247}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4246":{"hash_code":8003,"_name":"d109","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4247":{"hashTable":{"__isSmartRef__":true,"id":4248},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4248":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4249}],"bucketsByHash":{"__isSmartRef__":true,"id":4256},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4249":{"0":"7982","entries":[[{"__isSmartRef__":true,"id":4250},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4250":{"_name":"v7982","_value":0,"hash_code":7982,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4251},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4251":{"hash_code":1155,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4250},"_expression":{"__isSmartRef__":true,"id":4252},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4252":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":4253},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4253":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4254}],"bucketsByHash":{"__isSmartRef__":true,"id":4255},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4254":{"0":"7982","entries":[[{"__isSmartRef__":true,"id":4250},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4255":{"7982":{"__isSmartRef__":true,"id":4254}},"4256":{"7982":{"__isSmartRef__":true,"id":4249}},"4257":{"0":"8004","entries":[[{"__isSmartRef__":true,"id":4258},{"__isSmartRef__":true,"id":4259}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4258":{"hash_code":8004,"_name":"a111","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4259":{"hashTable":{"__isSmartRef__":true,"id":4260},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4260":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4261}],"bucketsByHash":{"__isSmartRef__":true,"id":4262},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4261":{"0":"7982","entries":[[{"__isSmartRef__":true,"id":4250},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4262":{"7982":{"__isSmartRef__":true,"id":4261}},"4263":{"0":"8012","entries":[[{"__isSmartRef__":true,"id":4264},{"__isSmartRef__":true,"id":4265}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4264":{"hash_code":8012,"_name":"em113","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4265":{"hashTable":{"__isSmartRef__":true,"id":4266},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4266":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4267}],"bucketsByHash":{"__isSmartRef__":true,"id":4268},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4267":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4268":{"6296":{"__isSmartRef__":true,"id":4267}},"4269":{"0":"8027","entries":[[{"__isSmartRef__":true,"id":4270},{"__isSmartRef__":true,"id":4271}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4270":{"hash_code":8027,"_name":"d110","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4271":{"hashTable":{"__isSmartRef__":true,"id":4272},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4272":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4273}],"bucketsByHash":{"__isSmartRef__":true,"id":4280},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4273":{"0":"8006","entries":[[{"__isSmartRef__":true,"id":4274},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4274":{"_name":"v8006","_value":0,"hash_code":8006,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4275},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4275":{"hash_code":1159,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4274},"_expression":{"__isSmartRef__":true,"id":4276},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4276":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":4277},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4277":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4278}],"bucketsByHash":{"__isSmartRef__":true,"id":4279},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4278":{"0":"8006","entries":[[{"__isSmartRef__":true,"id":4274},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4279":{"8006":{"__isSmartRef__":true,"id":4278}},"4280":{"8006":{"__isSmartRef__":true,"id":4273}},"4281":{"0":"8028","entries":[[{"__isSmartRef__":true,"id":4282},{"__isSmartRef__":true,"id":4283}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4282":{"hash_code":8028,"_name":"a112","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4283":{"hashTable":{"__isSmartRef__":true,"id":4284},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4284":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4285}],"bucketsByHash":{"__isSmartRef__":true,"id":4286},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4285":{"0":"8006","entries":[[{"__isSmartRef__":true,"id":4274},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4286":{"8006":{"__isSmartRef__":true,"id":4285}},"4287":{"0":"8036","entries":[[{"__isSmartRef__":true,"id":4288},{"__isSmartRef__":true,"id":4289}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4288":{"hash_code":8036,"_name":"em115","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4289":{"hashTable":{"__isSmartRef__":true,"id":4290},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4290":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4291}],"bucketsByHash":{"__isSmartRef__":true,"id":4292},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4291":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4292":{"6296":{"__isSmartRef__":true,"id":4291}},"4293":{"0":"8051","entries":[[{"__isSmartRef__":true,"id":4294},{"__isSmartRef__":true,"id":4295}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4294":{"hash_code":8051,"_name":"d111","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4295":{"hashTable":{"__isSmartRef__":true,"id":4296},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4296":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4297}],"bucketsByHash":{"__isSmartRef__":true,"id":4304},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4297":{"0":"8030","entries":[[{"__isSmartRef__":true,"id":4298},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4298":{"_name":"v8030","_value":0,"hash_code":8030,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4299},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4299":{"hash_code":1163,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4298},"_expression":{"__isSmartRef__":true,"id":4300},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4300":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":4301},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4301":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4302}],"bucketsByHash":{"__isSmartRef__":true,"id":4303},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4302":{"0":"8030","entries":[[{"__isSmartRef__":true,"id":4298},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4303":{"8030":{"__isSmartRef__":true,"id":4302}},"4304":{"8030":{"__isSmartRef__":true,"id":4297}},"4305":{"0":"8052","entries":[[{"__isSmartRef__":true,"id":4306},{"__isSmartRef__":true,"id":4307}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4306":{"hash_code":8052,"_name":"a113","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4307":{"hashTable":{"__isSmartRef__":true,"id":4308},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4308":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4309}],"bucketsByHash":{"__isSmartRef__":true,"id":4310},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4309":{"0":"8030","entries":[[{"__isSmartRef__":true,"id":4298},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4310":{"8030":{"__isSmartRef__":true,"id":4309}},"4311":{"0":"10424","entries":[[{"__isSmartRef__":true,"id":4312},{"__isSmartRef__":true,"id":4313}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4312":{"hash_code":10424,"_name":"em117","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4313":{"hashTable":{"__isSmartRef__":true,"id":4314},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4314":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4315}],"bucketsByHash":{"__isSmartRef__":true,"id":4316},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4315":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4316":{"6296":{"__isSmartRef__":true,"id":4315}},"4317":{"0":"10418","entries":[[{"__isSmartRef__":true,"id":4318},{"__isSmartRef__":true,"id":4324}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4318":{"_name":"v10418","_value":0,"hash_code":10418,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4319},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4319":{"hash_code":1498,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4318},"_expression":{"__isSmartRef__":true,"id":4320},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4320":{"_constant":10,"_terms":{"__isSmartRef__":true,"id":4321},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4321":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4322}],"bucketsByHash":{"__isSmartRef__":true,"id":4323},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4322":{"0":"10418","entries":[[{"__isSmartRef__":true,"id":4318},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4323":{"10418":{"__isSmartRef__":true,"id":4322}},"4324":{"hashTable":{"__isSmartRef__":true,"id":4325},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4325":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4326},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4326":{},"4327":{"0":"10455","entries":[[{"__isSmartRef__":true,"id":4328},{"__isSmartRef__":true,"id":4329}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4328":{"hash_code":10455,"_name":"em119","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4329":{"hashTable":{"__isSmartRef__":true,"id":4330},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4330":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4331}],"bucketsByHash":{"__isSmartRef__":true,"id":4332},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4331":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4332":{"6296":{"__isSmartRef__":true,"id":4331}},"4333":{"0":"10449","entries":[[{"__isSmartRef__":true,"id":4334},{"__isSmartRef__":true,"id":4340}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4334":{"_name":"v10449","_value":0,"hash_code":10449,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4335},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4335":{"hash_code":1503,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4334},"_expression":{"__isSmartRef__":true,"id":4336},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4336":{"_constant":8,"_terms":{"__isSmartRef__":true,"id":4337},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4337":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4338}],"bucketsByHash":{"__isSmartRef__":true,"id":4339},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4338":{"0":"10449","entries":[[{"__isSmartRef__":true,"id":4334},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4339":{"10449":{"__isSmartRef__":true,"id":4338}},"4340":{"hashTable":{"__isSmartRef__":true,"id":4341},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4341":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4342},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4342":{},"4343":{"0":"10486","entries":[[{"__isSmartRef__":true,"id":4344},{"__isSmartRef__":true,"id":4345}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4344":{"hash_code":10486,"_name":"em121","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4345":{"hashTable":{"__isSmartRef__":true,"id":4346},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4346":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4347}],"bucketsByHash":{"__isSmartRef__":true,"id":4348},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4347":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4348":{"6296":{"__isSmartRef__":true,"id":4347}},"4349":{"0":"10480","entries":[[{"__isSmartRef__":true,"id":4350},{"__isSmartRef__":true,"id":4356}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4350":{"_name":"v10480","_value":0,"hash_code":10480,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4351},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4351":{"hash_code":1508,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4350},"_expression":{"__isSmartRef__":true,"id":4352},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4352":{"_constant":6,"_terms":{"__isSmartRef__":true,"id":4353},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4353":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4354}],"bucketsByHash":{"__isSmartRef__":true,"id":4355},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4354":{"0":"10480","entries":[[{"__isSmartRef__":true,"id":4350},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4355":{"10480":{"__isSmartRef__":true,"id":4354}},"4356":{"hashTable":{"__isSmartRef__":true,"id":4357},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4357":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4358},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4358":{},"4359":{"0":"10517","entries":[[{"__isSmartRef__":true,"id":4360},{"__isSmartRef__":true,"id":4361}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4360":{"hash_code":10517,"_name":"em123","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4361":{"hashTable":{"__isSmartRef__":true,"id":4362},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4362":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4363}],"bucketsByHash":{"__isSmartRef__":true,"id":4364},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4363":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4364":{"6296":{"__isSmartRef__":true,"id":4363}},"4365":{"0":"10511","entries":[[{"__isSmartRef__":true,"id":4366},{"__isSmartRef__":true,"id":4372}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4366":{"_name":"v10511","_value":0,"hash_code":10511,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4367},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4367":{"hash_code":1513,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4366},"_expression":{"__isSmartRef__":true,"id":4368},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4368":{"_constant":4,"_terms":{"__isSmartRef__":true,"id":4369},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4369":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4370}],"bucketsByHash":{"__isSmartRef__":true,"id":4371},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4370":{"0":"10511","entries":[[{"__isSmartRef__":true,"id":4366},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4371":{"10511":{"__isSmartRef__":true,"id":4370}},"4372":{"hashTable":{"__isSmartRef__":true,"id":4373},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4373":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4374},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4374":{},"4375":{"0":"10548","entries":[[{"__isSmartRef__":true,"id":4376},{"__isSmartRef__":true,"id":4377}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4376":{"hash_code":10548,"_name":"em125","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4377":{"hashTable":{"__isSmartRef__":true,"id":4378},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4378":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4379}],"bucketsByHash":{"__isSmartRef__":true,"id":4380},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4379":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4380":{"6296":{"__isSmartRef__":true,"id":4379}},"4381":{"0":"10570","entries":[[{"__isSmartRef__":true,"id":4382},{"__isSmartRef__":true,"id":4383}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4382":{"hash_code":10570,"_name":"d121","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4383":{"hashTable":{"__isSmartRef__":true,"id":4384},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4384":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4385}],"bucketsByHash":{"__isSmartRef__":true,"id":4392},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4385":{"0":"10542","entries":[[{"__isSmartRef__":true,"id":4386},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4386":{"_name":"v10542","_value":0,"hash_code":10542,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4387},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4387":{"hash_code":1518,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4386},"_expression":{"__isSmartRef__":true,"id":4388},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4388":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":4389},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4389":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4390}],"bucketsByHash":{"__isSmartRef__":true,"id":4391},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4390":{"0":"10542","entries":[[{"__isSmartRef__":true,"id":4386},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4391":{"10542":{"__isSmartRef__":true,"id":4390}},"4392":{"10542":{"__isSmartRef__":true,"id":4385}},"4393":{"0":"10571","entries":[[{"__isSmartRef__":true,"id":4394},{"__isSmartRef__":true,"id":4395}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4394":{"hash_code":10571,"_name":"a123","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4395":{"hashTable":{"__isSmartRef__":true,"id":4396},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4396":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4397}],"bucketsByHash":{"__isSmartRef__":true,"id":4398},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4397":{"0":"10542","entries":[[{"__isSmartRef__":true,"id":4386},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4398":{"10542":{"__isSmartRef__":true,"id":4397}},"4399":{"0":"10579","entries":[[{"__isSmartRef__":true,"id":4400},{"__isSmartRef__":true,"id":4401}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4400":{"hash_code":10579,"_name":"em127","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4401":{"hashTable":{"__isSmartRef__":true,"id":4402},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4402":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4403}],"bucketsByHash":{"__isSmartRef__":true,"id":4404},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4403":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4404":{"6296":{"__isSmartRef__":true,"id":4403}},"4405":{"0":"10601","entries":[[{"__isSmartRef__":true,"id":4406},{"__isSmartRef__":true,"id":4407}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4406":{"hash_code":10601,"_name":"d123","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4407":{"hashTable":{"__isSmartRef__":true,"id":4408},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4408":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4409}],"bucketsByHash":{"__isSmartRef__":true,"id":4416},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4409":{"0":"10573","entries":[[{"__isSmartRef__":true,"id":4410},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4410":{"_name":"v10573","_value":0,"hash_code":10573,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4411},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4411":{"hash_code":1523,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4410},"_expression":{"__isSmartRef__":true,"id":4412},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4412":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":4413},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4413":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4414}],"bucketsByHash":{"__isSmartRef__":true,"id":4415},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4414":{"0":"10573","entries":[[{"__isSmartRef__":true,"id":4410},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4415":{"10573":{"__isSmartRef__":true,"id":4414}},"4416":{"10573":{"__isSmartRef__":true,"id":4409}},"4417":{"0":"10602","entries":[[{"__isSmartRef__":true,"id":4418},{"__isSmartRef__":true,"id":4419}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4418":{"hash_code":10602,"_name":"a125","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4419":{"hashTable":{"__isSmartRef__":true,"id":4420},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4420":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4421}],"bucketsByHash":{"__isSmartRef__":true,"id":4422},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4421":{"0":"10573","entries":[[{"__isSmartRef__":true,"id":4410},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4422":{"10573":{"__isSmartRef__":true,"id":4421}},"4423":{"0":"10610","entries":[[{"__isSmartRef__":true,"id":4424},{"__isSmartRef__":true,"id":4425}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4424":{"hash_code":10610,"_name":"em129","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4425":{"hashTable":{"__isSmartRef__":true,"id":4426},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4426":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4427}],"bucketsByHash":{"__isSmartRef__":true,"id":4428},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4427":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4428":{"6296":{"__isSmartRef__":true,"id":4427}},"4429":{"0":"10632","entries":[[{"__isSmartRef__":true,"id":4430},{"__isSmartRef__":true,"id":4431}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4430":{"hash_code":10632,"_name":"d125","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4431":{"hashTable":{"__isSmartRef__":true,"id":4432},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4432":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4433}],"bucketsByHash":{"__isSmartRef__":true,"id":4440},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4433":{"0":"10604","entries":[[{"__isSmartRef__":true,"id":4434},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4434":{"_name":"v10604","_value":0,"hash_code":10604,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4435},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4435":{"hash_code":1528,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4434},"_expression":{"__isSmartRef__":true,"id":4436},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4436":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":4437},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4437":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4438}],"bucketsByHash":{"__isSmartRef__":true,"id":4439},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4438":{"0":"10604","entries":[[{"__isSmartRef__":true,"id":4434},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4439":{"10604":{"__isSmartRef__":true,"id":4438}},"4440":{"10604":{"__isSmartRef__":true,"id":4433}},"4441":{"0":"10633","entries":[[{"__isSmartRef__":true,"id":4442},{"__isSmartRef__":true,"id":4443}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4442":{"hash_code":10633,"_name":"a127","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4443":{"hashTable":{"__isSmartRef__":true,"id":4444},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4444":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4445}],"bucketsByHash":{"__isSmartRef__":true,"id":4446},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4445":{"0":"10604","entries":[[{"__isSmartRef__":true,"id":4434},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4446":{"10604":{"__isSmartRef__":true,"id":4445}},"4447":{"0":"10641","entries":[[{"__isSmartRef__":true,"id":4448},{"__isSmartRef__":true,"id":4449}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4448":{"hash_code":10641,"_name":"em131","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4449":{"hashTable":{"__isSmartRef__":true,"id":4450},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4450":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4451}],"bucketsByHash":{"__isSmartRef__":true,"id":4452},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4451":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4452":{"6296":{"__isSmartRef__":true,"id":4451}},"4453":{"0":"10663","entries":[[{"__isSmartRef__":true,"id":4454},{"__isSmartRef__":true,"id":4455}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4454":{"hash_code":10663,"_name":"d127","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4455":{"hashTable":{"__isSmartRef__":true,"id":4456},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4456":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4457}],"bucketsByHash":{"__isSmartRef__":true,"id":4464},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4457":{"0":"10635","entries":[[{"__isSmartRef__":true,"id":4458},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4458":{"_name":"v10635","_value":0,"hash_code":10635,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4459},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4459":{"hash_code":1533,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4458},"_expression":{"__isSmartRef__":true,"id":4460},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4460":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":4461},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4461":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4462}],"bucketsByHash":{"__isSmartRef__":true,"id":4463},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4462":{"0":"10635","entries":[[{"__isSmartRef__":true,"id":4458},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4463":{"10635":{"__isSmartRef__":true,"id":4462}},"4464":{"10635":{"__isSmartRef__":true,"id":4457}},"4465":{"0":"10664","entries":[[{"__isSmartRef__":true,"id":4466},{"__isSmartRef__":true,"id":4467}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4466":{"hash_code":10664,"_name":"a129","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4467":{"hashTable":{"__isSmartRef__":true,"id":4468},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4468":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4469}],"bucketsByHash":{"__isSmartRef__":true,"id":4470},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4469":{"0":"10635","entries":[[{"__isSmartRef__":true,"id":4458},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4470":{"10635":{"__isSmartRef__":true,"id":4469}},"4471":{"0":"10672","entries":[[{"__isSmartRef__":true,"id":4472},{"__isSmartRef__":true,"id":4473}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4472":{"hash_code":10672,"_name":"em133","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4473":{"hashTable":{"__isSmartRef__":true,"id":4474},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4474":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4475}],"bucketsByHash":{"__isSmartRef__":true,"id":4476},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4475":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4476":{"6296":{"__isSmartRef__":true,"id":4475}},"4477":{"0":"10694","entries":[[{"__isSmartRef__":true,"id":4478},{"__isSmartRef__":true,"id":4479}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4478":{"hash_code":10694,"_name":"d129","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4479":{"hashTable":{"__isSmartRef__":true,"id":4480},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4480":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4481}],"bucketsByHash":{"__isSmartRef__":true,"id":4488},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4481":{"0":"10666","entries":[[{"__isSmartRef__":true,"id":4482},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4482":{"_name":"v10666","_value":0,"hash_code":10666,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4483},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4483":{"hash_code":1538,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4482},"_expression":{"__isSmartRef__":true,"id":4484},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4484":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":4485},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4485":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4486}],"bucketsByHash":{"__isSmartRef__":true,"id":4487},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4486":{"0":"10666","entries":[[{"__isSmartRef__":true,"id":4482},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4487":{"10666":{"__isSmartRef__":true,"id":4486}},"4488":{"10666":{"__isSmartRef__":true,"id":4481}},"4489":{"0":"10695","entries":[[{"__isSmartRef__":true,"id":4490},{"__isSmartRef__":true,"id":4491}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4490":{"hash_code":10695,"_name":"a131","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4491":{"hashTable":{"__isSmartRef__":true,"id":4492},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4492":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4493}],"bucketsByHash":{"__isSmartRef__":true,"id":4494},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4493":{"0":"10666","entries":[[{"__isSmartRef__":true,"id":4482},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4494":{"10666":{"__isSmartRef__":true,"id":4493}},"4495":{"0":"10703","entries":[[{"__isSmartRef__":true,"id":4496},{"__isSmartRef__":true,"id":4497}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4496":{"hash_code":10703,"_name":"em135","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4497":{"hashTable":{"__isSmartRef__":true,"id":4498},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4498":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4499}],"bucketsByHash":{"__isSmartRef__":true,"id":4500},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4499":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4500":{"6296":{"__isSmartRef__":true,"id":4499}},"4501":{"0":"10725","entries":[[{"__isSmartRef__":true,"id":4502},{"__isSmartRef__":true,"id":4503}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4502":{"hash_code":10725,"_name":"d131","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4503":{"hashTable":{"__isSmartRef__":true,"id":4504},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4504":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4505}],"bucketsByHash":{"__isSmartRef__":true,"id":4512},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4505":{"0":"10697","entries":[[{"__isSmartRef__":true,"id":4506},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4506":{"_name":"v10697","_value":0,"hash_code":10697,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4507},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4507":{"hash_code":1543,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4506},"_expression":{"__isSmartRef__":true,"id":4508},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4508":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":4509},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4509":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4510}],"bucketsByHash":{"__isSmartRef__":true,"id":4511},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4510":{"0":"10697","entries":[[{"__isSmartRef__":true,"id":4506},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4511":{"10697":{"__isSmartRef__":true,"id":4510}},"4512":{"10697":{"__isSmartRef__":true,"id":4505}},"4513":{"0":"10726","entries":[[{"__isSmartRef__":true,"id":4514},{"__isSmartRef__":true,"id":4515}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4514":{"hash_code":10726,"_name":"a133","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4515":{"hashTable":{"__isSmartRef__":true,"id":4516},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4516":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4517}],"bucketsByHash":{"__isSmartRef__":true,"id":4518},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4517":{"0":"10697","entries":[[{"__isSmartRef__":true,"id":4506},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4518":{"10697":{"__isSmartRef__":true,"id":4517}},"4519":{"0":"10734","entries":[[{"__isSmartRef__":true,"id":4520},{"__isSmartRef__":true,"id":4521}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4520":{"hash_code":10734,"_name":"em137","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4521":{"hashTable":{"__isSmartRef__":true,"id":4522},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4522":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4523}],"bucketsByHash":{"__isSmartRef__":true,"id":4524},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4523":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4524":{"6296":{"__isSmartRef__":true,"id":4523}},"4525":{"0":"10756","entries":[[{"__isSmartRef__":true,"id":4526},{"__isSmartRef__":true,"id":4527}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4526":{"hash_code":10756,"_name":"d133","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4527":{"hashTable":{"__isSmartRef__":true,"id":4528},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4528":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4529}],"bucketsByHash":{"__isSmartRef__":true,"id":4536},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4529":{"0":"10728","entries":[[{"__isSmartRef__":true,"id":4530},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4530":{"_name":"v10728","_value":0,"hash_code":10728,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4531},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4531":{"hash_code":1548,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4530},"_expression":{"__isSmartRef__":true,"id":4532},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4532":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":4533},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4533":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4534}],"bucketsByHash":{"__isSmartRef__":true,"id":4535},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4534":{"0":"10728","entries":[[{"__isSmartRef__":true,"id":4530},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4535":{"10728":{"__isSmartRef__":true,"id":4534}},"4536":{"10728":{"__isSmartRef__":true,"id":4529}},"4537":{"0":"10757","entries":[[{"__isSmartRef__":true,"id":4538},{"__isSmartRef__":true,"id":4539}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4538":{"hash_code":10757,"_name":"a135","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4539":{"hashTable":{"__isSmartRef__":true,"id":4540},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4540":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4541}],"bucketsByHash":{"__isSmartRef__":true,"id":4542},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4541":{"0":"10728","entries":[[{"__isSmartRef__":true,"id":4530},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4542":{"10728":{"__isSmartRef__":true,"id":4541}},"4543":{"0":"10765","entries":[[{"__isSmartRef__":true,"id":4544},{"__isSmartRef__":true,"id":4545}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4544":{"hash_code":10765,"_name":"em139","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4545":{"hashTable":{"__isSmartRef__":true,"id":4546},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4546":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4547}],"bucketsByHash":{"__isSmartRef__":true,"id":4548},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4547":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4548":{"6296":{"__isSmartRef__":true,"id":4547}},"4549":{"0":"10787","entries":[[{"__isSmartRef__":true,"id":4550},{"__isSmartRef__":true,"id":4551}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4550":{"hash_code":10787,"_name":"d135","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4551":{"hashTable":{"__isSmartRef__":true,"id":4552},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4552":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4553}],"bucketsByHash":{"__isSmartRef__":true,"id":4560},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4553":{"0":"10759","entries":[[{"__isSmartRef__":true,"id":4554},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4554":{"_name":"v10759","_value":0,"hash_code":10759,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4555},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4555":{"hash_code":1553,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4554},"_expression":{"__isSmartRef__":true,"id":4556},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4556":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":4557},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4557":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4558}],"bucketsByHash":{"__isSmartRef__":true,"id":4559},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4558":{"0":"10759","entries":[[{"__isSmartRef__":true,"id":4554},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4559":{"10759":{"__isSmartRef__":true,"id":4558}},"4560":{"10759":{"__isSmartRef__":true,"id":4553}},"4561":{"0":"10788","entries":[[{"__isSmartRef__":true,"id":4562},{"__isSmartRef__":true,"id":4563}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4562":{"hash_code":10788,"_name":"a137","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4563":{"hashTable":{"__isSmartRef__":true,"id":4564},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4564":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4565}],"bucketsByHash":{"__isSmartRef__":true,"id":4566},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4565":{"0":"10759","entries":[[{"__isSmartRef__":true,"id":4554},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4566":{"10759":{"__isSmartRef__":true,"id":4565}},"4567":{"0":"10796","entries":[[{"__isSmartRef__":true,"id":4568},{"__isSmartRef__":true,"id":4569}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4568":{"hash_code":10796,"_name":"em141","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4569":{"hashTable":{"__isSmartRef__":true,"id":4570},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4570":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4571}],"bucketsByHash":{"__isSmartRef__":true,"id":4572},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4571":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4572":{"6296":{"__isSmartRef__":true,"id":4571}},"4573":{"0":"10818","entries":[[{"__isSmartRef__":true,"id":4574},{"__isSmartRef__":true,"id":4575}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4574":{"hash_code":10818,"_name":"d137","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4575":{"hashTable":{"__isSmartRef__":true,"id":4576},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4576":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4577}],"bucketsByHash":{"__isSmartRef__":true,"id":4584},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4577":{"0":"10790","entries":[[{"__isSmartRef__":true,"id":4578},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4578":{"_name":"v10790","_value":0,"hash_code":10790,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4579},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4579":{"hash_code":1558,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4578},"_expression":{"__isSmartRef__":true,"id":4580},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4580":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":4581},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4581":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4582}],"bucketsByHash":{"__isSmartRef__":true,"id":4583},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4582":{"0":"10790","entries":[[{"__isSmartRef__":true,"id":4578},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4583":{"10790":{"__isSmartRef__":true,"id":4582}},"4584":{"10790":{"__isSmartRef__":true,"id":4577}},"4585":{"0":"10819","entries":[[{"__isSmartRef__":true,"id":4586},{"__isSmartRef__":true,"id":4587}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4586":{"hash_code":10819,"_name":"a139","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4587":{"hashTable":{"__isSmartRef__":true,"id":4588},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4588":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4589}],"bucketsByHash":{"__isSmartRef__":true,"id":4590},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4589":{"0":"10790","entries":[[{"__isSmartRef__":true,"id":4578},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4590":{"10790":{"__isSmartRef__":true,"id":4589}},"4591":{"0":"10827","entries":[[{"__isSmartRef__":true,"id":4592},{"__isSmartRef__":true,"id":4593}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4592":{"hash_code":10827,"_name":"em143","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4593":{"hashTable":{"__isSmartRef__":true,"id":4594},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4594":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4595}],"bucketsByHash":{"__isSmartRef__":true,"id":4596},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4595":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4596":{"6296":{"__isSmartRef__":true,"id":4595}},"4597":{"0":"10849","entries":[[{"__isSmartRef__":true,"id":4598},{"__isSmartRef__":true,"id":4599}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4598":{"hash_code":10849,"_name":"d139","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4599":{"hashTable":{"__isSmartRef__":true,"id":4600},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4600":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4601}],"bucketsByHash":{"__isSmartRef__":true,"id":4608},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4601":{"0":"10821","entries":[[{"__isSmartRef__":true,"id":4602},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4602":{"_name":"v10821","_value":0,"hash_code":10821,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4603},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4603":{"hash_code":1563,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4602},"_expression":{"__isSmartRef__":true,"id":4604},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4604":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":4605},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4605":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4606}],"bucketsByHash":{"__isSmartRef__":true,"id":4607},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4606":{"0":"10821","entries":[[{"__isSmartRef__":true,"id":4602},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4607":{"10821":{"__isSmartRef__":true,"id":4606}},"4608":{"10821":{"__isSmartRef__":true,"id":4601}},"4609":{"0":"10850","entries":[[{"__isSmartRef__":true,"id":4610},{"__isSmartRef__":true,"id":4611}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4610":{"hash_code":10850,"_name":"a141","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4611":{"hashTable":{"__isSmartRef__":true,"id":4612},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4612":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4613}],"bucketsByHash":{"__isSmartRef__":true,"id":4614},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4613":{"0":"10821","entries":[[{"__isSmartRef__":true,"id":4602},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4614":{"10821":{"__isSmartRef__":true,"id":4613}},"4615":{"0":"10858","entries":[[{"__isSmartRef__":true,"id":4616},{"__isSmartRef__":true,"id":4617}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4616":{"hash_code":10858,"_name":"em145","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4617":{"hashTable":{"__isSmartRef__":true,"id":4618},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4618":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4619}],"bucketsByHash":{"__isSmartRef__":true,"id":4620},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4619":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4620":{"6296":{"__isSmartRef__":true,"id":4619}},"4621":{"0":"10852","entries":[[{"__isSmartRef__":true,"id":4622},{"__isSmartRef__":true,"id":4628}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4622":{"_name":"v10852","_value":0,"hash_code":10852,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4623},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4623":{"hash_code":1568,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4622},"_expression":{"__isSmartRef__":true,"id":4624},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4624":{"_constant":20,"_terms":{"__isSmartRef__":true,"id":4625},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4625":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4626}],"bucketsByHash":{"__isSmartRef__":true,"id":4627},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4626":{"0":"10852","entries":[[{"__isSmartRef__":true,"id":4622},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4627":{"10852":{"__isSmartRef__":true,"id":4626}},"4628":{"hashTable":{"__isSmartRef__":true,"id":4629},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4629":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4630},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4630":{},"4631":{"0":"10889","entries":[[{"__isSmartRef__":true,"id":4632},{"__isSmartRef__":true,"id":4633}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4632":{"hash_code":10889,"_name":"em147","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4633":{"hashTable":{"__isSmartRef__":true,"id":4634},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4634":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4635}],"bucketsByHash":{"__isSmartRef__":true,"id":4636},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4635":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4636":{"6296":{"__isSmartRef__":true,"id":4635}},"4637":{"0":"10883","entries":[[{"__isSmartRef__":true,"id":4638},{"__isSmartRef__":true,"id":4644}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4638":{"_name":"v10883","_value":0,"hash_code":10883,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4639},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4639":{"hash_code":1573,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4638},"_expression":{"__isSmartRef__":true,"id":4640},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4640":{"_constant":18,"_terms":{"__isSmartRef__":true,"id":4641},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4641":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4642}],"bucketsByHash":{"__isSmartRef__":true,"id":4643},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4642":{"0":"10883","entries":[[{"__isSmartRef__":true,"id":4638},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4643":{"10883":{"__isSmartRef__":true,"id":4642}},"4644":{"hashTable":{"__isSmartRef__":true,"id":4645},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4645":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4646},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4646":{},"4647":{"0":"10920","entries":[[{"__isSmartRef__":true,"id":4648},{"__isSmartRef__":true,"id":4649}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4648":{"hash_code":10920,"_name":"em149","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4649":{"hashTable":{"__isSmartRef__":true,"id":4650},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4650":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4651}],"bucketsByHash":{"__isSmartRef__":true,"id":4652},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4651":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4652":{"6296":{"__isSmartRef__":true,"id":4651}},"4653":{"0":"10914","entries":[[{"__isSmartRef__":true,"id":4654},{"__isSmartRef__":true,"id":4660}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4654":{"_name":"v10914","_value":0,"hash_code":10914,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4655},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4655":{"hash_code":1578,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4654},"_expression":{"__isSmartRef__":true,"id":4656},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4656":{"_constant":16,"_terms":{"__isSmartRef__":true,"id":4657},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4657":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4658}],"bucketsByHash":{"__isSmartRef__":true,"id":4659},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4658":{"0":"10914","entries":[[{"__isSmartRef__":true,"id":4654},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4659":{"10914":{"__isSmartRef__":true,"id":4658}},"4660":{"hashTable":{"__isSmartRef__":true,"id":4661},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4661":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4662},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4662":{},"4663":{"0":"10951","entries":[[{"__isSmartRef__":true,"id":4664},{"__isSmartRef__":true,"id":4665}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4664":{"hash_code":10951,"_name":"em151","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4665":{"hashTable":{"__isSmartRef__":true,"id":4666},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4666":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4667}],"bucketsByHash":{"__isSmartRef__":true,"id":4668},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4667":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4668":{"6296":{"__isSmartRef__":true,"id":4667}},"4669":{"0":"10945","entries":[[{"__isSmartRef__":true,"id":4670},{"__isSmartRef__":true,"id":4676}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4670":{"_name":"v10945","_value":0,"hash_code":10945,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4671},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4671":{"hash_code":1583,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4670},"_expression":{"__isSmartRef__":true,"id":4672},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4672":{"_constant":14,"_terms":{"__isSmartRef__":true,"id":4673},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4673":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4674}],"bucketsByHash":{"__isSmartRef__":true,"id":4675},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4674":{"0":"10945","entries":[[{"__isSmartRef__":true,"id":4670},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4675":{"10945":{"__isSmartRef__":true,"id":4674}},"4676":{"hashTable":{"__isSmartRef__":true,"id":4677},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4677":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4678},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4678":{},"4679":{"0":"10982","entries":[[{"__isSmartRef__":true,"id":4680},{"__isSmartRef__":true,"id":4681}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4680":{"hash_code":10982,"_name":"em153","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4681":{"hashTable":{"__isSmartRef__":true,"id":4682},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4682":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4683}],"bucketsByHash":{"__isSmartRef__":true,"id":4684},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4683":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4684":{"6296":{"__isSmartRef__":true,"id":4683}},"4685":{"0":"10976","entries":[[{"__isSmartRef__":true,"id":4686},{"__isSmartRef__":true,"id":4692}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4686":{"_name":"v10976","_value":0,"hash_code":10976,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4687},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4687":{"hash_code":1588,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4686},"_expression":{"__isSmartRef__":true,"id":4688},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4688":{"_constant":12,"_terms":{"__isSmartRef__":true,"id":4689},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4689":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4690}],"bucketsByHash":{"__isSmartRef__":true,"id":4691},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4690":{"0":"10976","entries":[[{"__isSmartRef__":true,"id":4686},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4691":{"10976":{"__isSmartRef__":true,"id":4690}},"4692":{"hashTable":{"__isSmartRef__":true,"id":4693},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4693":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4694},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4694":{},"4695":{"0":"11013","entries":[[{"__isSmartRef__":true,"id":4696},{"__isSmartRef__":true,"id":4697}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4696":{"hash_code":11013,"_name":"em155","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4697":{"hashTable":{"__isSmartRef__":true,"id":4698},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4698":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4699}],"bucketsByHash":{"__isSmartRef__":true,"id":4700},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4699":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4700":{"6296":{"__isSmartRef__":true,"id":4699}},"4701":{"0":"11007","entries":[[{"__isSmartRef__":true,"id":4702},{"__isSmartRef__":true,"id":4708}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4702":{"_name":"v11007","_value":0,"hash_code":11007,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4703},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4703":{"hash_code":1593,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4702},"_expression":{"__isSmartRef__":true,"id":4704},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4704":{"_constant":10,"_terms":{"__isSmartRef__":true,"id":4705},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4705":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4706}],"bucketsByHash":{"__isSmartRef__":true,"id":4707},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4706":{"0":"11007","entries":[[{"__isSmartRef__":true,"id":4702},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4707":{"11007":{"__isSmartRef__":true,"id":4706}},"4708":{"hashTable":{"__isSmartRef__":true,"id":4709},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4709":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4710},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4710":{},"4711":{"0":"11044","entries":[[{"__isSmartRef__":true,"id":4712},{"__isSmartRef__":true,"id":4713}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4712":{"hash_code":11044,"_name":"em157","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4713":{"hashTable":{"__isSmartRef__":true,"id":4714},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4714":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4715}],"bucketsByHash":{"__isSmartRef__":true,"id":4716},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4715":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4716":{"6296":{"__isSmartRef__":true,"id":4715}},"4717":{"0":"11038","entries":[[{"__isSmartRef__":true,"id":4718},{"__isSmartRef__":true,"id":4724}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4718":{"_name":"v11038","_value":0,"hash_code":11038,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4719},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4719":{"hash_code":1598,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4718},"_expression":{"__isSmartRef__":true,"id":4720},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4720":{"_constant":8,"_terms":{"__isSmartRef__":true,"id":4721},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4721":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4722}],"bucketsByHash":{"__isSmartRef__":true,"id":4723},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4722":{"0":"11038","entries":[[{"__isSmartRef__":true,"id":4718},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4723":{"11038":{"__isSmartRef__":true,"id":4722}},"4724":{"hashTable":{"__isSmartRef__":true,"id":4725},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4725":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4726},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4726":{},"4727":{"0":"11075","entries":[[{"__isSmartRef__":true,"id":4728},{"__isSmartRef__":true,"id":4729}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4728":{"hash_code":11075,"_name":"em159","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4729":{"hashTable":{"__isSmartRef__":true,"id":4730},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4730":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4731}],"bucketsByHash":{"__isSmartRef__":true,"id":4732},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4731":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4732":{"6296":{"__isSmartRef__":true,"id":4731}},"4733":{"0":"11069","entries":[[{"__isSmartRef__":true,"id":4734},{"__isSmartRef__":true,"id":4740}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4734":{"_name":"v11069","_value":0,"hash_code":11069,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4735},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4735":{"hash_code":1603,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4734},"_expression":{"__isSmartRef__":true,"id":4736},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4736":{"_constant":6,"_terms":{"__isSmartRef__":true,"id":4737},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4737":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4738}],"bucketsByHash":{"__isSmartRef__":true,"id":4739},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4738":{"0":"11069","entries":[[{"__isSmartRef__":true,"id":4734},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4739":{"11069":{"__isSmartRef__":true,"id":4738}},"4740":{"hashTable":{"__isSmartRef__":true,"id":4741},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4741":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4742},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4742":{},"4743":{"0":"11106","entries":[[{"__isSmartRef__":true,"id":4744},{"__isSmartRef__":true,"id":4745}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4744":{"hash_code":11106,"_name":"em161","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4745":{"hashTable":{"__isSmartRef__":true,"id":4746},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4746":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4747}],"bucketsByHash":{"__isSmartRef__":true,"id":4748},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4747":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4748":{"6296":{"__isSmartRef__":true,"id":4747}},"4749":{"0":"11100","entries":[[{"__isSmartRef__":true,"id":4750},{"__isSmartRef__":true,"id":4756}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4750":{"_name":"v11100","_value":0,"hash_code":11100,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4751},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4751":{"hash_code":1608,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4750},"_expression":{"__isSmartRef__":true,"id":4752},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4752":{"_constant":4,"_terms":{"__isSmartRef__":true,"id":4753},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4753":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4754}],"bucketsByHash":{"__isSmartRef__":true,"id":4755},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4754":{"0":"11100","entries":[[{"__isSmartRef__":true,"id":4750},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4755":{"11100":{"__isSmartRef__":true,"id":4754}},"4756":{"hashTable":{"__isSmartRef__":true,"id":4757},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4757":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":4758},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4758":{},"4759":{"0":"11137","entries":[[{"__isSmartRef__":true,"id":4760},{"__isSmartRef__":true,"id":4761}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4760":{"hash_code":11137,"_name":"em163","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4761":{"hashTable":{"__isSmartRef__":true,"id":4762},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4762":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4763}],"bucketsByHash":{"__isSmartRef__":true,"id":4764},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4763":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4764":{"6296":{"__isSmartRef__":true,"id":4763}},"4765":{"0":"11159","entries":[[{"__isSmartRef__":true,"id":4766},{"__isSmartRef__":true,"id":4767}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4766":{"hash_code":11159,"_name":"d159","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4767":{"hashTable":{"__isSmartRef__":true,"id":4768},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4768":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4769}],"bucketsByHash":{"__isSmartRef__":true,"id":4776},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4769":{"0":"11131","entries":[[{"__isSmartRef__":true,"id":4770},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4770":{"_name":"v11131","_value":0,"hash_code":11131,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4771},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4771":{"hash_code":1613,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4770},"_expression":{"__isSmartRef__":true,"id":4772},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4772":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":4773},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4773":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4774}],"bucketsByHash":{"__isSmartRef__":true,"id":4775},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4774":{"0":"11131","entries":[[{"__isSmartRef__":true,"id":4770},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4775":{"11131":{"__isSmartRef__":true,"id":4774}},"4776":{"11131":{"__isSmartRef__":true,"id":4769}},"4777":{"0":"11160","entries":[[{"__isSmartRef__":true,"id":4778},{"__isSmartRef__":true,"id":4779}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4778":{"hash_code":11160,"_name":"a161","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4779":{"hashTable":{"__isSmartRef__":true,"id":4780},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4780":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4781}],"bucketsByHash":{"__isSmartRef__":true,"id":4782},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4781":{"0":"11131","entries":[[{"__isSmartRef__":true,"id":4770},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4782":{"11131":{"__isSmartRef__":true,"id":4781}},"4783":{"0":"11168","entries":[[{"__isSmartRef__":true,"id":4784},{"__isSmartRef__":true,"id":4785}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4784":{"hash_code":11168,"_name":"em165","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4785":{"hashTable":{"__isSmartRef__":true,"id":4786},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4786":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4787}],"bucketsByHash":{"__isSmartRef__":true,"id":4788},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4787":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4788":{"6296":{"__isSmartRef__":true,"id":4787}},"4789":{"0":"11190","entries":[[{"__isSmartRef__":true,"id":4790},{"__isSmartRef__":true,"id":4791}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4790":{"hash_code":11190,"_name":"d161","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4791":{"hashTable":{"__isSmartRef__":true,"id":4792},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4792":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4793}],"bucketsByHash":{"__isSmartRef__":true,"id":4800},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4793":{"0":"11162","entries":[[{"__isSmartRef__":true,"id":4794},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4794":{"_name":"v11162","_value":0,"hash_code":11162,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4795},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4795":{"hash_code":1618,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4794},"_expression":{"__isSmartRef__":true,"id":4796},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4796":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":4797},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4797":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4798}],"bucketsByHash":{"__isSmartRef__":true,"id":4799},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4798":{"0":"11162","entries":[[{"__isSmartRef__":true,"id":4794},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4799":{"11162":{"__isSmartRef__":true,"id":4798}},"4800":{"11162":{"__isSmartRef__":true,"id":4793}},"4801":{"0":"11191","entries":[[{"__isSmartRef__":true,"id":4802},{"__isSmartRef__":true,"id":4803}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4802":{"hash_code":11191,"_name":"a163","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4803":{"hashTable":{"__isSmartRef__":true,"id":4804},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4804":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4805}],"bucketsByHash":{"__isSmartRef__":true,"id":4806},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4805":{"0":"11162","entries":[[{"__isSmartRef__":true,"id":4794},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4806":{"11162":{"__isSmartRef__":true,"id":4805}},"4807":{"0":"11199","entries":[[{"__isSmartRef__":true,"id":4808},{"__isSmartRef__":true,"id":4809}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4808":{"hash_code":11199,"_name":"em167","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4809":{"hashTable":{"__isSmartRef__":true,"id":4810},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4810":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4811}],"bucketsByHash":{"__isSmartRef__":true,"id":4812},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4811":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4812":{"6296":{"__isSmartRef__":true,"id":4811}},"4813":{"0":"11221","entries":[[{"__isSmartRef__":true,"id":4814},{"__isSmartRef__":true,"id":4815}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4814":{"hash_code":11221,"_name":"d163","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4815":{"hashTable":{"__isSmartRef__":true,"id":4816},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4816":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4817}],"bucketsByHash":{"__isSmartRef__":true,"id":4824},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4817":{"0":"11193","entries":[[{"__isSmartRef__":true,"id":4818},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4818":{"_name":"v11193","_value":0,"hash_code":11193,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4819},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4819":{"hash_code":1623,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4818},"_expression":{"__isSmartRef__":true,"id":4820},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4820":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":4821},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4821":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4822}],"bucketsByHash":{"__isSmartRef__":true,"id":4823},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4822":{"0":"11193","entries":[[{"__isSmartRef__":true,"id":4818},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4823":{"11193":{"__isSmartRef__":true,"id":4822}},"4824":{"11193":{"__isSmartRef__":true,"id":4817}},"4825":{"0":"11222","entries":[[{"__isSmartRef__":true,"id":4826},{"__isSmartRef__":true,"id":4827}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4826":{"hash_code":11222,"_name":"a165","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4827":{"hashTable":{"__isSmartRef__":true,"id":4828},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4828":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4829}],"bucketsByHash":{"__isSmartRef__":true,"id":4830},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4829":{"0":"11193","entries":[[{"__isSmartRef__":true,"id":4818},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4830":{"11193":{"__isSmartRef__":true,"id":4829}},"4831":{"0":"11230","entries":[[{"__isSmartRef__":true,"id":4832},{"__isSmartRef__":true,"id":4833}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4832":{"hash_code":11230,"_name":"em169","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4833":{"hashTable":{"__isSmartRef__":true,"id":4834},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4834":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4835}],"bucketsByHash":{"__isSmartRef__":true,"id":4836},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4835":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4836":{"6296":{"__isSmartRef__":true,"id":4835}},"4837":{"0":"11252","entries":[[{"__isSmartRef__":true,"id":4838},{"__isSmartRef__":true,"id":4839}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4838":{"hash_code":11252,"_name":"d165","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4839":{"hashTable":{"__isSmartRef__":true,"id":4840},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4840":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4841}],"bucketsByHash":{"__isSmartRef__":true,"id":4848},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4841":{"0":"11224","entries":[[{"__isSmartRef__":true,"id":4842},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4842":{"_name":"v11224","_value":0,"hash_code":11224,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4843},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4843":{"hash_code":1628,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4842},"_expression":{"__isSmartRef__":true,"id":4844},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4844":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":4845},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4845":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4846}],"bucketsByHash":{"__isSmartRef__":true,"id":4847},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4846":{"0":"11224","entries":[[{"__isSmartRef__":true,"id":4842},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4847":{"11224":{"__isSmartRef__":true,"id":4846}},"4848":{"11224":{"__isSmartRef__":true,"id":4841}},"4849":{"0":"11253","entries":[[{"__isSmartRef__":true,"id":4850},{"__isSmartRef__":true,"id":4851}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4850":{"hash_code":11253,"_name":"a167","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4851":{"hashTable":{"__isSmartRef__":true,"id":4852},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4852":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4853}],"bucketsByHash":{"__isSmartRef__":true,"id":4854},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4853":{"0":"11224","entries":[[{"__isSmartRef__":true,"id":4842},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4854":{"11224":{"__isSmartRef__":true,"id":4853}},"4855":{"0":"11261","entries":[[{"__isSmartRef__":true,"id":4856},{"__isSmartRef__":true,"id":4857}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4856":{"hash_code":11261,"_name":"em171","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4857":{"hashTable":{"__isSmartRef__":true,"id":4858},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4858":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4859}],"bucketsByHash":{"__isSmartRef__":true,"id":4860},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4859":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4860":{"6296":{"__isSmartRef__":true,"id":4859}},"4861":{"0":"11283","entries":[[{"__isSmartRef__":true,"id":4862},{"__isSmartRef__":true,"id":4863}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4862":{"hash_code":11283,"_name":"d167","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4863":{"hashTable":{"__isSmartRef__":true,"id":4864},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4864":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4865}],"bucketsByHash":{"__isSmartRef__":true,"id":4872},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4865":{"0":"11255","entries":[[{"__isSmartRef__":true,"id":4866},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4866":{"_name":"v11255","_value":0,"hash_code":11255,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4867},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4867":{"hash_code":1633,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4866},"_expression":{"__isSmartRef__":true,"id":4868},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4868":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":4869},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4869":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4870}],"bucketsByHash":{"__isSmartRef__":true,"id":4871},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4870":{"0":"11255","entries":[[{"__isSmartRef__":true,"id":4866},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4871":{"11255":{"__isSmartRef__":true,"id":4870}},"4872":{"11255":{"__isSmartRef__":true,"id":4865}},"4873":{"0":"11284","entries":[[{"__isSmartRef__":true,"id":4874},{"__isSmartRef__":true,"id":4875}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4874":{"hash_code":11284,"_name":"a169","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4875":{"hashTable":{"__isSmartRef__":true,"id":4876},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4876":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4877}],"bucketsByHash":{"__isSmartRef__":true,"id":4878},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4877":{"0":"11255","entries":[[{"__isSmartRef__":true,"id":4866},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4878":{"11255":{"__isSmartRef__":true,"id":4877}},"4879":{"0":"11292","entries":[[{"__isSmartRef__":true,"id":4880},{"__isSmartRef__":true,"id":4881}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4880":{"hash_code":11292,"_name":"em173","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4881":{"hashTable":{"__isSmartRef__":true,"id":4882},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4882":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4883}],"bucketsByHash":{"__isSmartRef__":true,"id":4884},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4883":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4884":{"6296":{"__isSmartRef__":true,"id":4883}},"4885":{"0":"11314","entries":[[{"__isSmartRef__":true,"id":4886},{"__isSmartRef__":true,"id":4887}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4886":{"hash_code":11314,"_name":"d169","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4887":{"hashTable":{"__isSmartRef__":true,"id":4888},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4888":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4889}],"bucketsByHash":{"__isSmartRef__":true,"id":4896},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4889":{"0":"11286","entries":[[{"__isSmartRef__":true,"id":4890},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4890":{"_name":"v11286","_value":0,"hash_code":11286,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4891},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4891":{"hash_code":1638,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4890},"_expression":{"__isSmartRef__":true,"id":4892},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4892":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":4893},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4893":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4894}],"bucketsByHash":{"__isSmartRef__":true,"id":4895},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4894":{"0":"11286","entries":[[{"__isSmartRef__":true,"id":4890},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4895":{"11286":{"__isSmartRef__":true,"id":4894}},"4896":{"11286":{"__isSmartRef__":true,"id":4889}},"4897":{"0":"11315","entries":[[{"__isSmartRef__":true,"id":4898},{"__isSmartRef__":true,"id":4899}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4898":{"hash_code":11315,"_name":"a171","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4899":{"hashTable":{"__isSmartRef__":true,"id":4900},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4900":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4901}],"bucketsByHash":{"__isSmartRef__":true,"id":4902},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4901":{"0":"11286","entries":[[{"__isSmartRef__":true,"id":4890},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4902":{"11286":{"__isSmartRef__":true,"id":4901}},"4903":{"0":"11323","entries":[[{"__isSmartRef__":true,"id":4904},{"__isSmartRef__":true,"id":4905}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4904":{"hash_code":11323,"_name":"em175","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4905":{"hashTable":{"__isSmartRef__":true,"id":4906},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4906":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4907}],"bucketsByHash":{"__isSmartRef__":true,"id":4908},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4907":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4908":{"6296":{"__isSmartRef__":true,"id":4907}},"4909":{"0":"11345","entries":[[{"__isSmartRef__":true,"id":4910},{"__isSmartRef__":true,"id":4911}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4910":{"hash_code":11345,"_name":"d171","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4911":{"hashTable":{"__isSmartRef__":true,"id":4912},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4912":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4913}],"bucketsByHash":{"__isSmartRef__":true,"id":4920},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4913":{"0":"11317","entries":[[{"__isSmartRef__":true,"id":4914},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4914":{"_name":"v11317","_value":0,"hash_code":11317,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4915},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4915":{"hash_code":1643,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4914},"_expression":{"__isSmartRef__":true,"id":4916},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4916":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":4917},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4917":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4918}],"bucketsByHash":{"__isSmartRef__":true,"id":4919},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4918":{"0":"11317","entries":[[{"__isSmartRef__":true,"id":4914},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4919":{"11317":{"__isSmartRef__":true,"id":4918}},"4920":{"11317":{"__isSmartRef__":true,"id":4913}},"4921":{"0":"11346","entries":[[{"__isSmartRef__":true,"id":4922},{"__isSmartRef__":true,"id":4923}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4922":{"hash_code":11346,"_name":"a173","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4923":{"hashTable":{"__isSmartRef__":true,"id":4924},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4924":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4925}],"bucketsByHash":{"__isSmartRef__":true,"id":4926},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4925":{"0":"11317","entries":[[{"__isSmartRef__":true,"id":4914},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4926":{"11317":{"__isSmartRef__":true,"id":4925}},"4927":{"0":"11354","entries":[[{"__isSmartRef__":true,"id":4928},{"__isSmartRef__":true,"id":4929}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4928":{"hash_code":11354,"_name":"em177","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4929":{"hashTable":{"__isSmartRef__":true,"id":4930},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4930":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4931}],"bucketsByHash":{"__isSmartRef__":true,"id":4932},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4931":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4932":{"6296":{"__isSmartRef__":true,"id":4931}},"4933":{"0":"11376","entries":[[{"__isSmartRef__":true,"id":4934},{"__isSmartRef__":true,"id":4935}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4934":{"hash_code":11376,"_name":"d173","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4935":{"hashTable":{"__isSmartRef__":true,"id":4936},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4936":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4937}],"bucketsByHash":{"__isSmartRef__":true,"id":4944},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4937":{"0":"11348","entries":[[{"__isSmartRef__":true,"id":4938},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4938":{"_name":"v11348","_value":0,"hash_code":11348,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4939},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4939":{"hash_code":1648,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4938},"_expression":{"__isSmartRef__":true,"id":4940},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4940":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":4941},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4941":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4942}],"bucketsByHash":{"__isSmartRef__":true,"id":4943},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4942":{"0":"11348","entries":[[{"__isSmartRef__":true,"id":4938},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4943":{"11348":{"__isSmartRef__":true,"id":4942}},"4944":{"11348":{"__isSmartRef__":true,"id":4937}},"4945":{"0":"11377","entries":[[{"__isSmartRef__":true,"id":4946},{"__isSmartRef__":true,"id":4947}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4946":{"hash_code":11377,"_name":"a175","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4947":{"hashTable":{"__isSmartRef__":true,"id":4948},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4948":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4949}],"bucketsByHash":{"__isSmartRef__":true,"id":4950},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4949":{"0":"11348","entries":[[{"__isSmartRef__":true,"id":4938},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4950":{"11348":{"__isSmartRef__":true,"id":4949}},"4951":{"0":"11385","entries":[[{"__isSmartRef__":true,"id":4952},{"__isSmartRef__":true,"id":4953}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4952":{"hash_code":11385,"_name":"em179","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4953":{"hashTable":{"__isSmartRef__":true,"id":4954},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4954":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4955}],"bucketsByHash":{"__isSmartRef__":true,"id":4956},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4955":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4956":{"6296":{"__isSmartRef__":true,"id":4955}},"4957":{"0":"11407","entries":[[{"__isSmartRef__":true,"id":4958},{"__isSmartRef__":true,"id":4959}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4958":{"hash_code":11407,"_name":"d175","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4959":{"hashTable":{"__isSmartRef__":true,"id":4960},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4960":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4961}],"bucketsByHash":{"__isSmartRef__":true,"id":4968},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4961":{"0":"11379","entries":[[{"__isSmartRef__":true,"id":4962},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4962":{"_name":"v11379","_value":0,"hash_code":11379,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4963},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4963":{"hash_code":1653,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4962},"_expression":{"__isSmartRef__":true,"id":4964},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4964":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":4965},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4965":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4966}],"bucketsByHash":{"__isSmartRef__":true,"id":4967},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4966":{"0":"11379","entries":[[{"__isSmartRef__":true,"id":4962},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4967":{"11379":{"__isSmartRef__":true,"id":4966}},"4968":{"11379":{"__isSmartRef__":true,"id":4961}},"4969":{"0":"11408","entries":[[{"__isSmartRef__":true,"id":4970},{"__isSmartRef__":true,"id":4971}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4970":{"hash_code":11408,"_name":"a177","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4971":{"hashTable":{"__isSmartRef__":true,"id":4972},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4972":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4973}],"bucketsByHash":{"__isSmartRef__":true,"id":4974},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4973":{"0":"11379","entries":[[{"__isSmartRef__":true,"id":4962},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4974":{"11379":{"__isSmartRef__":true,"id":4973}},"4975":{"0":"11416","entries":[[{"__isSmartRef__":true,"id":4976},{"__isSmartRef__":true,"id":4977}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4976":{"hash_code":11416,"_name":"em181","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4977":{"hashTable":{"__isSmartRef__":true,"id":4978},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4978":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4979}],"bucketsByHash":{"__isSmartRef__":true,"id":4980},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4979":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4980":{"6296":{"__isSmartRef__":true,"id":4979}},"4981":{"0":"11438","entries":[[{"__isSmartRef__":true,"id":4982},{"__isSmartRef__":true,"id":4983}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4982":{"hash_code":11438,"_name":"d177","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4983":{"hashTable":{"__isSmartRef__":true,"id":4984},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4984":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4985}],"bucketsByHash":{"__isSmartRef__":true,"id":4992},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4985":{"0":"11410","entries":[[{"__isSmartRef__":true,"id":4986},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4986":{"_name":"v11410","_value":0,"hash_code":11410,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":4987},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4987":{"hash_code":1658,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":4986},"_expression":{"__isSmartRef__":true,"id":4988},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4988":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":4989},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4989":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4990}],"bucketsByHash":{"__isSmartRef__":true,"id":4991},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4990":{"0":"11410","entries":[[{"__isSmartRef__":true,"id":4986},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4991":{"11410":{"__isSmartRef__":true,"id":4990}},"4992":{"11410":{"__isSmartRef__":true,"id":4985}},"4993":{"0":"11439","entries":[[{"__isSmartRef__":true,"id":4994},{"__isSmartRef__":true,"id":4995}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4994":{"hash_code":11439,"_name":"a179","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"4995":{"hashTable":{"__isSmartRef__":true,"id":4996},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"4996":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":4997}],"bucketsByHash":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4997":{"0":"11410","entries":[[{"__isSmartRef__":true,"id":4986},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"4998":{"11410":{"__isSmartRef__":true,"id":4997}},"4999":{"0":"11447","entries":[[{"__isSmartRef__":true,"id":5000},{"__isSmartRef__":true,"id":5001}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5000":{"hash_code":11447,"_name":"em183","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5001":{"hashTable":{"__isSmartRef__":true,"id":5002},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5002":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5003}],"bucketsByHash":{"__isSmartRef__":true,"id":5004},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5003":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5004":{"6296":{"__isSmartRef__":true,"id":5003}},"5005":{"0":"11469","entries":[[{"__isSmartRef__":true,"id":5006},{"__isSmartRef__":true,"id":5007}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5006":{"hash_code":11469,"_name":"d179","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5007":{"hashTable":{"__isSmartRef__":true,"id":5008},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5008":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5009}],"bucketsByHash":{"__isSmartRef__":true,"id":5016},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5009":{"0":"11441","entries":[[{"__isSmartRef__":true,"id":5010},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5010":{"_name":"v11441","_value":0,"hash_code":11441,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5011},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5011":{"hash_code":1663,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5010},"_expression":{"__isSmartRef__":true,"id":5012},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5012":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":5013},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5013":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5014}],"bucketsByHash":{"__isSmartRef__":true,"id":5015},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5014":{"0":"11441","entries":[[{"__isSmartRef__":true,"id":5010},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5015":{"11441":{"__isSmartRef__":true,"id":5014}},"5016":{"11441":{"__isSmartRef__":true,"id":5009}},"5017":{"0":"11470","entries":[[{"__isSmartRef__":true,"id":5018},{"__isSmartRef__":true,"id":5019}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5018":{"hash_code":11470,"_name":"a181","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5019":{"hashTable":{"__isSmartRef__":true,"id":5020},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5020":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5021}],"bucketsByHash":{"__isSmartRef__":true,"id":5022},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5021":{"0":"11441","entries":[[{"__isSmartRef__":true,"id":5010},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5022":{"11441":{"__isSmartRef__":true,"id":5021}},"5023":{"0":"11478","entries":[[{"__isSmartRef__":true,"id":5024},{"__isSmartRef__":true,"id":5025}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5024":{"hash_code":11478,"_name":"em185","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5025":{"hashTable":{"__isSmartRef__":true,"id":5026},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5026":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5027}],"bucketsByHash":{"__isSmartRef__":true,"id":5028},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5027":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5028":{"6296":{"__isSmartRef__":true,"id":5027}},"5029":{"0":"11500","entries":[[{"__isSmartRef__":true,"id":5030},{"__isSmartRef__":true,"id":5031}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5030":{"hash_code":11500,"_name":"d181","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5031":{"hashTable":{"__isSmartRef__":true,"id":5032},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5032":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5033}],"bucketsByHash":{"__isSmartRef__":true,"id":5040},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5033":{"0":"11472","entries":[[{"__isSmartRef__":true,"id":5034},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5034":{"_name":"v11472","_value":0,"hash_code":11472,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5035},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5035":{"hash_code":1668,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5034},"_expression":{"__isSmartRef__":true,"id":5036},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5036":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":5037},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5037":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5038}],"bucketsByHash":{"__isSmartRef__":true,"id":5039},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5038":{"0":"11472","entries":[[{"__isSmartRef__":true,"id":5034},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5039":{"11472":{"__isSmartRef__":true,"id":5038}},"5040":{"11472":{"__isSmartRef__":true,"id":5033}},"5041":{"0":"11501","entries":[[{"__isSmartRef__":true,"id":5042},{"__isSmartRef__":true,"id":5043}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5042":{"hash_code":11501,"_name":"a183","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5043":{"hashTable":{"__isSmartRef__":true,"id":5044},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5044":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5045}],"bucketsByHash":{"__isSmartRef__":true,"id":5046},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5045":{"0":"11472","entries":[[{"__isSmartRef__":true,"id":5034},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5046":{"11472":{"__isSmartRef__":true,"id":5045}},"5047":{"0":"11509","entries":[[{"__isSmartRef__":true,"id":5048},{"__isSmartRef__":true,"id":5049}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5048":{"hash_code":11509,"_name":"em187","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5049":{"hashTable":{"__isSmartRef__":true,"id":5050},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5050":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5051}],"bucketsByHash":{"__isSmartRef__":true,"id":5052},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5051":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5052":{"6296":{"__isSmartRef__":true,"id":5051}},"5053":{"0":"11531","entries":[[{"__isSmartRef__":true,"id":5054},{"__isSmartRef__":true,"id":5055}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5054":{"hash_code":11531,"_name":"d183","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5055":{"hashTable":{"__isSmartRef__":true,"id":5056},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5056":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5057}],"bucketsByHash":{"__isSmartRef__":true,"id":5064},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5057":{"0":"11503","entries":[[{"__isSmartRef__":true,"id":5058},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5058":{"_name":"v11503","_value":0,"hash_code":11503,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5059},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5059":{"hash_code":1673,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5058},"_expression":{"__isSmartRef__":true,"id":5060},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5060":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":5061},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5061":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5062}],"bucketsByHash":{"__isSmartRef__":true,"id":5063},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5062":{"0":"11503","entries":[[{"__isSmartRef__":true,"id":5058},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5063":{"11503":{"__isSmartRef__":true,"id":5062}},"5064":{"11503":{"__isSmartRef__":true,"id":5057}},"5065":{"0":"11532","entries":[[{"__isSmartRef__":true,"id":5066},{"__isSmartRef__":true,"id":5067}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5066":{"hash_code":11532,"_name":"a185","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5067":{"hashTable":{"__isSmartRef__":true,"id":5068},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5068":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5069}],"bucketsByHash":{"__isSmartRef__":true,"id":5070},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5069":{"0":"11503","entries":[[{"__isSmartRef__":true,"id":5058},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5070":{"11503":{"__isSmartRef__":true,"id":5069}},"5071":{"0":"11540","entries":[[{"__isSmartRef__":true,"id":5072},{"__isSmartRef__":true,"id":5073}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5072":{"hash_code":11540,"_name":"em189","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5073":{"hashTable":{"__isSmartRef__":true,"id":5074},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5074":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5075}],"bucketsByHash":{"__isSmartRef__":true,"id":5076},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5075":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5076":{"6296":{"__isSmartRef__":true,"id":5075}},"5077":{"0":"11562","entries":[[{"__isSmartRef__":true,"id":5078},{"__isSmartRef__":true,"id":5079}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5078":{"hash_code":11562,"_name":"d185","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5079":{"hashTable":{"__isSmartRef__":true,"id":5080},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5080":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5081}],"bucketsByHash":{"__isSmartRef__":true,"id":5088},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5081":{"0":"11534","entries":[[{"__isSmartRef__":true,"id":5082},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5082":{"_name":"v11534","_value":0,"hash_code":11534,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5083},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5083":{"hash_code":1678,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5082},"_expression":{"__isSmartRef__":true,"id":5084},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5084":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":5085},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5085":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5086}],"bucketsByHash":{"__isSmartRef__":true,"id":5087},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5086":{"0":"11534","entries":[[{"__isSmartRef__":true,"id":5082},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5087":{"11534":{"__isSmartRef__":true,"id":5086}},"5088":{"11534":{"__isSmartRef__":true,"id":5081}},"5089":{"0":"11563","entries":[[{"__isSmartRef__":true,"id":5090},{"__isSmartRef__":true,"id":5091}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5090":{"hash_code":11563,"_name":"a187","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5091":{"hashTable":{"__isSmartRef__":true,"id":5092},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5092":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5093}],"bucketsByHash":{"__isSmartRef__":true,"id":5094},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5093":{"0":"11534","entries":[[{"__isSmartRef__":true,"id":5082},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5094":{"11534":{"__isSmartRef__":true,"id":5093}},"5095":{"0":"11571","entries":[[{"__isSmartRef__":true,"id":5096},{"__isSmartRef__":true,"id":5097}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5096":{"hash_code":11571,"_name":"em191","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5097":{"hashTable":{"__isSmartRef__":true,"id":5098},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5098":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5099}],"bucketsByHash":{"__isSmartRef__":true,"id":5100},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5099":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5100":{"6296":{"__isSmartRef__":true,"id":5099}},"5101":{"0":"11593","entries":[[{"__isSmartRef__":true,"id":5102},{"__isSmartRef__":true,"id":5103}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5102":{"hash_code":11593,"_name":"d187","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5103":{"hashTable":{"__isSmartRef__":true,"id":5104},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5104":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5105}],"bucketsByHash":{"__isSmartRef__":true,"id":5112},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5105":{"0":"11565","entries":[[{"__isSmartRef__":true,"id":5106},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5106":{"_name":"v11565","_value":0,"hash_code":11565,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5107},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5107":{"hash_code":1683,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5106},"_expression":{"__isSmartRef__":true,"id":5108},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5108":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":5109},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5109":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5110}],"bucketsByHash":{"__isSmartRef__":true,"id":5111},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5110":{"0":"11565","entries":[[{"__isSmartRef__":true,"id":5106},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5111":{"11565":{"__isSmartRef__":true,"id":5110}},"5112":{"11565":{"__isSmartRef__":true,"id":5105}},"5113":{"0":"11594","entries":[[{"__isSmartRef__":true,"id":5114},{"__isSmartRef__":true,"id":5115}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5114":{"hash_code":11594,"_name":"a189","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5115":{"hashTable":{"__isSmartRef__":true,"id":5116},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5116":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5117}],"bucketsByHash":{"__isSmartRef__":true,"id":5118},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5117":{"0":"11565","entries":[[{"__isSmartRef__":true,"id":5106},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5118":{"11565":{"__isSmartRef__":true,"id":5117}},"5119":{"0":"11602","entries":[[{"__isSmartRef__":true,"id":5120},{"__isSmartRef__":true,"id":5121}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5120":{"hash_code":11602,"_name":"em193","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5121":{"hashTable":{"__isSmartRef__":true,"id":5122},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5122":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5123}],"bucketsByHash":{"__isSmartRef__":true,"id":5124},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5123":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5124":{"6296":{"__isSmartRef__":true,"id":5123}},"5125":{"0":"11624","entries":[[{"__isSmartRef__":true,"id":5126},{"__isSmartRef__":true,"id":5127}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5126":{"hash_code":11624,"_name":"d189","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5127":{"hashTable":{"__isSmartRef__":true,"id":5128},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5128":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5129}],"bucketsByHash":{"__isSmartRef__":true,"id":5136},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5129":{"0":"11596","entries":[[{"__isSmartRef__":true,"id":5130},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5130":{"_name":"v11596","_value":0,"hash_code":11596,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5131},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5131":{"hash_code":1688,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5130},"_expression":{"__isSmartRef__":true,"id":5132},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5132":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":5133},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5133":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5134}],"bucketsByHash":{"__isSmartRef__":true,"id":5135},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5134":{"0":"11596","entries":[[{"__isSmartRef__":true,"id":5130},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5135":{"11596":{"__isSmartRef__":true,"id":5134}},"5136":{"11596":{"__isSmartRef__":true,"id":5129}},"5137":{"0":"11625","entries":[[{"__isSmartRef__":true,"id":5138},{"__isSmartRef__":true,"id":5139}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5138":{"hash_code":11625,"_name":"a191","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5139":{"hashTable":{"__isSmartRef__":true,"id":5140},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5140":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5141}],"bucketsByHash":{"__isSmartRef__":true,"id":5142},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5141":{"0":"11596","entries":[[{"__isSmartRef__":true,"id":5130},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5142":{"11596":{"__isSmartRef__":true,"id":5141}},"5143":{"0":"11633","entries":[[{"__isSmartRef__":true,"id":5144},{"__isSmartRef__":true,"id":5145}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5144":{"hash_code":11633,"_name":"em195","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5145":{"hashTable":{"__isSmartRef__":true,"id":5146},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5146":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5147}],"bucketsByHash":{"__isSmartRef__":true,"id":5148},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5147":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5148":{"6296":{"__isSmartRef__":true,"id":5147}},"5149":{"0":"11655","entries":[[{"__isSmartRef__":true,"id":5150},{"__isSmartRef__":true,"id":5151}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5150":{"hash_code":11655,"_name":"d191","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5151":{"hashTable":{"__isSmartRef__":true,"id":5152},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5152":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5153}],"bucketsByHash":{"__isSmartRef__":true,"id":5160},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5153":{"0":"11627","entries":[[{"__isSmartRef__":true,"id":5154},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5154":{"_name":"v11627","_value":0,"hash_code":11627,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5155},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5155":{"hash_code":1693,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5154},"_expression":{"__isSmartRef__":true,"id":5156},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5156":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":5157},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5157":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5158}],"bucketsByHash":{"__isSmartRef__":true,"id":5159},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5158":{"0":"11627","entries":[[{"__isSmartRef__":true,"id":5154},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5159":{"11627":{"__isSmartRef__":true,"id":5158}},"5160":{"11627":{"__isSmartRef__":true,"id":5153}},"5161":{"0":"11656","entries":[[{"__isSmartRef__":true,"id":5162},{"__isSmartRef__":true,"id":5163}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5162":{"hash_code":11656,"_name":"a193","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5163":{"hashTable":{"__isSmartRef__":true,"id":5164},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5164":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5165}],"bucketsByHash":{"__isSmartRef__":true,"id":5166},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5165":{"0":"11627","entries":[[{"__isSmartRef__":true,"id":5154},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5166":{"11627":{"__isSmartRef__":true,"id":5165}},"5167":{"0":"11664","entries":[[{"__isSmartRef__":true,"id":5168},{"__isSmartRef__":true,"id":5169}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5168":{"hash_code":11664,"_name":"em197","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5169":{"hashTable":{"__isSmartRef__":true,"id":5170},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5170":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5171}],"bucketsByHash":{"__isSmartRef__":true,"id":5172},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5171":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5172":{"6296":{"__isSmartRef__":true,"id":5171}},"5173":{"0":"11686","entries":[[{"__isSmartRef__":true,"id":5174},{"__isSmartRef__":true,"id":5175}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5174":{"hash_code":11686,"_name":"d193","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5175":{"hashTable":{"__isSmartRef__":true,"id":5176},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5176":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5177}],"bucketsByHash":{"__isSmartRef__":true,"id":5184},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5177":{"0":"11658","entries":[[{"__isSmartRef__":true,"id":5178},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5178":{"_name":"v11658","_value":0,"hash_code":11658,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5179},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5179":{"hash_code":1698,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5178},"_expression":{"__isSmartRef__":true,"id":5180},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5180":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":5181},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5181":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5182}],"bucketsByHash":{"__isSmartRef__":true,"id":5183},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5182":{"0":"11658","entries":[[{"__isSmartRef__":true,"id":5178},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5183":{"11658":{"__isSmartRef__":true,"id":5182}},"5184":{"11658":{"__isSmartRef__":true,"id":5177}},"5185":{"0":"11687","entries":[[{"__isSmartRef__":true,"id":5186},{"__isSmartRef__":true,"id":5187}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5186":{"hash_code":11687,"_name":"a195","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5187":{"hashTable":{"__isSmartRef__":true,"id":5188},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5188":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5189}],"bucketsByHash":{"__isSmartRef__":true,"id":5190},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5189":{"0":"11658","entries":[[{"__isSmartRef__":true,"id":5178},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5190":{"11658":{"__isSmartRef__":true,"id":5189}},"5191":{"0":"11695","entries":[[{"__isSmartRef__":true,"id":5192},{"__isSmartRef__":true,"id":5193}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5192":{"hash_code":11695,"_name":"em199","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5193":{"hashTable":{"__isSmartRef__":true,"id":5194},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5194":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5195}],"bucketsByHash":{"__isSmartRef__":true,"id":5196},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5195":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5196":{"6296":{"__isSmartRef__":true,"id":5195}},"5197":{"0":"11717","entries":[[{"__isSmartRef__":true,"id":5198},{"__isSmartRef__":true,"id":5199}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5198":{"hash_code":11717,"_name":"d195","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5199":{"hashTable":{"__isSmartRef__":true,"id":5200},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5200":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5201}],"bucketsByHash":{"__isSmartRef__":true,"id":5208},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5201":{"0":"11689","entries":[[{"__isSmartRef__":true,"id":5202},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5202":{"_name":"v11689","_value":0,"hash_code":11689,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5203},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5203":{"hash_code":1703,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5202},"_expression":{"__isSmartRef__":true,"id":5204},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5204":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":5205},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5205":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5206}],"bucketsByHash":{"__isSmartRef__":true,"id":5207},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5206":{"0":"11689","entries":[[{"__isSmartRef__":true,"id":5202},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5207":{"11689":{"__isSmartRef__":true,"id":5206}},"5208":{"11689":{"__isSmartRef__":true,"id":5201}},"5209":{"0":"11718","entries":[[{"__isSmartRef__":true,"id":5210},{"__isSmartRef__":true,"id":5211}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5210":{"hash_code":11718,"_name":"a197","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5211":{"hashTable":{"__isSmartRef__":true,"id":5212},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5212":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5213}],"bucketsByHash":{"__isSmartRef__":true,"id":5214},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5213":{"0":"11689","entries":[[{"__isSmartRef__":true,"id":5202},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5214":{"11689":{"__isSmartRef__":true,"id":5213}},"5215":{"0":"11726","entries":[[{"__isSmartRef__":true,"id":5216},{"__isSmartRef__":true,"id":5217}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5216":{"hash_code":11726,"_name":"em201","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5217":{"hashTable":{"__isSmartRef__":true,"id":5218},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5218":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5219}],"bucketsByHash":{"__isSmartRef__":true,"id":5220},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5219":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5220":{"6296":{"__isSmartRef__":true,"id":5219}},"5221":{"0":"11748","entries":[[{"__isSmartRef__":true,"id":5222},{"__isSmartRef__":true,"id":5223}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5222":{"hash_code":11748,"_name":"d197","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5223":{"hashTable":{"__isSmartRef__":true,"id":5224},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5224":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5225}],"bucketsByHash":{"__isSmartRef__":true,"id":5232},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5225":{"0":"11720","entries":[[{"__isSmartRef__":true,"id":5226},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5226":{"_name":"v11720","_value":0,"hash_code":11720,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5227},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5227":{"hash_code":1708,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5226},"_expression":{"__isSmartRef__":true,"id":5228},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5228":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":5229},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5229":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5230}],"bucketsByHash":{"__isSmartRef__":true,"id":5231},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5230":{"0":"11720","entries":[[{"__isSmartRef__":true,"id":5226},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5231":{"11720":{"__isSmartRef__":true,"id":5230}},"5232":{"11720":{"__isSmartRef__":true,"id":5225}},"5233":{"0":"11749","entries":[[{"__isSmartRef__":true,"id":5234},{"__isSmartRef__":true,"id":5235}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5234":{"hash_code":11749,"_name":"a199","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5235":{"hashTable":{"__isSmartRef__":true,"id":5236},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5236":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5237}],"bucketsByHash":{"__isSmartRef__":true,"id":5238},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5237":{"0":"11720","entries":[[{"__isSmartRef__":true,"id":5226},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5238":{"11720":{"__isSmartRef__":true,"id":5237}},"5239":{"0":"11757","entries":[[{"__isSmartRef__":true,"id":5240},{"__isSmartRef__":true,"id":5241}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5240":{"hash_code":11757,"_name":"em203","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5241":{"hashTable":{"__isSmartRef__":true,"id":5242},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5242":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5243}],"bucketsByHash":{"__isSmartRef__":true,"id":5244},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5243":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5244":{"6296":{"__isSmartRef__":true,"id":5243}},"5245":{"0":"11779","entries":[[{"__isSmartRef__":true,"id":5246},{"__isSmartRef__":true,"id":5247}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5246":{"hash_code":11779,"_name":"d199","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5247":{"hashTable":{"__isSmartRef__":true,"id":5248},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5248":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5249}],"bucketsByHash":{"__isSmartRef__":true,"id":5256},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5249":{"0":"11751","entries":[[{"__isSmartRef__":true,"id":5250},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5250":{"_name":"v11751","_value":0,"hash_code":11751,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5251},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5251":{"hash_code":1713,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5250},"_expression":{"__isSmartRef__":true,"id":5252},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5252":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":5253},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5253":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5254}],"bucketsByHash":{"__isSmartRef__":true,"id":5255},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5254":{"0":"11751","entries":[[{"__isSmartRef__":true,"id":5250},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5255":{"11751":{"__isSmartRef__":true,"id":5254}},"5256":{"11751":{"__isSmartRef__":true,"id":5249}},"5257":{"0":"11780","entries":[[{"__isSmartRef__":true,"id":5258},{"__isSmartRef__":true,"id":5259}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5258":{"hash_code":11780,"_name":"a201","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5259":{"hashTable":{"__isSmartRef__":true,"id":5260},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5260":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5261}],"bucketsByHash":{"__isSmartRef__":true,"id":5262},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5261":{"0":"11751","entries":[[{"__isSmartRef__":true,"id":5250},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5262":{"11751":{"__isSmartRef__":true,"id":5261}},"5263":{"0":"11788","entries":[[{"__isSmartRef__":true,"id":5264},{"__isSmartRef__":true,"id":5265}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5264":{"hash_code":11788,"_name":"em205","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5265":{"hashTable":{"__isSmartRef__":true,"id":5266},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5266":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5267}],"bucketsByHash":{"__isSmartRef__":true,"id":5268},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5267":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5268":{"6296":{"__isSmartRef__":true,"id":5267}},"5269":{"0":"11810","entries":[[{"__isSmartRef__":true,"id":5270},{"__isSmartRef__":true,"id":5271}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5270":{"hash_code":11810,"_name":"d201","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5271":{"hashTable":{"__isSmartRef__":true,"id":5272},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5272":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5273}],"bucketsByHash":{"__isSmartRef__":true,"id":5280},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5273":{"0":"11782","entries":[[{"__isSmartRef__":true,"id":5274},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5274":{"_name":"v11782","_value":0,"hash_code":11782,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5275},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5275":{"hash_code":1718,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5274},"_expression":{"__isSmartRef__":true,"id":5276},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5276":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":5277},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5277":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5278}],"bucketsByHash":{"__isSmartRef__":true,"id":5279},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5278":{"0":"11782","entries":[[{"__isSmartRef__":true,"id":5274},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5279":{"11782":{"__isSmartRef__":true,"id":5278}},"5280":{"11782":{"__isSmartRef__":true,"id":5273}},"5281":{"0":"11811","entries":[[{"__isSmartRef__":true,"id":5282},{"__isSmartRef__":true,"id":5283}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5282":{"hash_code":11811,"_name":"a203","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5283":{"hashTable":{"__isSmartRef__":true,"id":5284},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5284":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5285}],"bucketsByHash":{"__isSmartRef__":true,"id":5286},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5285":{"0":"11782","entries":[[{"__isSmartRef__":true,"id":5274},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5286":{"11782":{"__isSmartRef__":true,"id":5285}},"5287":{"0":"11819","entries":[[{"__isSmartRef__":true,"id":5288},{"__isSmartRef__":true,"id":5289}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5288":{"hash_code":11819,"_name":"em207","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5289":{"hashTable":{"__isSmartRef__":true,"id":5290},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5290":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5291}],"bucketsByHash":{"__isSmartRef__":true,"id":5292},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5291":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5292":{"6296":{"__isSmartRef__":true,"id":5291}},"5293":{"0":"11813","entries":[[{"__isSmartRef__":true,"id":5294},{"__isSmartRef__":true,"id":5300}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5294":{"_name":"v11813","_value":0,"hash_code":11813,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5295},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5295":{"hash_code":1723,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5294},"_expression":{"__isSmartRef__":true,"id":5296},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5296":{"_constant":12,"_terms":{"__isSmartRef__":true,"id":5297},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5297":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5298}],"bucketsByHash":{"__isSmartRef__":true,"id":5299},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5298":{"0":"11813","entries":[[{"__isSmartRef__":true,"id":5294},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5299":{"11813":{"__isSmartRef__":true,"id":5298}},"5300":{"hashTable":{"__isSmartRef__":true,"id":5301},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5301":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":5302},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5302":{},"5303":{"0":"11850","entries":[[{"__isSmartRef__":true,"id":5304},{"__isSmartRef__":true,"id":5305}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5304":{"hash_code":11850,"_name":"em209","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5305":{"hashTable":{"__isSmartRef__":true,"id":5306},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5306":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5307}],"bucketsByHash":{"__isSmartRef__":true,"id":5308},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5307":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5308":{"6296":{"__isSmartRef__":true,"id":5307}},"5309":{"0":"11844","entries":[[{"__isSmartRef__":true,"id":5310},{"__isSmartRef__":true,"id":5316}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5310":{"_name":"v11844","_value":0,"hash_code":11844,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5311},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5311":{"hash_code":1728,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5310},"_expression":{"__isSmartRef__":true,"id":5312},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5312":{"_constant":10,"_terms":{"__isSmartRef__":true,"id":5313},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5313":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5314}],"bucketsByHash":{"__isSmartRef__":true,"id":5315},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5314":{"0":"11844","entries":[[{"__isSmartRef__":true,"id":5310},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5315":{"11844":{"__isSmartRef__":true,"id":5314}},"5316":{"hashTable":{"__isSmartRef__":true,"id":5317},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5317":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":5318},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5318":{},"5319":{"0":"11881","entries":[[{"__isSmartRef__":true,"id":5320},{"__isSmartRef__":true,"id":5321}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5320":{"hash_code":11881,"_name":"em211","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5321":{"hashTable":{"__isSmartRef__":true,"id":5322},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5322":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5323}],"bucketsByHash":{"__isSmartRef__":true,"id":5324},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5323":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5324":{"6296":{"__isSmartRef__":true,"id":5323}},"5325":{"0":"11875","entries":[[{"__isSmartRef__":true,"id":5326},{"__isSmartRef__":true,"id":5332}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5326":{"_name":"v11875","_value":0,"hash_code":11875,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5327},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5327":{"hash_code":1733,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5326},"_expression":{"__isSmartRef__":true,"id":5328},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5328":{"_constant":8,"_terms":{"__isSmartRef__":true,"id":5329},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5329":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5330}],"bucketsByHash":{"__isSmartRef__":true,"id":5331},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5330":{"0":"11875","entries":[[{"__isSmartRef__":true,"id":5326},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5331":{"11875":{"__isSmartRef__":true,"id":5330}},"5332":{"hashTable":{"__isSmartRef__":true,"id":5333},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5333":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":5334},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5334":{},"5335":{"0":"11912","entries":[[{"__isSmartRef__":true,"id":5336},{"__isSmartRef__":true,"id":5337}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5336":{"hash_code":11912,"_name":"em213","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5337":{"hashTable":{"__isSmartRef__":true,"id":5338},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5338":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5339}],"bucketsByHash":{"__isSmartRef__":true,"id":5340},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5339":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5340":{"6296":{"__isSmartRef__":true,"id":5339}},"5341":{"0":"11906","entries":[[{"__isSmartRef__":true,"id":5342},{"__isSmartRef__":true,"id":5348}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5342":{"_name":"v11906","_value":0,"hash_code":11906,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5343},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5343":{"hash_code":1738,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5342},"_expression":{"__isSmartRef__":true,"id":5344},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5344":{"_constant":6,"_terms":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5345":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5346}],"bucketsByHash":{"__isSmartRef__":true,"id":5347},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5346":{"0":"11906","entries":[[{"__isSmartRef__":true,"id":5342},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5347":{"11906":{"__isSmartRef__":true,"id":5346}},"5348":{"hashTable":{"__isSmartRef__":true,"id":5349},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5349":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":5350},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5350":{},"5351":{"0":"11943","entries":[[{"__isSmartRef__":true,"id":5352},{"__isSmartRef__":true,"id":5353}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5352":{"hash_code":11943,"_name":"em215","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5353":{"hashTable":{"__isSmartRef__":true,"id":5354},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5354":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5355}],"bucketsByHash":{"__isSmartRef__":true,"id":5356},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5355":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5356":{"6296":{"__isSmartRef__":true,"id":5355}},"5357":{"0":"11937","entries":[[{"__isSmartRef__":true,"id":5358},{"__isSmartRef__":true,"id":5364}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5358":{"_name":"v11937","_value":0,"hash_code":11937,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5359},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5359":{"hash_code":1743,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5358},"_expression":{"__isSmartRef__":true,"id":5360},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5360":{"_constant":4,"_terms":{"__isSmartRef__":true,"id":5361},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5361":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5362}],"bucketsByHash":{"__isSmartRef__":true,"id":5363},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5362":{"0":"11937","entries":[[{"__isSmartRef__":true,"id":5358},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5363":{"11937":{"__isSmartRef__":true,"id":5362}},"5364":{"hashTable":{"__isSmartRef__":true,"id":5365},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5365":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":5366},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5366":{},"5367":{"0":"11974","entries":[[{"__isSmartRef__":true,"id":5368},{"__isSmartRef__":true,"id":5369}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5368":{"hash_code":11974,"_name":"em217","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5369":{"hashTable":{"__isSmartRef__":true,"id":5370},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5370":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5371}],"bucketsByHash":{"__isSmartRef__":true,"id":5372},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5371":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5372":{"6296":{"__isSmartRef__":true,"id":5371}},"5373":{"0":"11996","entries":[[{"__isSmartRef__":true,"id":5374},{"__isSmartRef__":true,"id":5375}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5374":{"hash_code":11996,"_name":"d213","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5375":{"hashTable":{"__isSmartRef__":true,"id":5376},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5376":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5377}],"bucketsByHash":{"__isSmartRef__":true,"id":5384},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5377":{"0":"11968","entries":[[{"__isSmartRef__":true,"id":5378},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5378":{"_name":"v11968","_value":0,"hash_code":11968,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5379},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5379":{"hash_code":1748,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5378},"_expression":{"__isSmartRef__":true,"id":5380},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5380":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":5381},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5381":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5382}],"bucketsByHash":{"__isSmartRef__":true,"id":5383},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5382":{"0":"11968","entries":[[{"__isSmartRef__":true,"id":5378},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5383":{"11968":{"__isSmartRef__":true,"id":5382}},"5384":{"11968":{"__isSmartRef__":true,"id":5377}},"5385":{"0":"11997","entries":[[{"__isSmartRef__":true,"id":5386},{"__isSmartRef__":true,"id":5387}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5386":{"hash_code":11997,"_name":"a215","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5387":{"hashTable":{"__isSmartRef__":true,"id":5388},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5388":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5389}],"bucketsByHash":{"__isSmartRef__":true,"id":5390},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5389":{"0":"11968","entries":[[{"__isSmartRef__":true,"id":5378},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5390":{"11968":{"__isSmartRef__":true,"id":5389}},"5391":{"0":"12005","entries":[[{"__isSmartRef__":true,"id":5392},{"__isSmartRef__":true,"id":5393}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5392":{"hash_code":12005,"_name":"em219","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5393":{"hashTable":{"__isSmartRef__":true,"id":5394},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5394":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5395}],"bucketsByHash":{"__isSmartRef__":true,"id":5396},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5395":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5396":{"6296":{"__isSmartRef__":true,"id":5395}},"5397":{"0":"12027","entries":[[{"__isSmartRef__":true,"id":5398},{"__isSmartRef__":true,"id":5399}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5398":{"hash_code":12027,"_name":"d215","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5399":{"hashTable":{"__isSmartRef__":true,"id":5400},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5400":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5401}],"bucketsByHash":{"__isSmartRef__":true,"id":5408},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5401":{"0":"11999","entries":[[{"__isSmartRef__":true,"id":5402},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5402":{"_name":"v11999","_value":0,"hash_code":11999,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5403},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5403":{"hash_code":1753,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5402},"_expression":{"__isSmartRef__":true,"id":5404},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5404":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5405":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5406}],"bucketsByHash":{"__isSmartRef__":true,"id":5407},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5406":{"0":"11999","entries":[[{"__isSmartRef__":true,"id":5402},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5407":{"11999":{"__isSmartRef__":true,"id":5406}},"5408":{"11999":{"__isSmartRef__":true,"id":5401}},"5409":{"0":"12028","entries":[[{"__isSmartRef__":true,"id":5410},{"__isSmartRef__":true,"id":5411}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5410":{"hash_code":12028,"_name":"a217","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5411":{"hashTable":{"__isSmartRef__":true,"id":5412},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5412":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5413}],"bucketsByHash":{"__isSmartRef__":true,"id":5414},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5413":{"0":"11999","entries":[[{"__isSmartRef__":true,"id":5402},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5414":{"11999":{"__isSmartRef__":true,"id":5413}},"5415":{"0":"12036","entries":[[{"__isSmartRef__":true,"id":5416},{"__isSmartRef__":true,"id":5417}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5416":{"hash_code":12036,"_name":"em221","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5417":{"hashTable":{"__isSmartRef__":true,"id":5418},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5418":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5419}],"bucketsByHash":{"__isSmartRef__":true,"id":5420},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5419":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5420":{"6296":{"__isSmartRef__":true,"id":5419}},"5421":{"0":"12058","entries":[[{"__isSmartRef__":true,"id":5422},{"__isSmartRef__":true,"id":5423}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5422":{"hash_code":12058,"_name":"d217","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5423":{"hashTable":{"__isSmartRef__":true,"id":5424},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5424":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5425}],"bucketsByHash":{"__isSmartRef__":true,"id":5432},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5425":{"0":"12030","entries":[[{"__isSmartRef__":true,"id":5426},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5426":{"_name":"v12030","_value":0,"hash_code":12030,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5427},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5427":{"hash_code":1758,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5426},"_expression":{"__isSmartRef__":true,"id":5428},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5428":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":5429},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5429":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5430}],"bucketsByHash":{"__isSmartRef__":true,"id":5431},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5430":{"0":"12030","entries":[[{"__isSmartRef__":true,"id":5426},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5431":{"12030":{"__isSmartRef__":true,"id":5430}},"5432":{"12030":{"__isSmartRef__":true,"id":5425}},"5433":{"0":"12059","entries":[[{"__isSmartRef__":true,"id":5434},{"__isSmartRef__":true,"id":5435}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5434":{"hash_code":12059,"_name":"a219","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5435":{"hashTable":{"__isSmartRef__":true,"id":5436},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5436":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5437}],"bucketsByHash":{"__isSmartRef__":true,"id":5438},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5437":{"0":"12030","entries":[[{"__isSmartRef__":true,"id":5426},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5438":{"12030":{"__isSmartRef__":true,"id":5437}},"5439":{"0":"12067","entries":[[{"__isSmartRef__":true,"id":5440},{"__isSmartRef__":true,"id":5441}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5440":{"hash_code":12067,"_name":"em223","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5441":{"hashTable":{"__isSmartRef__":true,"id":5442},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5442":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5443}],"bucketsByHash":{"__isSmartRef__":true,"id":5444},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5443":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5444":{"6296":{"__isSmartRef__":true,"id":5443}},"5445":{"0":"12089","entries":[[{"__isSmartRef__":true,"id":5446},{"__isSmartRef__":true,"id":5447}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5446":{"hash_code":12089,"_name":"d219","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5447":{"hashTable":{"__isSmartRef__":true,"id":5448},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5448":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5449}],"bucketsByHash":{"__isSmartRef__":true,"id":5456},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5449":{"0":"12061","entries":[[{"__isSmartRef__":true,"id":5450},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5450":{"_name":"v12061","_value":0,"hash_code":12061,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5451},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5451":{"hash_code":1763,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5450},"_expression":{"__isSmartRef__":true,"id":5452},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5452":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":5453},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5453":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5454}],"bucketsByHash":{"__isSmartRef__":true,"id":5455},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5454":{"0":"12061","entries":[[{"__isSmartRef__":true,"id":5450},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5455":{"12061":{"__isSmartRef__":true,"id":5454}},"5456":{"12061":{"__isSmartRef__":true,"id":5449}},"5457":{"0":"12090","entries":[[{"__isSmartRef__":true,"id":5458},{"__isSmartRef__":true,"id":5459}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5458":{"hash_code":12090,"_name":"a221","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5459":{"hashTable":{"__isSmartRef__":true,"id":5460},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5460":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5461}],"bucketsByHash":{"__isSmartRef__":true,"id":5462},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5461":{"0":"12061","entries":[[{"__isSmartRef__":true,"id":5450},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5462":{"12061":{"__isSmartRef__":true,"id":5461}},"5463":{"0":"12098","entries":[[{"__isSmartRef__":true,"id":5464},{"__isSmartRef__":true,"id":5465}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5464":{"hash_code":12098,"_name":"em225","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5465":{"hashTable":{"__isSmartRef__":true,"id":5466},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5466":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5467}],"bucketsByHash":{"__isSmartRef__":true,"id":5468},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5467":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5468":{"6296":{"__isSmartRef__":true,"id":5467}},"5469":{"0":"12092","entries":[[{"__isSmartRef__":true,"id":5470},{"__isSmartRef__":true,"id":5476}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5470":{"_name":"v12092","_value":0,"hash_code":12092,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5471},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5471":{"hash_code":1768,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5470},"_expression":{"__isSmartRef__":true,"id":5472},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5472":{"_constant":20,"_terms":{"__isSmartRef__":true,"id":5473},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5473":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5474}],"bucketsByHash":{"__isSmartRef__":true,"id":5475},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5474":{"0":"12092","entries":[[{"__isSmartRef__":true,"id":5470},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5475":{"12092":{"__isSmartRef__":true,"id":5474}},"5476":{"hashTable":{"__isSmartRef__":true,"id":5477},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5477":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":5478},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5478":{},"5479":{"0":"12129","entries":[[{"__isSmartRef__":true,"id":5480},{"__isSmartRef__":true,"id":5481}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5480":{"hash_code":12129,"_name":"em227","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5481":{"hashTable":{"__isSmartRef__":true,"id":5482},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5482":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5483}],"bucketsByHash":{"__isSmartRef__":true,"id":5484},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5483":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5484":{"6296":{"__isSmartRef__":true,"id":5483}},"5485":{"0":"12123","entries":[[{"__isSmartRef__":true,"id":5486},{"__isSmartRef__":true,"id":5492}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5486":{"_name":"v12123","_value":0,"hash_code":12123,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5487},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5487":{"hash_code":1773,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5486},"_expression":{"__isSmartRef__":true,"id":5488},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5488":{"_constant":18,"_terms":{"__isSmartRef__":true,"id":5489},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5489":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5490}],"bucketsByHash":{"__isSmartRef__":true,"id":5491},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5490":{"0":"12123","entries":[[{"__isSmartRef__":true,"id":5486},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5491":{"12123":{"__isSmartRef__":true,"id":5490}},"5492":{"hashTable":{"__isSmartRef__":true,"id":5493},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5493":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":5494},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5494":{},"5495":{"0":"12160","entries":[[{"__isSmartRef__":true,"id":5496},{"__isSmartRef__":true,"id":5497}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5496":{"hash_code":12160,"_name":"em229","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5497":{"hashTable":{"__isSmartRef__":true,"id":5498},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5498":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5499}],"bucketsByHash":{"__isSmartRef__":true,"id":5500},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5499":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5500":{"6296":{"__isSmartRef__":true,"id":5499}},"5501":{"0":"12154","entries":[[{"__isSmartRef__":true,"id":5502},{"__isSmartRef__":true,"id":5508}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5502":{"_name":"v12154","_value":0,"hash_code":12154,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5503},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5503":{"hash_code":1778,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5502},"_expression":{"__isSmartRef__":true,"id":5504},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5504":{"_constant":16,"_terms":{"__isSmartRef__":true,"id":5505},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5505":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5506}],"bucketsByHash":{"__isSmartRef__":true,"id":5507},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5506":{"0":"12154","entries":[[{"__isSmartRef__":true,"id":5502},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5507":{"12154":{"__isSmartRef__":true,"id":5506}},"5508":{"hashTable":{"__isSmartRef__":true,"id":5509},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5509":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":5510},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5510":{},"5511":{"0":"12191","entries":[[{"__isSmartRef__":true,"id":5512},{"__isSmartRef__":true,"id":5513}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5512":{"hash_code":12191,"_name":"em231","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5513":{"hashTable":{"__isSmartRef__":true,"id":5514},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5514":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5515}],"bucketsByHash":{"__isSmartRef__":true,"id":5516},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5515":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5516":{"6296":{"__isSmartRef__":true,"id":5515}},"5517":{"0":"12185","entries":[[{"__isSmartRef__":true,"id":5518},{"__isSmartRef__":true,"id":5524}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5518":{"_name":"v12185","_value":0,"hash_code":12185,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5519},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5519":{"hash_code":1783,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5518},"_expression":{"__isSmartRef__":true,"id":5520},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5520":{"_constant":14,"_terms":{"__isSmartRef__":true,"id":5521},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5521":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5522}],"bucketsByHash":{"__isSmartRef__":true,"id":5523},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5522":{"0":"12185","entries":[[{"__isSmartRef__":true,"id":5518},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5523":{"12185":{"__isSmartRef__":true,"id":5522}},"5524":{"hashTable":{"__isSmartRef__":true,"id":5525},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5525":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":5526},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5526":{},"5527":{"0":"12222","entries":[[{"__isSmartRef__":true,"id":5528},{"__isSmartRef__":true,"id":5529}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5528":{"hash_code":12222,"_name":"em233","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5529":{"hashTable":{"__isSmartRef__":true,"id":5530},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5530":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5531}],"bucketsByHash":{"__isSmartRef__":true,"id":5532},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5531":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5532":{"6296":{"__isSmartRef__":true,"id":5531}},"5533":{"0":"12216","entries":[[{"__isSmartRef__":true,"id":5534},{"__isSmartRef__":true,"id":5540}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5534":{"_name":"v12216","_value":0,"hash_code":12216,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5535},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5535":{"hash_code":1788,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5534},"_expression":{"__isSmartRef__":true,"id":5536},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5536":{"_constant":12,"_terms":{"__isSmartRef__":true,"id":5537},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5537":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5538}],"bucketsByHash":{"__isSmartRef__":true,"id":5539},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5538":{"0":"12216","entries":[[{"__isSmartRef__":true,"id":5534},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5539":{"12216":{"__isSmartRef__":true,"id":5538}},"5540":{"hashTable":{"__isSmartRef__":true,"id":5541},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5541":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":5542},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5542":{},"5543":{"0":"12253","entries":[[{"__isSmartRef__":true,"id":5544},{"__isSmartRef__":true,"id":5545}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5544":{"hash_code":12253,"_name":"em235","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5545":{"hashTable":{"__isSmartRef__":true,"id":5546},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5546":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5547}],"bucketsByHash":{"__isSmartRef__":true,"id":5548},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5547":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5548":{"6296":{"__isSmartRef__":true,"id":5547}},"5549":{"0":"12247","entries":[[{"__isSmartRef__":true,"id":5550},{"__isSmartRef__":true,"id":5556}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5550":{"_name":"v12247","_value":0,"hash_code":12247,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5551},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5551":{"hash_code":1793,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5550},"_expression":{"__isSmartRef__":true,"id":5552},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5552":{"_constant":10,"_terms":{"__isSmartRef__":true,"id":5553},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5553":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5554}],"bucketsByHash":{"__isSmartRef__":true,"id":5555},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5554":{"0":"12247","entries":[[{"__isSmartRef__":true,"id":5550},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5555":{"12247":{"__isSmartRef__":true,"id":5554}},"5556":{"hashTable":{"__isSmartRef__":true,"id":5557},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5557":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":5558},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5558":{},"5559":{"0":"12284","entries":[[{"__isSmartRef__":true,"id":5560},{"__isSmartRef__":true,"id":5561}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5560":{"hash_code":12284,"_name":"em237","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5561":{"hashTable":{"__isSmartRef__":true,"id":5562},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5562":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5563}],"bucketsByHash":{"__isSmartRef__":true,"id":5564},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5563":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5564":{"6296":{"__isSmartRef__":true,"id":5563}},"5565":{"0":"12278","entries":[[{"__isSmartRef__":true,"id":5566},{"__isSmartRef__":true,"id":5572}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5566":{"_name":"v12278","_value":0,"hash_code":12278,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5567},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5567":{"hash_code":1798,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5566},"_expression":{"__isSmartRef__":true,"id":5568},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5568":{"_constant":8,"_terms":{"__isSmartRef__":true,"id":5569},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5569":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5570}],"bucketsByHash":{"__isSmartRef__":true,"id":5571},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5570":{"0":"12278","entries":[[{"__isSmartRef__":true,"id":5566},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5571":{"12278":{"__isSmartRef__":true,"id":5570}},"5572":{"hashTable":{"__isSmartRef__":true,"id":5573},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5573":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":5574},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5574":{},"5575":{"0":"12315","entries":[[{"__isSmartRef__":true,"id":5576},{"__isSmartRef__":true,"id":5577}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5576":{"hash_code":12315,"_name":"em239","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5577":{"hashTable":{"__isSmartRef__":true,"id":5578},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5578":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5579}],"bucketsByHash":{"__isSmartRef__":true,"id":5580},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5579":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5580":{"6296":{"__isSmartRef__":true,"id":5579}},"5581":{"0":"12309","entries":[[{"__isSmartRef__":true,"id":5582},{"__isSmartRef__":true,"id":5588}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5582":{"_name":"v12309","_value":0,"hash_code":12309,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5583},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5583":{"hash_code":1803,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5582},"_expression":{"__isSmartRef__":true,"id":5584},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5584":{"_constant":6,"_terms":{"__isSmartRef__":true,"id":5585},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5585":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5586}],"bucketsByHash":{"__isSmartRef__":true,"id":5587},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5586":{"0":"12309","entries":[[{"__isSmartRef__":true,"id":5582},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5587":{"12309":{"__isSmartRef__":true,"id":5586}},"5588":{"hashTable":{"__isSmartRef__":true,"id":5589},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5589":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":5590},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5590":{},"5591":{"0":"12346","entries":[[{"__isSmartRef__":true,"id":5592},{"__isSmartRef__":true,"id":5593}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5592":{"hash_code":12346,"_name":"em241","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5593":{"hashTable":{"__isSmartRef__":true,"id":5594},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5594":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5595}],"bucketsByHash":{"__isSmartRef__":true,"id":5596},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5595":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5596":{"6296":{"__isSmartRef__":true,"id":5595}},"5597":{"0":"12340","entries":[[{"__isSmartRef__":true,"id":5598},{"__isSmartRef__":true,"id":5604}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5598":{"_name":"v12340","_value":0,"hash_code":12340,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5599},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5599":{"hash_code":1808,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5598},"_expression":{"__isSmartRef__":true,"id":5600},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5600":{"_constant":4,"_terms":{"__isSmartRef__":true,"id":5601},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5601":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5602}],"bucketsByHash":{"__isSmartRef__":true,"id":5603},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5602":{"0":"12340","entries":[[{"__isSmartRef__":true,"id":5598},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5603":{"12340":{"__isSmartRef__":true,"id":5602}},"5604":{"hashTable":{"__isSmartRef__":true,"id":5605},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5605":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":5606},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5606":{},"5607":{"0":"12377","entries":[[{"__isSmartRef__":true,"id":5608},{"__isSmartRef__":true,"id":5609}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5608":{"hash_code":12377,"_name":"em243","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5609":{"hashTable":{"__isSmartRef__":true,"id":5610},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5610":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5611}],"bucketsByHash":{"__isSmartRef__":true,"id":5612},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5611":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5612":{"6296":{"__isSmartRef__":true,"id":5611}},"5613":{"0":"12399","entries":[[{"__isSmartRef__":true,"id":5614},{"__isSmartRef__":true,"id":5615}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5614":{"hash_code":12399,"_name":"d239","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5615":{"hashTable":{"__isSmartRef__":true,"id":5616},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5616":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5617}],"bucketsByHash":{"__isSmartRef__":true,"id":5624},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5617":{"0":"12371","entries":[[{"__isSmartRef__":true,"id":5618},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5618":{"_name":"v12371","_value":0,"hash_code":12371,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5619},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5619":{"hash_code":1813,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5618},"_expression":{"__isSmartRef__":true,"id":5620},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5620":{"_constant":2,"_terms":{"__isSmartRef__":true,"id":5621},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5621":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5622}],"bucketsByHash":{"__isSmartRef__":true,"id":5623},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5622":{"0":"12371","entries":[[{"__isSmartRef__":true,"id":5618},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5623":{"12371":{"__isSmartRef__":true,"id":5622}},"5624":{"12371":{"__isSmartRef__":true,"id":5617}},"5625":{"0":"12400","entries":[[{"__isSmartRef__":true,"id":5626},{"__isSmartRef__":true,"id":5627}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5626":{"hash_code":12400,"_name":"a241","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5627":{"hashTable":{"__isSmartRef__":true,"id":5628},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5628":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5629}],"bucketsByHash":{"__isSmartRef__":true,"id":5630},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5629":{"0":"12371","entries":[[{"__isSmartRef__":true,"id":5618},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5630":{"12371":{"__isSmartRef__":true,"id":5629}},"5631":{"0":"12408","entries":[[{"__isSmartRef__":true,"id":5632},{"__isSmartRef__":true,"id":5633}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5632":{"hash_code":12408,"_name":"em245","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5633":{"hashTable":{"__isSmartRef__":true,"id":5634},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5634":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5635}],"bucketsByHash":{"__isSmartRef__":true,"id":5636},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5635":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5636":{"6296":{"__isSmartRef__":true,"id":5635}},"5637":{"0":"12423","entries":[[{"__isSmartRef__":true,"id":5638},{"__isSmartRef__":true,"id":5639}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5638":{"hash_code":12423,"_name":"d240","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5639":{"hashTable":{"__isSmartRef__":true,"id":5640},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5640":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5641},{"__isSmartRef__":true,"id":5648}],"bucketsByHash":{"__isSmartRef__":true,"id":5650},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5641":{"0":"12402","entries":[[{"__isSmartRef__":true,"id":5642},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5642":{"_name":"v12402","_value":0,"hash_code":12402,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5643},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5643":{"hash_code":1818,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5642},"_expression":{"__isSmartRef__":true,"id":5644},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5644":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":5645},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5645":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5646}],"bucketsByHash":{"__isSmartRef__":true,"id":5647},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5646":{"0":"12402","entries":[[{"__isSmartRef__":true,"id":5642},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5647":{"12402":{"__isSmartRef__":true,"id":5646}},"5648":{"0":"12431","entries":[[{"__isSmartRef__":true,"id":5649},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5649":{"hash_code":12431,"_name":"a243","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5650":{"12402":{"__isSmartRef__":true,"id":5641},"12431":{"__isSmartRef__":true,"id":5648}},"5651":{"0":"12430","entries":[[{"__isSmartRef__":true,"id":5652},{"__isSmartRef__":true,"id":5653}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5652":{"hash_code":12430,"_name":"d241","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5653":{"hashTable":{"__isSmartRef__":true,"id":5654},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5654":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5655}],"bucketsByHash":{"__isSmartRef__":true,"id":5656},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5655":{"0":"12431","entries":[[{"__isSmartRef__":true,"id":5649},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5656":{"12431":{"__isSmartRef__":true,"id":5655}},"5657":{"0":"12424","entries":[[{"__isSmartRef__":true,"id":5658},{"__isSmartRef__":true,"id":5659}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5658":{"hash_code":12424,"_name":"a242","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5659":{"hashTable":{"__isSmartRef__":true,"id":5660},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5660":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5661},{"__isSmartRef__":true,"id":5662}],"bucketsByHash":{"__isSmartRef__":true,"id":5663},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5661":{"0":"12402","entries":[[{"__isSmartRef__":true,"id":5642},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5662":{"0":"12431","entries":[[{"__isSmartRef__":true,"id":5649},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5663":{"12402":{"__isSmartRef__":true,"id":5661},"12431":{"__isSmartRef__":true,"id":5662}},"5664":{"0":"12439","entries":[[{"__isSmartRef__":true,"id":5665},{"__isSmartRef__":true,"id":5666}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5665":{"hash_code":12439,"_name":"em247","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5666":{"hashTable":{"__isSmartRef__":true,"id":5667},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5667":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5668}],"bucketsByHash":{"__isSmartRef__":true,"id":5669},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5668":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5669":{"6296":{"__isSmartRef__":true,"id":5668}},"5670":{"0":"12454","entries":[[{"__isSmartRef__":true,"id":5671},{"__isSmartRef__":true,"id":5672}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5671":{"hash_code":12454,"_name":"d242","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5672":{"hashTable":{"__isSmartRef__":true,"id":5673},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5673":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5674},{"__isSmartRef__":true,"id":5681}],"bucketsByHash":{"__isSmartRef__":true,"id":5683},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5674":{"0":"12433","entries":[[{"__isSmartRef__":true,"id":5675},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5675":{"_name":"v12433","_value":0,"hash_code":12433,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5676},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5676":{"hash_code":1823,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5675},"_expression":{"__isSmartRef__":true,"id":5677},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5677":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":5678},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5678":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5679}],"bucketsByHash":{"__isSmartRef__":true,"id":5680},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5679":{"0":"12433","entries":[[{"__isSmartRef__":true,"id":5675},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5680":{"12433":{"__isSmartRef__":true,"id":5679}},"5681":{"0":"12462","entries":[[{"__isSmartRef__":true,"id":5682},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5682":{"hash_code":12462,"_name":"a245","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5683":{"12433":{"__isSmartRef__":true,"id":5674},"12462":{"__isSmartRef__":true,"id":5681}},"5684":{"0":"12461","entries":[[{"__isSmartRef__":true,"id":5685},{"__isSmartRef__":true,"id":5686}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5685":{"hash_code":12461,"_name":"d243","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5686":{"hashTable":{"__isSmartRef__":true,"id":5687},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5687":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5688}],"bucketsByHash":{"__isSmartRef__":true,"id":5689},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5688":{"0":"12462","entries":[[{"__isSmartRef__":true,"id":5682},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5689":{"12462":{"__isSmartRef__":true,"id":5688}},"5690":{"0":"12455","entries":[[{"__isSmartRef__":true,"id":5691},{"__isSmartRef__":true,"id":5692}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5691":{"hash_code":12455,"_name":"a244","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5692":{"hashTable":{"__isSmartRef__":true,"id":5693},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5693":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5694},{"__isSmartRef__":true,"id":5695}],"bucketsByHash":{"__isSmartRef__":true,"id":5696},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5694":{"0":"12433","entries":[[{"__isSmartRef__":true,"id":5675},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5695":{"0":"12462","entries":[[{"__isSmartRef__":true,"id":5682},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5696":{"12433":{"__isSmartRef__":true,"id":5694},"12462":{"__isSmartRef__":true,"id":5695}},"5697":{"0":"12470","entries":[[{"__isSmartRef__":true,"id":5698},{"__isSmartRef__":true,"id":5699}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5698":{"hash_code":12470,"_name":"em249","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5699":{"hashTable":{"__isSmartRef__":true,"id":5700},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5700":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5701}],"bucketsByHash":{"__isSmartRef__":true,"id":5702},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5701":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5702":{"6296":{"__isSmartRef__":true,"id":5701}},"5703":{"0":"12485","entries":[[{"__isSmartRef__":true,"id":5704},{"__isSmartRef__":true,"id":5705}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5704":{"hash_code":12485,"_name":"d244","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5705":{"hashTable":{"__isSmartRef__":true,"id":5706},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5706":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5707},{"__isSmartRef__":true,"id":5714}],"bucketsByHash":{"__isSmartRef__":true,"id":5716},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5707":{"0":"12464","entries":[[{"__isSmartRef__":true,"id":5708},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5708":{"_name":"v12464","_value":0,"hash_code":12464,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5709},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5709":{"hash_code":1828,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5708},"_expression":{"__isSmartRef__":true,"id":5710},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5710":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":5711},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5711":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5712}],"bucketsByHash":{"__isSmartRef__":true,"id":5713},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5712":{"0":"12464","entries":[[{"__isSmartRef__":true,"id":5708},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5713":{"12464":{"__isSmartRef__":true,"id":5712}},"5714":{"0":"12493","entries":[[{"__isSmartRef__":true,"id":5715},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5715":{"hash_code":12493,"_name":"a247","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5716":{"12464":{"__isSmartRef__":true,"id":5707},"12493":{"__isSmartRef__":true,"id":5714}},"5717":{"0":"12492","entries":[[{"__isSmartRef__":true,"id":5718},{"__isSmartRef__":true,"id":5719}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5718":{"hash_code":12492,"_name":"d245","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5719":{"hashTable":{"__isSmartRef__":true,"id":5720},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5720":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5721}],"bucketsByHash":{"__isSmartRef__":true,"id":5722},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5721":{"0":"12493","entries":[[{"__isSmartRef__":true,"id":5715},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5722":{"12493":{"__isSmartRef__":true,"id":5721}},"5723":{"0":"12486","entries":[[{"__isSmartRef__":true,"id":5724},{"__isSmartRef__":true,"id":5725}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5724":{"hash_code":12486,"_name":"a246","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5725":{"hashTable":{"__isSmartRef__":true,"id":5726},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5726":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5727},{"__isSmartRef__":true,"id":5728}],"bucketsByHash":{"__isSmartRef__":true,"id":5729},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5727":{"0":"12464","entries":[[{"__isSmartRef__":true,"id":5708},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5728":{"0":"12493","entries":[[{"__isSmartRef__":true,"id":5715},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5729":{"12464":{"__isSmartRef__":true,"id":5727},"12493":{"__isSmartRef__":true,"id":5728}},"5730":{"0":"12501","entries":[[{"__isSmartRef__":true,"id":5731},{"__isSmartRef__":true,"id":5732}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5731":{"hash_code":12501,"_name":"em251","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5732":{"hashTable":{"__isSmartRef__":true,"id":5733},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5733":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5734}],"bucketsByHash":{"__isSmartRef__":true,"id":5735},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5734":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5735":{"6296":{"__isSmartRef__":true,"id":5734}},"5736":{"0":"12516","entries":[[{"__isSmartRef__":true,"id":5737},{"__isSmartRef__":true,"id":5738}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5737":{"hash_code":12516,"_name":"d246","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5738":{"hashTable":{"__isSmartRef__":true,"id":5739},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5739":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5740},{"__isSmartRef__":true,"id":5747}],"bucketsByHash":{"__isSmartRef__":true,"id":5749},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5740":{"0":"12495","entries":[[{"__isSmartRef__":true,"id":5741},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5741":{"_name":"v12495","_value":0,"hash_code":12495,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5742},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5742":{"hash_code":1833,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5741},"_expression":{"__isSmartRef__":true,"id":5743},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5743":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":5744},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5744":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5745}],"bucketsByHash":{"__isSmartRef__":true,"id":5746},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5745":{"0":"12495","entries":[[{"__isSmartRef__":true,"id":5741},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5746":{"12495":{"__isSmartRef__":true,"id":5745}},"5747":{"0":"12524","entries":[[{"__isSmartRef__":true,"id":5748},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5748":{"hash_code":12524,"_name":"a249","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5749":{"12495":{"__isSmartRef__":true,"id":5740},"12524":{"__isSmartRef__":true,"id":5747}},"5750":{"0":"12523","entries":[[{"__isSmartRef__":true,"id":5751},{"__isSmartRef__":true,"id":5752}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5751":{"hash_code":12523,"_name":"d247","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5752":{"hashTable":{"__isSmartRef__":true,"id":5753},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5753":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5754}],"bucketsByHash":{"__isSmartRef__":true,"id":5755},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5754":{"0":"12524","entries":[[{"__isSmartRef__":true,"id":5748},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5755":{"12524":{"__isSmartRef__":true,"id":5754}},"5756":{"0":"12517","entries":[[{"__isSmartRef__":true,"id":5757},{"__isSmartRef__":true,"id":5758}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5757":{"hash_code":12517,"_name":"a248","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5758":{"hashTable":{"__isSmartRef__":true,"id":5759},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5759":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5760},{"__isSmartRef__":true,"id":5761}],"bucketsByHash":{"__isSmartRef__":true,"id":5762},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5760":{"0":"12495","entries":[[{"__isSmartRef__":true,"id":5741},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5761":{"0":"12524","entries":[[{"__isSmartRef__":true,"id":5748},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5762":{"12495":{"__isSmartRef__":true,"id":5760},"12524":{"__isSmartRef__":true,"id":5761}},"5763":{"0":"12532","entries":[[{"__isSmartRef__":true,"id":5764},{"__isSmartRef__":true,"id":5765}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5764":{"hash_code":12532,"_name":"em253","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5765":{"hashTable":{"__isSmartRef__":true,"id":5766},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5766":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5767}],"bucketsByHash":{"__isSmartRef__":true,"id":5768},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5767":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5768":{"6296":{"__isSmartRef__":true,"id":5767}},"5769":{"0":"12547","entries":[[{"__isSmartRef__":true,"id":5770},{"__isSmartRef__":true,"id":5771}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5770":{"hash_code":12547,"_name":"d248","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5771":{"hashTable":{"__isSmartRef__":true,"id":5772},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5772":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5773},{"__isSmartRef__":true,"id":5780}],"bucketsByHash":{"__isSmartRef__":true,"id":5782},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5773":{"0":"12526","entries":[[{"__isSmartRef__":true,"id":5774},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5774":{"_name":"v12526","_value":0,"hash_code":12526,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5775},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5775":{"hash_code":1838,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5774},"_expression":{"__isSmartRef__":true,"id":5776},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5776":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":5777},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5777":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5778}],"bucketsByHash":{"__isSmartRef__":true,"id":5779},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5778":{"0":"12526","entries":[[{"__isSmartRef__":true,"id":5774},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5779":{"12526":{"__isSmartRef__":true,"id":5778}},"5780":{"0":"12555","entries":[[{"__isSmartRef__":true,"id":5781},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5781":{"hash_code":12555,"_name":"a251","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5782":{"12526":{"__isSmartRef__":true,"id":5773},"12555":{"__isSmartRef__":true,"id":5780}},"5783":{"0":"12554","entries":[[{"__isSmartRef__":true,"id":5784},{"__isSmartRef__":true,"id":5785}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5784":{"hash_code":12554,"_name":"d249","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5785":{"hashTable":{"__isSmartRef__":true,"id":5786},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5786":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5787}],"bucketsByHash":{"__isSmartRef__":true,"id":5788},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5787":{"0":"12555","entries":[[{"__isSmartRef__":true,"id":5781},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5788":{"12555":{"__isSmartRef__":true,"id":5787}},"5789":{"0":"12548","entries":[[{"__isSmartRef__":true,"id":5790},{"__isSmartRef__":true,"id":5791}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5790":{"hash_code":12548,"_name":"a250","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5791":{"hashTable":{"__isSmartRef__":true,"id":5792},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5792":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5793},{"__isSmartRef__":true,"id":5794}],"bucketsByHash":{"__isSmartRef__":true,"id":5795},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5793":{"0":"12526","entries":[[{"__isSmartRef__":true,"id":5774},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5794":{"0":"12555","entries":[[{"__isSmartRef__":true,"id":5781},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5795":{"12526":{"__isSmartRef__":true,"id":5793},"12555":{"__isSmartRef__":true,"id":5794}},"5796":{"0":"12563","entries":[[{"__isSmartRef__":true,"id":5797},{"__isSmartRef__":true,"id":5798}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5797":{"hash_code":12563,"_name":"em255","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5798":{"hashTable":{"__isSmartRef__":true,"id":5799},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5799":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5800}],"bucketsByHash":{"__isSmartRef__":true,"id":5801},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5800":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5801":{"6296":{"__isSmartRef__":true,"id":5800}},"5802":{"0":"12578","entries":[[{"__isSmartRef__":true,"id":5803},{"__isSmartRef__":true,"id":5804}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5803":{"hash_code":12578,"_name":"d250","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5804":{"hashTable":{"__isSmartRef__":true,"id":5805},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5805":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5806},{"__isSmartRef__":true,"id":5813}],"bucketsByHash":{"__isSmartRef__":true,"id":5815},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5806":{"0":"12557","entries":[[{"__isSmartRef__":true,"id":5807},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5807":{"_name":"v12557","_value":0,"hash_code":12557,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5808},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5808":{"hash_code":1843,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5807},"_expression":{"__isSmartRef__":true,"id":5809},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5809":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":5810},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5810":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5811}],"bucketsByHash":{"__isSmartRef__":true,"id":5812},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5811":{"0":"12557","entries":[[{"__isSmartRef__":true,"id":5807},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5812":{"12557":{"__isSmartRef__":true,"id":5811}},"5813":{"0":"12586","entries":[[{"__isSmartRef__":true,"id":5814},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5814":{"hash_code":12586,"_name":"a253","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5815":{"12557":{"__isSmartRef__":true,"id":5806},"12586":{"__isSmartRef__":true,"id":5813}},"5816":{"0":"12585","entries":[[{"__isSmartRef__":true,"id":5817},{"__isSmartRef__":true,"id":5818}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5817":{"hash_code":12585,"_name":"d251","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5818":{"hashTable":{"__isSmartRef__":true,"id":5819},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5819":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5820}],"bucketsByHash":{"__isSmartRef__":true,"id":5821},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5820":{"0":"12586","entries":[[{"__isSmartRef__":true,"id":5814},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5821":{"12586":{"__isSmartRef__":true,"id":5820}},"5822":{"0":"12579","entries":[[{"__isSmartRef__":true,"id":5823},{"__isSmartRef__":true,"id":5824}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5823":{"hash_code":12579,"_name":"a252","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5824":{"hashTable":{"__isSmartRef__":true,"id":5825},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5825":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5826},{"__isSmartRef__":true,"id":5827}],"bucketsByHash":{"__isSmartRef__":true,"id":5828},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5826":{"0":"12557","entries":[[{"__isSmartRef__":true,"id":5807},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5827":{"0":"12586","entries":[[{"__isSmartRef__":true,"id":5814},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5828":{"12557":{"__isSmartRef__":true,"id":5826},"12586":{"__isSmartRef__":true,"id":5827}},"5829":{"0":"12594","entries":[[{"__isSmartRef__":true,"id":5830},{"__isSmartRef__":true,"id":5831}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5830":{"hash_code":12594,"_name":"em257","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5831":{"hashTable":{"__isSmartRef__":true,"id":5832},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5832":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5833}],"bucketsByHash":{"__isSmartRef__":true,"id":5834},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5833":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5834":{"6296":{"__isSmartRef__":true,"id":5833}},"5835":{"0":"12609","entries":[[{"__isSmartRef__":true,"id":5836},{"__isSmartRef__":true,"id":5837}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5836":{"hash_code":12609,"_name":"d252","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5837":{"hashTable":{"__isSmartRef__":true,"id":5838},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5838":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5839},{"__isSmartRef__":true,"id":5846}],"bucketsByHash":{"__isSmartRef__":true,"id":5848},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5839":{"0":"12588","entries":[[{"__isSmartRef__":true,"id":5840},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5840":{"_name":"v12588","_value":0,"hash_code":12588,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5841},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5841":{"hash_code":1848,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5840},"_expression":{"__isSmartRef__":true,"id":5842},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5842":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":5843},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5843":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5844}],"bucketsByHash":{"__isSmartRef__":true,"id":5845},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5844":{"0":"12588","entries":[[{"__isSmartRef__":true,"id":5840},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5845":{"12588":{"__isSmartRef__":true,"id":5844}},"5846":{"0":"12617","entries":[[{"__isSmartRef__":true,"id":5847},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5847":{"hash_code":12617,"_name":"a255","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5848":{"12588":{"__isSmartRef__":true,"id":5839},"12617":{"__isSmartRef__":true,"id":5846}},"5849":{"0":"12616","entries":[[{"__isSmartRef__":true,"id":5850},{"__isSmartRef__":true,"id":5851}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5850":{"hash_code":12616,"_name":"d253","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5851":{"hashTable":{"__isSmartRef__":true,"id":5852},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5852":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5853}],"bucketsByHash":{"__isSmartRef__":true,"id":5854},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5853":{"0":"12617","entries":[[{"__isSmartRef__":true,"id":5847},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5854":{"12617":{"__isSmartRef__":true,"id":5853}},"5855":{"0":"12610","entries":[[{"__isSmartRef__":true,"id":5856},{"__isSmartRef__":true,"id":5857}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5856":{"hash_code":12610,"_name":"a254","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5857":{"hashTable":{"__isSmartRef__":true,"id":5858},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5858":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5859},{"__isSmartRef__":true,"id":5860}],"bucketsByHash":{"__isSmartRef__":true,"id":5861},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5859":{"0":"12588","entries":[[{"__isSmartRef__":true,"id":5840},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5860":{"0":"12617","entries":[[{"__isSmartRef__":true,"id":5847},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5861":{"12588":{"__isSmartRef__":true,"id":5859},"12617":{"__isSmartRef__":true,"id":5860}},"5862":{"0":"12625","entries":[[{"__isSmartRef__":true,"id":5863},{"__isSmartRef__":true,"id":5864}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5863":{"hash_code":12625,"_name":"em259","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5864":{"hashTable":{"__isSmartRef__":true,"id":5865},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5865":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5866}],"bucketsByHash":{"__isSmartRef__":true,"id":5867},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5866":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5867":{"6296":{"__isSmartRef__":true,"id":5866}},"5868":{"0":"12640","entries":[[{"__isSmartRef__":true,"id":5869},{"__isSmartRef__":true,"id":5870}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5869":{"hash_code":12640,"_name":"d254","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5870":{"hashTable":{"__isSmartRef__":true,"id":5871},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5871":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5872},{"__isSmartRef__":true,"id":5879}],"bucketsByHash":{"__isSmartRef__":true,"id":5881},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5872":{"0":"12619","entries":[[{"__isSmartRef__":true,"id":5873},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5873":{"_name":"v12619","_value":0,"hash_code":12619,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5874},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5874":{"hash_code":1853,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5873},"_expression":{"__isSmartRef__":true,"id":5875},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5875":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":5876},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5876":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5877}],"bucketsByHash":{"__isSmartRef__":true,"id":5878},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5877":{"0":"12619","entries":[[{"__isSmartRef__":true,"id":5873},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5878":{"12619":{"__isSmartRef__":true,"id":5877}},"5879":{"0":"12648","entries":[[{"__isSmartRef__":true,"id":5880},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5880":{"hash_code":12648,"_name":"a257","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5881":{"12619":{"__isSmartRef__":true,"id":5872},"12648":{"__isSmartRef__":true,"id":5879}},"5882":{"0":"12647","entries":[[{"__isSmartRef__":true,"id":5883},{"__isSmartRef__":true,"id":5884}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5883":{"hash_code":12647,"_name":"d255","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5884":{"hashTable":{"__isSmartRef__":true,"id":5885},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5885":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5886}],"bucketsByHash":{"__isSmartRef__":true,"id":5887},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5886":{"0":"12648","entries":[[{"__isSmartRef__":true,"id":5880},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5887":{"12648":{"__isSmartRef__":true,"id":5886}},"5888":{"0":"12641","entries":[[{"__isSmartRef__":true,"id":5889},{"__isSmartRef__":true,"id":5890}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5889":{"hash_code":12641,"_name":"a256","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5890":{"hashTable":{"__isSmartRef__":true,"id":5891},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5891":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5892},{"__isSmartRef__":true,"id":5893}],"bucketsByHash":{"__isSmartRef__":true,"id":5894},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5892":{"0":"12619","entries":[[{"__isSmartRef__":true,"id":5873},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5893":{"0":"12648","entries":[[{"__isSmartRef__":true,"id":5880},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5894":{"12619":{"__isSmartRef__":true,"id":5892},"12648":{"__isSmartRef__":true,"id":5893}},"5895":{"0":"12656","entries":[[{"__isSmartRef__":true,"id":5896},{"__isSmartRef__":true,"id":5897}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5896":{"hash_code":12656,"_name":"em261","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5897":{"hashTable":{"__isSmartRef__":true,"id":5898},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5898":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5899}],"bucketsByHash":{"__isSmartRef__":true,"id":5900},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5899":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5900":{"6296":{"__isSmartRef__":true,"id":5899}},"5901":{"0":"12671","entries":[[{"__isSmartRef__":true,"id":5902},{"__isSmartRef__":true,"id":5903}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5902":{"hash_code":12671,"_name":"d256","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5903":{"hashTable":{"__isSmartRef__":true,"id":5904},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5904":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5905},{"__isSmartRef__":true,"id":5912}],"bucketsByHash":{"__isSmartRef__":true,"id":5914},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5905":{"0":"12650","entries":[[{"__isSmartRef__":true,"id":5906},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5906":{"_name":"v12650","_value":0,"hash_code":12650,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5907},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5907":{"hash_code":1858,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5906},"_expression":{"__isSmartRef__":true,"id":5908},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5908":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":5909},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5909":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5910}],"bucketsByHash":{"__isSmartRef__":true,"id":5911},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5910":{"0":"12650","entries":[[{"__isSmartRef__":true,"id":5906},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5911":{"12650":{"__isSmartRef__":true,"id":5910}},"5912":{"0":"12679","entries":[[{"__isSmartRef__":true,"id":5913},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5913":{"hash_code":12679,"_name":"a259","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5914":{"12650":{"__isSmartRef__":true,"id":5905},"12679":{"__isSmartRef__":true,"id":5912}},"5915":{"0":"12678","entries":[[{"__isSmartRef__":true,"id":5916},{"__isSmartRef__":true,"id":5917}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5916":{"hash_code":12678,"_name":"d257","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5917":{"hashTable":{"__isSmartRef__":true,"id":5918},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5918":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5919}],"bucketsByHash":{"__isSmartRef__":true,"id":5920},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5919":{"0":"12679","entries":[[{"__isSmartRef__":true,"id":5913},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5920":{"12679":{"__isSmartRef__":true,"id":5919}},"5921":{"0":"12672","entries":[[{"__isSmartRef__":true,"id":5922},{"__isSmartRef__":true,"id":5923}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5922":{"hash_code":12672,"_name":"a258","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5923":{"hashTable":{"__isSmartRef__":true,"id":5924},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5924":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5925},{"__isSmartRef__":true,"id":5926}],"bucketsByHash":{"__isSmartRef__":true,"id":5927},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5925":{"0":"12650","entries":[[{"__isSmartRef__":true,"id":5906},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5926":{"0":"12679","entries":[[{"__isSmartRef__":true,"id":5913},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5927":{"12650":{"__isSmartRef__":true,"id":5925},"12679":{"__isSmartRef__":true,"id":5926}},"5928":{"0":"12687","entries":[[{"__isSmartRef__":true,"id":5929},{"__isSmartRef__":true,"id":5930}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5929":{"hash_code":12687,"_name":"em263","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5930":{"hashTable":{"__isSmartRef__":true,"id":5931},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5931":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5932}],"bucketsByHash":{"__isSmartRef__":true,"id":5933},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5932":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5933":{"6296":{"__isSmartRef__":true,"id":5932}},"5934":{"0":"12702","entries":[[{"__isSmartRef__":true,"id":5935},{"__isSmartRef__":true,"id":5936}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5935":{"hash_code":12702,"_name":"d258","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5936":{"hashTable":{"__isSmartRef__":true,"id":5937},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5937":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5938},{"__isSmartRef__":true,"id":5945}],"bucketsByHash":{"__isSmartRef__":true,"id":5947},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5938":{"0":"12681","entries":[[{"__isSmartRef__":true,"id":5939},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5939":{"_name":"v12681","_value":0,"hash_code":12681,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5940},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5940":{"hash_code":1863,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5939},"_expression":{"__isSmartRef__":true,"id":5941},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5941":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":5942},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5942":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5943}],"bucketsByHash":{"__isSmartRef__":true,"id":5944},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5943":{"0":"12681","entries":[[{"__isSmartRef__":true,"id":5939},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5944":{"12681":{"__isSmartRef__":true,"id":5943}},"5945":{"0":"12710","entries":[[{"__isSmartRef__":true,"id":5946},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5946":{"hash_code":12710,"_name":"a261","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5947":{"12681":{"__isSmartRef__":true,"id":5938},"12710":{"__isSmartRef__":true,"id":5945}},"5948":{"0":"12709","entries":[[{"__isSmartRef__":true,"id":5949},{"__isSmartRef__":true,"id":5950}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5949":{"hash_code":12709,"_name":"d259","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5950":{"hashTable":{"__isSmartRef__":true,"id":5951},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5951":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5952}],"bucketsByHash":{"__isSmartRef__":true,"id":5953},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5952":{"0":"12710","entries":[[{"__isSmartRef__":true,"id":5946},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5953":{"12710":{"__isSmartRef__":true,"id":5952}},"5954":{"0":"12703","entries":[[{"__isSmartRef__":true,"id":5955},{"__isSmartRef__":true,"id":5956}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5955":{"hash_code":12703,"_name":"a260","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5956":{"hashTable":{"__isSmartRef__":true,"id":5957},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5957":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5958},{"__isSmartRef__":true,"id":5959}],"bucketsByHash":{"__isSmartRef__":true,"id":5960},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5958":{"0":"12681","entries":[[{"__isSmartRef__":true,"id":5939},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5959":{"0":"12710","entries":[[{"__isSmartRef__":true,"id":5946},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5960":{"12681":{"__isSmartRef__":true,"id":5958},"12710":{"__isSmartRef__":true,"id":5959}},"5961":{"0":"12718","entries":[[{"__isSmartRef__":true,"id":5962},{"__isSmartRef__":true,"id":5963}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5962":{"hash_code":12718,"_name":"em265","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5963":{"hashTable":{"__isSmartRef__":true,"id":5964},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5964":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5965}],"bucketsByHash":{"__isSmartRef__":true,"id":5966},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5965":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5966":{"6296":{"__isSmartRef__":true,"id":5965}},"5967":{"0":"12733","entries":[[{"__isSmartRef__":true,"id":5968},{"__isSmartRef__":true,"id":5969}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5968":{"hash_code":12733,"_name":"d260","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5969":{"hashTable":{"__isSmartRef__":true,"id":5970},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5970":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5971},{"__isSmartRef__":true,"id":5978}],"bucketsByHash":{"__isSmartRef__":true,"id":5980},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5971":{"0":"12712","entries":[[{"__isSmartRef__":true,"id":5972},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5972":{"_name":"v12712","_value":0,"hash_code":12712,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":5973},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5973":{"hash_code":1868,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":5972},"_expression":{"__isSmartRef__":true,"id":5974},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5974":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":5975},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5975":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5976}],"bucketsByHash":{"__isSmartRef__":true,"id":5977},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5976":{"0":"12712","entries":[[{"__isSmartRef__":true,"id":5972},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5977":{"12712":{"__isSmartRef__":true,"id":5976}},"5978":{"0":"12741","entries":[[{"__isSmartRef__":true,"id":5979},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5979":{"hash_code":12741,"_name":"a263","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5980":{"12712":{"__isSmartRef__":true,"id":5971},"12741":{"__isSmartRef__":true,"id":5978}},"5981":{"0":"12740","entries":[[{"__isSmartRef__":true,"id":5982},{"__isSmartRef__":true,"id":5983}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5982":{"hash_code":12740,"_name":"d261","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5983":{"hashTable":{"__isSmartRef__":true,"id":5984},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5984":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5985}],"bucketsByHash":{"__isSmartRef__":true,"id":5986},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5985":{"0":"12741","entries":[[{"__isSmartRef__":true,"id":5979},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5986":{"12741":{"__isSmartRef__":true,"id":5985}},"5987":{"0":"12734","entries":[[{"__isSmartRef__":true,"id":5988},{"__isSmartRef__":true,"id":5989}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5988":{"hash_code":12734,"_name":"a262","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5989":{"hashTable":{"__isSmartRef__":true,"id":5990},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5990":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5991},{"__isSmartRef__":true,"id":5992}],"bucketsByHash":{"__isSmartRef__":true,"id":5993},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5991":{"0":"12712","entries":[[{"__isSmartRef__":true,"id":5972},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5992":{"0":"12741","entries":[[{"__isSmartRef__":true,"id":5979},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5993":{"12712":{"__isSmartRef__":true,"id":5991},"12741":{"__isSmartRef__":true,"id":5992}},"5994":{"0":"12749","entries":[[{"__isSmartRef__":true,"id":5995},{"__isSmartRef__":true,"id":5996}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5995":{"hash_code":12749,"_name":"em267","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"5996":{"hashTable":{"__isSmartRef__":true,"id":5997},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"5997":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":5998}],"bucketsByHash":{"__isSmartRef__":true,"id":5999},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5998":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"5999":{"6296":{"__isSmartRef__":true,"id":5998}},"6000":{"0":"12764","entries":[[{"__isSmartRef__":true,"id":6001},{"__isSmartRef__":true,"id":6002}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6001":{"hash_code":12764,"_name":"d262","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6002":{"hashTable":{"__isSmartRef__":true,"id":6003},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6003":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6004},{"__isSmartRef__":true,"id":6011}],"bucketsByHash":{"__isSmartRef__":true,"id":6013},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6004":{"0":"12743","entries":[[{"__isSmartRef__":true,"id":6005},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6005":{"_name":"v12743","_value":0,"hash_code":12743,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":6006},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6006":{"hash_code":1873,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":6005},"_expression":{"__isSmartRef__":true,"id":6007},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6007":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":6008},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6008":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6009}],"bucketsByHash":{"__isSmartRef__":true,"id":6010},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6009":{"0":"12743","entries":[[{"__isSmartRef__":true,"id":6005},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6010":{"12743":{"__isSmartRef__":true,"id":6009}},"6011":{"0":"12772","entries":[[{"__isSmartRef__":true,"id":6012},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6012":{"hash_code":12772,"_name":"a265","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6013":{"12743":{"__isSmartRef__":true,"id":6004},"12772":{"__isSmartRef__":true,"id":6011}},"6014":{"0":"12771","entries":[[{"__isSmartRef__":true,"id":6015},{"__isSmartRef__":true,"id":6016}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6015":{"hash_code":12771,"_name":"d263","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6016":{"hashTable":{"__isSmartRef__":true,"id":6017},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6017":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6018}],"bucketsByHash":{"__isSmartRef__":true,"id":6019},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6018":{"0":"12772","entries":[[{"__isSmartRef__":true,"id":6012},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6019":{"12772":{"__isSmartRef__":true,"id":6018}},"6020":{"0":"12765","entries":[[{"__isSmartRef__":true,"id":6021},{"__isSmartRef__":true,"id":6022}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6021":{"hash_code":12765,"_name":"a264","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6022":{"hashTable":{"__isSmartRef__":true,"id":6023},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6023":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6024},{"__isSmartRef__":true,"id":6025}],"bucketsByHash":{"__isSmartRef__":true,"id":6026},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6024":{"0":"12743","entries":[[{"__isSmartRef__":true,"id":6005},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6025":{"0":"12772","entries":[[{"__isSmartRef__":true,"id":6012},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6026":{"12743":{"__isSmartRef__":true,"id":6024},"12772":{"__isSmartRef__":true,"id":6025}},"6027":{"0":"12780","entries":[[{"__isSmartRef__":true,"id":6028},{"__isSmartRef__":true,"id":6029}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6028":{"hash_code":12780,"_name":"em269","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6029":{"hashTable":{"__isSmartRef__":true,"id":6030},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6030":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6031}],"bucketsByHash":{"__isSmartRef__":true,"id":6032},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6031":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6032":{"6296":{"__isSmartRef__":true,"id":6031}},"6033":{"0":"12795","entries":[[{"__isSmartRef__":true,"id":6034},{"__isSmartRef__":true,"id":6035}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6034":{"hash_code":12795,"_name":"d264","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6035":{"hashTable":{"__isSmartRef__":true,"id":6036},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6036":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6037},{"__isSmartRef__":true,"id":6044}],"bucketsByHash":{"__isSmartRef__":true,"id":6046},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6037":{"0":"12774","entries":[[{"__isSmartRef__":true,"id":6038},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6038":{"_name":"v12774","_value":0,"hash_code":12774,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":6039},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6039":{"hash_code":1878,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":6038},"_expression":{"__isSmartRef__":true,"id":6040},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6040":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":6041},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6041":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6042}],"bucketsByHash":{"__isSmartRef__":true,"id":6043},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6042":{"0":"12774","entries":[[{"__isSmartRef__":true,"id":6038},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6043":{"12774":{"__isSmartRef__":true,"id":6042}},"6044":{"0":"12803","entries":[[{"__isSmartRef__":true,"id":6045},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6045":{"hash_code":12803,"_name":"a267","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6046":{"12774":{"__isSmartRef__":true,"id":6037},"12803":{"__isSmartRef__":true,"id":6044}},"6047":{"0":"12802","entries":[[{"__isSmartRef__":true,"id":6048},{"__isSmartRef__":true,"id":6049}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6048":{"hash_code":12802,"_name":"d265","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6049":{"hashTable":{"__isSmartRef__":true,"id":6050},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6050":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6051}],"bucketsByHash":{"__isSmartRef__":true,"id":6052},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6051":{"0":"12803","entries":[[{"__isSmartRef__":true,"id":6045},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6052":{"12803":{"__isSmartRef__":true,"id":6051}},"6053":{"0":"12796","entries":[[{"__isSmartRef__":true,"id":6054},{"__isSmartRef__":true,"id":6055}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6054":{"hash_code":12796,"_name":"a266","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6055":{"hashTable":{"__isSmartRef__":true,"id":6056},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6056":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6057},{"__isSmartRef__":true,"id":6058}],"bucketsByHash":{"__isSmartRef__":true,"id":6059},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6057":{"0":"12774","entries":[[{"__isSmartRef__":true,"id":6038},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6058":{"0":"12803","entries":[[{"__isSmartRef__":true,"id":6045},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6059":{"12774":{"__isSmartRef__":true,"id":6057},"12803":{"__isSmartRef__":true,"id":6058}},"6060":{"0":"12811","entries":[[{"__isSmartRef__":true,"id":6061},{"__isSmartRef__":true,"id":6062}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6061":{"hash_code":12811,"_name":"em271","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6062":{"hashTable":{"__isSmartRef__":true,"id":6063},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6063":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6064}],"bucketsByHash":{"__isSmartRef__":true,"id":6065},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6064":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6065":{"6296":{"__isSmartRef__":true,"id":6064}},"6066":{"0":"12826","entries":[[{"__isSmartRef__":true,"id":6067},{"__isSmartRef__":true,"id":6068}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6067":{"hash_code":12826,"_name":"d266","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6068":{"hashTable":{"__isSmartRef__":true,"id":6069},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6069":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6070},{"__isSmartRef__":true,"id":6077}],"bucketsByHash":{"__isSmartRef__":true,"id":6079},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6070":{"0":"12805","entries":[[{"__isSmartRef__":true,"id":6071},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6071":{"_name":"v12805","_value":0,"hash_code":12805,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":6072},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6072":{"hash_code":1883,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":6071},"_expression":{"__isSmartRef__":true,"id":6073},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6073":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":6074},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6074":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6075}],"bucketsByHash":{"__isSmartRef__":true,"id":6076},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6075":{"0":"12805","entries":[[{"__isSmartRef__":true,"id":6071},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6076":{"12805":{"__isSmartRef__":true,"id":6075}},"6077":{"0":"12834","entries":[[{"__isSmartRef__":true,"id":6078},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6078":{"hash_code":12834,"_name":"a269","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6079":{"12805":{"__isSmartRef__":true,"id":6070},"12834":{"__isSmartRef__":true,"id":6077}},"6080":{"0":"12833","entries":[[{"__isSmartRef__":true,"id":6081},{"__isSmartRef__":true,"id":6082}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6081":{"hash_code":12833,"_name":"d267","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6082":{"hashTable":{"__isSmartRef__":true,"id":6083},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6083":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6084}],"bucketsByHash":{"__isSmartRef__":true,"id":6085},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6084":{"0":"12834","entries":[[{"__isSmartRef__":true,"id":6078},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6085":{"12834":{"__isSmartRef__":true,"id":6084}},"6086":{"0":"12827","entries":[[{"__isSmartRef__":true,"id":6087},{"__isSmartRef__":true,"id":6088}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6087":{"hash_code":12827,"_name":"a268","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6088":{"hashTable":{"__isSmartRef__":true,"id":6089},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6089":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6090},{"__isSmartRef__":true,"id":6091}],"bucketsByHash":{"__isSmartRef__":true,"id":6092},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6090":{"0":"12805","entries":[[{"__isSmartRef__":true,"id":6071},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6091":{"0":"12834","entries":[[{"__isSmartRef__":true,"id":6078},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6092":{"12805":{"__isSmartRef__":true,"id":6090},"12834":{"__isSmartRef__":true,"id":6091}},"6093":{"0":"12842","entries":[[{"__isSmartRef__":true,"id":6094},{"__isSmartRef__":true,"id":6095}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6094":{"hash_code":12842,"_name":"em273","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6095":{"hashTable":{"__isSmartRef__":true,"id":6096},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6096":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6097}],"bucketsByHash":{"__isSmartRef__":true,"id":6098},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6097":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6098":{"6296":{"__isSmartRef__":true,"id":6097}},"6099":{"0":"12857","entries":[[{"__isSmartRef__":true,"id":6100},{"__isSmartRef__":true,"id":6101}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6100":{"hash_code":12857,"_name":"d268","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6101":{"hashTable":{"__isSmartRef__":true,"id":6102},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6102":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6103},{"__isSmartRef__":true,"id":6110}],"bucketsByHash":{"__isSmartRef__":true,"id":6112},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6103":{"0":"12836","entries":[[{"__isSmartRef__":true,"id":6104},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6104":{"_name":"v12836","_value":0,"hash_code":12836,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":6105},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6105":{"hash_code":1888,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":6104},"_expression":{"__isSmartRef__":true,"id":6106},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6106":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":6107},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6107":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6108}],"bucketsByHash":{"__isSmartRef__":true,"id":6109},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6108":{"0":"12836","entries":[[{"__isSmartRef__":true,"id":6104},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6109":{"12836":{"__isSmartRef__":true,"id":6108}},"6110":{"0":"12865","entries":[[{"__isSmartRef__":true,"id":6111},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6111":{"hash_code":12865,"_name":"a271","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6112":{"12836":{"__isSmartRef__":true,"id":6103},"12865":{"__isSmartRef__":true,"id":6110}},"6113":{"0":"12864","entries":[[{"__isSmartRef__":true,"id":6114},{"__isSmartRef__":true,"id":6115}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6114":{"hash_code":12864,"_name":"d269","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6115":{"hashTable":{"__isSmartRef__":true,"id":6116},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6116":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6117}],"bucketsByHash":{"__isSmartRef__":true,"id":6118},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6117":{"0":"12865","entries":[[{"__isSmartRef__":true,"id":6111},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6118":{"12865":{"__isSmartRef__":true,"id":6117}},"6119":{"0":"12858","entries":[[{"__isSmartRef__":true,"id":6120},{"__isSmartRef__":true,"id":6121}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6120":{"hash_code":12858,"_name":"a270","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6121":{"hashTable":{"__isSmartRef__":true,"id":6122},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6122":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6123},{"__isSmartRef__":true,"id":6124}],"bucketsByHash":{"__isSmartRef__":true,"id":6125},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6123":{"0":"12836","entries":[[{"__isSmartRef__":true,"id":6104},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6124":{"0":"12865","entries":[[{"__isSmartRef__":true,"id":6111},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6125":{"12836":{"__isSmartRef__":true,"id":6123},"12865":{"__isSmartRef__":true,"id":6124}},"6126":{"0":"12873","entries":[[{"__isSmartRef__":true,"id":6127},{"__isSmartRef__":true,"id":6128}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6127":{"hash_code":12873,"_name":"em275","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6128":{"hashTable":{"__isSmartRef__":true,"id":6129},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6129":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6130}],"bucketsByHash":{"__isSmartRef__":true,"id":6131},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6130":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6131":{"6296":{"__isSmartRef__":true,"id":6130}},"6132":{"0":"12888","entries":[[{"__isSmartRef__":true,"id":6133},{"__isSmartRef__":true,"id":6134}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6133":{"hash_code":12888,"_name":"d270","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6134":{"hashTable":{"__isSmartRef__":true,"id":6135},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6135":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6136},{"__isSmartRef__":true,"id":6143}],"bucketsByHash":{"__isSmartRef__":true,"id":6145},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6136":{"0":"12867","entries":[[{"__isSmartRef__":true,"id":6137},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6137":{"_name":"v12867","_value":0,"hash_code":12867,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":6138},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6138":{"hash_code":1893,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":6137},"_expression":{"__isSmartRef__":true,"id":6139},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6139":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":6140},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6140":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6141}],"bucketsByHash":{"__isSmartRef__":true,"id":6142},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6141":{"0":"12867","entries":[[{"__isSmartRef__":true,"id":6137},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6142":{"12867":{"__isSmartRef__":true,"id":6141}},"6143":{"0":"12896","entries":[[{"__isSmartRef__":true,"id":6144},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6144":{"hash_code":12896,"_name":"a273","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6145":{"12867":{"__isSmartRef__":true,"id":6136},"12896":{"__isSmartRef__":true,"id":6143}},"6146":{"0":"12895","entries":[[{"__isSmartRef__":true,"id":6147},{"__isSmartRef__":true,"id":6148}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6147":{"hash_code":12895,"_name":"d271","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6148":{"hashTable":{"__isSmartRef__":true,"id":6149},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6149":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6150}],"bucketsByHash":{"__isSmartRef__":true,"id":6151},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6150":{"0":"12896","entries":[[{"__isSmartRef__":true,"id":6144},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6151":{"12896":{"__isSmartRef__":true,"id":6150}},"6152":{"0":"12889","entries":[[{"__isSmartRef__":true,"id":6153},{"__isSmartRef__":true,"id":6154}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6153":{"hash_code":12889,"_name":"a272","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6154":{"hashTable":{"__isSmartRef__":true,"id":6155},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6155":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6156},{"__isSmartRef__":true,"id":6157}],"bucketsByHash":{"__isSmartRef__":true,"id":6158},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6156":{"0":"12867","entries":[[{"__isSmartRef__":true,"id":6137},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6157":{"0":"12896","entries":[[{"__isSmartRef__":true,"id":6144},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6158":{"12867":{"__isSmartRef__":true,"id":6156},"12896":{"__isSmartRef__":true,"id":6157}},"6159":{"0":"12904","entries":[[{"__isSmartRef__":true,"id":6160},{"__isSmartRef__":true,"id":6161}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6160":{"hash_code":12904,"_name":"em277","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6161":{"hashTable":{"__isSmartRef__":true,"id":6162},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6162":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6163}],"bucketsByHash":{"__isSmartRef__":true,"id":6164},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6163":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6164":{"6296":{"__isSmartRef__":true,"id":6163}},"6165":{"0":"12919","entries":[[{"__isSmartRef__":true,"id":6166},{"__isSmartRef__":true,"id":6167}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6166":{"hash_code":12919,"_name":"d272","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6167":{"hashTable":{"__isSmartRef__":true,"id":6168},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6168":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6169},{"__isSmartRef__":true,"id":6176}],"bucketsByHash":{"__isSmartRef__":true,"id":6178},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6169":{"0":"12898","entries":[[{"__isSmartRef__":true,"id":6170},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6170":{"_name":"v12898","_value":0,"hash_code":12898,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":6171},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6171":{"hash_code":1898,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":6170},"_expression":{"__isSmartRef__":true,"id":6172},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6172":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":6173},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6173":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6174}],"bucketsByHash":{"__isSmartRef__":true,"id":6175},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6174":{"0":"12898","entries":[[{"__isSmartRef__":true,"id":6170},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6175":{"12898":{"__isSmartRef__":true,"id":6174}},"6176":{"0":"12927","entries":[[{"__isSmartRef__":true,"id":6177},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6177":{"hash_code":12927,"_name":"a275","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6178":{"12898":{"__isSmartRef__":true,"id":6169},"12927":{"__isSmartRef__":true,"id":6176}},"6179":{"0":"12926","entries":[[{"__isSmartRef__":true,"id":6180},{"__isSmartRef__":true,"id":6181}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6180":{"hash_code":12926,"_name":"d273","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6181":{"hashTable":{"__isSmartRef__":true,"id":6182},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6182":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6183}],"bucketsByHash":{"__isSmartRef__":true,"id":6184},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6183":{"0":"12927","entries":[[{"__isSmartRef__":true,"id":6177},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6184":{"12927":{"__isSmartRef__":true,"id":6183}},"6185":{"0":"12920","entries":[[{"__isSmartRef__":true,"id":6186},{"__isSmartRef__":true,"id":6187}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6186":{"hash_code":12920,"_name":"a274","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6187":{"hashTable":{"__isSmartRef__":true,"id":6188},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6188":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6189},{"__isSmartRef__":true,"id":6190}],"bucketsByHash":{"__isSmartRef__":true,"id":6191},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6189":{"0":"12898","entries":[[{"__isSmartRef__":true,"id":6170},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6190":{"0":"12927","entries":[[{"__isSmartRef__":true,"id":6177},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6191":{"12898":{"__isSmartRef__":true,"id":6189},"12927":{"__isSmartRef__":true,"id":6190}},"6192":{"0":"12935","entries":[[{"__isSmartRef__":true,"id":6193},{"__isSmartRef__":true,"id":6194}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6193":{"hash_code":12935,"_name":"em279","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6194":{"hashTable":{"__isSmartRef__":true,"id":6195},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6195":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6196}],"bucketsByHash":{"__isSmartRef__":true,"id":6197},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6196":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6197":{"6296":{"__isSmartRef__":true,"id":6196}},"6198":{"0":"12950","entries":[[{"__isSmartRef__":true,"id":6199},{"__isSmartRef__":true,"id":6200}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6199":{"hash_code":12950,"_name":"d274","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6200":{"hashTable":{"__isSmartRef__":true,"id":6201},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6201":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6202},{"__isSmartRef__":true,"id":6209}],"bucketsByHash":{"__isSmartRef__":true,"id":6211},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6202":{"0":"12929","entries":[[{"__isSmartRef__":true,"id":6203},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6203":{"_name":"v12929","_value":0,"hash_code":12929,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":6204},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6204":{"hash_code":1903,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":6203},"_expression":{"__isSmartRef__":true,"id":6205},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6205":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":6206},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6206":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6207}],"bucketsByHash":{"__isSmartRef__":true,"id":6208},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6207":{"0":"12929","entries":[[{"__isSmartRef__":true,"id":6203},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6208":{"12929":{"__isSmartRef__":true,"id":6207}},"6209":{"0":"12958","entries":[[{"__isSmartRef__":true,"id":6210},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6210":{"hash_code":12958,"_name":"a277","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6211":{"12929":{"__isSmartRef__":true,"id":6202},"12958":{"__isSmartRef__":true,"id":6209}},"6212":{"0":"12957","entries":[[{"__isSmartRef__":true,"id":6213},{"__isSmartRef__":true,"id":6214}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6213":{"hash_code":12957,"_name":"d275","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6214":{"hashTable":{"__isSmartRef__":true,"id":6215},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6215":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6216}],"bucketsByHash":{"__isSmartRef__":true,"id":6217},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6216":{"0":"12958","entries":[[{"__isSmartRef__":true,"id":6210},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6217":{"12958":{"__isSmartRef__":true,"id":6216}},"6218":{"0":"12951","entries":[[{"__isSmartRef__":true,"id":6219},{"__isSmartRef__":true,"id":6220}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6219":{"hash_code":12951,"_name":"a276","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6220":{"hashTable":{"__isSmartRef__":true,"id":6221},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6221":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6222},{"__isSmartRef__":true,"id":6223}],"bucketsByHash":{"__isSmartRef__":true,"id":6224},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6222":{"0":"12929","entries":[[{"__isSmartRef__":true,"id":6203},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6223":{"0":"12958","entries":[[{"__isSmartRef__":true,"id":6210},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6224":{"12929":{"__isSmartRef__":true,"id":6222},"12958":{"__isSmartRef__":true,"id":6223}},"6225":{"0":"12966","entries":[[{"__isSmartRef__":true,"id":6226},{"__isSmartRef__":true,"id":6227}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6226":{"hash_code":12966,"_name":"em281","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6227":{"hashTable":{"__isSmartRef__":true,"id":6228},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6228":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6229}],"bucketsByHash":{"__isSmartRef__":true,"id":6230},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6229":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6230":{"6296":{"__isSmartRef__":true,"id":6229}},"6231":{"0":"12981","entries":[[{"__isSmartRef__":true,"id":6232},{"__isSmartRef__":true,"id":6233}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6232":{"hash_code":12981,"_name":"d276","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6233":{"hashTable":{"__isSmartRef__":true,"id":6234},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6234":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6235},{"__isSmartRef__":true,"id":6242}],"bucketsByHash":{"__isSmartRef__":true,"id":6244},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6235":{"0":"12960","entries":[[{"__isSmartRef__":true,"id":6236},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6236":{"_name":"v12960","_value":0,"hash_code":12960,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":6237},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6237":{"hash_code":1908,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":0,"_variable":{"__isSmartRef__":true,"id":6236},"_expression":{"__isSmartRef__":true,"id":6238},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6238":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":6239},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6239":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6240}],"bucketsByHash":{"__isSmartRef__":true,"id":6241},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6240":{"0":"12960","entries":[[{"__isSmartRef__":true,"id":6236},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6241":{"12960":{"__isSmartRef__":true,"id":6240}},"6242":{"0":"12989","entries":[[{"__isSmartRef__":true,"id":6243},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6243":{"hash_code":12989,"_name":"a279","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6244":{"12960":{"__isSmartRef__":true,"id":6235},"12989":{"__isSmartRef__":true,"id":6242}},"6245":{"0":"12988","entries":[[{"__isSmartRef__":true,"id":6246},{"__isSmartRef__":true,"id":6247}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6246":{"hash_code":12988,"_name":"d277","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6247":{"hashTable":{"__isSmartRef__":true,"id":6248},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6248":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6249}],"bucketsByHash":{"__isSmartRef__":true,"id":6250},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6249":{"0":"12989","entries":[[{"__isSmartRef__":true,"id":6243},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6250":{"12989":{"__isSmartRef__":true,"id":6249}},"6251":{"0":"12982","entries":[[{"__isSmartRef__":true,"id":6252},{"__isSmartRef__":true,"id":6253}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6252":{"hash_code":12982,"_name":"a278","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6253":{"hashTable":{"__isSmartRef__":true,"id":6254},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6254":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6255},{"__isSmartRef__":true,"id":6256}],"bucketsByHash":{"__isSmartRef__":true,"id":6257},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6255":{"0":"12960","entries":[[{"__isSmartRef__":true,"id":6236},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6256":{"0":"12989","entries":[[{"__isSmartRef__":true,"id":6243},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6257":{"12960":{"__isSmartRef__":true,"id":6255},"12989":{"__isSmartRef__":true,"id":6256}},"6258":{"0":"12997","entries":[[{"__isSmartRef__":true,"id":6259},{"__isSmartRef__":true,"id":6260}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6259":{"hash_code":12997,"_name":"em283","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6260":{"hashTable":{"__isSmartRef__":true,"id":6261},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6261":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6262},{"__isSmartRef__":true,"id":6263}],"bucketsByHash":{"__isSmartRef__":true,"id":6265},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6262":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6263":{"0":"12996","entries":[[{"__isSmartRef__":true,"id":6264},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6264":{"hash_code":12996,"_name":"ep283","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6265":{"6296":{"__isSmartRef__":true,"id":6262},"12996":{"__isSmartRef__":true,"id":6263}},"6266":{"0":"13012","entries":[[{"__isSmartRef__":true,"id":6267},{"__isSmartRef__":true,"id":6268}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6267":{"hash_code":13012,"_name":"d278","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6268":{"hashTable":{"__isSmartRef__":true,"id":6269},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6269":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6270}],"bucketsByHash":{"__isSmartRef__":true,"id":6272},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6270":{"0":"13013","entries":[[{"__isSmartRef__":true,"id":6271},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6271":{"hash_code":13013,"_name":"a280","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6272":{"13013":{"__isSmartRef__":true,"id":6270}},"6273":{"0":"13007","entries":[[{"__isSmartRef__":true,"id":6274},{"__isSmartRef__":true,"id":6275}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6274":{"hash_code":13007,"_name":"s284","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6275":{"hashTable":{"__isSmartRef__":true,"id":6276},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6276":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6277},{"__isSmartRef__":true,"id":6278},{"__isSmartRef__":true,"id":6285},{"__isSmartRef__":true,"id":6286},{"__isSmartRef__":true,"id":6287}],"bucketsByHash":{"__isSmartRef__":true,"id":6289},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6277":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6278":{"0":"12991","entries":[[{"__isSmartRef__":true,"id":6279},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6279":{"_name":"v12991","_value":1,"hash_code":12991,"solver":{"__isSmartRef__":true,"id":3125},"stayConstraint":{"__isSmartRef__":true,"id":6280},"__solver__":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6280":{"hash_code":1913,"_strength":{"__isSmartRef__":true,"id":3144},"_weight":1,"_times_added":1,"_variable":{"__isSmartRef__":true,"id":6279},"_expression":{"__isSmartRef__":true,"id":6281},"__LivelyClassName__":"ClStayConstraint","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6281":{"_constant":1,"_terms":{"__isSmartRef__":true,"id":6282},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6282":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6283}],"bucketsByHash":{"__isSmartRef__":true,"id":6284},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6283":{"0":"12991","entries":[[{"__isSmartRef__":true,"id":6279},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6284":{"12991":{"__isSmartRef__":true,"id":6283}},"6285":{"0":"13013","entries":[[{"__isSmartRef__":true,"id":6271},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6286":{"0":"12996","entries":[[{"__isSmartRef__":true,"id":6264},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6287":{"0":"13020","entries":[[{"__isSmartRef__":true,"id":6288},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6288":{"hash_code":13020,"_name":"a281","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6289":{"6296":{"__isSmartRef__":true,"id":6277},"12991":{"__isSmartRef__":true,"id":6278},"12996":{"__isSmartRef__":true,"id":6286},"13013":{"__isSmartRef__":true,"id":6285},"13020":{"__isSmartRef__":true,"id":6287}},"6290":{"0":"13019","entries":[[{"__isSmartRef__":true,"id":6291},{"__isSmartRef__":true,"id":6292}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6291":{"hash_code":13019,"_name":"d279","__LivelyClassName__":"ClDummyVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6292":{"hashTable":{"__isSmartRef__":true,"id":6293},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"6293":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6294}],"bucketsByHash":{"__isSmartRef__":true,"id":6295},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6294":{"0":"13020","entries":[[{"__isSmartRef__":true,"id":6288},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6295":{"13020":{"__isSmartRef__":true,"id":6294}},"6296":{"6302":{"__isSmartRef__":true,"id":3127},"6308":{"__isSmartRef__":true,"id":3136},"6315":{"__isSmartRef__":true,"id":3161},"6324":{"__isSmartRef__":true,"id":3179},"6336":{"__isSmartRef__":true,"id":3167},"6337":{"__isSmartRef__":true,"id":3185},"6339":{"__isSmartRef__":true,"id":3197},"6345":{"__isSmartRef__":true,"id":3191},"6370":{"__isSmartRef__":true,"id":3213},"6376":{"__isSmartRef__":true,"id":3207},"6401":{"__isSmartRef__":true,"id":3229},"6407":{"__isSmartRef__":true,"id":3223},"6432":{"__isSmartRef__":true,"id":3245},"6438":{"__isSmartRef__":true,"id":3239},"6463":{"__isSmartRef__":true,"id":3261},"6469":{"__isSmartRef__":true,"id":3255},"6500":{"__isSmartRef__":true,"id":3271},"6522":{"__isSmartRef__":true,"id":3277},"6523":{"__isSmartRef__":true,"id":3289},"6531":{"__isSmartRef__":true,"id":3295},"6553":{"__isSmartRef__":true,"id":3301},"6554":{"__isSmartRef__":true,"id":3313},"6562":{"__isSmartRef__":true,"id":3319},"6584":{"__isSmartRef__":true,"id":3325},"6585":{"__isSmartRef__":true,"id":3337},"6593":{"__isSmartRef__":true,"id":3343},"6615":{"__isSmartRef__":true,"id":3349},"6616":{"__isSmartRef__":true,"id":3361},"6624":{"__isSmartRef__":true,"id":3367},"6646":{"__isSmartRef__":true,"id":3373},"6647":{"__isSmartRef__":true,"id":3385},"6655":{"__isSmartRef__":true,"id":3391},"6677":{"__isSmartRef__":true,"id":3397},"6678":{"__isSmartRef__":true,"id":3409},"6686":{"__isSmartRef__":true,"id":3415},"6708":{"__isSmartRef__":true,"id":3421},"6709":{"__isSmartRef__":true,"id":3433},"6717":{"__isSmartRef__":true,"id":3439},"6739":{"__isSmartRef__":true,"id":3445},"6740":{"__isSmartRef__":true,"id":3457},"6748":{"__isSmartRef__":true,"id":3463},"6770":{"__isSmartRef__":true,"id":3469},"6771":{"__isSmartRef__":true,"id":3481},"6779":{"__isSmartRef__":true,"id":3487},"6801":{"__isSmartRef__":true,"id":3493},"6802":{"__isSmartRef__":true,"id":3505},"6810":{"__isSmartRef__":true,"id":3511},"6832":{"__isSmartRef__":true,"id":3517},"6833":{"__isSmartRef__":true,"id":3529},"6841":{"__isSmartRef__":true,"id":3535},"6863":{"__isSmartRef__":true,"id":3541},"6864":{"__isSmartRef__":true,"id":3553},"6872":{"__isSmartRef__":true,"id":3559},"6894":{"__isSmartRef__":true,"id":3565},"6895":{"__isSmartRef__":true,"id":3577},"6903":{"__isSmartRef__":true,"id":3583},"6925":{"__isSmartRef__":true,"id":3589},"6926":{"__isSmartRef__":true,"id":3601},"6934":{"__isSmartRef__":true,"id":3607},"6956":{"__isSmartRef__":true,"id":3613},"6957":{"__isSmartRef__":true,"id":3625},"6965":{"__isSmartRef__":true,"id":3631},"6987":{"__isSmartRef__":true,"id":3637},"6988":{"__isSmartRef__":true,"id":3649},"6996":{"__isSmartRef__":true,"id":3655},"7018":{"__isSmartRef__":true,"id":3661},"7019":{"__isSmartRef__":true,"id":3673},"7027":{"__isSmartRef__":true,"id":3679},"7049":{"__isSmartRef__":true,"id":3685},"7050":{"__isSmartRef__":true,"id":3697},"7058":{"__isSmartRef__":true,"id":3703},"7080":{"__isSmartRef__":true,"id":3709},"7081":{"__isSmartRef__":true,"id":3721},"7089":{"__isSmartRef__":true,"id":3727},"7111":{"__isSmartRef__":true,"id":3733},"7112":{"__isSmartRef__":true,"id":3745},"7120":{"__isSmartRef__":true,"id":3751},"7142":{"__isSmartRef__":true,"id":3757},"7143":{"__isSmartRef__":true,"id":3769},"7151":{"__isSmartRef__":true,"id":3775},"7173":{"__isSmartRef__":true,"id":3781},"7174":{"__isSmartRef__":true,"id":3793},"7182":{"__isSmartRef__":true,"id":3799},"7204":{"__isSmartRef__":true,"id":3805},"7205":{"__isSmartRef__":true,"id":3817},"7213":{"__isSmartRef__":true,"id":3823},"7235":{"__isSmartRef__":true,"id":3829},"7236":{"__isSmartRef__":true,"id":3841},"7244":{"__isSmartRef__":true,"id":3847},"7266":{"__isSmartRef__":true,"id":3853},"7267":{"__isSmartRef__":true,"id":3865},"7269":{"__isSmartRef__":true,"id":3877},"7275":{"__isSmartRef__":true,"id":3871},"7300":{"__isSmartRef__":true,"id":3893},"7306":{"__isSmartRef__":true,"id":3887},"7331":{"__isSmartRef__":true,"id":3909},"7337":{"__isSmartRef__":true,"id":3903},"7362":{"__isSmartRef__":true,"id":3925},"7368":{"__isSmartRef__":true,"id":3919},"7393":{"__isSmartRef__":true,"id":3941},"7399":{"__isSmartRef__":true,"id":3935},"7424":{"__isSmartRef__":true,"id":3957},"7430":{"__isSmartRef__":true,"id":3951},"7455":{"__isSmartRef__":true,"id":3973},"7461":{"__isSmartRef__":true,"id":3967},"7486":{"__isSmartRef__":true,"id":3989},"7492":{"__isSmartRef__":true,"id":3983},"7517":{"__isSmartRef__":true,"id":4005},"7523":{"__isSmartRef__":true,"id":3999},"7548":{"__isSmartRef__":true,"id":4021},"7554":{"__isSmartRef__":true,"id":4015},"7579":{"__isSmartRef__":true,"id":4037},"7585":{"__isSmartRef__":true,"id":4031},"7610":{"__isSmartRef__":true,"id":4053},"7616":{"__isSmartRef__":true,"id":4047},"7641":{"__isSmartRef__":true,"id":4069},"7647":{"__isSmartRef__":true,"id":4063},"7672":{"__isSmartRef__":true,"id":4085},"7678":{"__isSmartRef__":true,"id":4079},"7703":{"__isSmartRef__":true,"id":4101},"7709":{"__isSmartRef__":true,"id":4095},"7734":{"__isSmartRef__":true,"id":4117},"7740":{"__isSmartRef__":true,"id":4111},"7765":{"__isSmartRef__":true,"id":4133},"7771":{"__isSmartRef__":true,"id":4127},"7796":{"__isSmartRef__":true,"id":4149},"7802":{"__isSmartRef__":true,"id":4143},"7827":{"__isSmartRef__":true,"id":4165},"7833":{"__isSmartRef__":true,"id":4159},"7858":{"__isSmartRef__":true,"id":4181},"7864":{"__isSmartRef__":true,"id":4175},"7889":{"__isSmartRef__":true,"id":4197},"7895":{"__isSmartRef__":true,"id":4191},"7920":{"__isSmartRef__":true,"id":4213},"7926":{"__isSmartRef__":true,"id":4207},"7951":{"__isSmartRef__":true,"id":4229},"7957":{"__isSmartRef__":true,"id":4223},"7988":{"__isSmartRef__":true,"id":4239},"8003":{"__isSmartRef__":true,"id":4245},"8004":{"__isSmartRef__":true,"id":4257},"8012":{"__isSmartRef__":true,"id":4263},"8027":{"__isSmartRef__":true,"id":4269},"8028":{"__isSmartRef__":true,"id":4281},"8036":{"__isSmartRef__":true,"id":4287},"8051":{"__isSmartRef__":true,"id":4293},"8052":{"__isSmartRef__":true,"id":4305},"10418":{"__isSmartRef__":true,"id":4317},"10424":{"__isSmartRef__":true,"id":4311},"10449":{"__isSmartRef__":true,"id":4333},"10455":{"__isSmartRef__":true,"id":4327},"10480":{"__isSmartRef__":true,"id":4349},"10486":{"__isSmartRef__":true,"id":4343},"10511":{"__isSmartRef__":true,"id":4365},"10517":{"__isSmartRef__":true,"id":4359},"10548":{"__isSmartRef__":true,"id":4375},"10570":{"__isSmartRef__":true,"id":4381},"10571":{"__isSmartRef__":true,"id":4393},"10579":{"__isSmartRef__":true,"id":4399},"10601":{"__isSmartRef__":true,"id":4405},"10602":{"__isSmartRef__":true,"id":4417},"10610":{"__isSmartRef__":true,"id":4423},"10632":{"__isSmartRef__":true,"id":4429},"10633":{"__isSmartRef__":true,"id":4441},"10641":{"__isSmartRef__":true,"id":4447},"10663":{"__isSmartRef__":true,"id":4453},"10664":{"__isSmartRef__":true,"id":4465},"10672":{"__isSmartRef__":true,"id":4471},"10694":{"__isSmartRef__":true,"id":4477},"10695":{"__isSmartRef__":true,"id":4489},"10703":{"__isSmartRef__":true,"id":4495},"10725":{"__isSmartRef__":true,"id":4501},"10726":{"__isSmartRef__":true,"id":4513},"10734":{"__isSmartRef__":true,"id":4519},"10756":{"__isSmartRef__":true,"id":4525},"10757":{"__isSmartRef__":true,"id":4537},"10765":{"__isSmartRef__":true,"id":4543},"10787":{"__isSmartRef__":true,"id":4549},"10788":{"__isSmartRef__":true,"id":4561},"10796":{"__isSmartRef__":true,"id":4567},"10818":{"__isSmartRef__":true,"id":4573},"10819":{"__isSmartRef__":true,"id":4585},"10827":{"__isSmartRef__":true,"id":4591},"10849":{"__isSmartRef__":true,"id":4597},"10850":{"__isSmartRef__":true,"id":4609},"10852":{"__isSmartRef__":true,"id":4621},"10858":{"__isSmartRef__":true,"id":4615},"10883":{"__isSmartRef__":true,"id":4637},"10889":{"__isSmartRef__":true,"id":4631},"10914":{"__isSmartRef__":true,"id":4653},"10920":{"__isSmartRef__":true,"id":4647},"10945":{"__isSmartRef__":true,"id":4669},"10951":{"__isSmartRef__":true,"id":4663},"10976":{"__isSmartRef__":true,"id":4685},"10982":{"__isSmartRef__":true,"id":4679},"11007":{"__isSmartRef__":true,"id":4701},"11013":{"__isSmartRef__":true,"id":4695},"11038":{"__isSmartRef__":true,"id":4717},"11044":{"__isSmartRef__":true,"id":4711},"11069":{"__isSmartRef__":true,"id":4733},"11075":{"__isSmartRef__":true,"id":4727},"11100":{"__isSmartRef__":true,"id":4749},"11106":{"__isSmartRef__":true,"id":4743},"11137":{"__isSmartRef__":true,"id":4759},"11159":{"__isSmartRef__":true,"id":4765},"11160":{"__isSmartRef__":true,"id":4777},"11168":{"__isSmartRef__":true,"id":4783},"11190":{"__isSmartRef__":true,"id":4789},"11191":{"__isSmartRef__":true,"id":4801},"11199":{"__isSmartRef__":true,"id":4807},"11221":{"__isSmartRef__":true,"id":4813},"11222":{"__isSmartRef__":true,"id":4825},"11230":{"__isSmartRef__":true,"id":4831},"11252":{"__isSmartRef__":true,"id":4837},"11253":{"__isSmartRef__":true,"id":4849},"11261":{"__isSmartRef__":true,"id":4855},"11283":{"__isSmartRef__":true,"id":4861},"11284":{"__isSmartRef__":true,"id":4873},"11292":{"__isSmartRef__":true,"id":4879},"11314":{"__isSmartRef__":true,"id":4885},"11315":{"__isSmartRef__":true,"id":4897},"11323":{"__isSmartRef__":true,"id":4903},"11345":{"__isSmartRef__":true,"id":4909},"11346":{"__isSmartRef__":true,"id":4921},"11354":{"__isSmartRef__":true,"id":4927},"11376":{"__isSmartRef__":true,"id":4933},"11377":{"__isSmartRef__":true,"id":4945},"11385":{"__isSmartRef__":true,"id":4951},"11407":{"__isSmartRef__":true,"id":4957},"11408":{"__isSmartRef__":true,"id":4969},"11416":{"__isSmartRef__":true,"id":4975},"11438":{"__isSmartRef__":true,"id":4981},"11439":{"__isSmartRef__":true,"id":4993},"11447":{"__isSmartRef__":true,"id":4999},"11469":{"__isSmartRef__":true,"id":5005},"11470":{"__isSmartRef__":true,"id":5017},"11478":{"__isSmartRef__":true,"id":5023},"11500":{"__isSmartRef__":true,"id":5029},"11501":{"__isSmartRef__":true,"id":5041},"11509":{"__isSmartRef__":true,"id":5047},"11531":{"__isSmartRef__":true,"id":5053},"11532":{"__isSmartRef__":true,"id":5065},"11540":{"__isSmartRef__":true,"id":5071},"11562":{"__isSmartRef__":true,"id":5077},"11563":{"__isSmartRef__":true,"id":5089},"11571":{"__isSmartRef__":true,"id":5095},"11593":{"__isSmartRef__":true,"id":5101},"11594":{"__isSmartRef__":true,"id":5113},"11602":{"__isSmartRef__":true,"id":5119},"11624":{"__isSmartRef__":true,"id":5125},"11625":{"__isSmartRef__":true,"id":5137},"11633":{"__isSmartRef__":true,"id":5143},"11655":{"__isSmartRef__":true,"id":5149},"11656":{"__isSmartRef__":true,"id":5161},"11664":{"__isSmartRef__":true,"id":5167},"11686":{"__isSmartRef__":true,"id":5173},"11687":{"__isSmartRef__":true,"id":5185},"11695":{"__isSmartRef__":true,"id":5191},"11717":{"__isSmartRef__":true,"id":5197},"11718":{"__isSmartRef__":true,"id":5209},"11726":{"__isSmartRef__":true,"id":5215},"11748":{"__isSmartRef__":true,"id":5221},"11749":{"__isSmartRef__":true,"id":5233},"11757":{"__isSmartRef__":true,"id":5239},"11779":{"__isSmartRef__":true,"id":5245},"11780":{"__isSmartRef__":true,"id":5257},"11788":{"__isSmartRef__":true,"id":5263},"11810":{"__isSmartRef__":true,"id":5269},"11811":{"__isSmartRef__":true,"id":5281},"11813":{"__isSmartRef__":true,"id":5293},"11819":{"__isSmartRef__":true,"id":5287},"11844":{"__isSmartRef__":true,"id":5309},"11850":{"__isSmartRef__":true,"id":5303},"11875":{"__isSmartRef__":true,"id":5325},"11881":{"__isSmartRef__":true,"id":5319},"11906":{"__isSmartRef__":true,"id":5341},"11912":{"__isSmartRef__":true,"id":5335},"11937":{"__isSmartRef__":true,"id":5357},"11943":{"__isSmartRef__":true,"id":5351},"11974":{"__isSmartRef__":true,"id":5367},"11996":{"__isSmartRef__":true,"id":5373},"11997":{"__isSmartRef__":true,"id":5385},"12005":{"__isSmartRef__":true,"id":5391},"12027":{"__isSmartRef__":true,"id":5397},"12028":{"__isSmartRef__":true,"id":5409},"12036":{"__isSmartRef__":true,"id":5415},"12058":{"__isSmartRef__":true,"id":5421},"12059":{"__isSmartRef__":true,"id":5433},"12067":{"__isSmartRef__":true,"id":5439},"12089":{"__isSmartRef__":true,"id":5445},"12090":{"__isSmartRef__":true,"id":5457},"12092":{"__isSmartRef__":true,"id":5469},"12098":{"__isSmartRef__":true,"id":5463},"12123":{"__isSmartRef__":true,"id":5485},"12129":{"__isSmartRef__":true,"id":5479},"12154":{"__isSmartRef__":true,"id":5501},"12160":{"__isSmartRef__":true,"id":5495},"12185":{"__isSmartRef__":true,"id":5517},"12191":{"__isSmartRef__":true,"id":5511},"12216":{"__isSmartRef__":true,"id":5533},"12222":{"__isSmartRef__":true,"id":5527},"12247":{"__isSmartRef__":true,"id":5549},"12253":{"__isSmartRef__":true,"id":5543},"12278":{"__isSmartRef__":true,"id":5565},"12284":{"__isSmartRef__":true,"id":5559},"12309":{"__isSmartRef__":true,"id":5581},"12315":{"__isSmartRef__":true,"id":5575},"12340":{"__isSmartRef__":true,"id":5597},"12346":{"__isSmartRef__":true,"id":5591},"12377":{"__isSmartRef__":true,"id":5607},"12399":{"__isSmartRef__":true,"id":5613},"12400":{"__isSmartRef__":true,"id":5625},"12408":{"__isSmartRef__":true,"id":5631},"12423":{"__isSmartRef__":true,"id":5637},"12424":{"__isSmartRef__":true,"id":5657},"12430":{"__isSmartRef__":true,"id":5651},"12439":{"__isSmartRef__":true,"id":5664},"12454":{"__isSmartRef__":true,"id":5670},"12455":{"__isSmartRef__":true,"id":5690},"12461":{"__isSmartRef__":true,"id":5684},"12470":{"__isSmartRef__":true,"id":5697},"12485":{"__isSmartRef__":true,"id":5703},"12486":{"__isSmartRef__":true,"id":5723},"12492":{"__isSmartRef__":true,"id":5717},"12501":{"__isSmartRef__":true,"id":5730},"12516":{"__isSmartRef__":true,"id":5736},"12517":{"__isSmartRef__":true,"id":5756},"12523":{"__isSmartRef__":true,"id":5750},"12532":{"__isSmartRef__":true,"id":5763},"12547":{"__isSmartRef__":true,"id":5769},"12548":{"__isSmartRef__":true,"id":5789},"12554":{"__isSmartRef__":true,"id":5783},"12563":{"__isSmartRef__":true,"id":5796},"12578":{"__isSmartRef__":true,"id":5802},"12579":{"__isSmartRef__":true,"id":5822},"12585":{"__isSmartRef__":true,"id":5816},"12594":{"__isSmartRef__":true,"id":5829},"12609":{"__isSmartRef__":true,"id":5835},"12610":{"__isSmartRef__":true,"id":5855},"12616":{"__isSmartRef__":true,"id":5849},"12625":{"__isSmartRef__":true,"id":5862},"12640":{"__isSmartRef__":true,"id":5868},"12641":{"__isSmartRef__":true,"id":5888},"12647":{"__isSmartRef__":true,"id":5882},"12656":{"__isSmartRef__":true,"id":5895},"12671":{"__isSmartRef__":true,"id":5901},"12672":{"__isSmartRef__":true,"id":5921},"12678":{"__isSmartRef__":true,"id":5915},"12687":{"__isSmartRef__":true,"id":5928},"12702":{"__isSmartRef__":true,"id":5934},"12703":{"__isSmartRef__":true,"id":5954},"12709":{"__isSmartRef__":true,"id":5948},"12718":{"__isSmartRef__":true,"id":5961},"12733":{"__isSmartRef__":true,"id":5967},"12734":{"__isSmartRef__":true,"id":5987},"12740":{"__isSmartRef__":true,"id":5981},"12749":{"__isSmartRef__":true,"id":5994},"12764":{"__isSmartRef__":true,"id":6000},"12765":{"__isSmartRef__":true,"id":6020},"12771":{"__isSmartRef__":true,"id":6014},"12780":{"__isSmartRef__":true,"id":6027},"12795":{"__isSmartRef__":true,"id":6033},"12796":{"__isSmartRef__":true,"id":6053},"12802":{"__isSmartRef__":true,"id":6047},"12811":{"__isSmartRef__":true,"id":6060},"12826":{"__isSmartRef__":true,"id":6066},"12827":{"__isSmartRef__":true,"id":6086},"12833":{"__isSmartRef__":true,"id":6080},"12842":{"__isSmartRef__":true,"id":6093},"12857":{"__isSmartRef__":true,"id":6099},"12858":{"__isSmartRef__":true,"id":6119},"12864":{"__isSmartRef__":true,"id":6113},"12873":{"__isSmartRef__":true,"id":6126},"12888":{"__isSmartRef__":true,"id":6132},"12889":{"__isSmartRef__":true,"id":6152},"12895":{"__isSmartRef__":true,"id":6146},"12904":{"__isSmartRef__":true,"id":6159},"12919":{"__isSmartRef__":true,"id":6165},"12920":{"__isSmartRef__":true,"id":6185},"12926":{"__isSmartRef__":true,"id":6179},"12935":{"__isSmartRef__":true,"id":6192},"12950":{"__isSmartRef__":true,"id":6198},"12951":{"__isSmartRef__":true,"id":6218},"12957":{"__isSmartRef__":true,"id":6212},"12966":{"__isSmartRef__":true,"id":6225},"12981":{"__isSmartRef__":true,"id":6231},"12982":{"__isSmartRef__":true,"id":6251},"12988":{"__isSmartRef__":true,"id":6245},"12997":{"__isSmartRef__":true,"id":6258},"13007":{"__isSmartRef__":true,"id":6273},"13012":{"__isSmartRef__":true,"id":6266},"13019":{"__isSmartRef__":true,"id":6290}},"6297":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6298},{"__isSmartRef__":true,"id":6446},{"__isSmartRef__":true,"id":6451},{"__isSmartRef__":true,"id":6457},{"__isSmartRef__":true,"id":6463},{"__isSmartRef__":true,"id":6469},{"__isSmartRef__":true,"id":6475},{"__isSmartRef__":true,"id":6481},{"__isSmartRef__":true,"id":6487},{"__isSmartRef__":true,"id":6493},{"__isSmartRef__":true,"id":6499},{"__isSmartRef__":true,"id":6505},{"__isSmartRef__":true,"id":6511},{"__isSmartRef__":true,"id":6517},{"__isSmartRef__":true,"id":6523},{"__isSmartRef__":true,"id":6529},{"__isSmartRef__":true,"id":6535},{"__isSmartRef__":true,"id":6541},{"__isSmartRef__":true,"id":6547},{"__isSmartRef__":true,"id":6553},{"__isSmartRef__":true,"id":6559},{"__isSmartRef__":true,"id":6565},{"__isSmartRef__":true,"id":6571},{"__isSmartRef__":true,"id":6577},{"__isSmartRef__":true,"id":6583},{"__isSmartRef__":true,"id":6589},{"__isSmartRef__":true,"id":6595},{"__isSmartRef__":true,"id":6601},{"__isSmartRef__":true,"id":6607},{"__isSmartRef__":true,"id":6613},{"__isSmartRef__":true,"id":6619},{"__isSmartRef__":true,"id":6625},{"__isSmartRef__":true,"id":6631},{"__isSmartRef__":true,"id":6637},{"__isSmartRef__":true,"id":6643},{"__isSmartRef__":true,"id":6649},{"__isSmartRef__":true,"id":6655},{"__isSmartRef__":true,"id":6661},{"__isSmartRef__":true,"id":6667},{"__isSmartRef__":true,"id":6673},{"__isSmartRef__":true,"id":6679},{"__isSmartRef__":true,"id":6685},{"__isSmartRef__":true,"id":6691},{"__isSmartRef__":true,"id":6697},{"__isSmartRef__":true,"id":6703},{"__isSmartRef__":true,"id":6709},{"__isSmartRef__":true,"id":6715},{"__isSmartRef__":true,"id":6721},{"__isSmartRef__":true,"id":6727},{"__isSmartRef__":true,"id":6733},{"__isSmartRef__":true,"id":6739},{"__isSmartRef__":true,"id":6745},{"__isSmartRef__":true,"id":6751},{"__isSmartRef__":true,"id":6757},{"__isSmartRef__":true,"id":6763},{"__isSmartRef__":true,"id":6769},{"__isSmartRef__":true,"id":6775},{"__isSmartRef__":true,"id":6781},{"__isSmartRef__":true,"id":6787},{"__isSmartRef__":true,"id":6793},{"__isSmartRef__":true,"id":6799},{"__isSmartRef__":true,"id":6805},{"__isSmartRef__":true,"id":6811},{"__isSmartRef__":true,"id":6817},{"__isSmartRef__":true,"id":6823},{"__isSmartRef__":true,"id":6829},{"__isSmartRef__":true,"id":6835},{"__isSmartRef__":true,"id":6841},{"__isSmartRef__":true,"id":6847},{"__isSmartRef__":true,"id":6853},{"__isSmartRef__":true,"id":6859},{"__isSmartRef__":true,"id":6865},{"__isSmartRef__":true,"id":6872},{"__isSmartRef__":true,"id":6878},{"__isSmartRef__":true,"id":6885},{"__isSmartRef__":true,"id":6891},{"__isSmartRef__":true,"id":6898},{"__isSmartRef__":true,"id":6904},{"__isSmartRef__":true,"id":6911},{"__isSmartRef__":true,"id":6917},{"__isSmartRef__":true,"id":6924},{"__isSmartRef__":true,"id":6930},{"__isSmartRef__":true,"id":6937},{"__isSmartRef__":true,"id":6943},{"__isSmartRef__":true,"id":6950},{"__isSmartRef__":true,"id":6956},{"__isSmartRef__":true,"id":6963},{"__isSmartRef__":true,"id":6969},{"__isSmartRef__":true,"id":6976},{"__isSmartRef__":true,"id":6982},{"__isSmartRef__":true,"id":6989},{"__isSmartRef__":true,"id":6995},{"__isSmartRef__":true,"id":7002},{"__isSmartRef__":true,"id":7008},{"__isSmartRef__":true,"id":7015},{"__isSmartRef__":true,"id":7021},{"__isSmartRef__":true,"id":7028},{"__isSmartRef__":true,"id":7034},{"__isSmartRef__":true,"id":7041},{"__isSmartRef__":true,"id":7047},{"__isSmartRef__":true,"id":7054},{"__isSmartRef__":true,"id":7060},{"__isSmartRef__":true,"id":7067},{"__isSmartRef__":true,"id":7073},{"__isSmartRef__":true,"id":7080},{"__isSmartRef__":true,"id":7086},{"__isSmartRef__":true,"id":7093},{"__isSmartRef__":true,"id":7099},{"__isSmartRef__":true,"id":7106},{"__isSmartRef__":true,"id":7111},{"__isSmartRef__":true,"id":7117},{"__isSmartRef__":true,"id":7123}],"bucketsByHash":{"__isSmartRef__":true,"id":7129},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6298":{"0":"6296","entries":[[{"__isSmartRef__":true,"id":3132},{"__isSmartRef__":true,"id":6299}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6299":{"_constant":266.9999160000002,"_terms":{"__isSmartRef__":true,"id":6300},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6300":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6301},{"__isSmartRef__":true,"id":6302},{"__isSmartRef__":true,"id":6303},{"__isSmartRef__":true,"id":6304},{"__isSmartRef__":true,"id":6305},{"__isSmartRef__":true,"id":6306},{"__isSmartRef__":true,"id":6307},{"__isSmartRef__":true,"id":6308},{"__isSmartRef__":true,"id":6309},{"__isSmartRef__":true,"id":6310},{"__isSmartRef__":true,"id":6311},{"__isSmartRef__":true,"id":6312},{"__isSmartRef__":true,"id":6313},{"__isSmartRef__":true,"id":6314},{"__isSmartRef__":true,"id":6315},{"__isSmartRef__":true,"id":6316},{"__isSmartRef__":true,"id":6317},{"__isSmartRef__":true,"id":6318},{"__isSmartRef__":true,"id":6319},{"__isSmartRef__":true,"id":6320},{"__isSmartRef__":true,"id":6321},{"__isSmartRef__":true,"id":6322},{"__isSmartRef__":true,"id":6323},{"__isSmartRef__":true,"id":6324},{"__isSmartRef__":true,"id":6325},{"__isSmartRef__":true,"id":6326},{"__isSmartRef__":true,"id":6327},{"__isSmartRef__":true,"id":6328},{"__isSmartRef__":true,"id":6329},{"__isSmartRef__":true,"id":6330},{"__isSmartRef__":true,"id":6331},{"__isSmartRef__":true,"id":6332},{"__isSmartRef__":true,"id":6333},{"__isSmartRef__":true,"id":6334},{"__isSmartRef__":true,"id":6335},{"__isSmartRef__":true,"id":6336},{"__isSmartRef__":true,"id":6337},{"__isSmartRef__":true,"id":6338},{"__isSmartRef__":true,"id":6339},{"__isSmartRef__":true,"id":6340},{"__isSmartRef__":true,"id":6341},{"__isSmartRef__":true,"id":6342},{"__isSmartRef__":true,"id":6343},{"__isSmartRef__":true,"id":6344},{"__isSmartRef__":true,"id":6345},{"__isSmartRef__":true,"id":6346},{"__isSmartRef__":true,"id":6347},{"__isSmartRef__":true,"id":6348},{"__isSmartRef__":true,"id":6349},{"__isSmartRef__":true,"id":6350},{"__isSmartRef__":true,"id":6351},{"__isSmartRef__":true,"id":6352},{"__isSmartRef__":true,"id":6353},{"__isSmartRef__":true,"id":6354},{"__isSmartRef__":true,"id":6355},{"__isSmartRef__":true,"id":6356},{"__isSmartRef__":true,"id":6357},{"__isSmartRef__":true,"id":6358},{"__isSmartRef__":true,"id":6359},{"__isSmartRef__":true,"id":6360},{"__isSmartRef__":true,"id":6361},{"__isSmartRef__":true,"id":6362},{"__isSmartRef__":true,"id":6363},{"__isSmartRef__":true,"id":6364},{"__isSmartRef__":true,"id":6365},{"__isSmartRef__":true,"id":6366},{"__isSmartRef__":true,"id":6367},{"__isSmartRef__":true,"id":6368},{"__isSmartRef__":true,"id":6369},{"__isSmartRef__":true,"id":6370},{"__isSmartRef__":true,"id":6371},{"__isSmartRef__":true,"id":6372},{"__isSmartRef__":true,"id":6373},{"__isSmartRef__":true,"id":6374},{"__isSmartRef__":true,"id":6375},{"__isSmartRef__":true,"id":6376},{"__isSmartRef__":true,"id":6377},{"__isSmartRef__":true,"id":6378},{"__isSmartRef__":true,"id":6379},{"__isSmartRef__":true,"id":6380},{"__isSmartRef__":true,"id":6381},{"__isSmartRef__":true,"id":6382},{"__isSmartRef__":true,"id":6383},{"__isSmartRef__":true,"id":6384},{"__isSmartRef__":true,"id":6385},{"__isSmartRef__":true,"id":6386},{"__isSmartRef__":true,"id":6387},{"__isSmartRef__":true,"id":6388},{"__isSmartRef__":true,"id":6389},{"__isSmartRef__":true,"id":6390},{"__isSmartRef__":true,"id":6391},{"__isSmartRef__":true,"id":6392},{"__isSmartRef__":true,"id":6393},{"__isSmartRef__":true,"id":6394},{"__isSmartRef__":true,"id":6395},{"__isSmartRef__":true,"id":6396},{"__isSmartRef__":true,"id":6397},{"__isSmartRef__":true,"id":6398},{"__isSmartRef__":true,"id":6399},{"__isSmartRef__":true,"id":6400},{"__isSmartRef__":true,"id":6401},{"__isSmartRef__":true,"id":6402},{"__isSmartRef__":true,"id":6403},{"__isSmartRef__":true,"id":6404},{"__isSmartRef__":true,"id":6405},{"__isSmartRef__":true,"id":6406},{"__isSmartRef__":true,"id":6407},{"__isSmartRef__":true,"id":6408},{"__isSmartRef__":true,"id":6409},{"__isSmartRef__":true,"id":6410},{"__isSmartRef__":true,"id":6411},{"__isSmartRef__":true,"id":6412},{"__isSmartRef__":true,"id":6413},{"__isSmartRef__":true,"id":6414},{"__isSmartRef__":true,"id":6415},{"__isSmartRef__":true,"id":6416},{"__isSmartRef__":true,"id":6417},{"__isSmartRef__":true,"id":6418},{"__isSmartRef__":true,"id":6419},{"__isSmartRef__":true,"id":6420},{"__isSmartRef__":true,"id":6421},{"__isSmartRef__":true,"id":6422},{"__isSmartRef__":true,"id":6423},{"__isSmartRef__":true,"id":6424},{"__isSmartRef__":true,"id":6425},{"__isSmartRef__":true,"id":6426},{"__isSmartRef__":true,"id":6427},{"__isSmartRef__":true,"id":6428},{"__isSmartRef__":true,"id":6429},{"__isSmartRef__":true,"id":6430},{"__isSmartRef__":true,"id":6431},{"__isSmartRef__":true,"id":6432},{"__isSmartRef__":true,"id":6433},{"__isSmartRef__":true,"id":6434},{"__isSmartRef__":true,"id":6435},{"__isSmartRef__":true,"id":6436},{"__isSmartRef__":true,"id":6437},{"__isSmartRef__":true,"id":6438},{"__isSmartRef__":true,"id":6439},{"__isSmartRef__":true,"id":6440},{"__isSmartRef__":true,"id":6441},{"__isSmartRef__":true,"id":6442},{"__isSmartRef__":true,"id":6443},{"__isSmartRef__":true,"id":6444}],"bucketsByHash":{"__isSmartRef__":true,"id":6445},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6301":{"0":"6302","entries":[[{"__isSmartRef__":true,"id":3128},2]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6302":{"0":"6308","entries":[[{"__isSmartRef__":true,"id":3137},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6303":{"0":"6324","entries":[[{"__isSmartRef__":true,"id":3180},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6304":{"0":"6345","entries":[[{"__isSmartRef__":true,"id":3192},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6305":{"0":"6376","entries":[[{"__isSmartRef__":true,"id":3208},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6306":{"0":"6407","entries":[[{"__isSmartRef__":true,"id":3224},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6307":{"0":"6438","entries":[[{"__isSmartRef__":true,"id":3240},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6308":{"0":"6469","entries":[[{"__isSmartRef__":true,"id":3256},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6309":{"0":"6500","entries":[[{"__isSmartRef__":true,"id":3272},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6310":{"0":"6531","entries":[[{"__isSmartRef__":true,"id":3296},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6311":{"0":"6562","entries":[[{"__isSmartRef__":true,"id":3320},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6312":{"0":"6593","entries":[[{"__isSmartRef__":true,"id":3344},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6313":{"0":"6624","entries":[[{"__isSmartRef__":true,"id":3368},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6314":{"0":"6655","entries":[[{"__isSmartRef__":true,"id":3392},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6315":{"0":"6686","entries":[[{"__isSmartRef__":true,"id":3416},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6316":{"0":"6717","entries":[[{"__isSmartRef__":true,"id":3440},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6317":{"0":"6748","entries":[[{"__isSmartRef__":true,"id":3464},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6318":{"0":"6779","entries":[[{"__isSmartRef__":true,"id":3488},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6319":{"0":"6810","entries":[[{"__isSmartRef__":true,"id":3512},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6320":{"0":"6841","entries":[[{"__isSmartRef__":true,"id":3536},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6321":{"0":"6872","entries":[[{"__isSmartRef__":true,"id":3560},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6322":{"0":"6903","entries":[[{"__isSmartRef__":true,"id":3584},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6323":{"0":"6934","entries":[[{"__isSmartRef__":true,"id":3608},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6324":{"0":"6965","entries":[[{"__isSmartRef__":true,"id":3632},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6325":{"0":"6996","entries":[[{"__isSmartRef__":true,"id":3656},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6326":{"0":"7027","entries":[[{"__isSmartRef__":true,"id":3680},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6327":{"0":"7058","entries":[[{"__isSmartRef__":true,"id":3704},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6328":{"0":"7089","entries":[[{"__isSmartRef__":true,"id":3728},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6329":{"0":"7120","entries":[[{"__isSmartRef__":true,"id":3752},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6330":{"0":"7151","entries":[[{"__isSmartRef__":true,"id":3776},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6331":{"0":"7182","entries":[[{"__isSmartRef__":true,"id":3800},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6332":{"0":"7213","entries":[[{"__isSmartRef__":true,"id":3824},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6333":{"0":"7244","entries":[[{"__isSmartRef__":true,"id":3848},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6334":{"0":"7275","entries":[[{"__isSmartRef__":true,"id":3872},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6335":{"0":"7306","entries":[[{"__isSmartRef__":true,"id":3888},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6336":{"0":"7337","entries":[[{"__isSmartRef__":true,"id":3904},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6337":{"0":"7368","entries":[[{"__isSmartRef__":true,"id":3920},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6338":{"0":"7399","entries":[[{"__isSmartRef__":true,"id":3936},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6339":{"0":"7430","entries":[[{"__isSmartRef__":true,"id":3952},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6340":{"0":"7461","entries":[[{"__isSmartRef__":true,"id":3968},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6341":{"0":"7492","entries":[[{"__isSmartRef__":true,"id":3984},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6342":{"0":"7523","entries":[[{"__isSmartRef__":true,"id":4000},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6343":{"0":"7554","entries":[[{"__isSmartRef__":true,"id":4016},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6344":{"0":"7585","entries":[[{"__isSmartRef__":true,"id":4032},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6345":{"0":"7616","entries":[[{"__isSmartRef__":true,"id":4048},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6346":{"0":"7647","entries":[[{"__isSmartRef__":true,"id":4064},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6347":{"0":"7678","entries":[[{"__isSmartRef__":true,"id":4080},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6348":{"0":"7709","entries":[[{"__isSmartRef__":true,"id":4096},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6349":{"0":"7740","entries":[[{"__isSmartRef__":true,"id":4112},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6350":{"0":"7771","entries":[[{"__isSmartRef__":true,"id":4128},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6351":{"0":"7802","entries":[[{"__isSmartRef__":true,"id":4144},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6352":{"0":"7833","entries":[[{"__isSmartRef__":true,"id":4160},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6353":{"0":"7864","entries":[[{"__isSmartRef__":true,"id":4176},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6354":{"0":"7895","entries":[[{"__isSmartRef__":true,"id":4192},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6355":{"0":"7926","entries":[[{"__isSmartRef__":true,"id":4208},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6356":{"0":"7957","entries":[[{"__isSmartRef__":true,"id":4224},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6357":{"0":"7988","entries":[[{"__isSmartRef__":true,"id":4240},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6358":{"0":"8012","entries":[[{"__isSmartRef__":true,"id":4264},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6359":{"0":"8036","entries":[[{"__isSmartRef__":true,"id":4288},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6360":{"0":"10424","entries":[[{"__isSmartRef__":true,"id":4312},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6361":{"0":"10455","entries":[[{"__isSmartRef__":true,"id":4328},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6362":{"0":"10486","entries":[[{"__isSmartRef__":true,"id":4344},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6363":{"0":"10517","entries":[[{"__isSmartRef__":true,"id":4360},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6364":{"0":"10548","entries":[[{"__isSmartRef__":true,"id":4376},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6365":{"0":"10579","entries":[[{"__isSmartRef__":true,"id":4400},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6366":{"0":"10610","entries":[[{"__isSmartRef__":true,"id":4424},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6367":{"0":"10641","entries":[[{"__isSmartRef__":true,"id":4448},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6368":{"0":"10672","entries":[[{"__isSmartRef__":true,"id":4472},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6369":{"0":"10703","entries":[[{"__isSmartRef__":true,"id":4496},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6370":{"0":"10734","entries":[[{"__isSmartRef__":true,"id":4520},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6371":{"0":"10765","entries":[[{"__isSmartRef__":true,"id":4544},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6372":{"0":"10796","entries":[[{"__isSmartRef__":true,"id":4568},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6373":{"0":"10827","entries":[[{"__isSmartRef__":true,"id":4592},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6374":{"0":"10858","entries":[[{"__isSmartRef__":true,"id":4616},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6375":{"0":"10889","entries":[[{"__isSmartRef__":true,"id":4632},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6376":{"0":"10920","entries":[[{"__isSmartRef__":true,"id":4648},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6377":{"0":"10951","entries":[[{"__isSmartRef__":true,"id":4664},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6378":{"0":"10982","entries":[[{"__isSmartRef__":true,"id":4680},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6379":{"0":"11013","entries":[[{"__isSmartRef__":true,"id":4696},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6380":{"0":"11044","entries":[[{"__isSmartRef__":true,"id":4712},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6381":{"0":"11075","entries":[[{"__isSmartRef__":true,"id":4728},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6382":{"0":"11106","entries":[[{"__isSmartRef__":true,"id":4744},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6383":{"0":"11137","entries":[[{"__isSmartRef__":true,"id":4760},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6384":{"0":"11168","entries":[[{"__isSmartRef__":true,"id":4784},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6385":{"0":"11199","entries":[[{"__isSmartRef__":true,"id":4808},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6386":{"0":"11230","entries":[[{"__isSmartRef__":true,"id":4832},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6387":{"0":"11261","entries":[[{"__isSmartRef__":true,"id":4856},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6388":{"0":"11292","entries":[[{"__isSmartRef__":true,"id":4880},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6389":{"0":"11323","entries":[[{"__isSmartRef__":true,"id":4904},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6390":{"0":"11354","entries":[[{"__isSmartRef__":true,"id":4928},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6391":{"0":"11385","entries":[[{"__isSmartRef__":true,"id":4952},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6392":{"0":"11416","entries":[[{"__isSmartRef__":true,"id":4976},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6393":{"0":"11447","entries":[[{"__isSmartRef__":true,"id":5000},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6394":{"0":"11478","entries":[[{"__isSmartRef__":true,"id":5024},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6395":{"0":"11509","entries":[[{"__isSmartRef__":true,"id":5048},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6396":{"0":"11540","entries":[[{"__isSmartRef__":true,"id":5072},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6397":{"0":"11571","entries":[[{"__isSmartRef__":true,"id":5096},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6398":{"0":"11602","entries":[[{"__isSmartRef__":true,"id":5120},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6399":{"0":"11633","entries":[[{"__isSmartRef__":true,"id":5144},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6400":{"0":"11664","entries":[[{"__isSmartRef__":true,"id":5168},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6401":{"0":"11695","entries":[[{"__isSmartRef__":true,"id":5192},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6402":{"0":"11726","entries":[[{"__isSmartRef__":true,"id":5216},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6403":{"0":"11757","entries":[[{"__isSmartRef__":true,"id":5240},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6404":{"0":"11788","entries":[[{"__isSmartRef__":true,"id":5264},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6405":{"0":"11819","entries":[[{"__isSmartRef__":true,"id":5288},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6406":{"0":"11850","entries":[[{"__isSmartRef__":true,"id":5304},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6407":{"0":"11881","entries":[[{"__isSmartRef__":true,"id":5320},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6408":{"0":"11912","entries":[[{"__isSmartRef__":true,"id":5336},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6409":{"0":"11943","entries":[[{"__isSmartRef__":true,"id":5352},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6410":{"0":"11974","entries":[[{"__isSmartRef__":true,"id":5368},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6411":{"0":"12005","entries":[[{"__isSmartRef__":true,"id":5392},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6412":{"0":"12036","entries":[[{"__isSmartRef__":true,"id":5416},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6413":{"0":"12067","entries":[[{"__isSmartRef__":true,"id":5440},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6414":{"0":"12098","entries":[[{"__isSmartRef__":true,"id":5464},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6415":{"0":"12129","entries":[[{"__isSmartRef__":true,"id":5480},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6416":{"0":"12160","entries":[[{"__isSmartRef__":true,"id":5496},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6417":{"0":"12191","entries":[[{"__isSmartRef__":true,"id":5512},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6418":{"0":"12222","entries":[[{"__isSmartRef__":true,"id":5528},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6419":{"0":"12253","entries":[[{"__isSmartRef__":true,"id":5544},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6420":{"0":"12284","entries":[[{"__isSmartRef__":true,"id":5560},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6421":{"0":"12315","entries":[[{"__isSmartRef__":true,"id":5576},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6422":{"0":"12346","entries":[[{"__isSmartRef__":true,"id":5592},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6423":{"0":"12377","entries":[[{"__isSmartRef__":true,"id":5608},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6424":{"0":"12408","entries":[[{"__isSmartRef__":true,"id":5632},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6425":{"0":"12439","entries":[[{"__isSmartRef__":true,"id":5665},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6426":{"0":"12470","entries":[[{"__isSmartRef__":true,"id":5698},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6427":{"0":"12501","entries":[[{"__isSmartRef__":true,"id":5731},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6428":{"0":"12532","entries":[[{"__isSmartRef__":true,"id":5764},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6429":{"0":"12563","entries":[[{"__isSmartRef__":true,"id":5797},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6430":{"0":"12594","entries":[[{"__isSmartRef__":true,"id":5830},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6431":{"0":"12625","entries":[[{"__isSmartRef__":true,"id":5863},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6432":{"0":"12656","entries":[[{"__isSmartRef__":true,"id":5896},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6433":{"0":"12687","entries":[[{"__isSmartRef__":true,"id":5929},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6434":{"0":"12718","entries":[[{"__isSmartRef__":true,"id":5962},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6435":{"0":"12749","entries":[[{"__isSmartRef__":true,"id":5995},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6436":{"0":"12780","entries":[[{"__isSmartRef__":true,"id":6028},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6437":{"0":"12811","entries":[[{"__isSmartRef__":true,"id":6061},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6438":{"0":"12842","entries":[[{"__isSmartRef__":true,"id":6094},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6439":{"0":"12873","entries":[[{"__isSmartRef__":true,"id":6127},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6440":{"0":"12904","entries":[[{"__isSmartRef__":true,"id":6160},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6441":{"0":"12935","entries":[[{"__isSmartRef__":true,"id":6193},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6442":{"0":"12966","entries":[[{"__isSmartRef__":true,"id":6226},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6443":{"0":"12997","entries":[[{"__isSmartRef__":true,"id":6259},2]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6444":{"0":"13007","entries":[[{"__isSmartRef__":true,"id":6274},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6445":{"6302":{"__isSmartRef__":true,"id":6301},"6308":{"__isSmartRef__":true,"id":6302},"6324":{"__isSmartRef__":true,"id":6303},"6345":{"__isSmartRef__":true,"id":6304},"6376":{"__isSmartRef__":true,"id":6305},"6407":{"__isSmartRef__":true,"id":6306},"6438":{"__isSmartRef__":true,"id":6307},"6469":{"__isSmartRef__":true,"id":6308},"6500":{"__isSmartRef__":true,"id":6309},"6531":{"__isSmartRef__":true,"id":6310},"6562":{"__isSmartRef__":true,"id":6311},"6593":{"__isSmartRef__":true,"id":6312},"6624":{"__isSmartRef__":true,"id":6313},"6655":{"__isSmartRef__":true,"id":6314},"6686":{"__isSmartRef__":true,"id":6315},"6717":{"__isSmartRef__":true,"id":6316},"6748":{"__isSmartRef__":true,"id":6317},"6779":{"__isSmartRef__":true,"id":6318},"6810":{"__isSmartRef__":true,"id":6319},"6841":{"__isSmartRef__":true,"id":6320},"6872":{"__isSmartRef__":true,"id":6321},"6903":{"__isSmartRef__":true,"id":6322},"6934":{"__isSmartRef__":true,"id":6323},"6965":{"__isSmartRef__":true,"id":6324},"6996":{"__isSmartRef__":true,"id":6325},"7027":{"__isSmartRef__":true,"id":6326},"7058":{"__isSmartRef__":true,"id":6327},"7089":{"__isSmartRef__":true,"id":6328},"7120":{"__isSmartRef__":true,"id":6329},"7151":{"__isSmartRef__":true,"id":6330},"7182":{"__isSmartRef__":true,"id":6331},"7213":{"__isSmartRef__":true,"id":6332},"7244":{"__isSmartRef__":true,"id":6333},"7275":{"__isSmartRef__":true,"id":6334},"7306":{"__isSmartRef__":true,"id":6335},"7337":{"__isSmartRef__":true,"id":6336},"7368":{"__isSmartRef__":true,"id":6337},"7399":{"__isSmartRef__":true,"id":6338},"7430":{"__isSmartRef__":true,"id":6339},"7461":{"__isSmartRef__":true,"id":6340},"7492":{"__isSmartRef__":true,"id":6341},"7523":{"__isSmartRef__":true,"id":6342},"7554":{"__isSmartRef__":true,"id":6343},"7585":{"__isSmartRef__":true,"id":6344},"7616":{"__isSmartRef__":true,"id":6345},"7647":{"__isSmartRef__":true,"id":6346},"7678":{"__isSmartRef__":true,"id":6347},"7709":{"__isSmartRef__":true,"id":6348},"7740":{"__isSmartRef__":true,"id":6349},"7771":{"__isSmartRef__":true,"id":6350},"7802":{"__isSmartRef__":true,"id":6351},"7833":{"__isSmartRef__":true,"id":6352},"7864":{"__isSmartRef__":true,"id":6353},"7895":{"__isSmartRef__":true,"id":6354},"7926":{"__isSmartRef__":true,"id":6355},"7957":{"__isSmartRef__":true,"id":6356},"7988":{"__isSmartRef__":true,"id":6357},"8012":{"__isSmartRef__":true,"id":6358},"8036":{"__isSmartRef__":true,"id":6359},"10424":{"__isSmartRef__":true,"id":6360},"10455":{"__isSmartRef__":true,"id":6361},"10486":{"__isSmartRef__":true,"id":6362},"10517":{"__isSmartRef__":true,"id":6363},"10548":{"__isSmartRef__":true,"id":6364},"10579":{"__isSmartRef__":true,"id":6365},"10610":{"__isSmartRef__":true,"id":6366},"10641":{"__isSmartRef__":true,"id":6367},"10672":{"__isSmartRef__":true,"id":6368},"10703":{"__isSmartRef__":true,"id":6369},"10734":{"__isSmartRef__":true,"id":6370},"10765":{"__isSmartRef__":true,"id":6371},"10796":{"__isSmartRef__":true,"id":6372},"10827":{"__isSmartRef__":true,"id":6373},"10858":{"__isSmartRef__":true,"id":6374},"10889":{"__isSmartRef__":true,"id":6375},"10920":{"__isSmartRef__":true,"id":6376},"10951":{"__isSmartRef__":true,"id":6377},"10982":{"__isSmartRef__":true,"id":6378},"11013":{"__isSmartRef__":true,"id":6379},"11044":{"__isSmartRef__":true,"id":6380},"11075":{"__isSmartRef__":true,"id":6381},"11106":{"__isSmartRef__":true,"id":6382},"11137":{"__isSmartRef__":true,"id":6383},"11168":{"__isSmartRef__":true,"id":6384},"11199":{"__isSmartRef__":true,"id":6385},"11230":{"__isSmartRef__":true,"id":6386},"11261":{"__isSmartRef__":true,"id":6387},"11292":{"__isSmartRef__":true,"id":6388},"11323":{"__isSmartRef__":true,"id":6389},"11354":{"__isSmartRef__":true,"id":6390},"11385":{"__isSmartRef__":true,"id":6391},"11416":{"__isSmartRef__":true,"id":6392},"11447":{"__isSmartRef__":true,"id":6393},"11478":{"__isSmartRef__":true,"id":6394},"11509":{"__isSmartRef__":true,"id":6395},"11540":{"__isSmartRef__":true,"id":6396},"11571":{"__isSmartRef__":true,"id":6397},"11602":{"__isSmartRef__":true,"id":6398},"11633":{"__isSmartRef__":true,"id":6399},"11664":{"__isSmartRef__":true,"id":6400},"11695":{"__isSmartRef__":true,"id":6401},"11726":{"__isSmartRef__":true,"id":6402},"11757":{"__isSmartRef__":true,"id":6403},"11788":{"__isSmartRef__":true,"id":6404},"11819":{"__isSmartRef__":true,"id":6405},"11850":{"__isSmartRef__":true,"id":6406},"11881":{"__isSmartRef__":true,"id":6407},"11912":{"__isSmartRef__":true,"id":6408},"11943":{"__isSmartRef__":true,"id":6409},"11974":{"__isSmartRef__":true,"id":6410},"12005":{"__isSmartRef__":true,"id":6411},"12036":{"__isSmartRef__":true,"id":6412},"12067":{"__isSmartRef__":true,"id":6413},"12098":{"__isSmartRef__":true,"id":6414},"12129":{"__isSmartRef__":true,"id":6415},"12160":{"__isSmartRef__":true,"id":6416},"12191":{"__isSmartRef__":true,"id":6417},"12222":{"__isSmartRef__":true,"id":6418},"12253":{"__isSmartRef__":true,"id":6419},"12284":{"__isSmartRef__":true,"id":6420},"12315":{"__isSmartRef__":true,"id":6421},"12346":{"__isSmartRef__":true,"id":6422},"12377":{"__isSmartRef__":true,"id":6423},"12408":{"__isSmartRef__":true,"id":6424},"12439":{"__isSmartRef__":true,"id":6425},"12470":{"__isSmartRef__":true,"id":6426},"12501":{"__isSmartRef__":true,"id":6427},"12532":{"__isSmartRef__":true,"id":6428},"12563":{"__isSmartRef__":true,"id":6429},"12594":{"__isSmartRef__":true,"id":6430},"12625":{"__isSmartRef__":true,"id":6431},"12656":{"__isSmartRef__":true,"id":6432},"12687":{"__isSmartRef__":true,"id":6433},"12718":{"__isSmartRef__":true,"id":6434},"12749":{"__isSmartRef__":true,"id":6435},"12780":{"__isSmartRef__":true,"id":6436},"12811":{"__isSmartRef__":true,"id":6437},"12842":{"__isSmartRef__":true,"id":6438},"12873":{"__isSmartRef__":true,"id":6439},"12904":{"__isSmartRef__":true,"id":6440},"12935":{"__isSmartRef__":true,"id":6441},"12966":{"__isSmartRef__":true,"id":6442},"12997":{"__isSmartRef__":true,"id":6443},"13007":{"__isSmartRef__":true,"id":6444}},"6446":{"0":"6297","entries":[[{"__isSmartRef__":true,"id":3142},{"__isSmartRef__":true,"id":6447}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6447":{"_constant":-10,"_terms":{"__isSmartRef__":true,"id":6448},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6448":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6449}],"bucketsByHash":{"__isSmartRef__":true,"id":6450},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6449":{"0":"6308","entries":[[{"__isSmartRef__":true,"id":3137},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6450":{"6308":{"__isSmartRef__":true,"id":6449}},"6451":{"0":"6303","entries":[[{"__isSmartRef__":true,"id":3134},{"__isSmartRef__":true,"id":6452}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6452":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6453},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6453":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6454},{"__isSmartRef__":true,"id":6455}],"bucketsByHash":{"__isSmartRef__":true,"id":6456},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6454":{"0":"6302","entries":[[{"__isSmartRef__":true,"id":3128},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6455":{"0":"6308","entries":[[{"__isSmartRef__":true,"id":3137},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6456":{"6302":{"__isSmartRef__":true,"id":6454},"6308":{"__isSmartRef__":true,"id":6455}},"6457":{"0":"6316","entries":[[{"__isSmartRef__":true,"id":3159},{"__isSmartRef__":true,"id":6458}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6458":{"_constant":10.000001,"_terms":{"__isSmartRef__":true,"id":6459},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6459":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6460},{"__isSmartRef__":true,"id":6461}],"bucketsByHash":{"__isSmartRef__":true,"id":6462},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6460":{"0":"6308","entries":[[{"__isSmartRef__":true,"id":3137},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6461":{"0":"6315","entries":[[{"__isSmartRef__":true,"id":3162},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6462":{"6308":{"__isSmartRef__":true,"id":6460},"6315":{"__isSmartRef__":true,"id":6461}},"6463":{"0":"6318","entries":[[{"__isSmartRef__":true,"id":3172},{"__isSmartRef__":true,"id":6464}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6464":{"_constant":-19,"_terms":{"__isSmartRef__":true,"id":6465},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6465":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6466},{"__isSmartRef__":true,"id":6467}],"bucketsByHash":{"__isSmartRef__":true,"id":6468},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6466":{"0":"6336","entries":[[{"__isSmartRef__":true,"id":3168},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6467":{"0":"6337","entries":[[{"__isSmartRef__":true,"id":3186},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6468":{"6336":{"__isSmartRef__":true,"id":6466},"6337":{"__isSmartRef__":true,"id":6467}},"6469":{"0":"6494","entries":[[{"__isSmartRef__":true,"id":3282},{"__isSmartRef__":true,"id":6470}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6470":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6471},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6471":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6472},{"__isSmartRef__":true,"id":6473}],"bucketsByHash":{"__isSmartRef__":true,"id":6474},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6472":{"0":"6522","entries":[[{"__isSmartRef__":true,"id":3278},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6473":{"0":"6523","entries":[[{"__isSmartRef__":true,"id":3290},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6474":{"6522":{"__isSmartRef__":true,"id":6472},"6523":{"__isSmartRef__":true,"id":6473}},"6475":{"0":"6525","entries":[[{"__isSmartRef__":true,"id":3306},{"__isSmartRef__":true,"id":6476}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6476":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6477},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6477":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6478},{"__isSmartRef__":true,"id":6479}],"bucketsByHash":{"__isSmartRef__":true,"id":6480},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6478":{"0":"6553","entries":[[{"__isSmartRef__":true,"id":3302},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6479":{"0":"6554","entries":[[{"__isSmartRef__":true,"id":3314},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6480":{"6553":{"__isSmartRef__":true,"id":6478},"6554":{"__isSmartRef__":true,"id":6479}},"6481":{"0":"6556","entries":[[{"__isSmartRef__":true,"id":3330},{"__isSmartRef__":true,"id":6482}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6482":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6483},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6483":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6484},{"__isSmartRef__":true,"id":6485}],"bucketsByHash":{"__isSmartRef__":true,"id":6486},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6484":{"0":"6584","entries":[[{"__isSmartRef__":true,"id":3326},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6485":{"0":"6585","entries":[[{"__isSmartRef__":true,"id":3338},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6486":{"6584":{"__isSmartRef__":true,"id":6484},"6585":{"__isSmartRef__":true,"id":6485}},"6487":{"0":"6587","entries":[[{"__isSmartRef__":true,"id":3354},{"__isSmartRef__":true,"id":6488}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6488":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6489},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6489":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6490},{"__isSmartRef__":true,"id":6491}],"bucketsByHash":{"__isSmartRef__":true,"id":6492},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6490":{"0":"6615","entries":[[{"__isSmartRef__":true,"id":3350},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6491":{"0":"6616","entries":[[{"__isSmartRef__":true,"id":3362},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6492":{"6615":{"__isSmartRef__":true,"id":6490},"6616":{"__isSmartRef__":true,"id":6491}},"6493":{"0":"6618","entries":[[{"__isSmartRef__":true,"id":3378},{"__isSmartRef__":true,"id":6494}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6494":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6495},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6495":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6496},{"__isSmartRef__":true,"id":6497}],"bucketsByHash":{"__isSmartRef__":true,"id":6498},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6496":{"0":"6646","entries":[[{"__isSmartRef__":true,"id":3374},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6497":{"0":"6647","entries":[[{"__isSmartRef__":true,"id":3386},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6498":{"6646":{"__isSmartRef__":true,"id":6496},"6647":{"__isSmartRef__":true,"id":6497}},"6499":{"0":"6649","entries":[[{"__isSmartRef__":true,"id":3402},{"__isSmartRef__":true,"id":6500}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6500":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6501},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6501":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6502},{"__isSmartRef__":true,"id":6503}],"bucketsByHash":{"__isSmartRef__":true,"id":6504},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6502":{"0":"6677","entries":[[{"__isSmartRef__":true,"id":3398},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6503":{"0":"6678","entries":[[{"__isSmartRef__":true,"id":3410},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6504":{"6677":{"__isSmartRef__":true,"id":6502},"6678":{"__isSmartRef__":true,"id":6503}},"6505":{"0":"6680","entries":[[{"__isSmartRef__":true,"id":3426},{"__isSmartRef__":true,"id":6506}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6506":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6507},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6507":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6508},{"__isSmartRef__":true,"id":6509}],"bucketsByHash":{"__isSmartRef__":true,"id":6510},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6508":{"0":"6708","entries":[[{"__isSmartRef__":true,"id":3422},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6509":{"0":"6709","entries":[[{"__isSmartRef__":true,"id":3434},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6510":{"6708":{"__isSmartRef__":true,"id":6508},"6709":{"__isSmartRef__":true,"id":6509}},"6511":{"0":"6711","entries":[[{"__isSmartRef__":true,"id":3450},{"__isSmartRef__":true,"id":6512}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6512":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6513},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6513":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6514},{"__isSmartRef__":true,"id":6515}],"bucketsByHash":{"__isSmartRef__":true,"id":6516},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6514":{"0":"6739","entries":[[{"__isSmartRef__":true,"id":3446},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6515":{"0":"6740","entries":[[{"__isSmartRef__":true,"id":3458},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6516":{"6739":{"__isSmartRef__":true,"id":6514},"6740":{"__isSmartRef__":true,"id":6515}},"6517":{"0":"6742","entries":[[{"__isSmartRef__":true,"id":3474},{"__isSmartRef__":true,"id":6518}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6518":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6519},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6519":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6520},{"__isSmartRef__":true,"id":6521}],"bucketsByHash":{"__isSmartRef__":true,"id":6522},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6520":{"0":"6770","entries":[[{"__isSmartRef__":true,"id":3470},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6521":{"0":"6771","entries":[[{"__isSmartRef__":true,"id":3482},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6522":{"6770":{"__isSmartRef__":true,"id":6520},"6771":{"__isSmartRef__":true,"id":6521}},"6523":{"0":"6773","entries":[[{"__isSmartRef__":true,"id":3498},{"__isSmartRef__":true,"id":6524}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6524":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6525},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6525":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6526},{"__isSmartRef__":true,"id":6527}],"bucketsByHash":{"__isSmartRef__":true,"id":6528},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6526":{"0":"6801","entries":[[{"__isSmartRef__":true,"id":3494},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6527":{"0":"6802","entries":[[{"__isSmartRef__":true,"id":3506},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6528":{"6801":{"__isSmartRef__":true,"id":6526},"6802":{"__isSmartRef__":true,"id":6527}},"6529":{"0":"6804","entries":[[{"__isSmartRef__":true,"id":3522},{"__isSmartRef__":true,"id":6530}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6530":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6531},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6531":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6532},{"__isSmartRef__":true,"id":6533}],"bucketsByHash":{"__isSmartRef__":true,"id":6534},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6532":{"0":"6832","entries":[[{"__isSmartRef__":true,"id":3518},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6533":{"0":"6833","entries":[[{"__isSmartRef__":true,"id":3530},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6534":{"6832":{"__isSmartRef__":true,"id":6532},"6833":{"__isSmartRef__":true,"id":6533}},"6535":{"0":"6835","entries":[[{"__isSmartRef__":true,"id":3546},{"__isSmartRef__":true,"id":6536}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6536":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6537},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6537":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6538},{"__isSmartRef__":true,"id":6539}],"bucketsByHash":{"__isSmartRef__":true,"id":6540},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6538":{"0":"6863","entries":[[{"__isSmartRef__":true,"id":3542},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6539":{"0":"6864","entries":[[{"__isSmartRef__":true,"id":3554},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6540":{"6863":{"__isSmartRef__":true,"id":6538},"6864":{"__isSmartRef__":true,"id":6539}},"6541":{"0":"6866","entries":[[{"__isSmartRef__":true,"id":3570},{"__isSmartRef__":true,"id":6542}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6542":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6543},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6543":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6544},{"__isSmartRef__":true,"id":6545}],"bucketsByHash":{"__isSmartRef__":true,"id":6546},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6544":{"0":"6894","entries":[[{"__isSmartRef__":true,"id":3566},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6545":{"0":"6895","entries":[[{"__isSmartRef__":true,"id":3578},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6546":{"6894":{"__isSmartRef__":true,"id":6544},"6895":{"__isSmartRef__":true,"id":6545}},"6547":{"0":"6897","entries":[[{"__isSmartRef__":true,"id":3594},{"__isSmartRef__":true,"id":6548}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6548":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6549},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6549":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6550},{"__isSmartRef__":true,"id":6551}],"bucketsByHash":{"__isSmartRef__":true,"id":6552},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6550":{"0":"6925","entries":[[{"__isSmartRef__":true,"id":3590},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6551":{"0":"6926","entries":[[{"__isSmartRef__":true,"id":3602},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6552":{"6925":{"__isSmartRef__":true,"id":6550},"6926":{"__isSmartRef__":true,"id":6551}},"6553":{"0":"6928","entries":[[{"__isSmartRef__":true,"id":3618},{"__isSmartRef__":true,"id":6554}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6554":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6555},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6555":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6556},{"__isSmartRef__":true,"id":6557}],"bucketsByHash":{"__isSmartRef__":true,"id":6558},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6556":{"0":"6956","entries":[[{"__isSmartRef__":true,"id":3614},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6557":{"0":"6957","entries":[[{"__isSmartRef__":true,"id":3626},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6558":{"6956":{"__isSmartRef__":true,"id":6556},"6957":{"__isSmartRef__":true,"id":6557}},"6559":{"0":"6959","entries":[[{"__isSmartRef__":true,"id":3642},{"__isSmartRef__":true,"id":6560}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6560":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6561},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6561":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6562},{"__isSmartRef__":true,"id":6563}],"bucketsByHash":{"__isSmartRef__":true,"id":6564},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6562":{"0":"6987","entries":[[{"__isSmartRef__":true,"id":3638},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6563":{"0":"6988","entries":[[{"__isSmartRef__":true,"id":3650},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6564":{"6987":{"__isSmartRef__":true,"id":6562},"6988":{"__isSmartRef__":true,"id":6563}},"6565":{"0":"6990","entries":[[{"__isSmartRef__":true,"id":3666},{"__isSmartRef__":true,"id":6566}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6566":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6567},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6567":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6568},{"__isSmartRef__":true,"id":6569}],"bucketsByHash":{"__isSmartRef__":true,"id":6570},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6568":{"0":"7018","entries":[[{"__isSmartRef__":true,"id":3662},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6569":{"0":"7019","entries":[[{"__isSmartRef__":true,"id":3674},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6570":{"7018":{"__isSmartRef__":true,"id":6568},"7019":{"__isSmartRef__":true,"id":6569}},"6571":{"0":"7021","entries":[[{"__isSmartRef__":true,"id":3690},{"__isSmartRef__":true,"id":6572}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6572":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6573},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6573":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6574},{"__isSmartRef__":true,"id":6575}],"bucketsByHash":{"__isSmartRef__":true,"id":6576},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6574":{"0":"7049","entries":[[{"__isSmartRef__":true,"id":3686},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6575":{"0":"7050","entries":[[{"__isSmartRef__":true,"id":3698},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6576":{"7049":{"__isSmartRef__":true,"id":6574},"7050":{"__isSmartRef__":true,"id":6575}},"6577":{"0":"7052","entries":[[{"__isSmartRef__":true,"id":3714},{"__isSmartRef__":true,"id":6578}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6578":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6579},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6579":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6580},{"__isSmartRef__":true,"id":6581}],"bucketsByHash":{"__isSmartRef__":true,"id":6582},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6580":{"0":"7080","entries":[[{"__isSmartRef__":true,"id":3710},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6581":{"0":"7081","entries":[[{"__isSmartRef__":true,"id":3722},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6582":{"7080":{"__isSmartRef__":true,"id":6580},"7081":{"__isSmartRef__":true,"id":6581}},"6583":{"0":"7083","entries":[[{"__isSmartRef__":true,"id":3738},{"__isSmartRef__":true,"id":6584}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6584":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6585},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6585":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6586},{"__isSmartRef__":true,"id":6587}],"bucketsByHash":{"__isSmartRef__":true,"id":6588},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6586":{"0":"7111","entries":[[{"__isSmartRef__":true,"id":3734},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6587":{"0":"7112","entries":[[{"__isSmartRef__":true,"id":3746},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6588":{"7111":{"__isSmartRef__":true,"id":6586},"7112":{"__isSmartRef__":true,"id":6587}},"6589":{"0":"7114","entries":[[{"__isSmartRef__":true,"id":3762},{"__isSmartRef__":true,"id":6590}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6590":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6591},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6591":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6592},{"__isSmartRef__":true,"id":6593}],"bucketsByHash":{"__isSmartRef__":true,"id":6594},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6592":{"0":"7142","entries":[[{"__isSmartRef__":true,"id":3758},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6593":{"0":"7143","entries":[[{"__isSmartRef__":true,"id":3770},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6594":{"7142":{"__isSmartRef__":true,"id":6592},"7143":{"__isSmartRef__":true,"id":6593}},"6595":{"0":"7145","entries":[[{"__isSmartRef__":true,"id":3786},{"__isSmartRef__":true,"id":6596}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6596":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6597},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6597":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6598},{"__isSmartRef__":true,"id":6599}],"bucketsByHash":{"__isSmartRef__":true,"id":6600},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6598":{"0":"7173","entries":[[{"__isSmartRef__":true,"id":3782},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6599":{"0":"7174","entries":[[{"__isSmartRef__":true,"id":3794},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6600":{"7173":{"__isSmartRef__":true,"id":6598},"7174":{"__isSmartRef__":true,"id":6599}},"6601":{"0":"7176","entries":[[{"__isSmartRef__":true,"id":3810},{"__isSmartRef__":true,"id":6602}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6602":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6603},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6603":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6604},{"__isSmartRef__":true,"id":6605}],"bucketsByHash":{"__isSmartRef__":true,"id":6606},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6604":{"0":"7204","entries":[[{"__isSmartRef__":true,"id":3806},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6605":{"0":"7205","entries":[[{"__isSmartRef__":true,"id":3818},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6606":{"7204":{"__isSmartRef__":true,"id":6604},"7205":{"__isSmartRef__":true,"id":6605}},"6607":{"0":"7207","entries":[[{"__isSmartRef__":true,"id":3834},{"__isSmartRef__":true,"id":6608}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6608":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6609},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6609":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6610},{"__isSmartRef__":true,"id":6611}],"bucketsByHash":{"__isSmartRef__":true,"id":6612},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6610":{"0":"7235","entries":[[{"__isSmartRef__":true,"id":3830},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6611":{"0":"7236","entries":[[{"__isSmartRef__":true,"id":3842},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6612":{"7235":{"__isSmartRef__":true,"id":6610},"7236":{"__isSmartRef__":true,"id":6611}},"6613":{"0":"7238","entries":[[{"__isSmartRef__":true,"id":3858},{"__isSmartRef__":true,"id":6614}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6614":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6615},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6615":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6616},{"__isSmartRef__":true,"id":6617}],"bucketsByHash":{"__isSmartRef__":true,"id":6618},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6616":{"0":"7266","entries":[[{"__isSmartRef__":true,"id":3854},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6617":{"0":"7267","entries":[[{"__isSmartRef__":true,"id":3866},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6618":{"7266":{"__isSmartRef__":true,"id":6616},"7267":{"__isSmartRef__":true,"id":6617}},"6619":{"0":"7982","entries":[[{"__isSmartRef__":true,"id":4250},{"__isSmartRef__":true,"id":6620}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6620":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6621},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6621":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6622},{"__isSmartRef__":true,"id":6623}],"bucketsByHash":{"__isSmartRef__":true,"id":6624},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6622":{"0":"8003","entries":[[{"__isSmartRef__":true,"id":4246},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6623":{"0":"8004","entries":[[{"__isSmartRef__":true,"id":4258},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6624":{"8003":{"__isSmartRef__":true,"id":6622},"8004":{"__isSmartRef__":true,"id":6623}},"6625":{"0":"8006","entries":[[{"__isSmartRef__":true,"id":4274},{"__isSmartRef__":true,"id":6626}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6626":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6627},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6627":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6628},{"__isSmartRef__":true,"id":6629}],"bucketsByHash":{"__isSmartRef__":true,"id":6630},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6628":{"0":"8027","entries":[[{"__isSmartRef__":true,"id":4270},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6629":{"0":"8028","entries":[[{"__isSmartRef__":true,"id":4282},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6630":{"8027":{"__isSmartRef__":true,"id":6628},"8028":{"__isSmartRef__":true,"id":6629}},"6631":{"0":"8030","entries":[[{"__isSmartRef__":true,"id":4298},{"__isSmartRef__":true,"id":6632}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6632":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6633},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6633":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6634},{"__isSmartRef__":true,"id":6635}],"bucketsByHash":{"__isSmartRef__":true,"id":6636},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6634":{"0":"8051","entries":[[{"__isSmartRef__":true,"id":4294},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6635":{"0":"8052","entries":[[{"__isSmartRef__":true,"id":4306},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6636":{"8051":{"__isSmartRef__":true,"id":6634},"8052":{"__isSmartRef__":true,"id":6635}},"6637":{"0":"10542","entries":[[{"__isSmartRef__":true,"id":4386},{"__isSmartRef__":true,"id":6638}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6638":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6639},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6639":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6640},{"__isSmartRef__":true,"id":6641}],"bucketsByHash":{"__isSmartRef__":true,"id":6642},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6640":{"0":"10570","entries":[[{"__isSmartRef__":true,"id":4382},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6641":{"0":"10571","entries":[[{"__isSmartRef__":true,"id":4394},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6642":{"10570":{"__isSmartRef__":true,"id":6640},"10571":{"__isSmartRef__":true,"id":6641}},"6643":{"0":"10573","entries":[[{"__isSmartRef__":true,"id":4410},{"__isSmartRef__":true,"id":6644}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6644":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6645},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6645":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6646},{"__isSmartRef__":true,"id":6647}],"bucketsByHash":{"__isSmartRef__":true,"id":6648},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6646":{"0":"10601","entries":[[{"__isSmartRef__":true,"id":4406},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6647":{"0":"10602","entries":[[{"__isSmartRef__":true,"id":4418},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6648":{"10601":{"__isSmartRef__":true,"id":6646},"10602":{"__isSmartRef__":true,"id":6647}},"6649":{"0":"10604","entries":[[{"__isSmartRef__":true,"id":4434},{"__isSmartRef__":true,"id":6650}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6650":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6651},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6651":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6652},{"__isSmartRef__":true,"id":6653}],"bucketsByHash":{"__isSmartRef__":true,"id":6654},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6652":{"0":"10632","entries":[[{"__isSmartRef__":true,"id":4430},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6653":{"0":"10633","entries":[[{"__isSmartRef__":true,"id":4442},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6654":{"10632":{"__isSmartRef__":true,"id":6652},"10633":{"__isSmartRef__":true,"id":6653}},"6655":{"0":"10635","entries":[[{"__isSmartRef__":true,"id":4458},{"__isSmartRef__":true,"id":6656}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6656":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6657},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6657":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6658},{"__isSmartRef__":true,"id":6659}],"bucketsByHash":{"__isSmartRef__":true,"id":6660},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6658":{"0":"10663","entries":[[{"__isSmartRef__":true,"id":4454},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6659":{"0":"10664","entries":[[{"__isSmartRef__":true,"id":4466},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6660":{"10663":{"__isSmartRef__":true,"id":6658},"10664":{"__isSmartRef__":true,"id":6659}},"6661":{"0":"10666","entries":[[{"__isSmartRef__":true,"id":4482},{"__isSmartRef__":true,"id":6662}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6662":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6663},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6663":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6664},{"__isSmartRef__":true,"id":6665}],"bucketsByHash":{"__isSmartRef__":true,"id":6666},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6664":{"0":"10694","entries":[[{"__isSmartRef__":true,"id":4478},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6665":{"0":"10695","entries":[[{"__isSmartRef__":true,"id":4490},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6666":{"10694":{"__isSmartRef__":true,"id":6664},"10695":{"__isSmartRef__":true,"id":6665}},"6667":{"0":"10697","entries":[[{"__isSmartRef__":true,"id":4506},{"__isSmartRef__":true,"id":6668}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6668":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6669},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6669":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6670},{"__isSmartRef__":true,"id":6671}],"bucketsByHash":{"__isSmartRef__":true,"id":6672},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6670":{"0":"10725","entries":[[{"__isSmartRef__":true,"id":4502},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6671":{"0":"10726","entries":[[{"__isSmartRef__":true,"id":4514},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6672":{"10725":{"__isSmartRef__":true,"id":6670},"10726":{"__isSmartRef__":true,"id":6671}},"6673":{"0":"10728","entries":[[{"__isSmartRef__":true,"id":4530},{"__isSmartRef__":true,"id":6674}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6674":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6675},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6675":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6676},{"__isSmartRef__":true,"id":6677}],"bucketsByHash":{"__isSmartRef__":true,"id":6678},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6676":{"0":"10756","entries":[[{"__isSmartRef__":true,"id":4526},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6677":{"0":"10757","entries":[[{"__isSmartRef__":true,"id":4538},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6678":{"10756":{"__isSmartRef__":true,"id":6676},"10757":{"__isSmartRef__":true,"id":6677}},"6679":{"0":"10759","entries":[[{"__isSmartRef__":true,"id":4554},{"__isSmartRef__":true,"id":6680}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6680":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6681},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6681":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6682},{"__isSmartRef__":true,"id":6683}],"bucketsByHash":{"__isSmartRef__":true,"id":6684},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6682":{"0":"10787","entries":[[{"__isSmartRef__":true,"id":4550},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6683":{"0":"10788","entries":[[{"__isSmartRef__":true,"id":4562},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6684":{"10787":{"__isSmartRef__":true,"id":6682},"10788":{"__isSmartRef__":true,"id":6683}},"6685":{"0":"10790","entries":[[{"__isSmartRef__":true,"id":4578},{"__isSmartRef__":true,"id":6686}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6686":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6687},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6687":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6688},{"__isSmartRef__":true,"id":6689}],"bucketsByHash":{"__isSmartRef__":true,"id":6690},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6688":{"0":"10818","entries":[[{"__isSmartRef__":true,"id":4574},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6689":{"0":"10819","entries":[[{"__isSmartRef__":true,"id":4586},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6690":{"10818":{"__isSmartRef__":true,"id":6688},"10819":{"__isSmartRef__":true,"id":6689}},"6691":{"0":"10821","entries":[[{"__isSmartRef__":true,"id":4602},{"__isSmartRef__":true,"id":6692}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6692":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6693},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6693":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6694},{"__isSmartRef__":true,"id":6695}],"bucketsByHash":{"__isSmartRef__":true,"id":6696},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6694":{"0":"10849","entries":[[{"__isSmartRef__":true,"id":4598},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6695":{"0":"10850","entries":[[{"__isSmartRef__":true,"id":4610},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6696":{"10849":{"__isSmartRef__":true,"id":6694},"10850":{"__isSmartRef__":true,"id":6695}},"6697":{"0":"11131","entries":[[{"__isSmartRef__":true,"id":4770},{"__isSmartRef__":true,"id":6698}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6698":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6699},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6699":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6700},{"__isSmartRef__":true,"id":6701}],"bucketsByHash":{"__isSmartRef__":true,"id":6702},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6700":{"0":"11159","entries":[[{"__isSmartRef__":true,"id":4766},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6701":{"0":"11160","entries":[[{"__isSmartRef__":true,"id":4778},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6702":{"11159":{"__isSmartRef__":true,"id":6700},"11160":{"__isSmartRef__":true,"id":6701}},"6703":{"0":"11162","entries":[[{"__isSmartRef__":true,"id":4794},{"__isSmartRef__":true,"id":6704}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6704":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6705},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6705":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6706},{"__isSmartRef__":true,"id":6707}],"bucketsByHash":{"__isSmartRef__":true,"id":6708},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6706":{"0":"11190","entries":[[{"__isSmartRef__":true,"id":4790},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6707":{"0":"11191","entries":[[{"__isSmartRef__":true,"id":4802},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6708":{"11190":{"__isSmartRef__":true,"id":6706},"11191":{"__isSmartRef__":true,"id":6707}},"6709":{"0":"11193","entries":[[{"__isSmartRef__":true,"id":4818},{"__isSmartRef__":true,"id":6710}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6710":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6711},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6711":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6712},{"__isSmartRef__":true,"id":6713}],"bucketsByHash":{"__isSmartRef__":true,"id":6714},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6712":{"0":"11221","entries":[[{"__isSmartRef__":true,"id":4814},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6713":{"0":"11222","entries":[[{"__isSmartRef__":true,"id":4826},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6714":{"11221":{"__isSmartRef__":true,"id":6712},"11222":{"__isSmartRef__":true,"id":6713}},"6715":{"0":"11224","entries":[[{"__isSmartRef__":true,"id":4842},{"__isSmartRef__":true,"id":6716}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6716":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6717},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6717":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6718},{"__isSmartRef__":true,"id":6719}],"bucketsByHash":{"__isSmartRef__":true,"id":6720},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6718":{"0":"11252","entries":[[{"__isSmartRef__":true,"id":4838},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6719":{"0":"11253","entries":[[{"__isSmartRef__":true,"id":4850},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6720":{"11252":{"__isSmartRef__":true,"id":6718},"11253":{"__isSmartRef__":true,"id":6719}},"6721":{"0":"11255","entries":[[{"__isSmartRef__":true,"id":4866},{"__isSmartRef__":true,"id":6722}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6722":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6723},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6723":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6724},{"__isSmartRef__":true,"id":6725}],"bucketsByHash":{"__isSmartRef__":true,"id":6726},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6724":{"0":"11283","entries":[[{"__isSmartRef__":true,"id":4862},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6725":{"0":"11284","entries":[[{"__isSmartRef__":true,"id":4874},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6726":{"11283":{"__isSmartRef__":true,"id":6724},"11284":{"__isSmartRef__":true,"id":6725}},"6727":{"0":"11286","entries":[[{"__isSmartRef__":true,"id":4890},{"__isSmartRef__":true,"id":6728}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6728":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6729},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6729":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6730},{"__isSmartRef__":true,"id":6731}],"bucketsByHash":{"__isSmartRef__":true,"id":6732},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6730":{"0":"11314","entries":[[{"__isSmartRef__":true,"id":4886},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6731":{"0":"11315","entries":[[{"__isSmartRef__":true,"id":4898},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6732":{"11314":{"__isSmartRef__":true,"id":6730},"11315":{"__isSmartRef__":true,"id":6731}},"6733":{"0":"11317","entries":[[{"__isSmartRef__":true,"id":4914},{"__isSmartRef__":true,"id":6734}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6734":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6735},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6735":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6736},{"__isSmartRef__":true,"id":6737}],"bucketsByHash":{"__isSmartRef__":true,"id":6738},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6736":{"0":"11345","entries":[[{"__isSmartRef__":true,"id":4910},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6737":{"0":"11346","entries":[[{"__isSmartRef__":true,"id":4922},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6738":{"11345":{"__isSmartRef__":true,"id":6736},"11346":{"__isSmartRef__":true,"id":6737}},"6739":{"0":"11348","entries":[[{"__isSmartRef__":true,"id":4938},{"__isSmartRef__":true,"id":6740}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6740":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6741},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6741":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6742},{"__isSmartRef__":true,"id":6743}],"bucketsByHash":{"__isSmartRef__":true,"id":6744},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6742":{"0":"11376","entries":[[{"__isSmartRef__":true,"id":4934},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6743":{"0":"11377","entries":[[{"__isSmartRef__":true,"id":4946},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6744":{"11376":{"__isSmartRef__":true,"id":6742},"11377":{"__isSmartRef__":true,"id":6743}},"6745":{"0":"11379","entries":[[{"__isSmartRef__":true,"id":4962},{"__isSmartRef__":true,"id":6746}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6746":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6747},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6747":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6748},{"__isSmartRef__":true,"id":6749}],"bucketsByHash":{"__isSmartRef__":true,"id":6750},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6748":{"0":"11407","entries":[[{"__isSmartRef__":true,"id":4958},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6749":{"0":"11408","entries":[[{"__isSmartRef__":true,"id":4970},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6750":{"11407":{"__isSmartRef__":true,"id":6748},"11408":{"__isSmartRef__":true,"id":6749}},"6751":{"0":"11410","entries":[[{"__isSmartRef__":true,"id":4986},{"__isSmartRef__":true,"id":6752}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6752":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6753},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6753":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6754},{"__isSmartRef__":true,"id":6755}],"bucketsByHash":{"__isSmartRef__":true,"id":6756},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6754":{"0":"11438","entries":[[{"__isSmartRef__":true,"id":4982},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6755":{"0":"11439","entries":[[{"__isSmartRef__":true,"id":4994},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6756":{"11438":{"__isSmartRef__":true,"id":6754},"11439":{"__isSmartRef__":true,"id":6755}},"6757":{"0":"11441","entries":[[{"__isSmartRef__":true,"id":5010},{"__isSmartRef__":true,"id":6758}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6758":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6759},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6759":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6760},{"__isSmartRef__":true,"id":6761}],"bucketsByHash":{"__isSmartRef__":true,"id":6762},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6760":{"0":"11469","entries":[[{"__isSmartRef__":true,"id":5006},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6761":{"0":"11470","entries":[[{"__isSmartRef__":true,"id":5018},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6762":{"11469":{"__isSmartRef__":true,"id":6760},"11470":{"__isSmartRef__":true,"id":6761}},"6763":{"0":"11472","entries":[[{"__isSmartRef__":true,"id":5034},{"__isSmartRef__":true,"id":6764}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6764":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6765},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6765":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6766},{"__isSmartRef__":true,"id":6767}],"bucketsByHash":{"__isSmartRef__":true,"id":6768},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6766":{"0":"11500","entries":[[{"__isSmartRef__":true,"id":5030},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6767":{"0":"11501","entries":[[{"__isSmartRef__":true,"id":5042},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6768":{"11500":{"__isSmartRef__":true,"id":6766},"11501":{"__isSmartRef__":true,"id":6767}},"6769":{"0":"11503","entries":[[{"__isSmartRef__":true,"id":5058},{"__isSmartRef__":true,"id":6770}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6770":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6771},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6771":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6772},{"__isSmartRef__":true,"id":6773}],"bucketsByHash":{"__isSmartRef__":true,"id":6774},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6772":{"0":"11531","entries":[[{"__isSmartRef__":true,"id":5054},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6773":{"0":"11532","entries":[[{"__isSmartRef__":true,"id":5066},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6774":{"11531":{"__isSmartRef__":true,"id":6772},"11532":{"__isSmartRef__":true,"id":6773}},"6775":{"0":"11534","entries":[[{"__isSmartRef__":true,"id":5082},{"__isSmartRef__":true,"id":6776}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6776":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6777},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6777":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6778},{"__isSmartRef__":true,"id":6779}],"bucketsByHash":{"__isSmartRef__":true,"id":6780},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6778":{"0":"11562","entries":[[{"__isSmartRef__":true,"id":5078},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6779":{"0":"11563","entries":[[{"__isSmartRef__":true,"id":5090},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6780":{"11562":{"__isSmartRef__":true,"id":6778},"11563":{"__isSmartRef__":true,"id":6779}},"6781":{"0":"11565","entries":[[{"__isSmartRef__":true,"id":5106},{"__isSmartRef__":true,"id":6782}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6782":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6783},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6783":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6784},{"__isSmartRef__":true,"id":6785}],"bucketsByHash":{"__isSmartRef__":true,"id":6786},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6784":{"0":"11593","entries":[[{"__isSmartRef__":true,"id":5102},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6785":{"0":"11594","entries":[[{"__isSmartRef__":true,"id":5114},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6786":{"11593":{"__isSmartRef__":true,"id":6784},"11594":{"__isSmartRef__":true,"id":6785}},"6787":{"0":"11596","entries":[[{"__isSmartRef__":true,"id":5130},{"__isSmartRef__":true,"id":6788}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6788":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6789},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6789":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6790},{"__isSmartRef__":true,"id":6791}],"bucketsByHash":{"__isSmartRef__":true,"id":6792},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6790":{"0":"11624","entries":[[{"__isSmartRef__":true,"id":5126},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6791":{"0":"11625","entries":[[{"__isSmartRef__":true,"id":5138},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6792":{"11624":{"__isSmartRef__":true,"id":6790},"11625":{"__isSmartRef__":true,"id":6791}},"6793":{"0":"11627","entries":[[{"__isSmartRef__":true,"id":5154},{"__isSmartRef__":true,"id":6794}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6794":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6795},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6795":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6796},{"__isSmartRef__":true,"id":6797}],"bucketsByHash":{"__isSmartRef__":true,"id":6798},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6796":{"0":"11655","entries":[[{"__isSmartRef__":true,"id":5150},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6797":{"0":"11656","entries":[[{"__isSmartRef__":true,"id":5162},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6798":{"11655":{"__isSmartRef__":true,"id":6796},"11656":{"__isSmartRef__":true,"id":6797}},"6799":{"0":"11658","entries":[[{"__isSmartRef__":true,"id":5178},{"__isSmartRef__":true,"id":6800}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6800":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6801},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6801":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6802},{"__isSmartRef__":true,"id":6803}],"bucketsByHash":{"__isSmartRef__":true,"id":6804},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6802":{"0":"11686","entries":[[{"__isSmartRef__":true,"id":5174},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6803":{"0":"11687","entries":[[{"__isSmartRef__":true,"id":5186},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6804":{"11686":{"__isSmartRef__":true,"id":6802},"11687":{"__isSmartRef__":true,"id":6803}},"6805":{"0":"11689","entries":[[{"__isSmartRef__":true,"id":5202},{"__isSmartRef__":true,"id":6806}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6806":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6807},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6807":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6808},{"__isSmartRef__":true,"id":6809}],"bucketsByHash":{"__isSmartRef__":true,"id":6810},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6808":{"0":"11717","entries":[[{"__isSmartRef__":true,"id":5198},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6809":{"0":"11718","entries":[[{"__isSmartRef__":true,"id":5210},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6810":{"11717":{"__isSmartRef__":true,"id":6808},"11718":{"__isSmartRef__":true,"id":6809}},"6811":{"0":"11720","entries":[[{"__isSmartRef__":true,"id":5226},{"__isSmartRef__":true,"id":6812}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6812":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6813},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6813":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6814},{"__isSmartRef__":true,"id":6815}],"bucketsByHash":{"__isSmartRef__":true,"id":6816},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6814":{"0":"11748","entries":[[{"__isSmartRef__":true,"id":5222},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6815":{"0":"11749","entries":[[{"__isSmartRef__":true,"id":5234},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6816":{"11748":{"__isSmartRef__":true,"id":6814},"11749":{"__isSmartRef__":true,"id":6815}},"6817":{"0":"11751","entries":[[{"__isSmartRef__":true,"id":5250},{"__isSmartRef__":true,"id":6818}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6818":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6819},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6819":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6820},{"__isSmartRef__":true,"id":6821}],"bucketsByHash":{"__isSmartRef__":true,"id":6822},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6820":{"0":"11779","entries":[[{"__isSmartRef__":true,"id":5246},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6821":{"0":"11780","entries":[[{"__isSmartRef__":true,"id":5258},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6822":{"11779":{"__isSmartRef__":true,"id":6820},"11780":{"__isSmartRef__":true,"id":6821}},"6823":{"0":"11782","entries":[[{"__isSmartRef__":true,"id":5274},{"__isSmartRef__":true,"id":6824}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6824":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6825},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6825":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6826},{"__isSmartRef__":true,"id":6827}],"bucketsByHash":{"__isSmartRef__":true,"id":6828},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6826":{"0":"11810","entries":[[{"__isSmartRef__":true,"id":5270},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6827":{"0":"11811","entries":[[{"__isSmartRef__":true,"id":5282},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6828":{"11810":{"__isSmartRef__":true,"id":6826},"11811":{"__isSmartRef__":true,"id":6827}},"6829":{"0":"11968","entries":[[{"__isSmartRef__":true,"id":5378},{"__isSmartRef__":true,"id":6830}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6830":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6831},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6831":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6833}],"bucketsByHash":{"__isSmartRef__":true,"id":6834},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6832":{"0":"11996","entries":[[{"__isSmartRef__":true,"id":5374},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6833":{"0":"11997","entries":[[{"__isSmartRef__":true,"id":5386},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6834":{"11996":{"__isSmartRef__":true,"id":6832},"11997":{"__isSmartRef__":true,"id":6833}},"6835":{"0":"11999","entries":[[{"__isSmartRef__":true,"id":5402},{"__isSmartRef__":true,"id":6836}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6836":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6837},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6837":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6838},{"__isSmartRef__":true,"id":6839}],"bucketsByHash":{"__isSmartRef__":true,"id":6840},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6838":{"0":"12027","entries":[[{"__isSmartRef__":true,"id":5398},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6839":{"0":"12028","entries":[[{"__isSmartRef__":true,"id":5410},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6840":{"12027":{"__isSmartRef__":true,"id":6838},"12028":{"__isSmartRef__":true,"id":6839}},"6841":{"0":"12030","entries":[[{"__isSmartRef__":true,"id":5426},{"__isSmartRef__":true,"id":6842}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6842":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6843},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6843":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6844},{"__isSmartRef__":true,"id":6845}],"bucketsByHash":{"__isSmartRef__":true,"id":6846},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6844":{"0":"12058","entries":[[{"__isSmartRef__":true,"id":5422},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6845":{"0":"12059","entries":[[{"__isSmartRef__":true,"id":5434},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6846":{"12058":{"__isSmartRef__":true,"id":6844},"12059":{"__isSmartRef__":true,"id":6845}},"6847":{"0":"12061","entries":[[{"__isSmartRef__":true,"id":5450},{"__isSmartRef__":true,"id":6848}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6848":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6849},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6849":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6850},{"__isSmartRef__":true,"id":6851}],"bucketsByHash":{"__isSmartRef__":true,"id":6852},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6850":{"0":"12089","entries":[[{"__isSmartRef__":true,"id":5446},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6851":{"0":"12090","entries":[[{"__isSmartRef__":true,"id":5458},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6852":{"12089":{"__isSmartRef__":true,"id":6850},"12090":{"__isSmartRef__":true,"id":6851}},"6853":{"0":"12371","entries":[[{"__isSmartRef__":true,"id":5618},{"__isSmartRef__":true,"id":6854}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6854":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6855},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6855":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6856},{"__isSmartRef__":true,"id":6857}],"bucketsByHash":{"__isSmartRef__":true,"id":6858},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6856":{"0":"12399","entries":[[{"__isSmartRef__":true,"id":5614},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6857":{"0":"12400","entries":[[{"__isSmartRef__":true,"id":5626},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6858":{"12399":{"__isSmartRef__":true,"id":6856},"12400":{"__isSmartRef__":true,"id":6857}},"6859":{"0":"12402","entries":[[{"__isSmartRef__":true,"id":5642},{"__isSmartRef__":true,"id":6860}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6860":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6861},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6861":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6862},{"__isSmartRef__":true,"id":6863}],"bucketsByHash":{"__isSmartRef__":true,"id":6864},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6862":{"0":"12423","entries":[[{"__isSmartRef__":true,"id":5638},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6863":{"0":"12424","entries":[[{"__isSmartRef__":true,"id":5658},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6864":{"12423":{"__isSmartRef__":true,"id":6862},"12424":{"__isSmartRef__":true,"id":6863}},"6865":{"0":"12431","entries":[[{"__isSmartRef__":true,"id":5649},{"__isSmartRef__":true,"id":6866}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6866":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6867},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6867":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6868},{"__isSmartRef__":true,"id":6869},{"__isSmartRef__":true,"id":6870}],"bucketsByHash":{"__isSmartRef__":true,"id":6871},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6868":{"0":"12430","entries":[[{"__isSmartRef__":true,"id":5652},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6869":{"0":"12423","entries":[[{"__isSmartRef__":true,"id":5638},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6870":{"0":"12424","entries":[[{"__isSmartRef__":true,"id":5658},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6871":{"12423":{"__isSmartRef__":true,"id":6869},"12424":{"__isSmartRef__":true,"id":6870},"12430":{"__isSmartRef__":true,"id":6868}},"6872":{"0":"12433","entries":[[{"__isSmartRef__":true,"id":5675},{"__isSmartRef__":true,"id":6873}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6873":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6874},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6874":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6875},{"__isSmartRef__":true,"id":6876}],"bucketsByHash":{"__isSmartRef__":true,"id":6877},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6875":{"0":"12454","entries":[[{"__isSmartRef__":true,"id":5671},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6876":{"0":"12455","entries":[[{"__isSmartRef__":true,"id":5691},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6877":{"12454":{"__isSmartRef__":true,"id":6875},"12455":{"__isSmartRef__":true,"id":6876}},"6878":{"0":"12462","entries":[[{"__isSmartRef__":true,"id":5682},{"__isSmartRef__":true,"id":6879}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6879":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6880},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6880":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6881},{"__isSmartRef__":true,"id":6882},{"__isSmartRef__":true,"id":6883}],"bucketsByHash":{"__isSmartRef__":true,"id":6884},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6881":{"0":"12461","entries":[[{"__isSmartRef__":true,"id":5685},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6882":{"0":"12454","entries":[[{"__isSmartRef__":true,"id":5671},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6883":{"0":"12455","entries":[[{"__isSmartRef__":true,"id":5691},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6884":{"12454":{"__isSmartRef__":true,"id":6882},"12455":{"__isSmartRef__":true,"id":6883},"12461":{"__isSmartRef__":true,"id":6881}},"6885":{"0":"12464","entries":[[{"__isSmartRef__":true,"id":5708},{"__isSmartRef__":true,"id":6886}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6886":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6887},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6887":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6888},{"__isSmartRef__":true,"id":6889}],"bucketsByHash":{"__isSmartRef__":true,"id":6890},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6888":{"0":"12485","entries":[[{"__isSmartRef__":true,"id":5704},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6889":{"0":"12486","entries":[[{"__isSmartRef__":true,"id":5724},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6890":{"12485":{"__isSmartRef__":true,"id":6888},"12486":{"__isSmartRef__":true,"id":6889}},"6891":{"0":"12493","entries":[[{"__isSmartRef__":true,"id":5715},{"__isSmartRef__":true,"id":6892}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6892":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6893},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6893":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6894},{"__isSmartRef__":true,"id":6895},{"__isSmartRef__":true,"id":6896}],"bucketsByHash":{"__isSmartRef__":true,"id":6897},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6894":{"0":"12492","entries":[[{"__isSmartRef__":true,"id":5718},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6895":{"0":"12485","entries":[[{"__isSmartRef__":true,"id":5704},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6896":{"0":"12486","entries":[[{"__isSmartRef__":true,"id":5724},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6897":{"12485":{"__isSmartRef__":true,"id":6895},"12486":{"__isSmartRef__":true,"id":6896},"12492":{"__isSmartRef__":true,"id":6894}},"6898":{"0":"12495","entries":[[{"__isSmartRef__":true,"id":5741},{"__isSmartRef__":true,"id":6899}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6899":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6900},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6900":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6901},{"__isSmartRef__":true,"id":6902}],"bucketsByHash":{"__isSmartRef__":true,"id":6903},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6901":{"0":"12516","entries":[[{"__isSmartRef__":true,"id":5737},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6902":{"0":"12517","entries":[[{"__isSmartRef__":true,"id":5757},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6903":{"12516":{"__isSmartRef__":true,"id":6901},"12517":{"__isSmartRef__":true,"id":6902}},"6904":{"0":"12524","entries":[[{"__isSmartRef__":true,"id":5748},{"__isSmartRef__":true,"id":6905}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6905":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6906},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6906":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6907},{"__isSmartRef__":true,"id":6908},{"__isSmartRef__":true,"id":6909}],"bucketsByHash":{"__isSmartRef__":true,"id":6910},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6907":{"0":"12523","entries":[[{"__isSmartRef__":true,"id":5751},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6908":{"0":"12516","entries":[[{"__isSmartRef__":true,"id":5737},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6909":{"0":"12517","entries":[[{"__isSmartRef__":true,"id":5757},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6910":{"12516":{"__isSmartRef__":true,"id":6908},"12517":{"__isSmartRef__":true,"id":6909},"12523":{"__isSmartRef__":true,"id":6907}},"6911":{"0":"12526","entries":[[{"__isSmartRef__":true,"id":5774},{"__isSmartRef__":true,"id":6912}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6912":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6913},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6913":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6914},{"__isSmartRef__":true,"id":6915}],"bucketsByHash":{"__isSmartRef__":true,"id":6916},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6914":{"0":"12547","entries":[[{"__isSmartRef__":true,"id":5770},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6915":{"0":"12548","entries":[[{"__isSmartRef__":true,"id":5790},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6916":{"12547":{"__isSmartRef__":true,"id":6914},"12548":{"__isSmartRef__":true,"id":6915}},"6917":{"0":"12555","entries":[[{"__isSmartRef__":true,"id":5781},{"__isSmartRef__":true,"id":6918}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6918":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6919},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6919":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6920},{"__isSmartRef__":true,"id":6921},{"__isSmartRef__":true,"id":6922}],"bucketsByHash":{"__isSmartRef__":true,"id":6923},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6920":{"0":"12554","entries":[[{"__isSmartRef__":true,"id":5784},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6921":{"0":"12547","entries":[[{"__isSmartRef__":true,"id":5770},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6922":{"0":"12548","entries":[[{"__isSmartRef__":true,"id":5790},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6923":{"12547":{"__isSmartRef__":true,"id":6921},"12548":{"__isSmartRef__":true,"id":6922},"12554":{"__isSmartRef__":true,"id":6920}},"6924":{"0":"12557","entries":[[{"__isSmartRef__":true,"id":5807},{"__isSmartRef__":true,"id":6925}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6925":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6926},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6926":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6927},{"__isSmartRef__":true,"id":6928}],"bucketsByHash":{"__isSmartRef__":true,"id":6929},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6927":{"0":"12578","entries":[[{"__isSmartRef__":true,"id":5803},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6928":{"0":"12579","entries":[[{"__isSmartRef__":true,"id":5823},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6929":{"12578":{"__isSmartRef__":true,"id":6927},"12579":{"__isSmartRef__":true,"id":6928}},"6930":{"0":"12586","entries":[[{"__isSmartRef__":true,"id":5814},{"__isSmartRef__":true,"id":6931}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6931":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6932},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6932":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6933},{"__isSmartRef__":true,"id":6934},{"__isSmartRef__":true,"id":6935}],"bucketsByHash":{"__isSmartRef__":true,"id":6936},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6933":{"0":"12585","entries":[[{"__isSmartRef__":true,"id":5817},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6934":{"0":"12578","entries":[[{"__isSmartRef__":true,"id":5803},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6935":{"0":"12579","entries":[[{"__isSmartRef__":true,"id":5823},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6936":{"12578":{"__isSmartRef__":true,"id":6934},"12579":{"__isSmartRef__":true,"id":6935},"12585":{"__isSmartRef__":true,"id":6933}},"6937":{"0":"12588","entries":[[{"__isSmartRef__":true,"id":5840},{"__isSmartRef__":true,"id":6938}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6938":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6939},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6939":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6940},{"__isSmartRef__":true,"id":6941}],"bucketsByHash":{"__isSmartRef__":true,"id":6942},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6940":{"0":"12609","entries":[[{"__isSmartRef__":true,"id":5836},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6941":{"0":"12610","entries":[[{"__isSmartRef__":true,"id":5856},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6942":{"12609":{"__isSmartRef__":true,"id":6940},"12610":{"__isSmartRef__":true,"id":6941}},"6943":{"0":"12617","entries":[[{"__isSmartRef__":true,"id":5847},{"__isSmartRef__":true,"id":6944}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6944":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6945},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6945":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6946},{"__isSmartRef__":true,"id":6947},{"__isSmartRef__":true,"id":6948}],"bucketsByHash":{"__isSmartRef__":true,"id":6949},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6946":{"0":"12616","entries":[[{"__isSmartRef__":true,"id":5850},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6947":{"0":"12609","entries":[[{"__isSmartRef__":true,"id":5836},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6948":{"0":"12610","entries":[[{"__isSmartRef__":true,"id":5856},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6949":{"12609":{"__isSmartRef__":true,"id":6947},"12610":{"__isSmartRef__":true,"id":6948},"12616":{"__isSmartRef__":true,"id":6946}},"6950":{"0":"12619","entries":[[{"__isSmartRef__":true,"id":5873},{"__isSmartRef__":true,"id":6951}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6951":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6952},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6952":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6953},{"__isSmartRef__":true,"id":6954}],"bucketsByHash":{"__isSmartRef__":true,"id":6955},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6953":{"0":"12640","entries":[[{"__isSmartRef__":true,"id":5869},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6954":{"0":"12641","entries":[[{"__isSmartRef__":true,"id":5889},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6955":{"12640":{"__isSmartRef__":true,"id":6953},"12641":{"__isSmartRef__":true,"id":6954}},"6956":{"0":"12648","entries":[[{"__isSmartRef__":true,"id":5880},{"__isSmartRef__":true,"id":6957}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6957":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6958},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6958":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6959},{"__isSmartRef__":true,"id":6960},{"__isSmartRef__":true,"id":6961}],"bucketsByHash":{"__isSmartRef__":true,"id":6962},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6959":{"0":"12647","entries":[[{"__isSmartRef__":true,"id":5883},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6960":{"0":"12640","entries":[[{"__isSmartRef__":true,"id":5869},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6961":{"0":"12641","entries":[[{"__isSmartRef__":true,"id":5889},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6962":{"12640":{"__isSmartRef__":true,"id":6960},"12641":{"__isSmartRef__":true,"id":6961},"12647":{"__isSmartRef__":true,"id":6959}},"6963":{"0":"12650","entries":[[{"__isSmartRef__":true,"id":5906},{"__isSmartRef__":true,"id":6964}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6964":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6965},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6965":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6966},{"__isSmartRef__":true,"id":6967}],"bucketsByHash":{"__isSmartRef__":true,"id":6968},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6966":{"0":"12671","entries":[[{"__isSmartRef__":true,"id":5902},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6967":{"0":"12672","entries":[[{"__isSmartRef__":true,"id":5922},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6968":{"12671":{"__isSmartRef__":true,"id":6966},"12672":{"__isSmartRef__":true,"id":6967}},"6969":{"0":"12679","entries":[[{"__isSmartRef__":true,"id":5913},{"__isSmartRef__":true,"id":6970}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6970":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6971},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6971":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6972},{"__isSmartRef__":true,"id":6973},{"__isSmartRef__":true,"id":6974}],"bucketsByHash":{"__isSmartRef__":true,"id":6975},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6972":{"0":"12678","entries":[[{"__isSmartRef__":true,"id":5916},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6973":{"0":"12671","entries":[[{"__isSmartRef__":true,"id":5902},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6974":{"0":"12672","entries":[[{"__isSmartRef__":true,"id":5922},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6975":{"12671":{"__isSmartRef__":true,"id":6973},"12672":{"__isSmartRef__":true,"id":6974},"12678":{"__isSmartRef__":true,"id":6972}},"6976":{"0":"12681","entries":[[{"__isSmartRef__":true,"id":5939},{"__isSmartRef__":true,"id":6977}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6977":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6978},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6978":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6979},{"__isSmartRef__":true,"id":6980}],"bucketsByHash":{"__isSmartRef__":true,"id":6981},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6979":{"0":"12702","entries":[[{"__isSmartRef__":true,"id":5935},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6980":{"0":"12703","entries":[[{"__isSmartRef__":true,"id":5955},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6981":{"12702":{"__isSmartRef__":true,"id":6979},"12703":{"__isSmartRef__":true,"id":6980}},"6982":{"0":"12710","entries":[[{"__isSmartRef__":true,"id":5946},{"__isSmartRef__":true,"id":6983}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6983":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6984},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6984":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6985},{"__isSmartRef__":true,"id":6986},{"__isSmartRef__":true,"id":6987}],"bucketsByHash":{"__isSmartRef__":true,"id":6988},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6985":{"0":"12709","entries":[[{"__isSmartRef__":true,"id":5949},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6986":{"0":"12702","entries":[[{"__isSmartRef__":true,"id":5935},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6987":{"0":"12703","entries":[[{"__isSmartRef__":true,"id":5955},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6988":{"12702":{"__isSmartRef__":true,"id":6986},"12703":{"__isSmartRef__":true,"id":6987},"12709":{"__isSmartRef__":true,"id":6985}},"6989":{"0":"12712","entries":[[{"__isSmartRef__":true,"id":5972},{"__isSmartRef__":true,"id":6990}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6990":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6991},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6991":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6992},{"__isSmartRef__":true,"id":6993}],"bucketsByHash":{"__isSmartRef__":true,"id":6994},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6992":{"0":"12733","entries":[[{"__isSmartRef__":true,"id":5968},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6993":{"0":"12734","entries":[[{"__isSmartRef__":true,"id":5988},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6994":{"12733":{"__isSmartRef__":true,"id":6992},"12734":{"__isSmartRef__":true,"id":6993}},"6995":{"0":"12741","entries":[[{"__isSmartRef__":true,"id":5979},{"__isSmartRef__":true,"id":6996}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6996":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":6997},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"6997":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":6998},{"__isSmartRef__":true,"id":6999},{"__isSmartRef__":true,"id":7000}],"bucketsByHash":{"__isSmartRef__":true,"id":7001},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6998":{"0":"12740","entries":[[{"__isSmartRef__":true,"id":5982},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"6999":{"0":"12733","entries":[[{"__isSmartRef__":true,"id":5968},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7000":{"0":"12734","entries":[[{"__isSmartRef__":true,"id":5988},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7001":{"12733":{"__isSmartRef__":true,"id":6999},"12734":{"__isSmartRef__":true,"id":7000},"12740":{"__isSmartRef__":true,"id":6998}},"7002":{"0":"12743","entries":[[{"__isSmartRef__":true,"id":6005},{"__isSmartRef__":true,"id":7003}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7003":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":7004},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7004":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7005},{"__isSmartRef__":true,"id":7006}],"bucketsByHash":{"__isSmartRef__":true,"id":7007},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7005":{"0":"12764","entries":[[{"__isSmartRef__":true,"id":6001},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7006":{"0":"12765","entries":[[{"__isSmartRef__":true,"id":6021},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7007":{"12764":{"__isSmartRef__":true,"id":7005},"12765":{"__isSmartRef__":true,"id":7006}},"7008":{"0":"12772","entries":[[{"__isSmartRef__":true,"id":6012},{"__isSmartRef__":true,"id":7009}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7009":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":7010},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7010":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7011},{"__isSmartRef__":true,"id":7012},{"__isSmartRef__":true,"id":7013}],"bucketsByHash":{"__isSmartRef__":true,"id":7014},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7011":{"0":"12771","entries":[[{"__isSmartRef__":true,"id":6015},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7012":{"0":"12764","entries":[[{"__isSmartRef__":true,"id":6001},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7013":{"0":"12765","entries":[[{"__isSmartRef__":true,"id":6021},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7014":{"12764":{"__isSmartRef__":true,"id":7012},"12765":{"__isSmartRef__":true,"id":7013},"12771":{"__isSmartRef__":true,"id":7011}},"7015":{"0":"12774","entries":[[{"__isSmartRef__":true,"id":6038},{"__isSmartRef__":true,"id":7016}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7016":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":7017},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7017":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7018},{"__isSmartRef__":true,"id":7019}],"bucketsByHash":{"__isSmartRef__":true,"id":7020},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7018":{"0":"12795","entries":[[{"__isSmartRef__":true,"id":6034},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7019":{"0":"12796","entries":[[{"__isSmartRef__":true,"id":6054},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7020":{"12795":{"__isSmartRef__":true,"id":7018},"12796":{"__isSmartRef__":true,"id":7019}},"7021":{"0":"12803","entries":[[{"__isSmartRef__":true,"id":6045},{"__isSmartRef__":true,"id":7022}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7022":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":7023},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7023":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7024},{"__isSmartRef__":true,"id":7025},{"__isSmartRef__":true,"id":7026}],"bucketsByHash":{"__isSmartRef__":true,"id":7027},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7024":{"0":"12802","entries":[[{"__isSmartRef__":true,"id":6048},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7025":{"0":"12795","entries":[[{"__isSmartRef__":true,"id":6034},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7026":{"0":"12796","entries":[[{"__isSmartRef__":true,"id":6054},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7027":{"12795":{"__isSmartRef__":true,"id":7025},"12796":{"__isSmartRef__":true,"id":7026},"12802":{"__isSmartRef__":true,"id":7024}},"7028":{"0":"12805","entries":[[{"__isSmartRef__":true,"id":6071},{"__isSmartRef__":true,"id":7029}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7029":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":7030},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7030":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7031},{"__isSmartRef__":true,"id":7032}],"bucketsByHash":{"__isSmartRef__":true,"id":7033},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7031":{"0":"12826","entries":[[{"__isSmartRef__":true,"id":6067},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7032":{"0":"12827","entries":[[{"__isSmartRef__":true,"id":6087},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7033":{"12826":{"__isSmartRef__":true,"id":7031},"12827":{"__isSmartRef__":true,"id":7032}},"7034":{"0":"12834","entries":[[{"__isSmartRef__":true,"id":6078},{"__isSmartRef__":true,"id":7035}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7035":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":7036},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7036":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7037},{"__isSmartRef__":true,"id":7038},{"__isSmartRef__":true,"id":7039}],"bucketsByHash":{"__isSmartRef__":true,"id":7040},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7037":{"0":"12833","entries":[[{"__isSmartRef__":true,"id":6081},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7038":{"0":"12826","entries":[[{"__isSmartRef__":true,"id":6067},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7039":{"0":"12827","entries":[[{"__isSmartRef__":true,"id":6087},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7040":{"12826":{"__isSmartRef__":true,"id":7038},"12827":{"__isSmartRef__":true,"id":7039},"12833":{"__isSmartRef__":true,"id":7037}},"7041":{"0":"12836","entries":[[{"__isSmartRef__":true,"id":6104},{"__isSmartRef__":true,"id":7042}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7042":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":7043},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7043":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7044},{"__isSmartRef__":true,"id":7045}],"bucketsByHash":{"__isSmartRef__":true,"id":7046},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7044":{"0":"12857","entries":[[{"__isSmartRef__":true,"id":6100},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7045":{"0":"12858","entries":[[{"__isSmartRef__":true,"id":6120},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7046":{"12857":{"__isSmartRef__":true,"id":7044},"12858":{"__isSmartRef__":true,"id":7045}},"7047":{"0":"12865","entries":[[{"__isSmartRef__":true,"id":6111},{"__isSmartRef__":true,"id":7048}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7048":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":7049},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7049":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7050},{"__isSmartRef__":true,"id":7051},{"__isSmartRef__":true,"id":7052}],"bucketsByHash":{"__isSmartRef__":true,"id":7053},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7050":{"0":"12864","entries":[[{"__isSmartRef__":true,"id":6114},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7051":{"0":"12857","entries":[[{"__isSmartRef__":true,"id":6100},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7052":{"0":"12858","entries":[[{"__isSmartRef__":true,"id":6120},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7053":{"12857":{"__isSmartRef__":true,"id":7051},"12858":{"__isSmartRef__":true,"id":7052},"12864":{"__isSmartRef__":true,"id":7050}},"7054":{"0":"12867","entries":[[{"__isSmartRef__":true,"id":6137},{"__isSmartRef__":true,"id":7055}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7055":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":7056},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7056":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7057},{"__isSmartRef__":true,"id":7058}],"bucketsByHash":{"__isSmartRef__":true,"id":7059},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7057":{"0":"12888","entries":[[{"__isSmartRef__":true,"id":6133},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7058":{"0":"12889","entries":[[{"__isSmartRef__":true,"id":6153},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7059":{"12888":{"__isSmartRef__":true,"id":7057},"12889":{"__isSmartRef__":true,"id":7058}},"7060":{"0":"12896","entries":[[{"__isSmartRef__":true,"id":6144},{"__isSmartRef__":true,"id":7061}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7061":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":7062},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7062":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7063},{"__isSmartRef__":true,"id":7064},{"__isSmartRef__":true,"id":7065}],"bucketsByHash":{"__isSmartRef__":true,"id":7066},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7063":{"0":"12895","entries":[[{"__isSmartRef__":true,"id":6147},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7064":{"0":"12888","entries":[[{"__isSmartRef__":true,"id":6133},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7065":{"0":"12889","entries":[[{"__isSmartRef__":true,"id":6153},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7066":{"12888":{"__isSmartRef__":true,"id":7064},"12889":{"__isSmartRef__":true,"id":7065},"12895":{"__isSmartRef__":true,"id":7063}},"7067":{"0":"12898","entries":[[{"__isSmartRef__":true,"id":6170},{"__isSmartRef__":true,"id":7068}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7068":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":7069},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7069":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7070},{"__isSmartRef__":true,"id":7071}],"bucketsByHash":{"__isSmartRef__":true,"id":7072},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7070":{"0":"12919","entries":[[{"__isSmartRef__":true,"id":6166},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7071":{"0":"12920","entries":[[{"__isSmartRef__":true,"id":6186},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7072":{"12919":{"__isSmartRef__":true,"id":7070},"12920":{"__isSmartRef__":true,"id":7071}},"7073":{"0":"12927","entries":[[{"__isSmartRef__":true,"id":6177},{"__isSmartRef__":true,"id":7074}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7074":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":7075},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7075":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7076},{"__isSmartRef__":true,"id":7077},{"__isSmartRef__":true,"id":7078}],"bucketsByHash":{"__isSmartRef__":true,"id":7079},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7076":{"0":"12926","entries":[[{"__isSmartRef__":true,"id":6180},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7077":{"0":"12919","entries":[[{"__isSmartRef__":true,"id":6166},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7078":{"0":"12920","entries":[[{"__isSmartRef__":true,"id":6186},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7079":{"12919":{"__isSmartRef__":true,"id":7077},"12920":{"__isSmartRef__":true,"id":7078},"12926":{"__isSmartRef__":true,"id":7076}},"7080":{"0":"12929","entries":[[{"__isSmartRef__":true,"id":6203},{"__isSmartRef__":true,"id":7081}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7081":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":7082},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7082":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7083},{"__isSmartRef__":true,"id":7084}],"bucketsByHash":{"__isSmartRef__":true,"id":7085},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7083":{"0":"12950","entries":[[{"__isSmartRef__":true,"id":6199},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7084":{"0":"12951","entries":[[{"__isSmartRef__":true,"id":6219},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7085":{"12950":{"__isSmartRef__":true,"id":7083},"12951":{"__isSmartRef__":true,"id":7084}},"7086":{"0":"12958","entries":[[{"__isSmartRef__":true,"id":6210},{"__isSmartRef__":true,"id":7087}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7087":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":7088},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7088":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7089},{"__isSmartRef__":true,"id":7090},{"__isSmartRef__":true,"id":7091}],"bucketsByHash":{"__isSmartRef__":true,"id":7092},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7089":{"0":"12957","entries":[[{"__isSmartRef__":true,"id":6213},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7090":{"0":"12950","entries":[[{"__isSmartRef__":true,"id":6199},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7091":{"0":"12951","entries":[[{"__isSmartRef__":true,"id":6219},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7092":{"12950":{"__isSmartRef__":true,"id":7090},"12951":{"__isSmartRef__":true,"id":7091},"12957":{"__isSmartRef__":true,"id":7089}},"7093":{"0":"12960","entries":[[{"__isSmartRef__":true,"id":6236},{"__isSmartRef__":true,"id":7094}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7094":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":7095},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7095":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7096},{"__isSmartRef__":true,"id":7097}],"bucketsByHash":{"__isSmartRef__":true,"id":7098},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7096":{"0":"12981","entries":[[{"__isSmartRef__":true,"id":6232},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7097":{"0":"12982","entries":[[{"__isSmartRef__":true,"id":6252},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7098":{"12981":{"__isSmartRef__":true,"id":7096},"12982":{"__isSmartRef__":true,"id":7097}},"7099":{"0":"12989","entries":[[{"__isSmartRef__":true,"id":6243},{"__isSmartRef__":true,"id":7100}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7100":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":7101},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7101":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7102},{"__isSmartRef__":true,"id":7103},{"__isSmartRef__":true,"id":7104}],"bucketsByHash":{"__isSmartRef__":true,"id":7105},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7102":{"0":"12988","entries":[[{"__isSmartRef__":true,"id":6246},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7103":{"0":"12981","entries":[[{"__isSmartRef__":true,"id":6232},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7104":{"0":"12982","entries":[[{"__isSmartRef__":true,"id":6252},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7105":{"12981":{"__isSmartRef__":true,"id":7103},"12982":{"__isSmartRef__":true,"id":7104},"12988":{"__isSmartRef__":true,"id":7102}},"7106":{"0":"12991","entries":[[{"__isSmartRef__":true,"id":6279},{"__isSmartRef__":true,"id":7107}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7107":{"_constant":0.0000010000000000287557,"_terms":{"__isSmartRef__":true,"id":7108},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7108":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7109}],"bucketsByHash":{"__isSmartRef__":true,"id":7110},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7109":{"0":"13007","entries":[[{"__isSmartRef__":true,"id":6274},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7110":{"13007":{"__isSmartRef__":true,"id":7109}},"7111":{"0":"13013","entries":[[{"__isSmartRef__":true,"id":6271},{"__isSmartRef__":true,"id":7112}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7112":{"_constant":0.0000010000000000287557,"_terms":{"__isSmartRef__":true,"id":7113},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7113":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7114},{"__isSmartRef__":true,"id":7115}],"bucketsByHash":{"__isSmartRef__":true,"id":7116},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7114":{"0":"13012","entries":[[{"__isSmartRef__":true,"id":6267},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7115":{"0":"13007","entries":[[{"__isSmartRef__":true,"id":6274},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7116":{"13007":{"__isSmartRef__":true,"id":7115},"13012":{"__isSmartRef__":true,"id":7114}},"7117":{"0":"12996","entries":[[{"__isSmartRef__":true,"id":6264},{"__isSmartRef__":true,"id":7118}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7118":{"_constant":0.999999,"_terms":{"__isSmartRef__":true,"id":7119},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7119":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7120},{"__isSmartRef__":true,"id":7121}],"bucketsByHash":{"__isSmartRef__":true,"id":7122},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7120":{"0":"12997","entries":[[{"__isSmartRef__":true,"id":6259},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7121":{"0":"13007","entries":[[{"__isSmartRef__":true,"id":6274},-1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7122":{"12997":{"__isSmartRef__":true,"id":7120},"13007":{"__isSmartRef__":true,"id":7121}},"7123":{"0":"13020","entries":[[{"__isSmartRef__":true,"id":6288},{"__isSmartRef__":true,"id":7124}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7124":{"_constant":0.0000010000000000287557,"_terms":{"__isSmartRef__":true,"id":7125},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7125":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7126},{"__isSmartRef__":true,"id":7127}],"bucketsByHash":{"__isSmartRef__":true,"id":7128},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7126":{"0":"13007","entries":[[{"__isSmartRef__":true,"id":6274},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7127":{"0":"13019","entries":[[{"__isSmartRef__":true,"id":6291},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7128":{"13007":{"__isSmartRef__":true,"id":7126},"13019":{"__isSmartRef__":true,"id":7127}},"7129":{"6296":{"__isSmartRef__":true,"id":6298},"6297":{"__isSmartRef__":true,"id":6446},"6303":{"__isSmartRef__":true,"id":6451},"6316":{"__isSmartRef__":true,"id":6457},"6318":{"__isSmartRef__":true,"id":6463},"6494":{"__isSmartRef__":true,"id":6469},"6525":{"__isSmartRef__":true,"id":6475},"6556":{"__isSmartRef__":true,"id":6481},"6587":{"__isSmartRef__":true,"id":6487},"6618":{"__isSmartRef__":true,"id":6493},"6649":{"__isSmartRef__":true,"id":6499},"6680":{"__isSmartRef__":true,"id":6505},"6711":{"__isSmartRef__":true,"id":6511},"6742":{"__isSmartRef__":true,"id":6517},"6773":{"__isSmartRef__":true,"id":6523},"6804":{"__isSmartRef__":true,"id":6529},"6835":{"__isSmartRef__":true,"id":6535},"6866":{"__isSmartRef__":true,"id":6541},"6897":{"__isSmartRef__":true,"id":6547},"6928":{"__isSmartRef__":true,"id":6553},"6959":{"__isSmartRef__":true,"id":6559},"6990":{"__isSmartRef__":true,"id":6565},"7021":{"__isSmartRef__":true,"id":6571},"7052":{"__isSmartRef__":true,"id":6577},"7083":{"__isSmartRef__":true,"id":6583},"7114":{"__isSmartRef__":true,"id":6589},"7145":{"__isSmartRef__":true,"id":6595},"7176":{"__isSmartRef__":true,"id":6601},"7207":{"__isSmartRef__":true,"id":6607},"7238":{"__isSmartRef__":true,"id":6613},"7982":{"__isSmartRef__":true,"id":6619},"8006":{"__isSmartRef__":true,"id":6625},"8030":{"__isSmartRef__":true,"id":6631},"10542":{"__isSmartRef__":true,"id":6637},"10573":{"__isSmartRef__":true,"id":6643},"10604":{"__isSmartRef__":true,"id":6649},"10635":{"__isSmartRef__":true,"id":6655},"10666":{"__isSmartRef__":true,"id":6661},"10697":{"__isSmartRef__":true,"id":6667},"10728":{"__isSmartRef__":true,"id":6673},"10759":{"__isSmartRef__":true,"id":6679},"10790":{"__isSmartRef__":true,"id":6685},"10821":{"__isSmartRef__":true,"id":6691},"11131":{"__isSmartRef__":true,"id":6697},"11162":{"__isSmartRef__":true,"id":6703},"11193":{"__isSmartRef__":true,"id":6709},"11224":{"__isSmartRef__":true,"id":6715},"11255":{"__isSmartRef__":true,"id":6721},"11286":{"__isSmartRef__":true,"id":6727},"11317":{"__isSmartRef__":true,"id":6733},"11348":{"__isSmartRef__":true,"id":6739},"11379":{"__isSmartRef__":true,"id":6745},"11410":{"__isSmartRef__":true,"id":6751},"11441":{"__isSmartRef__":true,"id":6757},"11472":{"__isSmartRef__":true,"id":6763},"11503":{"__isSmartRef__":true,"id":6769},"11534":{"__isSmartRef__":true,"id":6775},"11565":{"__isSmartRef__":true,"id":6781},"11596":{"__isSmartRef__":true,"id":6787},"11627":{"__isSmartRef__":true,"id":6793},"11658":{"__isSmartRef__":true,"id":6799},"11689":{"__isSmartRef__":true,"id":6805},"11720":{"__isSmartRef__":true,"id":6811},"11751":{"__isSmartRef__":true,"id":6817},"11782":{"__isSmartRef__":true,"id":6823},"11968":{"__isSmartRef__":true,"id":6829},"11999":{"__isSmartRef__":true,"id":6835},"12030":{"__isSmartRef__":true,"id":6841},"12061":{"__isSmartRef__":true,"id":6847},"12371":{"__isSmartRef__":true,"id":6853},"12402":{"__isSmartRef__":true,"id":6859},"12431":{"__isSmartRef__":true,"id":6865},"12433":{"__isSmartRef__":true,"id":6872},"12462":{"__isSmartRef__":true,"id":6878},"12464":{"__isSmartRef__":true,"id":6885},"12493":{"__isSmartRef__":true,"id":6891},"12495":{"__isSmartRef__":true,"id":6898},"12524":{"__isSmartRef__":true,"id":6904},"12526":{"__isSmartRef__":true,"id":6911},"12555":{"__isSmartRef__":true,"id":6917},"12557":{"__isSmartRef__":true,"id":6924},"12586":{"__isSmartRef__":true,"id":6930},"12588":{"__isSmartRef__":true,"id":6937},"12617":{"__isSmartRef__":true,"id":6943},"12619":{"__isSmartRef__":true,"id":6950},"12648":{"__isSmartRef__":true,"id":6956},"12650":{"__isSmartRef__":true,"id":6963},"12679":{"__isSmartRef__":true,"id":6969},"12681":{"__isSmartRef__":true,"id":6976},"12710":{"__isSmartRef__":true,"id":6982},"12712":{"__isSmartRef__":true,"id":6989},"12741":{"__isSmartRef__":true,"id":6995},"12743":{"__isSmartRef__":true,"id":7002},"12772":{"__isSmartRef__":true,"id":7008},"12774":{"__isSmartRef__":true,"id":7015},"12803":{"__isSmartRef__":true,"id":7021},"12805":{"__isSmartRef__":true,"id":7028},"12834":{"__isSmartRef__":true,"id":7034},"12836":{"__isSmartRef__":true,"id":7041},"12865":{"__isSmartRef__":true,"id":7047},"12867":{"__isSmartRef__":true,"id":7054},"12896":{"__isSmartRef__":true,"id":7060},"12898":{"__isSmartRef__":true,"id":7067},"12927":{"__isSmartRef__":true,"id":7073},"12929":{"__isSmartRef__":true,"id":7080},"12958":{"__isSmartRef__":true,"id":7086},"12960":{"__isSmartRef__":true,"id":7093},"12989":{"__isSmartRef__":true,"id":7099},"12991":{"__isSmartRef__":true,"id":7106},"12996":{"__isSmartRef__":true,"id":7117},"13013":{"__isSmartRef__":true,"id":7111},"13020":{"__isSmartRef__":true,"id":7123}},"7130":{"hashTable":{"__isSmartRef__":true,"id":7131},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7131":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7132},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7132":{},"7133":{"hashTable":{"__isSmartRef__":true,"id":7134},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7134":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7135},{"__isSmartRef__":true,"id":7136},{"__isSmartRef__":true,"id":7137},{"__isSmartRef__":true,"id":7138},{"__isSmartRef__":true,"id":7139},{"__isSmartRef__":true,"id":7140},{"__isSmartRef__":true,"id":7141},{"__isSmartRef__":true,"id":7142},{"__isSmartRef__":true,"id":7143},{"__isSmartRef__":true,"id":7144},{"__isSmartRef__":true,"id":7145},{"__isSmartRef__":true,"id":7146},{"__isSmartRef__":true,"id":7147},{"__isSmartRef__":true,"id":7148},{"__isSmartRef__":true,"id":7149},{"__isSmartRef__":true,"id":7150},{"__isSmartRef__":true,"id":7151},{"__isSmartRef__":true,"id":7152},{"__isSmartRef__":true,"id":7153},{"__isSmartRef__":true,"id":7154},{"__isSmartRef__":true,"id":7155},{"__isSmartRef__":true,"id":7156},{"__isSmartRef__":true,"id":7157},{"__isSmartRef__":true,"id":7158},{"__isSmartRef__":true,"id":7159},{"__isSmartRef__":true,"id":7160},{"__isSmartRef__":true,"id":7161},{"__isSmartRef__":true,"id":7162},{"__isSmartRef__":true,"id":7163},{"__isSmartRef__":true,"id":7164},{"__isSmartRef__":true,"id":7165},{"__isSmartRef__":true,"id":7166},{"__isSmartRef__":true,"id":7167},{"__isSmartRef__":true,"id":7168},{"__isSmartRef__":true,"id":7169},{"__isSmartRef__":true,"id":7170},{"__isSmartRef__":true,"id":7171},{"__isSmartRef__":true,"id":7172},{"__isSmartRef__":true,"id":7173},{"__isSmartRef__":true,"id":7174},{"__isSmartRef__":true,"id":7175},{"__isSmartRef__":true,"id":7176},{"__isSmartRef__":true,"id":7177},{"__isSmartRef__":true,"id":7178},{"__isSmartRef__":true,"id":7179},{"__isSmartRef__":true,"id":7180},{"__isSmartRef__":true,"id":7181},{"__isSmartRef__":true,"id":7182},{"__isSmartRef__":true,"id":7183},{"__isSmartRef__":true,"id":7184},{"__isSmartRef__":true,"id":7185},{"__isSmartRef__":true,"id":7186},{"__isSmartRef__":true,"id":7187},{"__isSmartRef__":true,"id":7188},{"__isSmartRef__":true,"id":7189},{"__isSmartRef__":true,"id":7190},{"__isSmartRef__":true,"id":7191},{"__isSmartRef__":true,"id":7192},{"__isSmartRef__":true,"id":7193},{"__isSmartRef__":true,"id":7194},{"__isSmartRef__":true,"id":7195},{"__isSmartRef__":true,"id":7196},{"__isSmartRef__":true,"id":7197},{"__isSmartRef__":true,"id":7198},{"__isSmartRef__":true,"id":7199},{"__isSmartRef__":true,"id":7200},{"__isSmartRef__":true,"id":7201},{"__isSmartRef__":true,"id":7202},{"__isSmartRef__":true,"id":7203},{"__isSmartRef__":true,"id":7204},{"__isSmartRef__":true,"id":7205},{"__isSmartRef__":true,"id":7206},{"__isSmartRef__":true,"id":7207},{"__isSmartRef__":true,"id":7208},{"__isSmartRef__":true,"id":7209},{"__isSmartRef__":true,"id":7210},{"__isSmartRef__":true,"id":7211},{"__isSmartRef__":true,"id":7212},{"__isSmartRef__":true,"id":7213},{"__isSmartRef__":true,"id":7214},{"__isSmartRef__":true,"id":7215},{"__isSmartRef__":true,"id":7216},{"__isSmartRef__":true,"id":7217},{"__isSmartRef__":true,"id":7218},{"__isSmartRef__":true,"id":7219},{"__isSmartRef__":true,"id":7220},{"__isSmartRef__":true,"id":7221}],"bucketsByHash":{"__isSmartRef__":true,"id":7222},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7135":{"0":"6297","entries":[[{"__isSmartRef__":true,"id":3142},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7136":{"0":"6318","entries":[[{"__isSmartRef__":true,"id":3172},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7137":{"0":"6494","entries":[[{"__isSmartRef__":true,"id":3282},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7138":{"0":"6525","entries":[[{"__isSmartRef__":true,"id":3306},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7139":{"0":"6556","entries":[[{"__isSmartRef__":true,"id":3330},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7140":{"0":"6587","entries":[[{"__isSmartRef__":true,"id":3354},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7141":{"0":"6618","entries":[[{"__isSmartRef__":true,"id":3378},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7142":{"0":"6649","entries":[[{"__isSmartRef__":true,"id":3402},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7143":{"0":"6680","entries":[[{"__isSmartRef__":true,"id":3426},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7144":{"0":"6711","entries":[[{"__isSmartRef__":true,"id":3450},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7145":{"0":"6742","entries":[[{"__isSmartRef__":true,"id":3474},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7146":{"0":"6773","entries":[[{"__isSmartRef__":true,"id":3498},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7147":{"0":"6804","entries":[[{"__isSmartRef__":true,"id":3522},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7148":{"0":"6835","entries":[[{"__isSmartRef__":true,"id":3546},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7149":{"0":"6866","entries":[[{"__isSmartRef__":true,"id":3570},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7150":{"0":"6897","entries":[[{"__isSmartRef__":true,"id":3594},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7151":{"0":"6928","entries":[[{"__isSmartRef__":true,"id":3618},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7152":{"0":"6959","entries":[[{"__isSmartRef__":true,"id":3642},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7153":{"0":"6990","entries":[[{"__isSmartRef__":true,"id":3666},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7154":{"0":"7021","entries":[[{"__isSmartRef__":true,"id":3690},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7155":{"0":"7052","entries":[[{"__isSmartRef__":true,"id":3714},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7156":{"0":"7083","entries":[[{"__isSmartRef__":true,"id":3738},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7157":{"0":"7114","entries":[[{"__isSmartRef__":true,"id":3762},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7158":{"0":"7145","entries":[[{"__isSmartRef__":true,"id":3786},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7159":{"0":"7176","entries":[[{"__isSmartRef__":true,"id":3810},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7160":{"0":"7207","entries":[[{"__isSmartRef__":true,"id":3834},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7161":{"0":"7238","entries":[[{"__isSmartRef__":true,"id":3858},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7162":{"0":"7982","entries":[[{"__isSmartRef__":true,"id":4250},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7163":{"0":"8006","entries":[[{"__isSmartRef__":true,"id":4274},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7164":{"0":"8030","entries":[[{"__isSmartRef__":true,"id":4298},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7165":{"0":"10542","entries":[[{"__isSmartRef__":true,"id":4386},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7166":{"0":"10573","entries":[[{"__isSmartRef__":true,"id":4410},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7167":{"0":"10604","entries":[[{"__isSmartRef__":true,"id":4434},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7168":{"0":"10635","entries":[[{"__isSmartRef__":true,"id":4458},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7169":{"0":"10666","entries":[[{"__isSmartRef__":true,"id":4482},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7170":{"0":"10697","entries":[[{"__isSmartRef__":true,"id":4506},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7171":{"0":"10728","entries":[[{"__isSmartRef__":true,"id":4530},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7172":{"0":"10759","entries":[[{"__isSmartRef__":true,"id":4554},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7173":{"0":"10790","entries":[[{"__isSmartRef__":true,"id":4578},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7174":{"0":"10821","entries":[[{"__isSmartRef__":true,"id":4602},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7175":{"0":"11131","entries":[[{"__isSmartRef__":true,"id":4770},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7176":{"0":"11162","entries":[[{"__isSmartRef__":true,"id":4794},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7177":{"0":"11193","entries":[[{"__isSmartRef__":true,"id":4818},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7178":{"0":"11224","entries":[[{"__isSmartRef__":true,"id":4842},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7179":{"0":"11255","entries":[[{"__isSmartRef__":true,"id":4866},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7180":{"0":"11286","entries":[[{"__isSmartRef__":true,"id":4890},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7181":{"0":"11317","entries":[[{"__isSmartRef__":true,"id":4914},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7182":{"0":"11348","entries":[[{"__isSmartRef__":true,"id":4938},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7183":{"0":"11379","entries":[[{"__isSmartRef__":true,"id":4962},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7184":{"0":"11410","entries":[[{"__isSmartRef__":true,"id":4986},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7185":{"0":"11441","entries":[[{"__isSmartRef__":true,"id":5010},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7186":{"0":"11472","entries":[[{"__isSmartRef__":true,"id":5034},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7187":{"0":"11503","entries":[[{"__isSmartRef__":true,"id":5058},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7188":{"0":"11534","entries":[[{"__isSmartRef__":true,"id":5082},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7189":{"0":"11565","entries":[[{"__isSmartRef__":true,"id":5106},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7190":{"0":"11596","entries":[[{"__isSmartRef__":true,"id":5130},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7191":{"0":"11627","entries":[[{"__isSmartRef__":true,"id":5154},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7192":{"0":"11658","entries":[[{"__isSmartRef__":true,"id":5178},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7193":{"0":"11689","entries":[[{"__isSmartRef__":true,"id":5202},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7194":{"0":"11720","entries":[[{"__isSmartRef__":true,"id":5226},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7195":{"0":"11751","entries":[[{"__isSmartRef__":true,"id":5250},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7196":{"0":"11782","entries":[[{"__isSmartRef__":true,"id":5274},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7197":{"0":"11968","entries":[[{"__isSmartRef__":true,"id":5378},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7198":{"0":"11999","entries":[[{"__isSmartRef__":true,"id":5402},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7199":{"0":"12030","entries":[[{"__isSmartRef__":true,"id":5426},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7200":{"0":"12061","entries":[[{"__isSmartRef__":true,"id":5450},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7201":{"0":"12371","entries":[[{"__isSmartRef__":true,"id":5618},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7202":{"0":"12402","entries":[[{"__isSmartRef__":true,"id":5642},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7203":{"0":"12433","entries":[[{"__isSmartRef__":true,"id":5675},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7204":{"0":"12464","entries":[[{"__isSmartRef__":true,"id":5708},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7205":{"0":"12495","entries":[[{"__isSmartRef__":true,"id":5741},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7206":{"0":"12526","entries":[[{"__isSmartRef__":true,"id":5774},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7207":{"0":"12557","entries":[[{"__isSmartRef__":true,"id":5807},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7208":{"0":"12588","entries":[[{"__isSmartRef__":true,"id":5840},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7209":{"0":"12619","entries":[[{"__isSmartRef__":true,"id":5873},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7210":{"0":"12650","entries":[[{"__isSmartRef__":true,"id":5906},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7211":{"0":"12681","entries":[[{"__isSmartRef__":true,"id":5939},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7212":{"0":"12712","entries":[[{"__isSmartRef__":true,"id":5972},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7213":{"0":"12743","entries":[[{"__isSmartRef__":true,"id":6005},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7214":{"0":"12774","entries":[[{"__isSmartRef__":true,"id":6038},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7215":{"0":"12805","entries":[[{"__isSmartRef__":true,"id":6071},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7216":{"0":"12836","entries":[[{"__isSmartRef__":true,"id":6104},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7217":{"0":"12867","entries":[[{"__isSmartRef__":true,"id":6137},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7218":{"0":"12898","entries":[[{"__isSmartRef__":true,"id":6170},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7219":{"0":"12929","entries":[[{"__isSmartRef__":true,"id":6203},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7220":{"0":"12960","entries":[[{"__isSmartRef__":true,"id":6236},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7221":{"0":"12991","entries":[[{"__isSmartRef__":true,"id":6279},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7222":{"6297":{"__isSmartRef__":true,"id":7135},"6318":{"__isSmartRef__":true,"id":7136},"6494":{"__isSmartRef__":true,"id":7137},"6525":{"__isSmartRef__":true,"id":7138},"6556":{"__isSmartRef__":true,"id":7139},"6587":{"__isSmartRef__":true,"id":7140},"6618":{"__isSmartRef__":true,"id":7141},"6649":{"__isSmartRef__":true,"id":7142},"6680":{"__isSmartRef__":true,"id":7143},"6711":{"__isSmartRef__":true,"id":7144},"6742":{"__isSmartRef__":true,"id":7145},"6773":{"__isSmartRef__":true,"id":7146},"6804":{"__isSmartRef__":true,"id":7147},"6835":{"__isSmartRef__":true,"id":7148},"6866":{"__isSmartRef__":true,"id":7149},"6897":{"__isSmartRef__":true,"id":7150},"6928":{"__isSmartRef__":true,"id":7151},"6959":{"__isSmartRef__":true,"id":7152},"6990":{"__isSmartRef__":true,"id":7153},"7021":{"__isSmartRef__":true,"id":7154},"7052":{"__isSmartRef__":true,"id":7155},"7083":{"__isSmartRef__":true,"id":7156},"7114":{"__isSmartRef__":true,"id":7157},"7145":{"__isSmartRef__":true,"id":7158},"7176":{"__isSmartRef__":true,"id":7159},"7207":{"__isSmartRef__":true,"id":7160},"7238":{"__isSmartRef__":true,"id":7161},"7982":{"__isSmartRef__":true,"id":7162},"8006":{"__isSmartRef__":true,"id":7163},"8030":{"__isSmartRef__":true,"id":7164},"10542":{"__isSmartRef__":true,"id":7165},"10573":{"__isSmartRef__":true,"id":7166},"10604":{"__isSmartRef__":true,"id":7167},"10635":{"__isSmartRef__":true,"id":7168},"10666":{"__isSmartRef__":true,"id":7169},"10697":{"__isSmartRef__":true,"id":7170},"10728":{"__isSmartRef__":true,"id":7171},"10759":{"__isSmartRef__":true,"id":7172},"10790":{"__isSmartRef__":true,"id":7173},"10821":{"__isSmartRef__":true,"id":7174},"11131":{"__isSmartRef__":true,"id":7175},"11162":{"__isSmartRef__":true,"id":7176},"11193":{"__isSmartRef__":true,"id":7177},"11224":{"__isSmartRef__":true,"id":7178},"11255":{"__isSmartRef__":true,"id":7179},"11286":{"__isSmartRef__":true,"id":7180},"11317":{"__isSmartRef__":true,"id":7181},"11348":{"__isSmartRef__":true,"id":7182},"11379":{"__isSmartRef__":true,"id":7183},"11410":{"__isSmartRef__":true,"id":7184},"11441":{"__isSmartRef__":true,"id":7185},"11472":{"__isSmartRef__":true,"id":7186},"11503":{"__isSmartRef__":true,"id":7187},"11534":{"__isSmartRef__":true,"id":7188},"11565":{"__isSmartRef__":true,"id":7189},"11596":{"__isSmartRef__":true,"id":7190},"11627":{"__isSmartRef__":true,"id":7191},"11658":{"__isSmartRef__":true,"id":7192},"11689":{"__isSmartRef__":true,"id":7193},"11720":{"__isSmartRef__":true,"id":7194},"11751":{"__isSmartRef__":true,"id":7195},"11782":{"__isSmartRef__":true,"id":7196},"11968":{"__isSmartRef__":true,"id":7197},"11999":{"__isSmartRef__":true,"id":7198},"12030":{"__isSmartRef__":true,"id":7199},"12061":{"__isSmartRef__":true,"id":7200},"12371":{"__isSmartRef__":true,"id":7201},"12402":{"__isSmartRef__":true,"id":7202},"12433":{"__isSmartRef__":true,"id":7203},"12464":{"__isSmartRef__":true,"id":7204},"12495":{"__isSmartRef__":true,"id":7205},"12526":{"__isSmartRef__":true,"id":7206},"12557":{"__isSmartRef__":true,"id":7207},"12588":{"__isSmartRef__":true,"id":7208},"12619":{"__isSmartRef__":true,"id":7209},"12650":{"__isSmartRef__":true,"id":7210},"12681":{"__isSmartRef__":true,"id":7211},"12712":{"__isSmartRef__":true,"id":7212},"12743":{"__isSmartRef__":true,"id":7213},"12774":{"__isSmartRef__":true,"id":7214},"12805":{"__isSmartRef__":true,"id":7215},"12836":{"__isSmartRef__":true,"id":7216},"12867":{"__isSmartRef__":true,"id":7217},"12898":{"__isSmartRef__":true,"id":7218},"12929":{"__isSmartRef__":true,"id":7219},"12960":{"__isSmartRef__":true,"id":7220},"12991":{"__isSmartRef__":true,"id":7221}},"7223":{"hashTable":{"__isSmartRef__":true,"id":7224},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7224":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7225},{"__isSmartRef__":true,"id":7226},{"__isSmartRef__":true,"id":7227},{"__isSmartRef__":true,"id":7228},{"__isSmartRef__":true,"id":7229},{"__isSmartRef__":true,"id":7230},{"__isSmartRef__":true,"id":7231},{"__isSmartRef__":true,"id":7232},{"__isSmartRef__":true,"id":7233},{"__isSmartRef__":true,"id":7234},{"__isSmartRef__":true,"id":7235},{"__isSmartRef__":true,"id":7236},{"__isSmartRef__":true,"id":7237},{"__isSmartRef__":true,"id":7238},{"__isSmartRef__":true,"id":7239},{"__isSmartRef__":true,"id":7240},{"__isSmartRef__":true,"id":7241},{"__isSmartRef__":true,"id":7242},{"__isSmartRef__":true,"id":7243},{"__isSmartRef__":true,"id":7244},{"__isSmartRef__":true,"id":7245},{"__isSmartRef__":true,"id":7246},{"__isSmartRef__":true,"id":7247},{"__isSmartRef__":true,"id":7248},{"__isSmartRef__":true,"id":7249},{"__isSmartRef__":true,"id":7250},{"__isSmartRef__":true,"id":7251},{"__isSmartRef__":true,"id":7252},{"__isSmartRef__":true,"id":7253},{"__isSmartRef__":true,"id":7254},{"__isSmartRef__":true,"id":7255},{"__isSmartRef__":true,"id":7256},{"__isSmartRef__":true,"id":7257},{"__isSmartRef__":true,"id":7258},{"__isSmartRef__":true,"id":7259},{"__isSmartRef__":true,"id":7260},{"__isSmartRef__":true,"id":7261},{"__isSmartRef__":true,"id":7262},{"__isSmartRef__":true,"id":7263},{"__isSmartRef__":true,"id":7264},{"__isSmartRef__":true,"id":7265},{"__isSmartRef__":true,"id":7266},{"__isSmartRef__":true,"id":7267},{"__isSmartRef__":true,"id":7268},{"__isSmartRef__":true,"id":7269},{"__isSmartRef__":true,"id":7270},{"__isSmartRef__":true,"id":7271},{"__isSmartRef__":true,"id":7272},{"__isSmartRef__":true,"id":7273},{"__isSmartRef__":true,"id":7274},{"__isSmartRef__":true,"id":7275},{"__isSmartRef__":true,"id":7276},{"__isSmartRef__":true,"id":7277},{"__isSmartRef__":true,"id":7278},{"__isSmartRef__":true,"id":7279}],"bucketsByHash":{"__isSmartRef__":true,"id":7280},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7225":{"0":"6339","entries":[[{"__isSmartRef__":true,"id":3198},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7226":{"0":"6370","entries":[[{"__isSmartRef__":true,"id":3214},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7227":{"0":"6401","entries":[[{"__isSmartRef__":true,"id":3230},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7228":{"0":"6432","entries":[[{"__isSmartRef__":true,"id":3246},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7229":{"0":"6463","entries":[[{"__isSmartRef__":true,"id":3262},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7230":{"0":"7269","entries":[[{"__isSmartRef__":true,"id":3878},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7231":{"0":"7300","entries":[[{"__isSmartRef__":true,"id":3894},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7232":{"0":"7331","entries":[[{"__isSmartRef__":true,"id":3910},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7233":{"0":"7362","entries":[[{"__isSmartRef__":true,"id":3926},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7234":{"0":"7393","entries":[[{"__isSmartRef__":true,"id":3942},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7235":{"0":"7424","entries":[[{"__isSmartRef__":true,"id":3958},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7236":{"0":"7455","entries":[[{"__isSmartRef__":true,"id":3974},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7237":{"0":"7486","entries":[[{"__isSmartRef__":true,"id":3990},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7238":{"0":"7517","entries":[[{"__isSmartRef__":true,"id":4006},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7239":{"0":"7548","entries":[[{"__isSmartRef__":true,"id":4022},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7240":{"0":"7579","entries":[[{"__isSmartRef__":true,"id":4038},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7241":{"0":"7610","entries":[[{"__isSmartRef__":true,"id":4054},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7242":{"0":"7641","entries":[[{"__isSmartRef__":true,"id":4070},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7243":{"0":"7672","entries":[[{"__isSmartRef__":true,"id":4086},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7244":{"0":"7703","entries":[[{"__isSmartRef__":true,"id":4102},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7245":{"0":"7734","entries":[[{"__isSmartRef__":true,"id":4118},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7246":{"0":"7765","entries":[[{"__isSmartRef__":true,"id":4134},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7247":{"0":"7796","entries":[[{"__isSmartRef__":true,"id":4150},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7248":{"0":"7827","entries":[[{"__isSmartRef__":true,"id":4166},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7249":{"0":"7858","entries":[[{"__isSmartRef__":true,"id":4182},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7250":{"0":"7889","entries":[[{"__isSmartRef__":true,"id":4198},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7251":{"0":"7920","entries":[[{"__isSmartRef__":true,"id":4214},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7252":{"0":"7951","entries":[[{"__isSmartRef__":true,"id":4230},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7253":{"0":"10418","entries":[[{"__isSmartRef__":true,"id":4318},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7254":{"0":"10449","entries":[[{"__isSmartRef__":true,"id":4334},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7255":{"0":"10480","entries":[[{"__isSmartRef__":true,"id":4350},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7256":{"0":"10511","entries":[[{"__isSmartRef__":true,"id":4366},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7257":{"0":"10852","entries":[[{"__isSmartRef__":true,"id":4622},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7258":{"0":"10883","entries":[[{"__isSmartRef__":true,"id":4638},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7259":{"0":"10914","entries":[[{"__isSmartRef__":true,"id":4654},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7260":{"0":"10945","entries":[[{"__isSmartRef__":true,"id":4670},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7261":{"0":"10976","entries":[[{"__isSmartRef__":true,"id":4686},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7262":{"0":"11007","entries":[[{"__isSmartRef__":true,"id":4702},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7263":{"0":"11038","entries":[[{"__isSmartRef__":true,"id":4718},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7264":{"0":"11069","entries":[[{"__isSmartRef__":true,"id":4734},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7265":{"0":"11100","entries":[[{"__isSmartRef__":true,"id":4750},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7266":{"0":"11813","entries":[[{"__isSmartRef__":true,"id":5294},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7267":{"0":"11844","entries":[[{"__isSmartRef__":true,"id":5310},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7268":{"0":"11875","entries":[[{"__isSmartRef__":true,"id":5326},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7269":{"0":"11906","entries":[[{"__isSmartRef__":true,"id":5342},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7270":{"0":"11937","entries":[[{"__isSmartRef__":true,"id":5358},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7271":{"0":"12092","entries":[[{"__isSmartRef__":true,"id":5470},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7272":{"0":"12123","entries":[[{"__isSmartRef__":true,"id":5486},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7273":{"0":"12154","entries":[[{"__isSmartRef__":true,"id":5502},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7274":{"0":"12185","entries":[[{"__isSmartRef__":true,"id":5518},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7275":{"0":"12216","entries":[[{"__isSmartRef__":true,"id":5534},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7276":{"0":"12247","entries":[[{"__isSmartRef__":true,"id":5550},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7277":{"0":"12278","entries":[[{"__isSmartRef__":true,"id":5566},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7278":{"0":"12309","entries":[[{"__isSmartRef__":true,"id":5582},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7279":{"0":"12340","entries":[[{"__isSmartRef__":true,"id":5598},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7280":{"6339":{"__isSmartRef__":true,"id":7225},"6370":{"__isSmartRef__":true,"id":7226},"6401":{"__isSmartRef__":true,"id":7227},"6432":{"__isSmartRef__":true,"id":7228},"6463":{"__isSmartRef__":true,"id":7229},"7269":{"__isSmartRef__":true,"id":7230},"7300":{"__isSmartRef__":true,"id":7231},"7331":{"__isSmartRef__":true,"id":7232},"7362":{"__isSmartRef__":true,"id":7233},"7393":{"__isSmartRef__":true,"id":7234},"7424":{"__isSmartRef__":true,"id":7235},"7455":{"__isSmartRef__":true,"id":7236},"7486":{"__isSmartRef__":true,"id":7237},"7517":{"__isSmartRef__":true,"id":7238},"7548":{"__isSmartRef__":true,"id":7239},"7579":{"__isSmartRef__":true,"id":7240},"7610":{"__isSmartRef__":true,"id":7241},"7641":{"__isSmartRef__":true,"id":7242},"7672":{"__isSmartRef__":true,"id":7243},"7703":{"__isSmartRef__":true,"id":7244},"7734":{"__isSmartRef__":true,"id":7245},"7765":{"__isSmartRef__":true,"id":7246},"7796":{"__isSmartRef__":true,"id":7247},"7827":{"__isSmartRef__":true,"id":7248},"7858":{"__isSmartRef__":true,"id":7249},"7889":{"__isSmartRef__":true,"id":7250},"7920":{"__isSmartRef__":true,"id":7251},"7951":{"__isSmartRef__":true,"id":7252},"10418":{"__isSmartRef__":true,"id":7253},"10449":{"__isSmartRef__":true,"id":7254},"10480":{"__isSmartRef__":true,"id":7255},"10511":{"__isSmartRef__":true,"id":7256},"10852":{"__isSmartRef__":true,"id":7257},"10883":{"__isSmartRef__":true,"id":7258},"10914":{"__isSmartRef__":true,"id":7259},"10945":{"__isSmartRef__":true,"id":7260},"10976":{"__isSmartRef__":true,"id":7261},"11007":{"__isSmartRef__":true,"id":7262},"11038":{"__isSmartRef__":true,"id":7263},"11069":{"__isSmartRef__":true,"id":7264},"11100":{"__isSmartRef__":true,"id":7265},"11813":{"__isSmartRef__":true,"id":7266},"11844":{"__isSmartRef__":true,"id":7267},"11875":{"__isSmartRef__":true,"id":7268},"11906":{"__isSmartRef__":true,"id":7269},"11937":{"__isSmartRef__":true,"id":7270},"12092":{"__isSmartRef__":true,"id":7271},"12123":{"__isSmartRef__":true,"id":7272},"12154":{"__isSmartRef__":true,"id":7273},"12185":{"__isSmartRef__":true,"id":7274},"12216":{"__isSmartRef__":true,"id":7275},"12247":{"__isSmartRef__":true,"id":7276},"12278":{"__isSmartRef__":true,"id":7277},"12309":{"__isSmartRef__":true,"id":7278},"12340":{"__isSmartRef__":true,"id":7279}},"7281":{"hash_code":6323,"_name":"ep3","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7282":{"hash_code":6344,"_name":"ep5","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7283":{"hash_code":6375,"_name":"ep7","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7284":{"hash_code":6406,"_name":"ep9","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7285":{"hash_code":6437,"_name":"ep11","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7286":{"hash_code":6468,"_name":"ep13","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7287":{"hash_code":6499,"_name":"ep15","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7288":{"hash_code":6530,"_name":"ep17","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7289":{"hash_code":6561,"_name":"ep19","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7290":{"hash_code":6592,"_name":"ep21","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7291":{"hash_code":6623,"_name":"ep23","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7292":{"hash_code":6654,"_name":"ep25","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7293":{"hash_code":6685,"_name":"ep27","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7294":{"hash_code":6716,"_name":"ep29","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7295":{"hash_code":6747,"_name":"ep31","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7296":{"hash_code":6778,"_name":"ep33","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7297":{"hash_code":6809,"_name":"ep35","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7298":{"hash_code":6840,"_name":"ep37","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7299":{"hash_code":6871,"_name":"ep39","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7300":{"hash_code":6902,"_name":"ep41","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7301":{"hash_code":6933,"_name":"ep43","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7302":{"hash_code":6964,"_name":"ep45","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7303":{"hash_code":6995,"_name":"ep47","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7304":{"hash_code":7026,"_name":"ep49","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7305":{"hash_code":7057,"_name":"ep51","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7306":{"hash_code":7088,"_name":"ep53","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7307":{"hash_code":7119,"_name":"ep55","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7308":{"hash_code":7150,"_name":"ep57","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7309":{"hash_code":7181,"_name":"ep59","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7310":{"hash_code":7212,"_name":"ep61","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7311":{"hash_code":7243,"_name":"ep63","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7312":{"hash_code":7274,"_name":"ep65","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7313":{"hash_code":7305,"_name":"ep67","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7314":{"hash_code":7336,"_name":"ep69","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7315":{"hash_code":7367,"_name":"ep71","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7316":{"hash_code":7398,"_name":"ep73","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7317":{"hash_code":7429,"_name":"ep75","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7318":{"hash_code":7460,"_name":"ep77","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7319":{"hash_code":7491,"_name":"ep79","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7320":{"hash_code":7522,"_name":"ep81","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7321":{"hash_code":7553,"_name":"ep83","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7322":{"hash_code":7584,"_name":"ep85","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7323":{"hash_code":7615,"_name":"ep87","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7324":{"hash_code":7646,"_name":"ep89","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7325":{"hash_code":7677,"_name":"ep91","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7326":{"hash_code":7708,"_name":"ep93","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7327":{"hash_code":7739,"_name":"ep95","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7328":{"hash_code":7770,"_name":"ep97","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7329":{"hash_code":7801,"_name":"ep99","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7330":{"hash_code":7832,"_name":"ep101","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7331":{"hash_code":7863,"_name":"ep103","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7332":{"hash_code":7894,"_name":"ep105","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7333":{"hash_code":7925,"_name":"ep107","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7334":{"hash_code":7956,"_name":"ep109","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7335":{"hash_code":7987,"_name":"ep111","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7336":{"hash_code":8011,"_name":"ep113","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7337":{"hash_code":8035,"_name":"ep115","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7338":{"hash_code":10423,"_name":"ep117","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7339":{"hash_code":10454,"_name":"ep119","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7340":{"hash_code":10485,"_name":"ep121","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7341":{"hash_code":10516,"_name":"ep123","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7342":{"hash_code":10547,"_name":"ep125","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7343":{"hash_code":10578,"_name":"ep127","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7344":{"hash_code":10609,"_name":"ep129","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7345":{"hash_code":10640,"_name":"ep131","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7346":{"hash_code":10671,"_name":"ep133","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7347":{"hash_code":10702,"_name":"ep135","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7348":{"hash_code":10733,"_name":"ep137","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7349":{"hash_code":10764,"_name":"ep139","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7350":{"hash_code":10795,"_name":"ep141","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7351":{"hash_code":10826,"_name":"ep143","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7352":{"hash_code":10857,"_name":"ep145","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7353":{"hash_code":10888,"_name":"ep147","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7354":{"hash_code":10919,"_name":"ep149","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7355":{"hash_code":10950,"_name":"ep151","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7356":{"hash_code":10981,"_name":"ep153","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7357":{"hash_code":11012,"_name":"ep155","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7358":{"hash_code":11043,"_name":"ep157","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7359":{"hash_code":11074,"_name":"ep159","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7360":{"hash_code":11105,"_name":"ep161","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7361":{"hash_code":11136,"_name":"ep163","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7362":{"hash_code":11167,"_name":"ep165","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7363":{"hash_code":11198,"_name":"ep167","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7364":{"hash_code":11229,"_name":"ep169","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7365":{"hash_code":11260,"_name":"ep171","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7366":{"hash_code":11291,"_name":"ep173","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7367":{"hash_code":11322,"_name":"ep175","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7368":{"hash_code":11353,"_name":"ep177","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7369":{"hash_code":11384,"_name":"ep179","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7370":{"hash_code":11415,"_name":"ep181","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7371":{"hash_code":11446,"_name":"ep183","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7372":{"hash_code":11477,"_name":"ep185","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7373":{"hash_code":11508,"_name":"ep187","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7374":{"hash_code":11539,"_name":"ep189","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7375":{"hash_code":11570,"_name":"ep191","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7376":{"hash_code":11601,"_name":"ep193","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7377":{"hash_code":11632,"_name":"ep195","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7378":{"hash_code":11663,"_name":"ep197","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7379":{"hash_code":11694,"_name":"ep199","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7380":{"hash_code":11725,"_name":"ep201","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7381":{"hash_code":11756,"_name":"ep203","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7382":{"hash_code":11787,"_name":"ep205","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7383":{"hash_code":11818,"_name":"ep207","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7384":{"hash_code":11849,"_name":"ep209","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7385":{"hash_code":11880,"_name":"ep211","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7386":{"hash_code":11911,"_name":"ep213","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7387":{"hash_code":11942,"_name":"ep215","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7388":{"hash_code":11973,"_name":"ep217","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7389":{"hash_code":12004,"_name":"ep219","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7390":{"hash_code":12035,"_name":"ep221","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7391":{"hash_code":12066,"_name":"ep223","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7392":{"hash_code":12097,"_name":"ep225","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7393":{"hash_code":12128,"_name":"ep227","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7394":{"hash_code":12159,"_name":"ep229","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7395":{"hash_code":12190,"_name":"ep231","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7396":{"hash_code":12221,"_name":"ep233","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7397":{"hash_code":12252,"_name":"ep235","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7398":{"hash_code":12283,"_name":"ep237","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7399":{"hash_code":12314,"_name":"ep239","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7400":{"hash_code":12345,"_name":"ep241","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7401":{"hash_code":12376,"_name":"ep243","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7402":{"hash_code":12407,"_name":"ep245","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7403":{"hash_code":12438,"_name":"ep247","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7404":{"hash_code":12469,"_name":"ep249","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7405":{"hash_code":12500,"_name":"ep251","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7406":{"hash_code":12531,"_name":"ep253","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7407":{"hash_code":12562,"_name":"ep255","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7408":{"hash_code":12593,"_name":"ep257","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7409":{"hash_code":12624,"_name":"ep259","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7410":{"hash_code":12655,"_name":"ep261","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7411":{"hash_code":12686,"_name":"ep263","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7412":{"hash_code":12717,"_name":"ep265","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7413":{"hash_code":12748,"_name":"ep267","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7414":{"hash_code":12779,"_name":"ep269","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7415":{"hash_code":12810,"_name":"ep271","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7416":{"hash_code":12841,"_name":"ep273","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7417":{"hash_code":12872,"_name":"ep275","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7418":{"hash_code":12903,"_name":"ep277","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7419":{"hash_code":12934,"_name":"ep279","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7420":{"hash_code":12965,"_name":"ep281","__LivelyClassName__":"ClSlackVariable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7421":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7422},{"__isSmartRef__":true,"id":7427},{"__isSmartRef__":true,"id":7431},{"__isSmartRef__":true,"id":7435},{"__isSmartRef__":true,"id":7439},{"__isSmartRef__":true,"id":7443},{"__isSmartRef__":true,"id":7447},{"__isSmartRef__":true,"id":7451},{"__isSmartRef__":true,"id":7455},{"__isSmartRef__":true,"id":7459},{"__isSmartRef__":true,"id":7463},{"__isSmartRef__":true,"id":7467},{"__isSmartRef__":true,"id":7471},{"__isSmartRef__":true,"id":7475},{"__isSmartRef__":true,"id":7479},{"__isSmartRef__":true,"id":7483},{"__isSmartRef__":true,"id":7487},{"__isSmartRef__":true,"id":7491},{"__isSmartRef__":true,"id":7495},{"__isSmartRef__":true,"id":7499},{"__isSmartRef__":true,"id":7503},{"__isSmartRef__":true,"id":7507},{"__isSmartRef__":true,"id":7511},{"__isSmartRef__":true,"id":7515},{"__isSmartRef__":true,"id":7519},{"__isSmartRef__":true,"id":7523},{"__isSmartRef__":true,"id":7527},{"__isSmartRef__":true,"id":7531},{"__isSmartRef__":true,"id":7535},{"__isSmartRef__":true,"id":7539},{"__isSmartRef__":true,"id":7543},{"__isSmartRef__":true,"id":7547},{"__isSmartRef__":true,"id":7551},{"__isSmartRef__":true,"id":7555},{"__isSmartRef__":true,"id":7559},{"__isSmartRef__":true,"id":7563},{"__isSmartRef__":true,"id":7567},{"__isSmartRef__":true,"id":7571},{"__isSmartRef__":true,"id":7575},{"__isSmartRef__":true,"id":7579},{"__isSmartRef__":true,"id":7583},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7591},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7599},{"__isSmartRef__":true,"id":7603},{"__isSmartRef__":true,"id":7607},{"__isSmartRef__":true,"id":7611},{"__isSmartRef__":true,"id":7615},{"__isSmartRef__":true,"id":7619},{"__isSmartRef__":true,"id":7623},{"__isSmartRef__":true,"id":7627},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7635},{"__isSmartRef__":true,"id":7639},{"__isSmartRef__":true,"id":7643},{"__isSmartRef__":true,"id":7647},{"__isSmartRef__":true,"id":7651},{"__isSmartRef__":true,"id":7655},{"__isSmartRef__":true,"id":7659},{"__isSmartRef__":true,"id":7663},{"__isSmartRef__":true,"id":7667},{"__isSmartRef__":true,"id":7671},{"__isSmartRef__":true,"id":7675},{"__isSmartRef__":true,"id":7679},{"__isSmartRef__":true,"id":7683},{"__isSmartRef__":true,"id":7687},{"__isSmartRef__":true,"id":7691},{"__isSmartRef__":true,"id":7695},{"__isSmartRef__":true,"id":7699},{"__isSmartRef__":true,"id":7703},{"__isSmartRef__":true,"id":7707},{"__isSmartRef__":true,"id":7711},{"__isSmartRef__":true,"id":7715},{"__isSmartRef__":true,"id":7719},{"__isSmartRef__":true,"id":7723},{"__isSmartRef__":true,"id":7727},{"__isSmartRef__":true,"id":7731},{"__isSmartRef__":true,"id":7735},{"__isSmartRef__":true,"id":7739},{"__isSmartRef__":true,"id":7743},{"__isSmartRef__":true,"id":7747},{"__isSmartRef__":true,"id":7751},{"__isSmartRef__":true,"id":7755},{"__isSmartRef__":true,"id":7759},{"__isSmartRef__":true,"id":7763},{"__isSmartRef__":true,"id":7767},{"__isSmartRef__":true,"id":7771},{"__isSmartRef__":true,"id":7775},{"__isSmartRef__":true,"id":7779},{"__isSmartRef__":true,"id":7783},{"__isSmartRef__":true,"id":7787},{"__isSmartRef__":true,"id":7791},{"__isSmartRef__":true,"id":7795},{"__isSmartRef__":true,"id":7799},{"__isSmartRef__":true,"id":7803},{"__isSmartRef__":true,"id":7807},{"__isSmartRef__":true,"id":7811},{"__isSmartRef__":true,"id":7815},{"__isSmartRef__":true,"id":7819},{"__isSmartRef__":true,"id":7823},{"__isSmartRef__":true,"id":7827},{"__isSmartRef__":true,"id":7831},{"__isSmartRef__":true,"id":7835},{"__isSmartRef__":true,"id":7839},{"__isSmartRef__":true,"id":7843},{"__isSmartRef__":true,"id":7847},{"__isSmartRef__":true,"id":7851},{"__isSmartRef__":true,"id":7855},{"__isSmartRef__":true,"id":7859},{"__isSmartRef__":true,"id":7863},{"__isSmartRef__":true,"id":7867},{"__isSmartRef__":true,"id":7871},{"__isSmartRef__":true,"id":7875},{"__isSmartRef__":true,"id":7879},{"__isSmartRef__":true,"id":7883},{"__isSmartRef__":true,"id":7887},{"__isSmartRef__":true,"id":7891},{"__isSmartRef__":true,"id":7895},{"__isSmartRef__":true,"id":7899},{"__isSmartRef__":true,"id":7903},{"__isSmartRef__":true,"id":7907},{"__isSmartRef__":true,"id":7911},{"__isSmartRef__":true,"id":7915},{"__isSmartRef__":true,"id":7919},{"__isSmartRef__":true,"id":7923},{"__isSmartRef__":true,"id":7927},{"__isSmartRef__":true,"id":7931},{"__isSmartRef__":true,"id":7935},{"__isSmartRef__":true,"id":7939},{"__isSmartRef__":true,"id":7943},{"__isSmartRef__":true,"id":7947},{"__isSmartRef__":true,"id":7951},{"__isSmartRef__":true,"id":7955},{"__isSmartRef__":true,"id":7959},{"__isSmartRef__":true,"id":7963},{"__isSmartRef__":true,"id":7967},{"__isSmartRef__":true,"id":7971},{"__isSmartRef__":true,"id":7975},{"__isSmartRef__":true,"id":7979},{"__isSmartRef__":true,"id":7983},{"__isSmartRef__":true,"id":7987}],"bucketsByHash":{"__isSmartRef__":true,"id":7992},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7422":{"0":"884","entries":[[{"__isSmartRef__":true,"id":3143},{"__isSmartRef__":true,"id":7423}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7423":{"hashTable":{"__isSmartRef__":true,"id":7424},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7424":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7425}],"bucketsByHash":{"__isSmartRef__":true,"id":7426},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7425":{"0":"6302","entries":[[{"__isSmartRef__":true,"id":3128},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7426":{"6302":{"__isSmartRef__":true,"id":7425}},"7427":{"0":"887","entries":[[{"__isSmartRef__":true,"id":3173},{"__isSmartRef__":true,"id":7428}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7428":{"hashTable":{"__isSmartRef__":true,"id":7429},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7429":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7430},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7430":{},"7431":{"0":"890","entries":[[{"__isSmartRef__":true,"id":3199},{"__isSmartRef__":true,"id":7432}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7432":{"hashTable":{"__isSmartRef__":true,"id":7433},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7433":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7434},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7434":{},"7435":{"0":"895","entries":[[{"__isSmartRef__":true,"id":3215},{"__isSmartRef__":true,"id":7436}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7436":{"hashTable":{"__isSmartRef__":true,"id":7437},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7437":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7438},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7438":{},"7439":{"0":"900","entries":[[{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":7440}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7440":{"hashTable":{"__isSmartRef__":true,"id":7441},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7441":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7442},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7442":{},"7443":{"0":"905","entries":[[{"__isSmartRef__":true,"id":3247},{"__isSmartRef__":true,"id":7444}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7444":{"hashTable":{"__isSmartRef__":true,"id":7445},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7445":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7446},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7446":{},"7447":{"0":"910","entries":[[{"__isSmartRef__":true,"id":3263},{"__isSmartRef__":true,"id":7448}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7448":{"hashTable":{"__isSmartRef__":true,"id":7449},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7449":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7450},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7450":{},"7451":{"0":"915","entries":[[{"__isSmartRef__":true,"id":3283},{"__isSmartRef__":true,"id":7452}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7452":{"hashTable":{"__isSmartRef__":true,"id":7453},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7453":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7454},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7454":{},"7455":{"0":"920","entries":[[{"__isSmartRef__":true,"id":3307},{"__isSmartRef__":true,"id":7456}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7456":{"hashTable":{"__isSmartRef__":true,"id":7457},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7457":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7458},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7458":{},"7459":{"0":"925","entries":[[{"__isSmartRef__":true,"id":3331},{"__isSmartRef__":true,"id":7460}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7460":{"hashTable":{"__isSmartRef__":true,"id":7461},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7461":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7462},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7462":{},"7463":{"0":"930","entries":[[{"__isSmartRef__":true,"id":3355},{"__isSmartRef__":true,"id":7464}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7464":{"hashTable":{"__isSmartRef__":true,"id":7465},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7465":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7466},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7466":{},"7467":{"0":"935","entries":[[{"__isSmartRef__":true,"id":3379},{"__isSmartRef__":true,"id":7468}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7468":{"hashTable":{"__isSmartRef__":true,"id":7469},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7469":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7470},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7470":{},"7471":{"0":"940","entries":[[{"__isSmartRef__":true,"id":3403},{"__isSmartRef__":true,"id":7472}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7472":{"hashTable":{"__isSmartRef__":true,"id":7473},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7473":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7474},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7474":{},"7475":{"0":"945","entries":[[{"__isSmartRef__":true,"id":3427},{"__isSmartRef__":true,"id":7476}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7476":{"hashTable":{"__isSmartRef__":true,"id":7477},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7477":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7478},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7478":{},"7479":{"0":"950","entries":[[{"__isSmartRef__":true,"id":3451},{"__isSmartRef__":true,"id":7480}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7480":{"hashTable":{"__isSmartRef__":true,"id":7481},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7481":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7482},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7482":{},"7483":{"0":"955","entries":[[{"__isSmartRef__":true,"id":3475},{"__isSmartRef__":true,"id":7484}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7484":{"hashTable":{"__isSmartRef__":true,"id":7485},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7485":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7486},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7486":{},"7487":{"0":"960","entries":[[{"__isSmartRef__":true,"id":3499},{"__isSmartRef__":true,"id":7488}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7488":{"hashTable":{"__isSmartRef__":true,"id":7489},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7489":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7490},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7490":{},"7491":{"0":"965","entries":[[{"__isSmartRef__":true,"id":3523},{"__isSmartRef__":true,"id":7492}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7492":{"hashTable":{"__isSmartRef__":true,"id":7493},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7493":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7494},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7494":{},"7495":{"0":"970","entries":[[{"__isSmartRef__":true,"id":3547},{"__isSmartRef__":true,"id":7496}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7496":{"hashTable":{"__isSmartRef__":true,"id":7497},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7497":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7498},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7498":{},"7499":{"0":"975","entries":[[{"__isSmartRef__":true,"id":3571},{"__isSmartRef__":true,"id":7500}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7500":{"hashTable":{"__isSmartRef__":true,"id":7501},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7501":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7502},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7502":{},"7503":{"0":"980","entries":[[{"__isSmartRef__":true,"id":3595},{"__isSmartRef__":true,"id":7504}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7504":{"hashTable":{"__isSmartRef__":true,"id":7505},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7505":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7506},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7506":{},"7507":{"0":"985","entries":[[{"__isSmartRef__":true,"id":3619},{"__isSmartRef__":true,"id":7508}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7508":{"hashTable":{"__isSmartRef__":true,"id":7509},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7509":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7510},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7510":{},"7511":{"0":"990","entries":[[{"__isSmartRef__":true,"id":3643},{"__isSmartRef__":true,"id":7512}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7512":{"hashTable":{"__isSmartRef__":true,"id":7513},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7513":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7514},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7514":{},"7515":{"0":"995","entries":[[{"__isSmartRef__":true,"id":3667},{"__isSmartRef__":true,"id":7516}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7516":{"hashTable":{"__isSmartRef__":true,"id":7517},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7517":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7518},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7518":{},"7519":{"0":"1000","entries":[[{"__isSmartRef__":true,"id":3691},{"__isSmartRef__":true,"id":7520}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7520":{"hashTable":{"__isSmartRef__":true,"id":7521},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7521":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7522},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7522":{},"7523":{"0":"1005","entries":[[{"__isSmartRef__":true,"id":3715},{"__isSmartRef__":true,"id":7524}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7524":{"hashTable":{"__isSmartRef__":true,"id":7525},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7525":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7526},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7526":{},"7527":{"0":"1010","entries":[[{"__isSmartRef__":true,"id":3739},{"__isSmartRef__":true,"id":7528}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7528":{"hashTable":{"__isSmartRef__":true,"id":7529},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7529":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7530},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7530":{},"7531":{"0":"1015","entries":[[{"__isSmartRef__":true,"id":3763},{"__isSmartRef__":true,"id":7532}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7532":{"hashTable":{"__isSmartRef__":true,"id":7533},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7533":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7534},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7534":{},"7535":{"0":"1020","entries":[[{"__isSmartRef__":true,"id":3787},{"__isSmartRef__":true,"id":7536}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7536":{"hashTable":{"__isSmartRef__":true,"id":7537},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7537":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7538},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7538":{},"7539":{"0":"1025","entries":[[{"__isSmartRef__":true,"id":3811},{"__isSmartRef__":true,"id":7540}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7540":{"hashTable":{"__isSmartRef__":true,"id":7541},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7541":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7542},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7542":{},"7543":{"0":"1030","entries":[[{"__isSmartRef__":true,"id":3835},{"__isSmartRef__":true,"id":7544}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7544":{"hashTable":{"__isSmartRef__":true,"id":7545},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7545":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7546},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7546":{},"7547":{"0":"1035","entries":[[{"__isSmartRef__":true,"id":3859},{"__isSmartRef__":true,"id":7548}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7548":{"hashTable":{"__isSmartRef__":true,"id":7549},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7549":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7550},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7550":{},"7551":{"0":"1040","entries":[[{"__isSmartRef__":true,"id":3879},{"__isSmartRef__":true,"id":7552}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7552":{"hashTable":{"__isSmartRef__":true,"id":7553},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7553":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7554},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7554":{},"7555":{"0":"1045","entries":[[{"__isSmartRef__":true,"id":3895},{"__isSmartRef__":true,"id":7556}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7556":{"hashTable":{"__isSmartRef__":true,"id":7557},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7557":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7558},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7558":{},"7559":{"0":"1050","entries":[[{"__isSmartRef__":true,"id":3911},{"__isSmartRef__":true,"id":7560}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7560":{"hashTable":{"__isSmartRef__":true,"id":7561},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7561":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7562},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7562":{},"7563":{"0":"1055","entries":[[{"__isSmartRef__":true,"id":3927},{"__isSmartRef__":true,"id":7564}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7564":{"hashTable":{"__isSmartRef__":true,"id":7565},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7565":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7566},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7566":{},"7567":{"0":"1060","entries":[[{"__isSmartRef__":true,"id":3943},{"__isSmartRef__":true,"id":7568}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7568":{"hashTable":{"__isSmartRef__":true,"id":7569},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7569":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7570},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7570":{},"7571":{"0":"1065","entries":[[{"__isSmartRef__":true,"id":3959},{"__isSmartRef__":true,"id":7572}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7572":{"hashTable":{"__isSmartRef__":true,"id":7573},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7573":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7574},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7574":{},"7575":{"0":"1070","entries":[[{"__isSmartRef__":true,"id":3975},{"__isSmartRef__":true,"id":7576}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7576":{"hashTable":{"__isSmartRef__":true,"id":7577},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7577":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7578},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7578":{},"7579":{"0":"1075","entries":[[{"__isSmartRef__":true,"id":3991},{"__isSmartRef__":true,"id":7580}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7580":{"hashTable":{"__isSmartRef__":true,"id":7581},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7581":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7582},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7582":{},"7583":{"0":"1080","entries":[[{"__isSmartRef__":true,"id":4007},{"__isSmartRef__":true,"id":7584}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7584":{"hashTable":{"__isSmartRef__":true,"id":7585},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7585":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7586},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7586":{},"7587":{"0":"1085","entries":[[{"__isSmartRef__":true,"id":4023},{"__isSmartRef__":true,"id":7588}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7588":{"hashTable":{"__isSmartRef__":true,"id":7589},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7589":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7590},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7590":{},"7591":{"0":"1090","entries":[[{"__isSmartRef__":true,"id":4039},{"__isSmartRef__":true,"id":7592}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7592":{"hashTable":{"__isSmartRef__":true,"id":7593},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7593":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7594},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7594":{},"7595":{"0":"1095","entries":[[{"__isSmartRef__":true,"id":4055},{"__isSmartRef__":true,"id":7596}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7596":{"hashTable":{"__isSmartRef__":true,"id":7597},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7597":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7598},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7598":{},"7599":{"0":"1100","entries":[[{"__isSmartRef__":true,"id":4071},{"__isSmartRef__":true,"id":7600}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7600":{"hashTable":{"__isSmartRef__":true,"id":7601},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7601":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7602},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7602":{},"7603":{"0":"1105","entries":[[{"__isSmartRef__":true,"id":4087},{"__isSmartRef__":true,"id":7604}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7604":{"hashTable":{"__isSmartRef__":true,"id":7605},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7605":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7606},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7606":{},"7607":{"0":"1110","entries":[[{"__isSmartRef__":true,"id":4103},{"__isSmartRef__":true,"id":7608}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7608":{"hashTable":{"__isSmartRef__":true,"id":7609},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7609":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7610},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7610":{},"7611":{"0":"1115","entries":[[{"__isSmartRef__":true,"id":4119},{"__isSmartRef__":true,"id":7612}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7612":{"hashTable":{"__isSmartRef__":true,"id":7613},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7613":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7614},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7614":{},"7615":{"0":"1120","entries":[[{"__isSmartRef__":true,"id":4135},{"__isSmartRef__":true,"id":7616}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7616":{"hashTable":{"__isSmartRef__":true,"id":7617},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7617":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7618},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7618":{},"7619":{"0":"1125","entries":[[{"__isSmartRef__":true,"id":4151},{"__isSmartRef__":true,"id":7620}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7620":{"hashTable":{"__isSmartRef__":true,"id":7621},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7621":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7622},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7622":{},"7623":{"0":"1130","entries":[[{"__isSmartRef__":true,"id":4167},{"__isSmartRef__":true,"id":7624}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7624":{"hashTable":{"__isSmartRef__":true,"id":7625},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7625":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7626},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7626":{},"7627":{"0":"1135","entries":[[{"__isSmartRef__":true,"id":4183},{"__isSmartRef__":true,"id":7628}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7628":{"hashTable":{"__isSmartRef__":true,"id":7629},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7629":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7630},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7630":{},"7631":{"0":"1140","entries":[[{"__isSmartRef__":true,"id":4199},{"__isSmartRef__":true,"id":7632}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7632":{"hashTable":{"__isSmartRef__":true,"id":7633},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7633":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7634},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7634":{},"7635":{"0":"1145","entries":[[{"__isSmartRef__":true,"id":4215},{"__isSmartRef__":true,"id":7636}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7636":{"hashTable":{"__isSmartRef__":true,"id":7637},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7637":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7638},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7638":{},"7639":{"0":"1150","entries":[[{"__isSmartRef__":true,"id":4231},{"__isSmartRef__":true,"id":7640}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7640":{"hashTable":{"__isSmartRef__":true,"id":7641},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7641":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7642},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7642":{},"7643":{"0":"1155","entries":[[{"__isSmartRef__":true,"id":4251},{"__isSmartRef__":true,"id":7644}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7644":{"hashTable":{"__isSmartRef__":true,"id":7645},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7645":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7646},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7646":{},"7647":{"0":"1159","entries":[[{"__isSmartRef__":true,"id":4275},{"__isSmartRef__":true,"id":7648}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7648":{"hashTable":{"__isSmartRef__":true,"id":7649},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7649":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7650},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7650":{},"7651":{"0":"1163","entries":[[{"__isSmartRef__":true,"id":4299},{"__isSmartRef__":true,"id":7652}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7652":{"hashTable":{"__isSmartRef__":true,"id":7653},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7653":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7654},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7654":{},"7655":{"0":"1498","entries":[[{"__isSmartRef__":true,"id":4319},{"__isSmartRef__":true,"id":7656}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7656":{"hashTable":{"__isSmartRef__":true,"id":7657},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7657":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7658},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7658":{},"7659":{"0":"1503","entries":[[{"__isSmartRef__":true,"id":4335},{"__isSmartRef__":true,"id":7660}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7660":{"hashTable":{"__isSmartRef__":true,"id":7661},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7661":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7662},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7662":{},"7663":{"0":"1508","entries":[[{"__isSmartRef__":true,"id":4351},{"__isSmartRef__":true,"id":7664}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7664":{"hashTable":{"__isSmartRef__":true,"id":7665},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7665":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7666},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7666":{},"7667":{"0":"1513","entries":[[{"__isSmartRef__":true,"id":4367},{"__isSmartRef__":true,"id":7668}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7668":{"hashTable":{"__isSmartRef__":true,"id":7669},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7669":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7670},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7670":{},"7671":{"0":"1518","entries":[[{"__isSmartRef__":true,"id":4387},{"__isSmartRef__":true,"id":7672}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7672":{"hashTable":{"__isSmartRef__":true,"id":7673},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7673":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7674},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7674":{},"7675":{"0":"1523","entries":[[{"__isSmartRef__":true,"id":4411},{"__isSmartRef__":true,"id":7676}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7676":{"hashTable":{"__isSmartRef__":true,"id":7677},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7677":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7678},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7678":{},"7679":{"0":"1528","entries":[[{"__isSmartRef__":true,"id":4435},{"__isSmartRef__":true,"id":7680}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7680":{"hashTable":{"__isSmartRef__":true,"id":7681},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7681":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7682},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7682":{},"7683":{"0":"1533","entries":[[{"__isSmartRef__":true,"id":4459},{"__isSmartRef__":true,"id":7684}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7684":{"hashTable":{"__isSmartRef__":true,"id":7685},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7685":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7686},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7686":{},"7687":{"0":"1538","entries":[[{"__isSmartRef__":true,"id":4483},{"__isSmartRef__":true,"id":7688}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7688":{"hashTable":{"__isSmartRef__":true,"id":7689},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7689":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7690},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7690":{},"7691":{"0":"1543","entries":[[{"__isSmartRef__":true,"id":4507},{"__isSmartRef__":true,"id":7692}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7692":{"hashTable":{"__isSmartRef__":true,"id":7693},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7693":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7694},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7694":{},"7695":{"0":"1548","entries":[[{"__isSmartRef__":true,"id":4531},{"__isSmartRef__":true,"id":7696}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7696":{"hashTable":{"__isSmartRef__":true,"id":7697},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7697":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7698},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7698":{},"7699":{"0":"1553","entries":[[{"__isSmartRef__":true,"id":4555},{"__isSmartRef__":true,"id":7700}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7700":{"hashTable":{"__isSmartRef__":true,"id":7701},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7701":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7702},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7702":{},"7703":{"0":"1558","entries":[[{"__isSmartRef__":true,"id":4579},{"__isSmartRef__":true,"id":7704}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7704":{"hashTable":{"__isSmartRef__":true,"id":7705},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7705":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7706},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7706":{},"7707":{"0":"1563","entries":[[{"__isSmartRef__":true,"id":4603},{"__isSmartRef__":true,"id":7708}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7708":{"hashTable":{"__isSmartRef__":true,"id":7709},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7709":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7710},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7710":{},"7711":{"0":"1568","entries":[[{"__isSmartRef__":true,"id":4623},{"__isSmartRef__":true,"id":7712}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7712":{"hashTable":{"__isSmartRef__":true,"id":7713},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7713":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7714},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7714":{},"7715":{"0":"1573","entries":[[{"__isSmartRef__":true,"id":4639},{"__isSmartRef__":true,"id":7716}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7716":{"hashTable":{"__isSmartRef__":true,"id":7717},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7717":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7718},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7718":{},"7719":{"0":"1578","entries":[[{"__isSmartRef__":true,"id":4655},{"__isSmartRef__":true,"id":7720}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7720":{"hashTable":{"__isSmartRef__":true,"id":7721},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7721":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7722},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7722":{},"7723":{"0":"1583","entries":[[{"__isSmartRef__":true,"id":4671},{"__isSmartRef__":true,"id":7724}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7724":{"hashTable":{"__isSmartRef__":true,"id":7725},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7725":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7726},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7726":{},"7727":{"0":"1588","entries":[[{"__isSmartRef__":true,"id":4687},{"__isSmartRef__":true,"id":7728}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7728":{"hashTable":{"__isSmartRef__":true,"id":7729},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7729":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7730},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7730":{},"7731":{"0":"1593","entries":[[{"__isSmartRef__":true,"id":4703},{"__isSmartRef__":true,"id":7732}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7732":{"hashTable":{"__isSmartRef__":true,"id":7733},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7733":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7734},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7734":{},"7735":{"0":"1598","entries":[[{"__isSmartRef__":true,"id":4719},{"__isSmartRef__":true,"id":7736}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7736":{"hashTable":{"__isSmartRef__":true,"id":7737},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7737":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7738},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7738":{},"7739":{"0":"1603","entries":[[{"__isSmartRef__":true,"id":4735},{"__isSmartRef__":true,"id":7740}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7740":{"hashTable":{"__isSmartRef__":true,"id":7741},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7741":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7742},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7742":{},"7743":{"0":"1608","entries":[[{"__isSmartRef__":true,"id":4751},{"__isSmartRef__":true,"id":7744}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7744":{"hashTable":{"__isSmartRef__":true,"id":7745},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7745":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7746},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7746":{},"7747":{"0":"1613","entries":[[{"__isSmartRef__":true,"id":4771},{"__isSmartRef__":true,"id":7748}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7748":{"hashTable":{"__isSmartRef__":true,"id":7749},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7749":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7750},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7750":{},"7751":{"0":"1618","entries":[[{"__isSmartRef__":true,"id":4795},{"__isSmartRef__":true,"id":7752}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7752":{"hashTable":{"__isSmartRef__":true,"id":7753},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7753":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7754},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7754":{},"7755":{"0":"1623","entries":[[{"__isSmartRef__":true,"id":4819},{"__isSmartRef__":true,"id":7756}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7756":{"hashTable":{"__isSmartRef__":true,"id":7757},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7757":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7758},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7758":{},"7759":{"0":"1628","entries":[[{"__isSmartRef__":true,"id":4843},{"__isSmartRef__":true,"id":7760}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7760":{"hashTable":{"__isSmartRef__":true,"id":7761},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7761":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7762},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7762":{},"7763":{"0":"1633","entries":[[{"__isSmartRef__":true,"id":4867},{"__isSmartRef__":true,"id":7764}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7764":{"hashTable":{"__isSmartRef__":true,"id":7765},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7765":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7766},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7766":{},"7767":{"0":"1638","entries":[[{"__isSmartRef__":true,"id":4891},{"__isSmartRef__":true,"id":7768}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7768":{"hashTable":{"__isSmartRef__":true,"id":7769},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7769":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7770},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7770":{},"7771":{"0":"1643","entries":[[{"__isSmartRef__":true,"id":4915},{"__isSmartRef__":true,"id":7772}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7772":{"hashTable":{"__isSmartRef__":true,"id":7773},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7773":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7774},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7774":{},"7775":{"0":"1648","entries":[[{"__isSmartRef__":true,"id":4939},{"__isSmartRef__":true,"id":7776}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7776":{"hashTable":{"__isSmartRef__":true,"id":7777},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7777":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7778},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7778":{},"7779":{"0":"1653","entries":[[{"__isSmartRef__":true,"id":4963},{"__isSmartRef__":true,"id":7780}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7780":{"hashTable":{"__isSmartRef__":true,"id":7781},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7781":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7782},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7782":{},"7783":{"0":"1658","entries":[[{"__isSmartRef__":true,"id":4987},{"__isSmartRef__":true,"id":7784}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7784":{"hashTable":{"__isSmartRef__":true,"id":7785},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7785":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7786},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7786":{},"7787":{"0":"1663","entries":[[{"__isSmartRef__":true,"id":5011},{"__isSmartRef__":true,"id":7788}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7788":{"hashTable":{"__isSmartRef__":true,"id":7789},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7789":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7790},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7790":{},"7791":{"0":"1668","entries":[[{"__isSmartRef__":true,"id":5035},{"__isSmartRef__":true,"id":7792}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7792":{"hashTable":{"__isSmartRef__":true,"id":7793},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7793":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7794},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7794":{},"7795":{"0":"1673","entries":[[{"__isSmartRef__":true,"id":5059},{"__isSmartRef__":true,"id":7796}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7796":{"hashTable":{"__isSmartRef__":true,"id":7797},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7797":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7798},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7798":{},"7799":{"0":"1678","entries":[[{"__isSmartRef__":true,"id":5083},{"__isSmartRef__":true,"id":7800}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7800":{"hashTable":{"__isSmartRef__":true,"id":7801},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7801":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7802},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7802":{},"7803":{"0":"1683","entries":[[{"__isSmartRef__":true,"id":5107},{"__isSmartRef__":true,"id":7804}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7804":{"hashTable":{"__isSmartRef__":true,"id":7805},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7805":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7806},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7806":{},"7807":{"0":"1688","entries":[[{"__isSmartRef__":true,"id":5131},{"__isSmartRef__":true,"id":7808}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7808":{"hashTable":{"__isSmartRef__":true,"id":7809},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7809":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7810},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7810":{},"7811":{"0":"1693","entries":[[{"__isSmartRef__":true,"id":5155},{"__isSmartRef__":true,"id":7812}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7812":{"hashTable":{"__isSmartRef__":true,"id":7813},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7813":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7814},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7814":{},"7815":{"0":"1698","entries":[[{"__isSmartRef__":true,"id":5179},{"__isSmartRef__":true,"id":7816}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7816":{"hashTable":{"__isSmartRef__":true,"id":7817},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7817":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7818},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7818":{},"7819":{"0":"1703","entries":[[{"__isSmartRef__":true,"id":5203},{"__isSmartRef__":true,"id":7820}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7820":{"hashTable":{"__isSmartRef__":true,"id":7821},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7821":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7822},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7822":{},"7823":{"0":"1708","entries":[[{"__isSmartRef__":true,"id":5227},{"__isSmartRef__":true,"id":7824}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7824":{"hashTable":{"__isSmartRef__":true,"id":7825},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7825":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7826},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7826":{},"7827":{"0":"1713","entries":[[{"__isSmartRef__":true,"id":5251},{"__isSmartRef__":true,"id":7828}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7828":{"hashTable":{"__isSmartRef__":true,"id":7829},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7829":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7830},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7830":{},"7831":{"0":"1718","entries":[[{"__isSmartRef__":true,"id":5275},{"__isSmartRef__":true,"id":7832}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7832":{"hashTable":{"__isSmartRef__":true,"id":7833},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7833":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7834},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7834":{},"7835":{"0":"1723","entries":[[{"__isSmartRef__":true,"id":5295},{"__isSmartRef__":true,"id":7836}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7836":{"hashTable":{"__isSmartRef__":true,"id":7837},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7837":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7838},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7838":{},"7839":{"0":"1728","entries":[[{"__isSmartRef__":true,"id":5311},{"__isSmartRef__":true,"id":7840}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7840":{"hashTable":{"__isSmartRef__":true,"id":7841},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7841":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7842},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7842":{},"7843":{"0":"1733","entries":[[{"__isSmartRef__":true,"id":5327},{"__isSmartRef__":true,"id":7844}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7844":{"hashTable":{"__isSmartRef__":true,"id":7845},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7845":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7846},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7846":{},"7847":{"0":"1738","entries":[[{"__isSmartRef__":true,"id":5343},{"__isSmartRef__":true,"id":7848}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7848":{"hashTable":{"__isSmartRef__":true,"id":7849},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7849":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7850},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7850":{},"7851":{"0":"1743","entries":[[{"__isSmartRef__":true,"id":5359},{"__isSmartRef__":true,"id":7852}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7852":{"hashTable":{"__isSmartRef__":true,"id":7853},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7853":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7854},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7854":{},"7855":{"0":"1748","entries":[[{"__isSmartRef__":true,"id":5379},{"__isSmartRef__":true,"id":7856}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7856":{"hashTable":{"__isSmartRef__":true,"id":7857},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7857":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7858},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7858":{},"7859":{"0":"1753","entries":[[{"__isSmartRef__":true,"id":5403},{"__isSmartRef__":true,"id":7860}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7860":{"hashTable":{"__isSmartRef__":true,"id":7861},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7861":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7862},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7862":{},"7863":{"0":"1758","entries":[[{"__isSmartRef__":true,"id":5427},{"__isSmartRef__":true,"id":7864}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7864":{"hashTable":{"__isSmartRef__":true,"id":7865},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7865":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7866},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7866":{},"7867":{"0":"1763","entries":[[{"__isSmartRef__":true,"id":5451},{"__isSmartRef__":true,"id":7868}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7868":{"hashTable":{"__isSmartRef__":true,"id":7869},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7869":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7870},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7870":{},"7871":{"0":"1768","entries":[[{"__isSmartRef__":true,"id":5471},{"__isSmartRef__":true,"id":7872}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7872":{"hashTable":{"__isSmartRef__":true,"id":7873},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7873":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7874},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7874":{},"7875":{"0":"1773","entries":[[{"__isSmartRef__":true,"id":5487},{"__isSmartRef__":true,"id":7876}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7876":{"hashTable":{"__isSmartRef__":true,"id":7877},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7877":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7878},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7878":{},"7879":{"0":"1778","entries":[[{"__isSmartRef__":true,"id":5503},{"__isSmartRef__":true,"id":7880}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7880":{"hashTable":{"__isSmartRef__":true,"id":7881},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7881":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7882},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7882":{},"7883":{"0":"1783","entries":[[{"__isSmartRef__":true,"id":5519},{"__isSmartRef__":true,"id":7884}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7884":{"hashTable":{"__isSmartRef__":true,"id":7885},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7885":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7886},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7886":{},"7887":{"0":"1788","entries":[[{"__isSmartRef__":true,"id":5535},{"__isSmartRef__":true,"id":7888}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7888":{"hashTable":{"__isSmartRef__":true,"id":7889},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7889":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7890},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7890":{},"7891":{"0":"1793","entries":[[{"__isSmartRef__":true,"id":5551},{"__isSmartRef__":true,"id":7892}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7892":{"hashTable":{"__isSmartRef__":true,"id":7893},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7893":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7894},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7894":{},"7895":{"0":"1798","entries":[[{"__isSmartRef__":true,"id":5567},{"__isSmartRef__":true,"id":7896}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7896":{"hashTable":{"__isSmartRef__":true,"id":7897},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7897":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7898},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7898":{},"7899":{"0":"1803","entries":[[{"__isSmartRef__":true,"id":5583},{"__isSmartRef__":true,"id":7900}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7900":{"hashTable":{"__isSmartRef__":true,"id":7901},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7901":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7902},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7902":{},"7903":{"0":"1808","entries":[[{"__isSmartRef__":true,"id":5599},{"__isSmartRef__":true,"id":7904}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7904":{"hashTable":{"__isSmartRef__":true,"id":7905},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7905":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7906},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7906":{},"7907":{"0":"1813","entries":[[{"__isSmartRef__":true,"id":5619},{"__isSmartRef__":true,"id":7908}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7908":{"hashTable":{"__isSmartRef__":true,"id":7909},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7909":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7910},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7910":{},"7911":{"0":"1818","entries":[[{"__isSmartRef__":true,"id":5643},{"__isSmartRef__":true,"id":7912}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7912":{"hashTable":{"__isSmartRef__":true,"id":7913},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7913":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7914},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7914":{},"7915":{"0":"1823","entries":[[{"__isSmartRef__":true,"id":5676},{"__isSmartRef__":true,"id":7916}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7916":{"hashTable":{"__isSmartRef__":true,"id":7917},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7917":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7918},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7918":{},"7919":{"0":"1828","entries":[[{"__isSmartRef__":true,"id":5709},{"__isSmartRef__":true,"id":7920}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7920":{"hashTable":{"__isSmartRef__":true,"id":7921},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7921":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7922},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7922":{},"7923":{"0":"1833","entries":[[{"__isSmartRef__":true,"id":5742},{"__isSmartRef__":true,"id":7924}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7924":{"hashTable":{"__isSmartRef__":true,"id":7925},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7925":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7926},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7926":{},"7927":{"0":"1838","entries":[[{"__isSmartRef__":true,"id":5775},{"__isSmartRef__":true,"id":7928}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7928":{"hashTable":{"__isSmartRef__":true,"id":7929},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7929":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7930},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7930":{},"7931":{"0":"1843","entries":[[{"__isSmartRef__":true,"id":5808},{"__isSmartRef__":true,"id":7932}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7932":{"hashTable":{"__isSmartRef__":true,"id":7933},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7933":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7934},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7934":{},"7935":{"0":"1848","entries":[[{"__isSmartRef__":true,"id":5841},{"__isSmartRef__":true,"id":7936}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7936":{"hashTable":{"__isSmartRef__":true,"id":7937},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7937":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7938},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7938":{},"7939":{"0":"1853","entries":[[{"__isSmartRef__":true,"id":5874},{"__isSmartRef__":true,"id":7940}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7940":{"hashTable":{"__isSmartRef__":true,"id":7941},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7941":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7942},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7942":{},"7943":{"0":"1858","entries":[[{"__isSmartRef__":true,"id":5907},{"__isSmartRef__":true,"id":7944}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7944":{"hashTable":{"__isSmartRef__":true,"id":7945},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7945":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7946},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7946":{},"7947":{"0":"1863","entries":[[{"__isSmartRef__":true,"id":5940},{"__isSmartRef__":true,"id":7948}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7948":{"hashTable":{"__isSmartRef__":true,"id":7949},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7949":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7950},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7950":{},"7951":{"0":"1868","entries":[[{"__isSmartRef__":true,"id":5973},{"__isSmartRef__":true,"id":7952}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7952":{"hashTable":{"__isSmartRef__":true,"id":7953},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7953":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7954},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7954":{},"7955":{"0":"1873","entries":[[{"__isSmartRef__":true,"id":6006},{"__isSmartRef__":true,"id":7956}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7956":{"hashTable":{"__isSmartRef__":true,"id":7957},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7957":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7958},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7958":{},"7959":{"0":"1878","entries":[[{"__isSmartRef__":true,"id":6039},{"__isSmartRef__":true,"id":7960}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7960":{"hashTable":{"__isSmartRef__":true,"id":7961},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7961":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7962},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7962":{},"7963":{"0":"1883","entries":[[{"__isSmartRef__":true,"id":6072},{"__isSmartRef__":true,"id":7964}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7964":{"hashTable":{"__isSmartRef__":true,"id":7965},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7965":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7966},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7966":{},"7967":{"0":"1888","entries":[[{"__isSmartRef__":true,"id":6105},{"__isSmartRef__":true,"id":7968}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7968":{"hashTable":{"__isSmartRef__":true,"id":7969},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7969":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7970},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7970":{},"7971":{"0":"1893","entries":[[{"__isSmartRef__":true,"id":6138},{"__isSmartRef__":true,"id":7972}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7972":{"hashTable":{"__isSmartRef__":true,"id":7973},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7973":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7974},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7974":{},"7975":{"0":"1898","entries":[[{"__isSmartRef__":true,"id":6171},{"__isSmartRef__":true,"id":7976}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7976":{"hashTable":{"__isSmartRef__":true,"id":7977},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7977":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7978},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7978":{},"7979":{"0":"1903","entries":[[{"__isSmartRef__":true,"id":6204},{"__isSmartRef__":true,"id":7980}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7980":{"hashTable":{"__isSmartRef__":true,"id":7981},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7981":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7982},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7982":{},"7983":{"0":"1908","entries":[[{"__isSmartRef__":true,"id":6237},{"__isSmartRef__":true,"id":7984}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7984":{"hashTable":{"__isSmartRef__":true,"id":7985},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7985":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":7986},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7986":{},"7987":{"0":"1913","entries":[[{"__isSmartRef__":true,"id":6280},{"__isSmartRef__":true,"id":7988}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7988":{"hashTable":{"__isSmartRef__":true,"id":7989},"__LivelyClassName__":"HashSet","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.HashSet"},"7989":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7990}],"bucketsByHash":{"__isSmartRef__":true,"id":7991},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7990":{"0":"12996","entries":[[{"__isSmartRef__":true,"id":6264},true]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7991":{"12996":{"__isSmartRef__":true,"id":7990}},"7992":{"884":{"__isSmartRef__":true,"id":7422},"887":{"__isSmartRef__":true,"id":7427},"890":{"__isSmartRef__":true,"id":7431},"895":{"__isSmartRef__":true,"id":7435},"900":{"__isSmartRef__":true,"id":7439},"905":{"__isSmartRef__":true,"id":7443},"910":{"__isSmartRef__":true,"id":7447},"915":{"__isSmartRef__":true,"id":7451},"920":{"__isSmartRef__":true,"id":7455},"925":{"__isSmartRef__":true,"id":7459},"930":{"__isSmartRef__":true,"id":7463},"935":{"__isSmartRef__":true,"id":7467},"940":{"__isSmartRef__":true,"id":7471},"945":{"__isSmartRef__":true,"id":7475},"950":{"__isSmartRef__":true,"id":7479},"955":{"__isSmartRef__":true,"id":7483},"960":{"__isSmartRef__":true,"id":7487},"965":{"__isSmartRef__":true,"id":7491},"970":{"__isSmartRef__":true,"id":7495},"975":{"__isSmartRef__":true,"id":7499},"980":{"__isSmartRef__":true,"id":7503},"985":{"__isSmartRef__":true,"id":7507},"990":{"__isSmartRef__":true,"id":7511},"995":{"__isSmartRef__":true,"id":7515},"1000":{"__isSmartRef__":true,"id":7519},"1005":{"__isSmartRef__":true,"id":7523},"1010":{"__isSmartRef__":true,"id":7527},"1015":{"__isSmartRef__":true,"id":7531},"1020":{"__isSmartRef__":true,"id":7535},"1025":{"__isSmartRef__":true,"id":7539},"1030":{"__isSmartRef__":true,"id":7543},"1035":{"__isSmartRef__":true,"id":7547},"1040":{"__isSmartRef__":true,"id":7551},"1045":{"__isSmartRef__":true,"id":7555},"1050":{"__isSmartRef__":true,"id":7559},"1055":{"__isSmartRef__":true,"id":7563},"1060":{"__isSmartRef__":true,"id":7567},"1065":{"__isSmartRef__":true,"id":7571},"1070":{"__isSmartRef__":true,"id":7575},"1075":{"__isSmartRef__":true,"id":7579},"1080":{"__isSmartRef__":true,"id":7583},"1085":{"__isSmartRef__":true,"id":7587},"1090":{"__isSmartRef__":true,"id":7591},"1095":{"__isSmartRef__":true,"id":7595},"1100":{"__isSmartRef__":true,"id":7599},"1105":{"__isSmartRef__":true,"id":7603},"1110":{"__isSmartRef__":true,"id":7607},"1115":{"__isSmartRef__":true,"id":7611},"1120":{"__isSmartRef__":true,"id":7615},"1125":{"__isSmartRef__":true,"id":7619},"1130":{"__isSmartRef__":true,"id":7623},"1135":{"__isSmartRef__":true,"id":7627},"1140":{"__isSmartRef__":true,"id":7631},"1145":{"__isSmartRef__":true,"id":7635},"1150":{"__isSmartRef__":true,"id":7639},"1155":{"__isSmartRef__":true,"id":7643},"1159":{"__isSmartRef__":true,"id":7647},"1163":{"__isSmartRef__":true,"id":7651},"1498":{"__isSmartRef__":true,"id":7655},"1503":{"__isSmartRef__":true,"id":7659},"1508":{"__isSmartRef__":true,"id":7663},"1513":{"__isSmartRef__":true,"id":7667},"1518":{"__isSmartRef__":true,"id":7671},"1523":{"__isSmartRef__":true,"id":7675},"1528":{"__isSmartRef__":true,"id":7679},"1533":{"__isSmartRef__":true,"id":7683},"1538":{"__isSmartRef__":true,"id":7687},"1543":{"__isSmartRef__":true,"id":7691},"1548":{"__isSmartRef__":true,"id":7695},"1553":{"__isSmartRef__":true,"id":7699},"1558":{"__isSmartRef__":true,"id":7703},"1563":{"__isSmartRef__":true,"id":7707},"1568":{"__isSmartRef__":true,"id":7711},"1573":{"__isSmartRef__":true,"id":7715},"1578":{"__isSmartRef__":true,"id":7719},"1583":{"__isSmartRef__":true,"id":7723},"1588":{"__isSmartRef__":true,"id":7727},"1593":{"__isSmartRef__":true,"id":7731},"1598":{"__isSmartRef__":true,"id":7735},"1603":{"__isSmartRef__":true,"id":7739},"1608":{"__isSmartRef__":true,"id":7743},"1613":{"__isSmartRef__":true,"id":7747},"1618":{"__isSmartRef__":true,"id":7751},"1623":{"__isSmartRef__":true,"id":7755},"1628":{"__isSmartRef__":true,"id":7759},"1633":{"__isSmartRef__":true,"id":7763},"1638":{"__isSmartRef__":true,"id":7767},"1643":{"__isSmartRef__":true,"id":7771},"1648":{"__isSmartRef__":true,"id":7775},"1653":{"__isSmartRef__":true,"id":7779},"1658":{"__isSmartRef__":true,"id":7783},"1663":{"__isSmartRef__":true,"id":7787},"1668":{"__isSmartRef__":true,"id":7791},"1673":{"__isSmartRef__":true,"id":7795},"1678":{"__isSmartRef__":true,"id":7799},"1683":{"__isSmartRef__":true,"id":7803},"1688":{"__isSmartRef__":true,"id":7807},"1693":{"__isSmartRef__":true,"id":7811},"1698":{"__isSmartRef__":true,"id":7815},"1703":{"__isSmartRef__":true,"id":7819},"1708":{"__isSmartRef__":true,"id":7823},"1713":{"__isSmartRef__":true,"id":7827},"1718":{"__isSmartRef__":true,"id":7831},"1723":{"__isSmartRef__":true,"id":7835},"1728":{"__isSmartRef__":true,"id":7839},"1733":{"__isSmartRef__":true,"id":7843},"1738":{"__isSmartRef__":true,"id":7847},"1743":{"__isSmartRef__":true,"id":7851},"1748":{"__isSmartRef__":true,"id":7855},"1753":{"__isSmartRef__":true,"id":7859},"1758":{"__isSmartRef__":true,"id":7863},"1763":{"__isSmartRef__":true,"id":7867},"1768":{"__isSmartRef__":true,"id":7871},"1773":{"__isSmartRef__":true,"id":7875},"1778":{"__isSmartRef__":true,"id":7879},"1783":{"__isSmartRef__":true,"id":7883},"1788":{"__isSmartRef__":true,"id":7887},"1793":{"__isSmartRef__":true,"id":7891},"1798":{"__isSmartRef__":true,"id":7895},"1803":{"__isSmartRef__":true,"id":7899},"1808":{"__isSmartRef__":true,"id":7903},"1813":{"__isSmartRef__":true,"id":7907},"1818":{"__isSmartRef__":true,"id":7911},"1823":{"__isSmartRef__":true,"id":7915},"1828":{"__isSmartRef__":true,"id":7919},"1833":{"__isSmartRef__":true,"id":7923},"1838":{"__isSmartRef__":true,"id":7927},"1843":{"__isSmartRef__":true,"id":7931},"1848":{"__isSmartRef__":true,"id":7935},"1853":{"__isSmartRef__":true,"id":7939},"1858":{"__isSmartRef__":true,"id":7943},"1863":{"__isSmartRef__":true,"id":7947},"1868":{"__isSmartRef__":true,"id":7951},"1873":{"__isSmartRef__":true,"id":7955},"1878":{"__isSmartRef__":true,"id":7959},"1883":{"__isSmartRef__":true,"id":7963},"1888":{"__isSmartRef__":true,"id":7967},"1893":{"__isSmartRef__":true,"id":7971},"1898":{"__isSmartRef__":true,"id":7975},"1903":{"__isSmartRef__":true,"id":7979},"1908":{"__isSmartRef__":true,"id":7983},"1913":{"__isSmartRef__":true,"id":7987}},"7993":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":7994},{"__isSmartRef__":true,"id":7995},{"__isSmartRef__":true,"id":7996},{"__isSmartRef__":true,"id":8002},{"__isSmartRef__":true,"id":8008},{"__isSmartRef__":true,"id":8014},{"__isSmartRef__":true,"id":8020},{"__isSmartRef__":true,"id":8026},{"__isSmartRef__":true,"id":8032},{"__isSmartRef__":true,"id":8038},{"__isSmartRef__":true,"id":8044},{"__isSmartRef__":true,"id":8050},{"__isSmartRef__":true,"id":8056},{"__isSmartRef__":true,"id":8062},{"__isSmartRef__":true,"id":8068},{"__isSmartRef__":true,"id":8074},{"__isSmartRef__":true,"id":8080},{"__isSmartRef__":true,"id":8086},{"__isSmartRef__":true,"id":8092},{"__isSmartRef__":true,"id":8098},{"__isSmartRef__":true,"id":8104},{"__isSmartRef__":true,"id":8110},{"__isSmartRef__":true,"id":8116},{"__isSmartRef__":true,"id":8122},{"__isSmartRef__":true,"id":8128},{"__isSmartRef__":true,"id":8134},{"__isSmartRef__":true,"id":8140},{"__isSmartRef__":true,"id":8146},{"__isSmartRef__":true,"id":8152},{"__isSmartRef__":true,"id":8158},{"__isSmartRef__":true,"id":8164},{"__isSmartRef__":true,"id":8170},{"__isSmartRef__":true,"id":8176},{"__isSmartRef__":true,"id":8182},{"__isSmartRef__":true,"id":8188},{"__isSmartRef__":true,"id":8194},{"__isSmartRef__":true,"id":8200},{"__isSmartRef__":true,"id":8206},{"__isSmartRef__":true,"id":8212},{"__isSmartRef__":true,"id":8218},{"__isSmartRef__":true,"id":8224},{"__isSmartRef__":true,"id":8230},{"__isSmartRef__":true,"id":8236},{"__isSmartRef__":true,"id":8242},{"__isSmartRef__":true,"id":8248},{"__isSmartRef__":true,"id":8254},{"__isSmartRef__":true,"id":8260},{"__isSmartRef__":true,"id":8266},{"__isSmartRef__":true,"id":8272},{"__isSmartRef__":true,"id":8278},{"__isSmartRef__":true,"id":8284},{"__isSmartRef__":true,"id":8290},{"__isSmartRef__":true,"id":8296},{"__isSmartRef__":true,"id":8302},{"__isSmartRef__":true,"id":8308},{"__isSmartRef__":true,"id":8314},{"__isSmartRef__":true,"id":8320},{"__isSmartRef__":true,"id":8326},{"__isSmartRef__":true,"id":8332},{"__isSmartRef__":true,"id":8338},{"__isSmartRef__":true,"id":8344},{"__isSmartRef__":true,"id":8350},{"__isSmartRef__":true,"id":8356},{"__isSmartRef__":true,"id":8362},{"__isSmartRef__":true,"id":8368},{"__isSmartRef__":true,"id":8374},{"__isSmartRef__":true,"id":8380},{"__isSmartRef__":true,"id":8386},{"__isSmartRef__":true,"id":8392},{"__isSmartRef__":true,"id":8398},{"__isSmartRef__":true,"id":8404},{"__isSmartRef__":true,"id":8410},{"__isSmartRef__":true,"id":8416},{"__isSmartRef__":true,"id":8422},{"__isSmartRef__":true,"id":8428},{"__isSmartRef__":true,"id":8434},{"__isSmartRef__":true,"id":8440},{"__isSmartRef__":true,"id":8446},{"__isSmartRef__":true,"id":8452},{"__isSmartRef__":true,"id":8458},{"__isSmartRef__":true,"id":8464},{"__isSmartRef__":true,"id":8470},{"__isSmartRef__":true,"id":8476},{"__isSmartRef__":true,"id":8482},{"__isSmartRef__":true,"id":8488},{"__isSmartRef__":true,"id":8494},{"__isSmartRef__":true,"id":8500},{"__isSmartRef__":true,"id":8506},{"__isSmartRef__":true,"id":8512},{"__isSmartRef__":true,"id":8518},{"__isSmartRef__":true,"id":8524},{"__isSmartRef__":true,"id":8530},{"__isSmartRef__":true,"id":8536},{"__isSmartRef__":true,"id":8542},{"__isSmartRef__":true,"id":8548},{"__isSmartRef__":true,"id":8554},{"__isSmartRef__":true,"id":8560},{"__isSmartRef__":true,"id":8566},{"__isSmartRef__":true,"id":8572},{"__isSmartRef__":true,"id":8578},{"__isSmartRef__":true,"id":8584},{"__isSmartRef__":true,"id":8590},{"__isSmartRef__":true,"id":8596},{"__isSmartRef__":true,"id":8602},{"__isSmartRef__":true,"id":8608},{"__isSmartRef__":true,"id":8614},{"__isSmartRef__":true,"id":8620},{"__isSmartRef__":true,"id":8626},{"__isSmartRef__":true,"id":8627},{"__isSmartRef__":true,"id":8633},{"__isSmartRef__":true,"id":8639}],"bucketsByHash":{"__isSmartRef__":true,"id":8645},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7994":{"0":"884","entries":[[{"__isSmartRef__":true,"id":3143},{"__isSmartRef__":true,"id":3128}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7995":{"0":"885","entries":[[{"__isSmartRef__":true,"id":3150},{"__isSmartRef__":true,"id":3137}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7996":{"0":"886","entries":[[{"__isSmartRef__":true,"id":7997},{"__isSmartRef__":true,"id":3162}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"7997":{"hash_code":886,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":7998},"_solver":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClLinearInequality","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7998":{"_constant":-0.000001,"_terms":{"__isSmartRef__":true,"id":7999},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"7999":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8000}],"bucketsByHash":{"__isSmartRef__":true,"id":8001},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8000":{"0":"6297","entries":[[{"__isSmartRef__":true,"id":3142},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8001":{"6297":{"__isSmartRef__":true,"id":8000}},"8002":{"0":"889","entries":[[{"__isSmartRef__":true,"id":8003},{"__isSmartRef__":true,"id":3168}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8003":{"hash_code":889,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8004},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8004":{"_constant":19,"_terms":{"__isSmartRef__":true,"id":8005},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8005":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8006}],"bucketsByHash":{"__isSmartRef__":true,"id":8007},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8006":{"0":"6318","entries":[[{"__isSmartRef__":true,"id":3172},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8007":{"6318":{"__isSmartRef__":true,"id":8006}},"8008":{"0":"919","entries":[[{"__isSmartRef__":true,"id":8009},{"__isSmartRef__":true,"id":3278}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8009":{"hash_code":919,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8010},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8010":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8011},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8011":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8012}],"bucketsByHash":{"__isSmartRef__":true,"id":8013},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8012":{"0":"6494","entries":[[{"__isSmartRef__":true,"id":3282},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8013":{"6494":{"__isSmartRef__":true,"id":8012}},"8014":{"0":"924","entries":[[{"__isSmartRef__":true,"id":8015},{"__isSmartRef__":true,"id":3302}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8015":{"hash_code":924,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8016},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8016":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8017},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8017":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8018}],"bucketsByHash":{"__isSmartRef__":true,"id":8019},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8018":{"0":"6525","entries":[[{"__isSmartRef__":true,"id":3306},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8019":{"6525":{"__isSmartRef__":true,"id":8018}},"8020":{"0":"929","entries":[[{"__isSmartRef__":true,"id":8021},{"__isSmartRef__":true,"id":3326}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8021":{"hash_code":929,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8022},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8022":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8023},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8023":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8024}],"bucketsByHash":{"__isSmartRef__":true,"id":8025},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8024":{"0":"6556","entries":[[{"__isSmartRef__":true,"id":3330},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8025":{"6556":{"__isSmartRef__":true,"id":8024}},"8026":{"0":"934","entries":[[{"__isSmartRef__":true,"id":8027},{"__isSmartRef__":true,"id":3350}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8027":{"hash_code":934,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8028},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8028":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8029},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8029":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8030}],"bucketsByHash":{"__isSmartRef__":true,"id":8031},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8030":{"0":"6587","entries":[[{"__isSmartRef__":true,"id":3354},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8031":{"6587":{"__isSmartRef__":true,"id":8030}},"8032":{"0":"939","entries":[[{"__isSmartRef__":true,"id":8033},{"__isSmartRef__":true,"id":3374}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8033":{"hash_code":939,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8034},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8034":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8035},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8035":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8036}],"bucketsByHash":{"__isSmartRef__":true,"id":8037},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8036":{"0":"6618","entries":[[{"__isSmartRef__":true,"id":3378},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8037":{"6618":{"__isSmartRef__":true,"id":8036}},"8038":{"0":"944","entries":[[{"__isSmartRef__":true,"id":8039},{"__isSmartRef__":true,"id":3398}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8039":{"hash_code":944,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8040},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8040":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8041},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8041":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8042}],"bucketsByHash":{"__isSmartRef__":true,"id":8043},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8042":{"0":"6649","entries":[[{"__isSmartRef__":true,"id":3402},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8043":{"6649":{"__isSmartRef__":true,"id":8042}},"8044":{"0":"949","entries":[[{"__isSmartRef__":true,"id":8045},{"__isSmartRef__":true,"id":3422}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8045":{"hash_code":949,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8046},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8046":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8047},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8047":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8048}],"bucketsByHash":{"__isSmartRef__":true,"id":8049},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8048":{"0":"6680","entries":[[{"__isSmartRef__":true,"id":3426},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8049":{"6680":{"__isSmartRef__":true,"id":8048}},"8050":{"0":"954","entries":[[{"__isSmartRef__":true,"id":8051},{"__isSmartRef__":true,"id":3446}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8051":{"hash_code":954,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8052},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8052":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8053},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8053":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8054}],"bucketsByHash":{"__isSmartRef__":true,"id":8055},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8054":{"0":"6711","entries":[[{"__isSmartRef__":true,"id":3450},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8055":{"6711":{"__isSmartRef__":true,"id":8054}},"8056":{"0":"959","entries":[[{"__isSmartRef__":true,"id":8057},{"__isSmartRef__":true,"id":3470}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8057":{"hash_code":959,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8058},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8058":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8059},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8059":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8060}],"bucketsByHash":{"__isSmartRef__":true,"id":8061},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8060":{"0":"6742","entries":[[{"__isSmartRef__":true,"id":3474},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8061":{"6742":{"__isSmartRef__":true,"id":8060}},"8062":{"0":"964","entries":[[{"__isSmartRef__":true,"id":8063},{"__isSmartRef__":true,"id":3494}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8063":{"hash_code":964,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8064},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8064":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8065},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8065":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8066}],"bucketsByHash":{"__isSmartRef__":true,"id":8067},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8066":{"0":"6773","entries":[[{"__isSmartRef__":true,"id":3498},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8067":{"6773":{"__isSmartRef__":true,"id":8066}},"8068":{"0":"969","entries":[[{"__isSmartRef__":true,"id":8069},{"__isSmartRef__":true,"id":3518}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8069":{"hash_code":969,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8070},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8070":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8071},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8071":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8072}],"bucketsByHash":{"__isSmartRef__":true,"id":8073},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8072":{"0":"6804","entries":[[{"__isSmartRef__":true,"id":3522},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8073":{"6804":{"__isSmartRef__":true,"id":8072}},"8074":{"0":"974","entries":[[{"__isSmartRef__":true,"id":8075},{"__isSmartRef__":true,"id":3542}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8075":{"hash_code":974,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8076},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8076":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8077},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8077":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8078}],"bucketsByHash":{"__isSmartRef__":true,"id":8079},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8078":{"0":"6835","entries":[[{"__isSmartRef__":true,"id":3546},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8079":{"6835":{"__isSmartRef__":true,"id":8078}},"8080":{"0":"979","entries":[[{"__isSmartRef__":true,"id":8081},{"__isSmartRef__":true,"id":3566}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8081":{"hash_code":979,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8082},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8082":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8083},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8083":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8084}],"bucketsByHash":{"__isSmartRef__":true,"id":8085},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8084":{"0":"6866","entries":[[{"__isSmartRef__":true,"id":3570},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8085":{"6866":{"__isSmartRef__":true,"id":8084}},"8086":{"0":"984","entries":[[{"__isSmartRef__":true,"id":8087},{"__isSmartRef__":true,"id":3590}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8087":{"hash_code":984,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8088},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8088":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8089},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8089":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8090}],"bucketsByHash":{"__isSmartRef__":true,"id":8091},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8090":{"0":"6897","entries":[[{"__isSmartRef__":true,"id":3594},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8091":{"6897":{"__isSmartRef__":true,"id":8090}},"8092":{"0":"989","entries":[[{"__isSmartRef__":true,"id":8093},{"__isSmartRef__":true,"id":3614}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8093":{"hash_code":989,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8094},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8094":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8095},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8095":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8096}],"bucketsByHash":{"__isSmartRef__":true,"id":8097},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8096":{"0":"6928","entries":[[{"__isSmartRef__":true,"id":3618},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8097":{"6928":{"__isSmartRef__":true,"id":8096}},"8098":{"0":"994","entries":[[{"__isSmartRef__":true,"id":8099},{"__isSmartRef__":true,"id":3638}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8099":{"hash_code":994,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8100},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8100":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8101},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8101":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8102}],"bucketsByHash":{"__isSmartRef__":true,"id":8103},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8102":{"0":"6959","entries":[[{"__isSmartRef__":true,"id":3642},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8103":{"6959":{"__isSmartRef__":true,"id":8102}},"8104":{"0":"999","entries":[[{"__isSmartRef__":true,"id":8105},{"__isSmartRef__":true,"id":3662}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8105":{"hash_code":999,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8106},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8106":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8107},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8107":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8108}],"bucketsByHash":{"__isSmartRef__":true,"id":8109},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8108":{"0":"6990","entries":[[{"__isSmartRef__":true,"id":3666},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8109":{"6990":{"__isSmartRef__":true,"id":8108}},"8110":{"0":"1004","entries":[[{"__isSmartRef__":true,"id":8111},{"__isSmartRef__":true,"id":3686}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8111":{"hash_code":1004,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8112},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8112":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8113},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8113":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8114}],"bucketsByHash":{"__isSmartRef__":true,"id":8115},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8114":{"0":"7021","entries":[[{"__isSmartRef__":true,"id":3690},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8115":{"7021":{"__isSmartRef__":true,"id":8114}},"8116":{"0":"1009","entries":[[{"__isSmartRef__":true,"id":8117},{"__isSmartRef__":true,"id":3710}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8117":{"hash_code":1009,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8118},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8118":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8119},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8119":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8120}],"bucketsByHash":{"__isSmartRef__":true,"id":8121},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8120":{"0":"7052","entries":[[{"__isSmartRef__":true,"id":3714},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8121":{"7052":{"__isSmartRef__":true,"id":8120}},"8122":{"0":"1014","entries":[[{"__isSmartRef__":true,"id":8123},{"__isSmartRef__":true,"id":3734}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8123":{"hash_code":1014,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8124},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8124":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8125},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8125":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8126}],"bucketsByHash":{"__isSmartRef__":true,"id":8127},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8126":{"0":"7083","entries":[[{"__isSmartRef__":true,"id":3738},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8127":{"7083":{"__isSmartRef__":true,"id":8126}},"8128":{"0":"1019","entries":[[{"__isSmartRef__":true,"id":8129},{"__isSmartRef__":true,"id":3758}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8129":{"hash_code":1019,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8130},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8130":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8131},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8131":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8132}],"bucketsByHash":{"__isSmartRef__":true,"id":8133},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8132":{"0":"7114","entries":[[{"__isSmartRef__":true,"id":3762},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8133":{"7114":{"__isSmartRef__":true,"id":8132}},"8134":{"0":"1024","entries":[[{"__isSmartRef__":true,"id":8135},{"__isSmartRef__":true,"id":3782}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8135":{"hash_code":1024,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8136},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8136":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8137},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8137":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8138}],"bucketsByHash":{"__isSmartRef__":true,"id":8139},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8138":{"0":"7145","entries":[[{"__isSmartRef__":true,"id":3786},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8139":{"7145":{"__isSmartRef__":true,"id":8138}},"8140":{"0":"1029","entries":[[{"__isSmartRef__":true,"id":8141},{"__isSmartRef__":true,"id":3806}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8141":{"hash_code":1029,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8142},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8142":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8143},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8143":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8144}],"bucketsByHash":{"__isSmartRef__":true,"id":8145},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8144":{"0":"7176","entries":[[{"__isSmartRef__":true,"id":3810},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8145":{"7176":{"__isSmartRef__":true,"id":8144}},"8146":{"0":"1034","entries":[[{"__isSmartRef__":true,"id":8147},{"__isSmartRef__":true,"id":3830}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8147":{"hash_code":1034,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8148},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8148":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8149},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8149":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8150}],"bucketsByHash":{"__isSmartRef__":true,"id":8151},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8150":{"0":"7207","entries":[[{"__isSmartRef__":true,"id":3834},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8151":{"7207":{"__isSmartRef__":true,"id":8150}},"8152":{"0":"1039","entries":[[{"__isSmartRef__":true,"id":8153},{"__isSmartRef__":true,"id":3854}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8153":{"hash_code":1039,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8154},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8154":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8155},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8155":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8156}],"bucketsByHash":{"__isSmartRef__":true,"id":8157},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8156":{"0":"7238","entries":[[{"__isSmartRef__":true,"id":3858},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8157":{"7238":{"__isSmartRef__":true,"id":8156}},"8158":{"0":"1158","entries":[[{"__isSmartRef__":true,"id":8159},{"__isSmartRef__":true,"id":4246}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8159":{"hash_code":1158,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8160},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8160":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8161},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8161":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8162}],"bucketsByHash":{"__isSmartRef__":true,"id":8163},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8162":{"0":"7982","entries":[[{"__isSmartRef__":true,"id":4250},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8163":{"7982":{"__isSmartRef__":true,"id":8162}},"8164":{"0":"1162","entries":[[{"__isSmartRef__":true,"id":8165},{"__isSmartRef__":true,"id":4270}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8165":{"hash_code":1162,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8166},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8166":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8167},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8167":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8168}],"bucketsByHash":{"__isSmartRef__":true,"id":8169},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8168":{"0":"8006","entries":[[{"__isSmartRef__":true,"id":4274},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8169":{"8006":{"__isSmartRef__":true,"id":8168}},"8170":{"0":"1166","entries":[[{"__isSmartRef__":true,"id":8171},{"__isSmartRef__":true,"id":4294}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8171":{"hash_code":1166,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8172},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8172":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8173},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8173":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8174}],"bucketsByHash":{"__isSmartRef__":true,"id":8175},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8174":{"0":"8030","entries":[[{"__isSmartRef__":true,"id":4298},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8175":{"8030":{"__isSmartRef__":true,"id":8174}},"8176":{"0":"1522","entries":[[{"__isSmartRef__":true,"id":8177},{"__isSmartRef__":true,"id":4382}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8177":{"hash_code":1522,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8178},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8178":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8179},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8179":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8180}],"bucketsByHash":{"__isSmartRef__":true,"id":8181},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8180":{"0":"10542","entries":[[{"__isSmartRef__":true,"id":4386},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8181":{"10542":{"__isSmartRef__":true,"id":8180}},"8182":{"0":"1527","entries":[[{"__isSmartRef__":true,"id":8183},{"__isSmartRef__":true,"id":4406}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8183":{"hash_code":1527,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8184},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8184":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8185},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8185":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8186}],"bucketsByHash":{"__isSmartRef__":true,"id":8187},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8186":{"0":"10573","entries":[[{"__isSmartRef__":true,"id":4410},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8187":{"10573":{"__isSmartRef__":true,"id":8186}},"8188":{"0":"1532","entries":[[{"__isSmartRef__":true,"id":8189},{"__isSmartRef__":true,"id":4430}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8189":{"hash_code":1532,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8190},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8190":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8191},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8191":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8192}],"bucketsByHash":{"__isSmartRef__":true,"id":8193},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8192":{"0":"10604","entries":[[{"__isSmartRef__":true,"id":4434},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8193":{"10604":{"__isSmartRef__":true,"id":8192}},"8194":{"0":"1537","entries":[[{"__isSmartRef__":true,"id":8195},{"__isSmartRef__":true,"id":4454}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8195":{"hash_code":1537,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8196},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8196":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8197},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8197":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8198}],"bucketsByHash":{"__isSmartRef__":true,"id":8199},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8198":{"0":"10635","entries":[[{"__isSmartRef__":true,"id":4458},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8199":{"10635":{"__isSmartRef__":true,"id":8198}},"8200":{"0":"1542","entries":[[{"__isSmartRef__":true,"id":8201},{"__isSmartRef__":true,"id":4478}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8201":{"hash_code":1542,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8202},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8202":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8203},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8203":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8204}],"bucketsByHash":{"__isSmartRef__":true,"id":8205},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8204":{"0":"10666","entries":[[{"__isSmartRef__":true,"id":4482},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8205":{"10666":{"__isSmartRef__":true,"id":8204}},"8206":{"0":"1547","entries":[[{"__isSmartRef__":true,"id":8207},{"__isSmartRef__":true,"id":4502}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8207":{"hash_code":1547,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8208},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8208":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8209},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8209":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8210}],"bucketsByHash":{"__isSmartRef__":true,"id":8211},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8210":{"0":"10697","entries":[[{"__isSmartRef__":true,"id":4506},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8211":{"10697":{"__isSmartRef__":true,"id":8210}},"8212":{"0":"1552","entries":[[{"__isSmartRef__":true,"id":8213},{"__isSmartRef__":true,"id":4526}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8213":{"hash_code":1552,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8214},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8214":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8215},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8215":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8216}],"bucketsByHash":{"__isSmartRef__":true,"id":8217},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8216":{"0":"10728","entries":[[{"__isSmartRef__":true,"id":4530},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8217":{"10728":{"__isSmartRef__":true,"id":8216}},"8218":{"0":"1557","entries":[[{"__isSmartRef__":true,"id":8219},{"__isSmartRef__":true,"id":4550}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8219":{"hash_code":1557,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8220},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8220":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8221},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8221":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8222}],"bucketsByHash":{"__isSmartRef__":true,"id":8223},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8222":{"0":"10759","entries":[[{"__isSmartRef__":true,"id":4554},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8223":{"10759":{"__isSmartRef__":true,"id":8222}},"8224":{"0":"1562","entries":[[{"__isSmartRef__":true,"id":8225},{"__isSmartRef__":true,"id":4574}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8225":{"hash_code":1562,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8226},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8226":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8227},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8227":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8228}],"bucketsByHash":{"__isSmartRef__":true,"id":8229},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8228":{"0":"10790","entries":[[{"__isSmartRef__":true,"id":4578},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8229":{"10790":{"__isSmartRef__":true,"id":8228}},"8230":{"0":"1567","entries":[[{"__isSmartRef__":true,"id":8231},{"__isSmartRef__":true,"id":4598}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8231":{"hash_code":1567,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8232},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8232":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8233},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8233":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8234}],"bucketsByHash":{"__isSmartRef__":true,"id":8235},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8234":{"0":"10821","entries":[[{"__isSmartRef__":true,"id":4602},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8235":{"10821":{"__isSmartRef__":true,"id":8234}},"8236":{"0":"1617","entries":[[{"__isSmartRef__":true,"id":8237},{"__isSmartRef__":true,"id":4766}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8237":{"hash_code":1617,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8238},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8238":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8239},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8239":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8240}],"bucketsByHash":{"__isSmartRef__":true,"id":8241},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8240":{"0":"11131","entries":[[{"__isSmartRef__":true,"id":4770},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8241":{"11131":{"__isSmartRef__":true,"id":8240}},"8242":{"0":"1622","entries":[[{"__isSmartRef__":true,"id":8243},{"__isSmartRef__":true,"id":4790}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8243":{"hash_code":1622,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8244},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8244":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8245},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8245":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8246}],"bucketsByHash":{"__isSmartRef__":true,"id":8247},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8246":{"0":"11162","entries":[[{"__isSmartRef__":true,"id":4794},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8247":{"11162":{"__isSmartRef__":true,"id":8246}},"8248":{"0":"1627","entries":[[{"__isSmartRef__":true,"id":8249},{"__isSmartRef__":true,"id":4814}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8249":{"hash_code":1627,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8250},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8250":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8251},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8251":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8252}],"bucketsByHash":{"__isSmartRef__":true,"id":8253},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8252":{"0":"11193","entries":[[{"__isSmartRef__":true,"id":4818},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8253":{"11193":{"__isSmartRef__":true,"id":8252}},"8254":{"0":"1632","entries":[[{"__isSmartRef__":true,"id":8255},{"__isSmartRef__":true,"id":4838}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8255":{"hash_code":1632,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8256},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8256":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8257},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8257":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8258}],"bucketsByHash":{"__isSmartRef__":true,"id":8259},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8258":{"0":"11224","entries":[[{"__isSmartRef__":true,"id":4842},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8259":{"11224":{"__isSmartRef__":true,"id":8258}},"8260":{"0":"1637","entries":[[{"__isSmartRef__":true,"id":8261},{"__isSmartRef__":true,"id":4862}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8261":{"hash_code":1637,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8262},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8262":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8263},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8263":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8264}],"bucketsByHash":{"__isSmartRef__":true,"id":8265},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8264":{"0":"11255","entries":[[{"__isSmartRef__":true,"id":4866},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8265":{"11255":{"__isSmartRef__":true,"id":8264}},"8266":{"0":"1642","entries":[[{"__isSmartRef__":true,"id":8267},{"__isSmartRef__":true,"id":4886}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8267":{"hash_code":1642,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8268},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8268":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8269},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8269":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8270}],"bucketsByHash":{"__isSmartRef__":true,"id":8271},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8270":{"0":"11286","entries":[[{"__isSmartRef__":true,"id":4890},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8271":{"11286":{"__isSmartRef__":true,"id":8270}},"8272":{"0":"1647","entries":[[{"__isSmartRef__":true,"id":8273},{"__isSmartRef__":true,"id":4910}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8273":{"hash_code":1647,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8274},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8274":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8275},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8275":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8276}],"bucketsByHash":{"__isSmartRef__":true,"id":8277},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8276":{"0":"11317","entries":[[{"__isSmartRef__":true,"id":4914},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8277":{"11317":{"__isSmartRef__":true,"id":8276}},"8278":{"0":"1652","entries":[[{"__isSmartRef__":true,"id":8279},{"__isSmartRef__":true,"id":4934}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8279":{"hash_code":1652,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8280},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8280":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8281},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8281":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8282}],"bucketsByHash":{"__isSmartRef__":true,"id":8283},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8282":{"0":"11348","entries":[[{"__isSmartRef__":true,"id":4938},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8283":{"11348":{"__isSmartRef__":true,"id":8282}},"8284":{"0":"1657","entries":[[{"__isSmartRef__":true,"id":8285},{"__isSmartRef__":true,"id":4958}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8285":{"hash_code":1657,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8286},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8286":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8287},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8287":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8288}],"bucketsByHash":{"__isSmartRef__":true,"id":8289},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8288":{"0":"11379","entries":[[{"__isSmartRef__":true,"id":4962},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8289":{"11379":{"__isSmartRef__":true,"id":8288}},"8290":{"0":"1662","entries":[[{"__isSmartRef__":true,"id":8291},{"__isSmartRef__":true,"id":4982}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8291":{"hash_code":1662,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8292},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8292":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8293},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8293":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8294}],"bucketsByHash":{"__isSmartRef__":true,"id":8295},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8294":{"0":"11410","entries":[[{"__isSmartRef__":true,"id":4986},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8295":{"11410":{"__isSmartRef__":true,"id":8294}},"8296":{"0":"1667","entries":[[{"__isSmartRef__":true,"id":8297},{"__isSmartRef__":true,"id":5006}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8297":{"hash_code":1667,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8298},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8298":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8299},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8299":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8300}],"bucketsByHash":{"__isSmartRef__":true,"id":8301},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8300":{"0":"11441","entries":[[{"__isSmartRef__":true,"id":5010},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8301":{"11441":{"__isSmartRef__":true,"id":8300}},"8302":{"0":"1672","entries":[[{"__isSmartRef__":true,"id":8303},{"__isSmartRef__":true,"id":5030}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8303":{"hash_code":1672,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8304},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8304":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8305},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8305":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8306}],"bucketsByHash":{"__isSmartRef__":true,"id":8307},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8306":{"0":"11472","entries":[[{"__isSmartRef__":true,"id":5034},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8307":{"11472":{"__isSmartRef__":true,"id":8306}},"8308":{"0":"1677","entries":[[{"__isSmartRef__":true,"id":8309},{"__isSmartRef__":true,"id":5054}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8309":{"hash_code":1677,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8310},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8310":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8311},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8311":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8312}],"bucketsByHash":{"__isSmartRef__":true,"id":8313},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8312":{"0":"11503","entries":[[{"__isSmartRef__":true,"id":5058},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8313":{"11503":{"__isSmartRef__":true,"id":8312}},"8314":{"0":"1682","entries":[[{"__isSmartRef__":true,"id":8315},{"__isSmartRef__":true,"id":5078}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8315":{"hash_code":1682,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8316},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8316":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8317},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8317":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8318}],"bucketsByHash":{"__isSmartRef__":true,"id":8319},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8318":{"0":"11534","entries":[[{"__isSmartRef__":true,"id":5082},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8319":{"11534":{"__isSmartRef__":true,"id":8318}},"8320":{"0":"1687","entries":[[{"__isSmartRef__":true,"id":8321},{"__isSmartRef__":true,"id":5102}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8321":{"hash_code":1687,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8322},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8322":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8323},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8323":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8324}],"bucketsByHash":{"__isSmartRef__":true,"id":8325},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8324":{"0":"11565","entries":[[{"__isSmartRef__":true,"id":5106},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8325":{"11565":{"__isSmartRef__":true,"id":8324}},"8326":{"0":"1692","entries":[[{"__isSmartRef__":true,"id":8327},{"__isSmartRef__":true,"id":5126}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8327":{"hash_code":1692,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8328},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8328":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8329},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8329":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8330}],"bucketsByHash":{"__isSmartRef__":true,"id":8331},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8330":{"0":"11596","entries":[[{"__isSmartRef__":true,"id":5130},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8331":{"11596":{"__isSmartRef__":true,"id":8330}},"8332":{"0":"1697","entries":[[{"__isSmartRef__":true,"id":8333},{"__isSmartRef__":true,"id":5150}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8333":{"hash_code":1697,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8334},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8334":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8335},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8335":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8336}],"bucketsByHash":{"__isSmartRef__":true,"id":8337},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8336":{"0":"11627","entries":[[{"__isSmartRef__":true,"id":5154},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8337":{"11627":{"__isSmartRef__":true,"id":8336}},"8338":{"0":"1702","entries":[[{"__isSmartRef__":true,"id":8339},{"__isSmartRef__":true,"id":5174}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8339":{"hash_code":1702,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8340},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8340":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8341},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8341":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8342}],"bucketsByHash":{"__isSmartRef__":true,"id":8343},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8342":{"0":"11658","entries":[[{"__isSmartRef__":true,"id":5178},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8343":{"11658":{"__isSmartRef__":true,"id":8342}},"8344":{"0":"1707","entries":[[{"__isSmartRef__":true,"id":8345},{"__isSmartRef__":true,"id":5198}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8345":{"hash_code":1707,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8346},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8346":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8347},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8347":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8348}],"bucketsByHash":{"__isSmartRef__":true,"id":8349},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8348":{"0":"11689","entries":[[{"__isSmartRef__":true,"id":5202},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8349":{"11689":{"__isSmartRef__":true,"id":8348}},"8350":{"0":"1712","entries":[[{"__isSmartRef__":true,"id":8351},{"__isSmartRef__":true,"id":5222}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8351":{"hash_code":1712,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8352},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8352":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8353},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8353":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8354}],"bucketsByHash":{"__isSmartRef__":true,"id":8355},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8354":{"0":"11720","entries":[[{"__isSmartRef__":true,"id":5226},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8355":{"11720":{"__isSmartRef__":true,"id":8354}},"8356":{"0":"1717","entries":[[{"__isSmartRef__":true,"id":8357},{"__isSmartRef__":true,"id":5246}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8357":{"hash_code":1717,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8358},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8358":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8359},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8359":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8360}],"bucketsByHash":{"__isSmartRef__":true,"id":8361},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8360":{"0":"11751","entries":[[{"__isSmartRef__":true,"id":5250},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8361":{"11751":{"__isSmartRef__":true,"id":8360}},"8362":{"0":"1722","entries":[[{"__isSmartRef__":true,"id":8363},{"__isSmartRef__":true,"id":5270}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8363":{"hash_code":1722,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8364},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8364":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8365},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8365":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8366}],"bucketsByHash":{"__isSmartRef__":true,"id":8367},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8366":{"0":"11782","entries":[[{"__isSmartRef__":true,"id":5274},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8367":{"11782":{"__isSmartRef__":true,"id":8366}},"8368":{"0":"1752","entries":[[{"__isSmartRef__":true,"id":8369},{"__isSmartRef__":true,"id":5374}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8369":{"hash_code":1752,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8370},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8370":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8371},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8371":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8372}],"bucketsByHash":{"__isSmartRef__":true,"id":8373},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8372":{"0":"11968","entries":[[{"__isSmartRef__":true,"id":5378},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8373":{"11968":{"__isSmartRef__":true,"id":8372}},"8374":{"0":"1757","entries":[[{"__isSmartRef__":true,"id":8375},{"__isSmartRef__":true,"id":5398}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8375":{"hash_code":1757,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8376},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8376":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8377},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8377":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8378}],"bucketsByHash":{"__isSmartRef__":true,"id":8379},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8378":{"0":"11999","entries":[[{"__isSmartRef__":true,"id":5402},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8379":{"11999":{"__isSmartRef__":true,"id":8378}},"8380":{"0":"1762","entries":[[{"__isSmartRef__":true,"id":8381},{"__isSmartRef__":true,"id":5422}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8381":{"hash_code":1762,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8382},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8382":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8383},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8383":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8384}],"bucketsByHash":{"__isSmartRef__":true,"id":8385},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8384":{"0":"12030","entries":[[{"__isSmartRef__":true,"id":5426},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8385":{"12030":{"__isSmartRef__":true,"id":8384}},"8386":{"0":"1767","entries":[[{"__isSmartRef__":true,"id":8387},{"__isSmartRef__":true,"id":5446}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8387":{"hash_code":1767,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8388},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8388":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8389},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8389":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8390}],"bucketsByHash":{"__isSmartRef__":true,"id":8391},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8390":{"0":"12061","entries":[[{"__isSmartRef__":true,"id":5450},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8391":{"12061":{"__isSmartRef__":true,"id":8390}},"8392":{"0":"1817","entries":[[{"__isSmartRef__":true,"id":8393},{"__isSmartRef__":true,"id":5614}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8393":{"hash_code":1817,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8394},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8394":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8395},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8395":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8396}],"bucketsByHash":{"__isSmartRef__":true,"id":8397},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8396":{"0":"12371","entries":[[{"__isSmartRef__":true,"id":5618},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8397":{"12371":{"__isSmartRef__":true,"id":8396}},"8398":{"0":"1821","entries":[[{"__isSmartRef__":true,"id":8399},{"__isSmartRef__":true,"id":5638}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8399":{"hash_code":1821,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8400},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8400":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8401},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8401":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8402}],"bucketsByHash":{"__isSmartRef__":true,"id":8403},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8402":{"0":"12402","entries":[[{"__isSmartRef__":true,"id":5642},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8403":{"12402":{"__isSmartRef__":true,"id":8402}},"8404":{"0":"1822","entries":[[{"__isSmartRef__":true,"id":8405},{"__isSmartRef__":true,"id":5652}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8405":{"hash_code":1822,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8406},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8406":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8407},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8407":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8408}],"bucketsByHash":{"__isSmartRef__":true,"id":8409},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8408":{"0":"12402","entries":[[{"__isSmartRef__":true,"id":5642},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8409":{"12402":{"__isSmartRef__":true,"id":8408}},"8410":{"0":"1826","entries":[[{"__isSmartRef__":true,"id":8411},{"__isSmartRef__":true,"id":5671}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8411":{"hash_code":1826,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8412},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8412":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8413},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8413":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8414}],"bucketsByHash":{"__isSmartRef__":true,"id":8415},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8414":{"0":"12433","entries":[[{"__isSmartRef__":true,"id":5675},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8415":{"12433":{"__isSmartRef__":true,"id":8414}},"8416":{"0":"1827","entries":[[{"__isSmartRef__":true,"id":8417},{"__isSmartRef__":true,"id":5685}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8417":{"hash_code":1827,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8418},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8418":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8419},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8419":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8420}],"bucketsByHash":{"__isSmartRef__":true,"id":8421},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8420":{"0":"12433","entries":[[{"__isSmartRef__":true,"id":5675},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8421":{"12433":{"__isSmartRef__":true,"id":8420}},"8422":{"0":"1831","entries":[[{"__isSmartRef__":true,"id":8423},{"__isSmartRef__":true,"id":5704}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8423":{"hash_code":1831,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8424},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8424":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8425},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8425":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8426}],"bucketsByHash":{"__isSmartRef__":true,"id":8427},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8426":{"0":"12464","entries":[[{"__isSmartRef__":true,"id":5708},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8427":{"12464":{"__isSmartRef__":true,"id":8426}},"8428":{"0":"1832","entries":[[{"__isSmartRef__":true,"id":8429},{"__isSmartRef__":true,"id":5718}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8429":{"hash_code":1832,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8430},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8430":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8431},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8431":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8432}],"bucketsByHash":{"__isSmartRef__":true,"id":8433},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8432":{"0":"12464","entries":[[{"__isSmartRef__":true,"id":5708},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8433":{"12464":{"__isSmartRef__":true,"id":8432}},"8434":{"0":"1836","entries":[[{"__isSmartRef__":true,"id":8435},{"__isSmartRef__":true,"id":5737}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8435":{"hash_code":1836,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8436},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8436":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8437},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8437":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8438}],"bucketsByHash":{"__isSmartRef__":true,"id":8439},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8438":{"0":"12495","entries":[[{"__isSmartRef__":true,"id":5741},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8439":{"12495":{"__isSmartRef__":true,"id":8438}},"8440":{"0":"1837","entries":[[{"__isSmartRef__":true,"id":8441},{"__isSmartRef__":true,"id":5751}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8441":{"hash_code":1837,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8442},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8442":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8443},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8443":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8444}],"bucketsByHash":{"__isSmartRef__":true,"id":8445},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8444":{"0":"12495","entries":[[{"__isSmartRef__":true,"id":5741},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8445":{"12495":{"__isSmartRef__":true,"id":8444}},"8446":{"0":"1841","entries":[[{"__isSmartRef__":true,"id":8447},{"__isSmartRef__":true,"id":5770}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8447":{"hash_code":1841,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8448},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8448":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8449},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8449":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8450}],"bucketsByHash":{"__isSmartRef__":true,"id":8451},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8450":{"0":"12526","entries":[[{"__isSmartRef__":true,"id":5774},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8451":{"12526":{"__isSmartRef__":true,"id":8450}},"8452":{"0":"1842","entries":[[{"__isSmartRef__":true,"id":8453},{"__isSmartRef__":true,"id":5784}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8453":{"hash_code":1842,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8454},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8454":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8455},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8455":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8456}],"bucketsByHash":{"__isSmartRef__":true,"id":8457},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8456":{"0":"12526","entries":[[{"__isSmartRef__":true,"id":5774},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8457":{"12526":{"__isSmartRef__":true,"id":8456}},"8458":{"0":"1846","entries":[[{"__isSmartRef__":true,"id":8459},{"__isSmartRef__":true,"id":5803}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8459":{"hash_code":1846,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8460},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8460":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8461},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8461":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8462}],"bucketsByHash":{"__isSmartRef__":true,"id":8463},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8462":{"0":"12557","entries":[[{"__isSmartRef__":true,"id":5807},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8463":{"12557":{"__isSmartRef__":true,"id":8462}},"8464":{"0":"1847","entries":[[{"__isSmartRef__":true,"id":8465},{"__isSmartRef__":true,"id":5817}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8465":{"hash_code":1847,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8466},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8466":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8467},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8467":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8468}],"bucketsByHash":{"__isSmartRef__":true,"id":8469},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8468":{"0":"12557","entries":[[{"__isSmartRef__":true,"id":5807},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8469":{"12557":{"__isSmartRef__":true,"id":8468}},"8470":{"0":"1851","entries":[[{"__isSmartRef__":true,"id":8471},{"__isSmartRef__":true,"id":5836}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8471":{"hash_code":1851,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8472},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8472":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8473},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8473":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8474}],"bucketsByHash":{"__isSmartRef__":true,"id":8475},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8474":{"0":"12588","entries":[[{"__isSmartRef__":true,"id":5840},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8475":{"12588":{"__isSmartRef__":true,"id":8474}},"8476":{"0":"1852","entries":[[{"__isSmartRef__":true,"id":8477},{"__isSmartRef__":true,"id":5850}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8477":{"hash_code":1852,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8478},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8478":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8479},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8479":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8480}],"bucketsByHash":{"__isSmartRef__":true,"id":8481},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8480":{"0":"12588","entries":[[{"__isSmartRef__":true,"id":5840},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8481":{"12588":{"__isSmartRef__":true,"id":8480}},"8482":{"0":"1856","entries":[[{"__isSmartRef__":true,"id":8483},{"__isSmartRef__":true,"id":5869}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8483":{"hash_code":1856,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8484},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8484":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8485},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8485":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8486}],"bucketsByHash":{"__isSmartRef__":true,"id":8487},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8486":{"0":"12619","entries":[[{"__isSmartRef__":true,"id":5873},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8487":{"12619":{"__isSmartRef__":true,"id":8486}},"8488":{"0":"1857","entries":[[{"__isSmartRef__":true,"id":8489},{"__isSmartRef__":true,"id":5883}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8489":{"hash_code":1857,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8490},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8490":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8491},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8491":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8492}],"bucketsByHash":{"__isSmartRef__":true,"id":8493},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8492":{"0":"12619","entries":[[{"__isSmartRef__":true,"id":5873},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8493":{"12619":{"__isSmartRef__":true,"id":8492}},"8494":{"0":"1861","entries":[[{"__isSmartRef__":true,"id":8495},{"__isSmartRef__":true,"id":5902}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8495":{"hash_code":1861,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8496},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8496":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8497},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8497":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8498}],"bucketsByHash":{"__isSmartRef__":true,"id":8499},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8498":{"0":"12650","entries":[[{"__isSmartRef__":true,"id":5906},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8499":{"12650":{"__isSmartRef__":true,"id":8498}},"8500":{"0":"1862","entries":[[{"__isSmartRef__":true,"id":8501},{"__isSmartRef__":true,"id":5916}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8501":{"hash_code":1862,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8502},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8502":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8503},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8503":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8504}],"bucketsByHash":{"__isSmartRef__":true,"id":8505},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8504":{"0":"12650","entries":[[{"__isSmartRef__":true,"id":5906},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8505":{"12650":{"__isSmartRef__":true,"id":8504}},"8506":{"0":"1866","entries":[[{"__isSmartRef__":true,"id":8507},{"__isSmartRef__":true,"id":5935}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8507":{"hash_code":1866,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8508},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8508":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8509},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8509":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8510}],"bucketsByHash":{"__isSmartRef__":true,"id":8511},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8510":{"0":"12681","entries":[[{"__isSmartRef__":true,"id":5939},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8511":{"12681":{"__isSmartRef__":true,"id":8510}},"8512":{"0":"1867","entries":[[{"__isSmartRef__":true,"id":8513},{"__isSmartRef__":true,"id":5949}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8513":{"hash_code":1867,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8514},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8514":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8515},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8515":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8516}],"bucketsByHash":{"__isSmartRef__":true,"id":8517},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8516":{"0":"12681","entries":[[{"__isSmartRef__":true,"id":5939},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8517":{"12681":{"__isSmartRef__":true,"id":8516}},"8518":{"0":"1871","entries":[[{"__isSmartRef__":true,"id":8519},{"__isSmartRef__":true,"id":5968}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8519":{"hash_code":1871,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8520},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8520":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8521},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8521":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8522}],"bucketsByHash":{"__isSmartRef__":true,"id":8523},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8522":{"0":"12712","entries":[[{"__isSmartRef__":true,"id":5972},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8523":{"12712":{"__isSmartRef__":true,"id":8522}},"8524":{"0":"1872","entries":[[{"__isSmartRef__":true,"id":8525},{"__isSmartRef__":true,"id":5982}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8525":{"hash_code":1872,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8526},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8526":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8527},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8527":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8528}],"bucketsByHash":{"__isSmartRef__":true,"id":8529},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8528":{"0":"12712","entries":[[{"__isSmartRef__":true,"id":5972},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8529":{"12712":{"__isSmartRef__":true,"id":8528}},"8530":{"0":"1876","entries":[[{"__isSmartRef__":true,"id":8531},{"__isSmartRef__":true,"id":6001}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8531":{"hash_code":1876,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8532},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8532":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8533},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8533":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8534}],"bucketsByHash":{"__isSmartRef__":true,"id":8535},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8534":{"0":"12743","entries":[[{"__isSmartRef__":true,"id":6005},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8535":{"12743":{"__isSmartRef__":true,"id":8534}},"8536":{"0":"1877","entries":[[{"__isSmartRef__":true,"id":8537},{"__isSmartRef__":true,"id":6015}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8537":{"hash_code":1877,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8538},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8538":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8539},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8539":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8540}],"bucketsByHash":{"__isSmartRef__":true,"id":8541},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8540":{"0":"12743","entries":[[{"__isSmartRef__":true,"id":6005},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8541":{"12743":{"__isSmartRef__":true,"id":8540}},"8542":{"0":"1881","entries":[[{"__isSmartRef__":true,"id":8543},{"__isSmartRef__":true,"id":6034}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8543":{"hash_code":1881,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8544},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8544":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8545},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8545":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8546}],"bucketsByHash":{"__isSmartRef__":true,"id":8547},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8546":{"0":"12774","entries":[[{"__isSmartRef__":true,"id":6038},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8547":{"12774":{"__isSmartRef__":true,"id":8546}},"8548":{"0":"1882","entries":[[{"__isSmartRef__":true,"id":8549},{"__isSmartRef__":true,"id":6048}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8549":{"hash_code":1882,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8550},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8550":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8551},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8551":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8552}],"bucketsByHash":{"__isSmartRef__":true,"id":8553},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8552":{"0":"12774","entries":[[{"__isSmartRef__":true,"id":6038},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8553":{"12774":{"__isSmartRef__":true,"id":8552}},"8554":{"0":"1886","entries":[[{"__isSmartRef__":true,"id":8555},{"__isSmartRef__":true,"id":6067}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8555":{"hash_code":1886,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8556},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8556":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8557},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8557":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8558}],"bucketsByHash":{"__isSmartRef__":true,"id":8559},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8558":{"0":"12805","entries":[[{"__isSmartRef__":true,"id":6071},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8559":{"12805":{"__isSmartRef__":true,"id":8558}},"8560":{"0":"1887","entries":[[{"__isSmartRef__":true,"id":8561},{"__isSmartRef__":true,"id":6081}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8561":{"hash_code":1887,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8562},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8562":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8563},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8563":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8564}],"bucketsByHash":{"__isSmartRef__":true,"id":8565},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8564":{"0":"12805","entries":[[{"__isSmartRef__":true,"id":6071},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8565":{"12805":{"__isSmartRef__":true,"id":8564}},"8566":{"0":"1891","entries":[[{"__isSmartRef__":true,"id":8567},{"__isSmartRef__":true,"id":6100}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8567":{"hash_code":1891,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8568},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8568":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8569},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8569":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8570}],"bucketsByHash":{"__isSmartRef__":true,"id":8571},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8570":{"0":"12836","entries":[[{"__isSmartRef__":true,"id":6104},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8571":{"12836":{"__isSmartRef__":true,"id":8570}},"8572":{"0":"1892","entries":[[{"__isSmartRef__":true,"id":8573},{"__isSmartRef__":true,"id":6114}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8573":{"hash_code":1892,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8574},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8574":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8575},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8575":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8576}],"bucketsByHash":{"__isSmartRef__":true,"id":8577},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8576":{"0":"12836","entries":[[{"__isSmartRef__":true,"id":6104},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8577":{"12836":{"__isSmartRef__":true,"id":8576}},"8578":{"0":"1896","entries":[[{"__isSmartRef__":true,"id":8579},{"__isSmartRef__":true,"id":6133}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8579":{"hash_code":1896,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8580},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8580":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8581},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8581":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8582}],"bucketsByHash":{"__isSmartRef__":true,"id":8583},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8582":{"0":"12867","entries":[[{"__isSmartRef__":true,"id":6137},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8583":{"12867":{"__isSmartRef__":true,"id":8582}},"8584":{"0":"1897","entries":[[{"__isSmartRef__":true,"id":8585},{"__isSmartRef__":true,"id":6147}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8585":{"hash_code":1897,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8586},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8586":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8587},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8587":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8588}],"bucketsByHash":{"__isSmartRef__":true,"id":8589},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8588":{"0":"12867","entries":[[{"__isSmartRef__":true,"id":6137},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8589":{"12867":{"__isSmartRef__":true,"id":8588}},"8590":{"0":"1901","entries":[[{"__isSmartRef__":true,"id":8591},{"__isSmartRef__":true,"id":6166}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8591":{"hash_code":1901,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8592},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8592":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8593},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8593":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8594}],"bucketsByHash":{"__isSmartRef__":true,"id":8595},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8594":{"0":"12898","entries":[[{"__isSmartRef__":true,"id":6170},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8595":{"12898":{"__isSmartRef__":true,"id":8594}},"8596":{"0":"1902","entries":[[{"__isSmartRef__":true,"id":8597},{"__isSmartRef__":true,"id":6180}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8597":{"hash_code":1902,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8598},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8598":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8599},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8599":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8600}],"bucketsByHash":{"__isSmartRef__":true,"id":8601},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8600":{"0":"12898","entries":[[{"__isSmartRef__":true,"id":6170},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8601":{"12898":{"__isSmartRef__":true,"id":8600}},"8602":{"0":"1906","entries":[[{"__isSmartRef__":true,"id":8603},{"__isSmartRef__":true,"id":6199}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8603":{"hash_code":1906,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8604},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8604":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8605},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8605":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8606}],"bucketsByHash":{"__isSmartRef__":true,"id":8607},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8606":{"0":"12929","entries":[[{"__isSmartRef__":true,"id":6203},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8607":{"12929":{"__isSmartRef__":true,"id":8606}},"8608":{"0":"1907","entries":[[{"__isSmartRef__":true,"id":8609},{"__isSmartRef__":true,"id":6213}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8609":{"hash_code":1907,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8610},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8610":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8611},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8611":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8612}],"bucketsByHash":{"__isSmartRef__":true,"id":8613},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8612":{"0":"12929","entries":[[{"__isSmartRef__":true,"id":6203},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8613":{"12929":{"__isSmartRef__":true,"id":8612}},"8614":{"0":"1911","entries":[[{"__isSmartRef__":true,"id":8615},{"__isSmartRef__":true,"id":6232}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8615":{"hash_code":1911,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8616},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8616":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8617},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8617":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8618}],"bucketsByHash":{"__isSmartRef__":true,"id":8619},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8618":{"0":"12960","entries":[[{"__isSmartRef__":true,"id":6236},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8619":{"12960":{"__isSmartRef__":true,"id":8618}},"8620":{"0":"1912","entries":[[{"__isSmartRef__":true,"id":8621},{"__isSmartRef__":true,"id":6246}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8621":{"hash_code":1912,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8622},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8622":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8623},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8623":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8624}],"bucketsByHash":{"__isSmartRef__":true,"id":8625},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8624":{"0":"12960","entries":[[{"__isSmartRef__":true,"id":6236},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8625":{"12960":{"__isSmartRef__":true,"id":8624}},"8626":{"0":"1913","entries":[[{"__isSmartRef__":true,"id":6280},{"__isSmartRef__":true,"id":6264}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8627":{"0":"1914","entries":[[{"__isSmartRef__":true,"id":8628},{"__isSmartRef__":true,"id":6274}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8628":{"hash_code":1914,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":1,"_expression":{"__isSmartRef__":true,"id":8629},"_solver":{"__isSmartRef__":true,"id":3125},"__LivelyClassName__":"ClLinearInequality","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8629":{"_constant":-0.000001,"_terms":{"__isSmartRef__":true,"id":8630},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8630":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8631}],"bucketsByHash":{"__isSmartRef__":true,"id":8632},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8631":{"0":"12991","entries":[[{"__isSmartRef__":true,"id":6279},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8632":{"12991":{"__isSmartRef__":true,"id":8631}},"8633":{"0":"1916","entries":[[{"__isSmartRef__":true,"id":8634},{"__isSmartRef__":true,"id":6267}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8634":{"hash_code":1916,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8635},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8635":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8636},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8636":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8637}],"bucketsByHash":{"__isSmartRef__":true,"id":8638},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8637":{"0":"12991","entries":[[{"__isSmartRef__":true,"id":6279},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8638":{"12991":{"__isSmartRef__":true,"id":8637}},"8639":{"0":"1917","entries":[[{"__isSmartRef__":true,"id":8640},{"__isSmartRef__":true,"id":6291}]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8640":{"hash_code":1917,"_strength":{"__isSmartRef__":true,"id":3151},"_weight":1,"_times_added":0,"_expression":{"__isSmartRef__":true,"id":8641},"__LivelyClassName__":"ClLinearEquation","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8641":{"_constant":0,"_terms":{"__isSmartRef__":true,"id":8642},"__LivelyClassName__":"ClLinearExpression","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.DwarfCassowary"},"8642":{"hasCustomEqualityFunction":false,"buckets":[{"__isSmartRef__":true,"id":8643}],"bucketsByHash":{"__isSmartRef__":true,"id":8644},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8643":{"0":"12991","entries":[[{"__isSmartRef__":true,"id":6279},1]],"__LivelyClassName__":"Bucket","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8644":{"12991":{"__isSmartRef__":true,"id":8643}},"8645":{"884":{"__isSmartRef__":true,"id":7994},"885":{"__isSmartRef__":true,"id":7995},"886":{"__isSmartRef__":true,"id":7996},"889":{"__isSmartRef__":true,"id":8002},"919":{"__isSmartRef__":true,"id":8008},"924":{"__isSmartRef__":true,"id":8014},"929":{"__isSmartRef__":true,"id":8020},"934":{"__isSmartRef__":true,"id":8026},"939":{"__isSmartRef__":true,"id":8032},"944":{"__isSmartRef__":true,"id":8038},"949":{"__isSmartRef__":true,"id":8044},"954":{"__isSmartRef__":true,"id":8050},"959":{"__isSmartRef__":true,"id":8056},"964":{"__isSmartRef__":true,"id":8062},"969":{"__isSmartRef__":true,"id":8068},"974":{"__isSmartRef__":true,"id":8074},"979":{"__isSmartRef__":true,"id":8080},"984":{"__isSmartRef__":true,"id":8086},"989":{"__isSmartRef__":true,"id":8092},"994":{"__isSmartRef__":true,"id":8098},"999":{"__isSmartRef__":true,"id":8104},"1004":{"__isSmartRef__":true,"id":8110},"1009":{"__isSmartRef__":true,"id":8116},"1014":{"__isSmartRef__":true,"id":8122},"1019":{"__isSmartRef__":true,"id":8128},"1024":{"__isSmartRef__":true,"id":8134},"1029":{"__isSmartRef__":true,"id":8140},"1034":{"__isSmartRef__":true,"id":8146},"1039":{"__isSmartRef__":true,"id":8152},"1158":{"__isSmartRef__":true,"id":8158},"1162":{"__isSmartRef__":true,"id":8164},"1166":{"__isSmartRef__":true,"id":8170},"1522":{"__isSmartRef__":true,"id":8176},"1527":{"__isSmartRef__":true,"id":8182},"1532":{"__isSmartRef__":true,"id":8188},"1537":{"__isSmartRef__":true,"id":8194},"1542":{"__isSmartRef__":true,"id":8200},"1547":{"__isSmartRef__":true,"id":8206},"1552":{"__isSmartRef__":true,"id":8212},"1557":{"__isSmartRef__":true,"id":8218},"1562":{"__isSmartRef__":true,"id":8224},"1567":{"__isSmartRef__":true,"id":8230},"1617":{"__isSmartRef__":true,"id":8236},"1622":{"__isSmartRef__":true,"id":8242},"1627":{"__isSmartRef__":true,"id":8248},"1632":{"__isSmartRef__":true,"id":8254},"1637":{"__isSmartRef__":true,"id":8260},"1642":{"__isSmartRef__":true,"id":8266},"1647":{"__isSmartRef__":true,"id":8272},"1652":{"__isSmartRef__":true,"id":8278},"1657":{"__isSmartRef__":true,"id":8284},"1662":{"__isSmartRef__":true,"id":8290},"1667":{"__isSmartRef__":true,"id":8296},"1672":{"__isSmartRef__":true,"id":8302},"1677":{"__isSmartRef__":true,"id":8308},"1682":{"__isSmartRef__":true,"id":8314},"1687":{"__isSmartRef__":true,"id":8320},"1692":{"__isSmartRef__":true,"id":8326},"1697":{"__isSmartRef__":true,"id":8332},"1702":{"__isSmartRef__":true,"id":8338},"1707":{"__isSmartRef__":true,"id":8344},"1712":{"__isSmartRef__":true,"id":8350},"1717":{"__isSmartRef__":true,"id":8356},"1722":{"__isSmartRef__":true,"id":8362},"1752":{"__isSmartRef__":true,"id":8368},"1757":{"__isSmartRef__":true,"id":8374},"1762":{"__isSmartRef__":true,"id":8380},"1767":{"__isSmartRef__":true,"id":8386},"1817":{"__isSmartRef__":true,"id":8392},"1821":{"__isSmartRef__":true,"id":8398},"1822":{"__isSmartRef__":true,"id":8404},"1826":{"__isSmartRef__":true,"id":8410},"1827":{"__isSmartRef__":true,"id":8416},"1831":{"__isSmartRef__":true,"id":8422},"1832":{"__isSmartRef__":true,"id":8428},"1836":{"__isSmartRef__":true,"id":8434},"1837":{"__isSmartRef__":true,"id":8440},"1841":{"__isSmartRef__":true,"id":8446},"1842":{"__isSmartRef__":true,"id":8452},"1846":{"__isSmartRef__":true,"id":8458},"1847":{"__isSmartRef__":true,"id":8464},"1851":{"__isSmartRef__":true,"id":8470},"1852":{"__isSmartRef__":true,"id":8476},"1856":{"__isSmartRef__":true,"id":8482},"1857":{"__isSmartRef__":true,"id":8488},"1861":{"__isSmartRef__":true,"id":8494},"1862":{"__isSmartRef__":true,"id":8500},"1866":{"__isSmartRef__":true,"id":8506},"1867":{"__isSmartRef__":true,"id":8512},"1871":{"__isSmartRef__":true,"id":8518},"1872":{"__isSmartRef__":true,"id":8524},"1876":{"__isSmartRef__":true,"id":8530},"1877":{"__isSmartRef__":true,"id":8536},"1881":{"__isSmartRef__":true,"id":8542},"1882":{"__isSmartRef__":true,"id":8548},"1886":{"__isSmartRef__":true,"id":8554},"1887":{"__isSmartRef__":true,"id":8560},"1891":{"__isSmartRef__":true,"id":8566},"1892":{"__isSmartRef__":true,"id":8572},"1896":{"__isSmartRef__":true,"id":8578},"1897":{"__isSmartRef__":true,"id":8584},"1901":{"__isSmartRef__":true,"id":8590},"1902":{"__isSmartRef__":true,"id":8596},"1906":{"__isSmartRef__":true,"id":8602},"1907":{"__isSmartRef__":true,"id":8608},"1911":{"__isSmartRef__":true,"id":8614},"1912":{"__isSmartRef__":true,"id":8620},"1913":{"__isSmartRef__":true,"id":8626},"1914":{"__isSmartRef__":true,"id":8627},"1916":{"__isSmartRef__":true,"id":8633},"1917":{"__isSmartRef__":true,"id":8639}},"8646":{"hasCustomEqualityFunction":false,"buckets":[],"bucketsByHash":{"__isSmartRef__":true,"id":8647},"__LivelyClassName__":"Hashtable","__SourceModuleName__":"Global.users.timfelgentreff.cassowary.Hashtable"},"8647":{},"8648":{"currentMark":0,"__LivelyClassName__":"DBPlanner","__SourceModuleName__":"Global.users.timfelgentreff.deltablue.deltablue"},"8649":{"simulateStep":{"__isSmartRef__":true,"id":8650},"simulateStepPart":{"__isSmartRef__":true,"id":8654},"log":{"__isSmartRef__":true,"id":8658},"clearLog":{"__isSmartRef__":true,"id":8662},"resetSolvers":{"__isSmartRef__":true,"id":8666}},"8650":{"varMapping":{"__isSmartRef__":true,"id":8651},"source":"function simulateStep() {\n this.clearLog()\n\n var connections = []\n this.submorphs.select(function(ea) {\n return ea.fromMorph && ea.toMorph\n }).each(function(ea) {\n connections.push([ea.fromMorph, ea.toMorph])\n connections.push([ea.toMorph, ea.fromMorph])\n })\n\n var simParts = this.submorphs.select(function(ea) {\n return ea.isEnergySimulationPart\n })\n simParts.each(function(ea) {\n ea.$ = ea.parseSource()\n if (ea.$.Value) ea.$.Value = Number(ea.$.Value)\n })\n simParts.each(function(ea) {\n var other = connections.select(function(con) {\n return con[0] === ea\n }).collect(function(con) { return con[1]})\n try {\n this.simulateStepPart(ea, other)\n } catch(e) {\n this.log(\"Error simulating \" + ea + \" and \" + other);\n }\n }, this)\n simParts.each(function(ea) {\n ea.printSource(ea.$)\n })\n}","funcProperties":{"__isSmartRef__":true,"id":8652},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8651":{"this":{"__isSmartRef__":true,"id":1}},"8652":{"timestamp":{"__isSmartRef__":true,"id":8653},"user":"timfelgentreff","tags":[]},"8653":{"isSerializedDate":true,"string":"Fri Jan 24 2014 15:59:59 GMT+0100 (W. Europe Standard Time)"},"8654":{"varMapping":{"__isSmartRef__":true,"id":8655},"source":"function simulateStepPart(aPart, otherParts) {\n // this.simulateStepPart(this.get(\"ThermalStation\"), [this.get(\"Fuel\"), this.get(\"HeatStorage\")])\n // this.get(\"ThermalStation\").$\n\n this.log(\"Simulate \" + aPart + \" \" + otherParts)\n\n // if (aPart.$.Value) \n // aPart.$.Value++\n\n if (aPart.$.In && aPart.$.Out) {\n if (aPart.$.In) {\n var input = otherParts.detect(function(ea) { return ea.$.Stores == aPart.$.In})\n if (!input) this.log(\"PROBLEM: could not find \" + aPart.$.In)\n }\n\n if (aPart.$.Out) {\n var output = otherParts.detect(function(ea) { return ea.$.Stores == aPart.$.Out})\n if (!output) this.log(\"PROBLEM: could not find \" + aPart.$.Out)\n }\n if (input && output) {\n var delta = 1\n bbb.atomic(function () {\n output.$.Value += delta\n input.$.Value -= delta\n });\n } else if (input) {\n var delta = 1\n input.$.Value -= delta\n }\n }\n \n}","funcProperties":{"__isSmartRef__":true,"id":8656},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8655":{"this":{"__isSmartRef__":true,"id":1}},"8656":{"timestamp":{"__isSmartRef__":true,"id":8657},"user":"timfelgentreff","tags":[]},"8657":{"isSerializedDate":true,"string":"Fri Jan 24 2014 16:00:43 GMT+0100 (W. Europe Standard Time)"},"8658":{"varMapping":{"__isSmartRef__":true,"id":8659},"source":"function log(s) {\n this.get(\"Log\").textString += s + \"\\n\"\n this.get(\"Log\").scrollToBottom()\n}","funcProperties":{"__isSmartRef__":true,"id":8660},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8659":{"this":{"__isSmartRef__":true,"id":1}},"8660":{"timestamp":{"__isSmartRef__":true,"id":8661},"user":"jenslincke","tags":[]},"8661":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:39:54 GMT+0100 (W. Europe Standard Time)"},"8662":{"varMapping":{"__isSmartRef__":true,"id":8663},"source":"function clearLog() {\n this.get(\"Log\").textString = \"\"\n}","funcProperties":{"__isSmartRef__":true,"id":8664},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8663":{"this":{"__isSmartRef__":true,"id":1}},"8664":{"timestamp":{"__isSmartRef__":true,"id":8665},"user":"jenslincke","tags":[]},"8665":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:40:14 GMT+0100 (W. Europe Standard Time)"},"8666":{"varMapping":{"__isSmartRef__":true,"id":8667},"source":"function resetSolvers() {\n this.cassowary = new ClSimplexSolver()\n this.deltablue = new DBPlanner()\n}","funcProperties":{"__isSmartRef__":true,"id":8668},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8667":{"this":{"__isSmartRef__":true,"id":1}},"8668":{"timestamp":{"__isSmartRef__":true,"id":8669},"user":"timfelgentreff","tags":[]},"8669":{"isSerializedDate":true,"string":"Fri Jan 24 2014 15:00:42 GMT+0100 (W. Europe Standard Time)"},"8670":{"submorphs":[{"__isSmartRef__":true,"id":8671},{"__isSmartRef__":true,"id":8701}],"scripts":[],"id":"47E399A1-6DDD-4D97-9D1A-9DA65E960547","shape":{"__isSmartRef__":true,"id":8744},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"Fuel1","partsBinMetaInfo":{"__isSmartRef__":true,"id":8745},"eventHandler":{"__isSmartRef__":true,"id":8791},"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","BBAFB862-93AE-4F89-BCFF-9F1C67B7FE4C","7EC17E78-593A-4CC8-B7E3-859BCBBFE785","BD8BECDB-A9A1-4009-B433-C925F0AFCCFC","F2677A9D-5855-4DF2-B248-94545B34B762","D52188B3-7DC0-410E-96B1-50892AC00A37","5E21C7BB-A7E2-498E-858F-032DCC55A4FC","2072AEFD-449A-4F4E-B8A5-9A6C57DEBB4B","8013D903-1809-4244-AABF-4DF28A1844DB","00F3C15D-F47A-44A0-8AD1-817E6DA58255","2FF45486-D142-4402-AAB3-668D6AC43B94","616004FC-25D9-4F3E-B06D-4B04002A138A"],"partTests":{"__isSmartRef__":true,"id":8792},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"isCopyMorphRef":true,"morphRefId":2,"magnets":[{"__isSmartRef__":true,"id":8797},{"__isSmartRef__":true,"id":8798},{"__isSmartRef__":true,"id":8799},{"__isSmartRef__":true,"id":8800},{"__isSmartRef__":true,"id":8801},{"__isSmartRef__":true,"id":8802},{"__isSmartRef__":true,"id":8803},{"__isSmartRef__":true,"id":8804}],"prevScroll":[0,0],"isEnergySimulationPart":true,"layout":{"__isSmartRef__":true,"id":8805},"$":{"__isSmartRef__":true,"id":8806},"__serializedExpressions__":["distanceToDragEvent","_Position"],"owner":{"__isSmartRef__":true,"id":0},"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8807},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","distanceToDragEvent":"lively.pt(148.5,-8.0)","_Position":"lively.pt(1212.0,115.9)"},"8671":{"submorphs":[],"scripts":[],"id":"C60E51DA-C8E5-4B62-9C21-95391C31F4C7","shape":{"__isSmartRef__":true,"id":8672},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":120.695652,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":11,"name":"SourceText","partsBinMetaInfo":{"__isSmartRef__":true,"id":8673},"textChunks":[{"__isSmartRef__":true,"id":8689}],"charsReplaced":"","lastFindLoc":42,"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":8691},"_ClipMode":"hidden","derivationIds":[355,"1EB1674F-8BF2-419B-B054-86129ED70335","63698904-DC05-4341-A9B6-5CC4A219CD04","F6A714BA-4735-41ED-8A2A-45CB153FBDF8","F1D26890-7392-487D-B5DE-97C772B4E79E","1BC17AC6-65D2-4DD8-906E-C419087FC3F7","6809C3A5-DCFA-4E76-9397-E4C5BA4A34C7","C528D4FD-5331-4D9A-9352-1088CF72DDDA","A3CD61D5-7936-402F-8EBA-3E2456AB5E0C","39BE0850-B4DE-4E8D-9EC7-7A6A5059775A","2035C52E-14AD-4493-A166-F79162AD66FB","84D9E17B-8EF3-43CE-92C8-290BA9F2601A","2B527618-C394-4B5B-9DCA-7D5FB647B282"],"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":120.695652,"_MinTextHeight":null,"isBeingDragged":false,"moved":true,"owner":{"__isSmartRef__":true,"id":8670},"magnets":[{"__isSmartRef__":true,"id":8692},{"__isSmartRef__":true,"id":8693},{"__isSmartRef__":true,"id":8694},{"__isSmartRef__":true,"id":8695},{"__isSmartRef__":true,"id":8696},{"__isSmartRef__":true,"id":8697},{"__isSmartRef__":true,"id":8698},{"__isSmartRef__":true,"id":8699}],"lastSearchString":"","lastSearchIndex":0,"searchHighlights":[],"_WordBreak":"break-all","layout":{"__isSmartRef__":true,"id":8700},"draggingEnabled":false,"_PreviousBorderWidth":1,"previousSelection":[37,40],"__serializedExpressions__":["_Position","textColor","_Padding","distanceToDragEvent"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(8.1,6.3)","textColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(5,5,0,0)","distanceToDragEvent":"lively.pt(128.4,-11.6)"},"8672":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","_Fill":null,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(208.1,59.6)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(4,2,0,0)"},"8673":{"partsSpaceName":"PartsBin/Basic","migrationLevel":4,"comment":"a simple text morph","partName":"Text","changes":[{"__isSmartRef__":true,"id":8674},{"__isSmartRef__":true,"id":8676},{"__isSmartRef__":true,"id":8678},{"__isSmartRef__":true,"id":8680},{"__isSmartRef__":true,"id":8682},{"__isSmartRef__":true,"id":8684},{"__isSmartRef__":true,"id":8686}],"lastModifiedDate":{"__isSmartRef__":true,"id":8688},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8674":{"date":{"__isSmartRef__":true,"id":8675},"author":"jenslincke","message":"no comment","id":"A3BA0C1E-7E83-43BF-9EC6-4F4BB3835D62"},"8675":{"isSerializedDate":true,"string":"Tue Mar 12 2013 17:31:56 GMT+0100 (W. Europe Standard Time)"},"8676":{"date":{"__isSmartRef__":true,"id":8677},"author":"timfelgentreff","message":"better text","id":"B904F9AC-6EA0-4A8A-83C9-AFC85AADC194"},"8677":{"isSerializedDate":true,"string":"Tue May 08 2012 14:18:18 GMT+0200 (W. Europe Daylight Time)"},"8678":{"date":{"__isSmartRef__":true,"id":8679},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"785D95BD-7858-43EB-90E6-A1C085E2F2B9"},"8679":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:32:09 GMT+0200 (W. Europe Daylight Time)"},"8680":{"date":{"__isSmartRef__":true,"id":8681},"author":"tessi","message":"TextBubble calls its disappear() function after showBubbleTime() milliseconds now","id":"0F4DE333-A551-4961-B29D-70270977EBEF"},"8681":{"isSerializedDate":true,"string":"Sat Apr 21 2012 07:31:43 GMT+0200 (W. Europe Daylight Time)"},"8682":{"date":{"__isSmartRef__":true,"id":8683},"author":"undefined","message":"Set the inset as: this.setPadding(Rectangle.inset(4,2)). This gives it a more pleasing appearance with a border, and also makes it easier to select near the bounds.","id":"BD5B0E4C-4830-4863-A013-35BB66D5AD6F"},"8683":{"isSerializedDate":true,"string":"Mon Feb 27 2012 06:20:38 GMT+0100 (W. Europe Standard Time)"},"8684":{"date":{"__isSmartRef__":true,"id":8685},"author":"robertkrahn","message":"text click was broken?","id":"9D065E14-9653-4B2A-9A2E-3AD84EBBC3E0"},"8685":{"isSerializedDate":true,"string":"Sat Apr 21 2012 16:30:30 GMT+0200 (W. Europe Daylight Time)"},"8686":{"date":{"__isSmartRef__":true,"id":8687},"author":"jenslincke","message":"no comment","id":"9E495E1B-6E6D-4A89-9F9E-85AF618DC598"},"8687":{"isSerializedDate":true,"string":"Tue Mar 12 2013 18:36:22 GMT+0100 (W. Europe Standard Time)"},"8688":{"isSerializedDate":true,"string":"Tue Mar 12 2013 18:35:33 GMT+0100 (W. Europe Standard Time)"},"8689":{"style":{"__isSmartRef__":true,"id":8690},"chunkOwner":{"__isSmartRef__":true,"id":8671},"_id":"_4537","storedString":"Name: Fuel\nStores: FosilEnergy\nValue: 14","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8690":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8691":{"morph":{"__isSmartRef__":true,"id":8671},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8692":{"morph":{"__isSmartRef__":true,"id":8671},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(703.3,404.0)"},"8693":{"morph":{"__isSmartRef__":true,"id":8671},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(802.0,404.0)"},"8694":{"morph":{"__isSmartRef__":true,"id":8671},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(900.6,404.0)"},"8695":{"morph":{"__isSmartRef__":true,"id":8671},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(900.6,444.7)"},"8696":{"morph":{"__isSmartRef__":true,"id":8671},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(900.6,485.4)"},"8697":{"morph":{"__isSmartRef__":true,"id":8671},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(802.0,485.4)"},"8698":{"morph":{"__isSmartRef__":true,"id":8671},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(703.3,485.4)"},"8699":{"morph":{"__isSmartRef__":true,"id":8671},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(703.3,444.7)"},"8700":{"resizeWidth":true,"resizeHeight":true},"8701":{"_ClipMode":"visible","attributeConnections":[{"__isSmartRef__":true,"id":8702}],"cornerName":"bottomRight","derivationIds":[7147,"16E962DF-21E9-4FE6-8B9B-953F0E908113","ADD0B5C0-0DC6-4D8E-9C2A-0EC7E3C71F21","25C53CC1-53E0-44A6-8E16-A56606A19EF0","50F19BF2-9607-4419-A8C2-0352B0A6FF57","56B7FFB1-61EA-47B9-AC63-A78EA3203E0F","7ED9D491-F8A0-41CA-ADCC-D29EB7805558","1A9D02A8-2BC9-4042-9A96-2149467A88F5","0E224134-B29B-4EF6-AA59-0CDD8170364D","BF087085-EA96-48C6-9B64-61ACD38A53E1","AB2881AA-09BE-49E5-BE41-16666B1D6BB1","6DFBFAC2-CC77-4877-B598-56C79170C9D4","1B5E2BBC-C790-46F1-96AF-F54D33EEBF55","B99B9675-67A4-4BEF-B100-C13DBEC8B96A","3B42F8FC-8AD0-4E61-BF88-F71167738F67","ECEFACBB-EA6E-4F3D-8FF5-D2E957319A51","BE7792EB-8681-4CEB-AE2B-465FA35F4B39"],"doNotCopyProperties":["$$cornerName"],"doNotSerialize":["$$cornerName"],"dragStartPoint":null,"draggingEnabled":true,"__layered_droppingEnabled__":true,"eventHandler":{"__isSmartRef__":true,"id":8703},"halosEnabled":true,"id":"C9DBB036-1303-4666-BEB5-351CD2ED106F","isResizeCorner":true,"moved":true,"name":"ResizeCorner1","originalTargetBounds":null,"originalTargetExtent":null,"originalTargetInnerBounds":null,"partsBinMetaInfo":{"__isSmartRef__":true,"id":8704},"registeredForMouseEvents":true,"relativeOrigin":null,"scripts":[],"shape":{"__isSmartRef__":true,"id":8705},"showsHalos":false,"submorphs":[],"owner":{"__isSmartRef__":true,"id":8670},"__serializedExpressions__":["_Position","originalExtent","distanceToDragEvent"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8706},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(217.4,60.8)","originalExtent":"lively.pt(239.0,138.0)","distanceToDragEvent":"lively.pt(35.8,-13.5)"},"8702":{"sourceAttrName":"cornerName","sourceObj":{"__isSmartRef__":true,"id":8701},"targetMethodName":"alignToOwner","targetObj":{"__isSmartRef__":true,"id":8701},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"8703":{"morph":{"__isSmartRef__":true,"id":8701},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8704":{"comment":"Resize an object without using halos.","migrationLevel":2,"partName":"ResizeCorner","partsSpaceName":"PartsBin/Widgets/","revisionOnLoad":140152,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8705":{"_BorderWidth":1,"_ClipMode":"visible","__serializedExpressions__":["_BorderColor","_Extent","_Fill","_Padding","position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderColor":"Color.rgb(145,145,145)","_Extent":"lively.pt(10.0,10.0)","_Fill":"Color.rgb(66,66,66)","_Padding":"lively.rect(0,0,0,0)","position":"lively.pt(0.0,0.0)"},"8706":{"alignToOwner":{"__isSmartRef__":true,"id":8707},"morphMenuItems":{"__isSmartRef__":true,"id":8710},"onDrag":{"__isSmartRef__":true,"id":8717},"onDragEnd":{"__isSmartRef__":true,"id":8725},"onDragStart":{"__isSmartRef__":true,"id":8733},"reset":{"__isSmartRef__":true,"id":8741}},"8707":{"funcProperties":{"__isSmartRef__":true,"id":8708},"source":"function alignToOwner() {\n this.align(this.bounds()[this.cornerName](), this.owner.shape.bounds()[this.cornerName]() )\n}","varMapping":{"__isSmartRef__":true,"id":8709},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8708":{},"8709":{"this":{"__isSmartRef__":true,"id":8701}},"8710":{"funcProperties":{"__isSmartRef__":true,"id":8711},"source":"function morphMenuItems() {\n return $super().concat([\n [\"corner\", [\n [\"top left\", function() { this.cornerName = 'topLeft'}.bind(this)],\n [\"top right\", function() { this.cornerName = 'topRight'}.bind(this)],\n [\"bottom right\", function() { this.cornerName = 'bottomRight'}.bind(this)],\n [\"bottom left\", function() { this.cornerName = 'bottomLeft'}.bind(this)],\n ]]\n ])\t\n}","varMapping":{"__isSmartRef__":true,"id":8712},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8711":{},"8712":{"this":{"__isSmartRef__":true,"id":8701},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8713}},"8713":{"$super":{"__isSmartRef__":true,"id":8714}},"8714":{"funcProperties":{"__isSmartRef__":true,"id":8715},"source":"function () {\n\t\t\t\ttry {\n\t\t\t\t\treturn obj.constructor.prototype[name].apply(obj, arguments)\n\t\t\t\t} catch(e) {\n\t\t\t\t\talert('Error in $super call: ' + e + '\\n' + e.stack);\n\t\t\t\t\treturn null;\n\t\t\t\t}\n\t\t\t}","varMapping":{"__isSmartRef__":true,"id":8716},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8715":{},"8716":{"name":"morphMenuItems","obj":{"__isSmartRef__":true,"id":8701}},"8717":{"funcProperties":{"__isSmartRef__":true,"id":8718},"source":"function onDrag(evt) {\n // alert(\"onDrag\")\n // this.owner.setPosition(pt(0,0))\n // this.owner.setOrigin(pt(0,0))\n var moveDelta = evt.mousePoint.subPt(this.dragStartPoint)\n \n // moveDelta = moveDelta.maxPt(pt(0,0))\n var ownerExtent = this.owner.getExtent();\n\n // TODO does not work\n if (evt.isShiftDown()) {\n var maxDelta = Math.max(moveDelta.x, moveDelta.y);\n if (maxDelta == 0) return;\n var factor = ownerExtent.x / ownerExtent.y\n moveDelta = pt(maxDelta * factor, maxDelta )\n }\n var accessor = \"with\" + this.cornerName.charAt(0).toUpperCase() + this.cornerName.substring(1);\n\n var newCorner = this.originalTargetBounds[this.cornerName]().addPt(moveDelta);\n var newBounds = this.originalTargetBounds[accessor ](newCorner);\n\n this.owner.setBounds(newBounds);\n \n // var newExtent = this.originalTargetExtent.addPt(moveDelta)\n // alertOK(\"new extent\" + newExtent)\n // this.owner.setExtent(newExtent);\n this.owner.submorphs.select(function(ea) {\n return ea.isResizeCorner\n }).invoke('alignToOwner');\n if (this.owner.halos) {\n this.owner.halos.invoke('alignAtTarget')\n }\n // alertOK(\"relative \" + this.relativeOrigin)\n var newOrigin = pt(0,0).extent(this.owner.getExtent()).relativeToAbsPoint(this.relativeOrigin)\n\n // TODO IMPLEMENT updating the origin does not work yet\n // this.owner.setOrigin(newOrigin);\n // alertOK(\"new origin \" + newOrigin)\n\n}","varMapping":{"__isSmartRef__":true,"id":8720},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8718":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":8719},"user":"sstamm"},"8719":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:52 GMT+0100 (W. Europe Standard Time)"},"8720":{"this":{"__isSmartRef__":true,"id":8701},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8721}},"8721":{"$super":{"__isSmartRef__":true,"id":8722}},"8722":{"funcProperties":{"__isSmartRef__":true,"id":8723},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","varMapping":{"__isSmartRef__":true,"id":8724},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8723":{},"8724":{"name":"onDrag","obj":{"__isSmartRef__":true,"id":8701}},"8725":{"funcProperties":{"__isSmartRef__":true,"id":8726},"source":"function onDragEnd(evt) {\n this.dragStartPoint = null;\n this.originalTargetBounds = null;\n this.relativeOrigin = null;\n}","varMapping":{"__isSmartRef__":true,"id":8728},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8726":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":8727},"user":"sstamm"},"8727":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:09:00 GMT+0100 (W. Europe Standard Time)"},"8728":{"this":{"__isSmartRef__":true,"id":8701},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8729}},"8729":{"$super":{"__isSmartRef__":true,"id":8730}},"8730":{"funcProperties":{"__isSmartRef__":true,"id":8731},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","varMapping":{"__isSmartRef__":true,"id":8732},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8731":{},"8732":{"name":"onDragEnd","obj":{"__isSmartRef__":true,"id":8701}},"8733":{"funcProperties":{"__isSmartRef__":true,"id":8734},"source":"function onDragStart(evt) {\n var absToRelativePoint = function (r, absPt) {\n\t\treturn new Point(\n\t\t\t(absPt.x - r.x) / r.width,\n\t\t\t(absPt.y - r.y) / r.height)\n\t}\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(20,20))\n // absToRelativePoint(new Rectangle(10,10,100,100), pt(0,0))\n // absToRelativePoint(new Rectangle(-100,-100,200,200), pt(0,0))\n\n\n this.dragStartPoint = evt.mousePoint;\n this.originalTargetBounds= this.owner.bounds();\n this.relativeOrigin = absToRelativePoint(pt(0,0).extent(this.owner.getExtent()), this.owner.getOrigin())\n}","varMapping":{"__isSmartRef__":true,"id":8736},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8734":{"tags":[],"timestamp":{"__isSmartRef__":true,"id":8735},"user":"sstamm"},"8735":{"isSerializedDate":true,"string":"Thu Feb 23 2012 12:08:40 GMT+0100 (W. Europe Standard Time)"},"8736":{"this":{"__isSmartRef__":true,"id":8701},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8737}},"8737":{"$super":{"__isSmartRef__":true,"id":8738}},"8738":{"funcProperties":{"__isSmartRef__":true,"id":8739},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","varMapping":{"__isSmartRef__":true,"id":8740},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8739":{},"8740":{"name":"onDragStart","obj":{"__isSmartRef__":true,"id":8701}},"8741":{"funcProperties":{"__isSmartRef__":true,"id":8742},"source":"function reset() {\n this.isResizeCorner = true\n this.cornerName = 'bottomRight'\n this.setExtent(pt(10,10));\n this.setPosition(pt(0,0))\n}","varMapping":{"__isSmartRef__":true,"id":8743},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8742":{},"8743":{"this":{"__isSmartRef__":true,"id":8701}},"8744":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(226.4,69.8)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(1.0,1.0)"},"8745":{"partsSpaceName":"PartsBin/Jens","comment":"A plain simple rectangle","migrationLevel":4,"partName":"EnergySimulationPart","changes":[{"__isSmartRef__":true,"id":8746},{"__isSmartRef__":true,"id":8748},{"__isSmartRef__":true,"id":8750},{"__isSmartRef__":true,"id":8752},{"__isSmartRef__":true,"id":8754},{"__isSmartRef__":true,"id":8756},{"__isSmartRef__":true,"id":8758},{"__isSmartRef__":true,"id":8760},{"__isSmartRef__":true,"id":8762},{"__isSmartRef__":true,"id":8764},{"__isSmartRef__":true,"id":8766},{"__isSmartRef__":true,"id":8768},{"__isSmartRef__":true,"id":8770},{"__isSmartRef__":true,"id":8772},{"__isSmartRef__":true,"id":8774},{"__isSmartRef__":true,"id":8776},{"__isSmartRef__":true,"id":8778},{"__isSmartRef__":true,"id":8780},{"__isSmartRef__":true,"id":8782},{"__isSmartRef__":true,"id":8784},{"__isSmartRef__":true,"id":8786},{"__isSmartRef__":true,"id":8788}],"lastModifiedDate":{"__isSmartRef__":true,"id":8790},"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8746":{"author":"robertkrahn","message":"no comment","id":"FBBB9C99-B61C-4D5F-8750-6E2987DF0C9C","date":{"__isSmartRef__":true,"id":8747}},"8747":{"isSerializedDate":true,"string":"Fri Jun 21 2013 00:16:24 GMT+0200 (W. Europe Daylight Time)"},"8748":{"author":"robertkrahn","message":"no comment","id":"67FD74CD-7AE4-4050-ADC7-4DF73804258D","date":{"__isSmartRef__":true,"id":8749}},"8749":{"isSerializedDate":true,"string":"Thu May 30 2013 09:18:06 GMT+0200 (W. Europe Daylight Time)"},"8750":{"author":"jenslincke","message":"no comment","id":"AEB2F41B-2C88-4BBA-8875-93CD17CBA1C8","date":{"__isSmartRef__":true,"id":8751}},"8751":{"isSerializedDate":true,"string":"Wed Jan 23 2013 12:57:18 GMT+0100 (W. Europe Standard Time)"},"8752":{"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23","date":{"__isSmartRef__":true,"id":8753}},"8753":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (W. Europe Daylight Time)"},"8754":{"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC","date":{"__isSmartRef__":true,"id":8755}},"8755":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (W. Europe Daylight Time)"},"8756":{"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2","date":{"__isSmartRef__":true,"id":8757}},"8757":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (W. Europe Standard Time)"},"8758":{"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B","date":{"__isSmartRef__":true,"id":8759}},"8759":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (W. Europe Standard Time)"},"8760":{"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7","date":{"__isSmartRef__":true,"id":8761}},"8761":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (W. Europe Standard Time)"},"8762":{"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350","date":{"__isSmartRef__":true,"id":8763}},"8763":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (W. Europe Daylight Time)"},"8764":{"author":"bgnauk","message":"no comment","id":"0124E570-50B7-4CE3-83A1-6E7BA89B5CD8","date":{"__isSmartRef__":true,"id":8765}},"8765":{"isSerializedDate":true,"string":"Mon Jun 18 2012 19:35:08 GMT+0200 (W. Europe Daylight Time)"},"8766":{"author":"jenslincke","message":"I want my blue rectangle back!","id":"5AA9291A-869F-4D36-8095-4721B5A5B205","date":{"__isSmartRef__":true,"id":8767}},"8767":{"isSerializedDate":true,"string":"Thu Nov 22 2012 10:35:51 GMT+0100 (W. Europe Standard Time)"},"8768":{"author":"jenslincke","message":"no comment","id":"A4B86A7E-A398-4C29-BEE0-4AA045ABABD2","date":{"__isSmartRef__":true,"id":8769}},"8769":{"isSerializedDate":true,"string":"Fri Jan 18 2013 16:42:31 GMT+0100 (W. Europe Standard Time)"},"8770":{"author":"jenslincke","message":"added legend","id":"7ADA3049-56C1-4D32-874B-F664A79DDB20","date":{"__isSmartRef__":true,"id":8771}},"8771":{"isSerializedDate":true,"string":"Fri Jan 18 2013 16:47:05 GMT+0100 (W. Europe Standard Time)"},"8772":{"author":"SAPLivelyScreen","message":"no comment","id":"EF145198-0649-41BD-A92E-521D98FEC49D","date":{"__isSmartRef__":true,"id":8773}},"8773":{"isSerializedDate":true,"string":"Thu May 30 2013 00:36:50 GMT+0200 (W. Europe Daylight Time)"},"8774":{"author":"SAPLivelyScreen","message":"no comment","id":"7A44D8CA-6D5F-42A3-A4B4-4D7F51EECA52","date":{"__isSmartRef__":true,"id":8775}},"8775":{"isSerializedDate":true,"string":"Tue Jun 18 2013 20:49:27 GMT+0200 (W. Europe Daylight Time)"},"8776":{"author":"robertkrahn","message":"no comment","id":"A452871F-4EB9-45D1-94B8-6065CBA7B8FD","date":{"__isSmartRef__":true,"id":8777}},"8777":{"isSerializedDate":true,"string":"Tue Jul 30 2013 08:20:51 GMT+0200 (W. Europe Daylight Time)"},"8778":{"date":{"__isSmartRef__":true,"id":8779},"author":"jenslincke","message":"no comment","id":"DFD9B858-DED4-4045-975D-D7DDA7A77A31"},"8779":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:02:28 GMT+0100 (W. Europe Standard Time)"},"8780":{"date":{"__isSmartRef__":true,"id":8781},"author":"jenslincke","message":"no comment","id":"BAEA1E7E-B9FE-4406-8ECD-3A1940CF9EB5"},"8781":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:10:08 GMT+0100 (W. Europe Standard Time)"},"8782":{"date":{"__isSmartRef__":true,"id":8783},"author":"jenslincke","message":"no comment","id":"B200899F-0CF6-42D9-8833-B7FEE4B84D77"},"8783":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:24:55 GMT+0100 (W. Europe Standard Time)"},"8784":{"date":{"__isSmartRef__":true,"id":8785},"author":"jenslincke","message":"no comment","id":"ECE4F1AA-AD2F-4520-A109-EA618BDFE3E6"},"8785":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:29:33 GMT+0100 (W. Europe Standard Time)"},"8786":{"date":{"__isSmartRef__":true,"id":8787},"author":"jenslincke","message":"no comment","id":"DE87D1E0-38E7-4415-8B9B-BA2FAC6AC267"},"8787":{"isSerializedDate":true,"string":"Wed Jan 22 2014 21:07:26 GMT+0100 (W. Europe Standard Time)"},"8788":{"date":{"__isSmartRef__":true,"id":8789},"author":"jenslincke","message":"no comment","id":"59439CF0-C76A-4626-AC97-68FAAE29042B"},"8789":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:23:13 GMT+0100 (W. Europe Standard Time)"},"8790":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:18:19 GMT+0100 (W. Europe Standard Time)"},"8791":{"morph":{"__isSmartRef__":true,"id":8670},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8792":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8793}},"8793":{"test01IsMorph":{"__isSmartRef__":true,"id":8794}},"8794":{"varMapping":{"__isSmartRef__":true,"id":8795},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":8796},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8795":{"this":{"__isSmartRef__":true,"id":8792}},"8796":{},"8797":{"morph":{"__isSmartRef__":true,"id":8670},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.0)","cachedGlobalPosition":"lively.pt(693.3,367.1)"},"8798":{"morph":{"__isSmartRef__":true,"id":8670},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,0.0)","cachedGlobalPosition":"lively.pt(801.6,367.1)"},"8799":{"morph":{"__isSmartRef__":true,"id":8670},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.0)","cachedGlobalPosition":"lively.pt(909.9,367.1)"},"8800":{"morph":{"__isSmartRef__":true,"id":8670},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,0.5)","cachedGlobalPosition":"lively.pt(909.9,431.1)"},"8801":{"morph":{"__isSmartRef__":true,"id":8670},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(1.0,1.0)","cachedGlobalPosition":"lively.pt(909.9,495.2)"},"8802":{"morph":{"__isSmartRef__":true,"id":8670},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.5,1.0)","cachedGlobalPosition":"lively.pt(801.6,495.2)"},"8803":{"morph":{"__isSmartRef__":true,"id":8670},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,1.0)","cachedGlobalPosition":"lively.pt(693.3,495.2)"},"8804":{"morph":{"__isSmartRef__":true,"id":8670},"connectedControlPoints":[],"__serializedExpressions__":["position","cachedGlobalPosition"],"__LivelyClassName__":"lively.morphic.RelativeMagnet","__SourceModuleName__":"Global.lively.morphic.Connectors","position":"lively.pt(0.0,0.5)","cachedGlobalPosition":"lively.pt(693.3,431.1)"},"8805":{"adjustForNewBounds":true},"8806":{"Name":"Fuel","Stores":"FosilEnergy","Value":14},"8807":{"migrateFrom":{"__isSmartRef__":true,"id":8808},"parseSource":{"__isSmartRef__":true,"id":8812},"printSource":{"__isSmartRef__":true,"id":8816}},"8808":{"varMapping":{"__isSmartRef__":true,"id":8809},"source":"function migrateFrom(other) {\n this.get(\"SourceText\").textString = other.get(\"SourceText\").textString\n}","funcProperties":{"__isSmartRef__":true,"id":8810},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8809":{"this":{"__isSmartRef__":true,"id":8670}},"8810":{"timestamp":{"__isSmartRef__":true,"id":8811},"user":"jenslincke","tags":[]},"8811":{"isSerializedDate":true,"string":"Wed Jan 22 2014 18:09:44 GMT+0100 (W. Europe Standard Time)"},"8812":{"varMapping":{"__isSmartRef__":true,"id":8813},"source":"function parseSource() {\n // this.parseSource()\n var obj = {}\n this.get(\"SourceText\").textString.split(\"\\n\").each(function(line){\n var m = line.match(/([^:]*): *(.*)/)\n if (m) {\n if (m[2].match(\",\"))\n obj[m[1]] = m[2].split(/, ?/)\n obj[m[1]] = m[2]\n }\n })\n return obj\n}","funcProperties":{"__isSmartRef__":true,"id":8814},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8813":{"this":{"__isSmartRef__":true,"id":8670}},"8814":{"timestamp":{"__isSmartRef__":true,"id":8815},"user":"jenslincke","tags":[]},"8815":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:22:33 GMT+0100 (W. Europe Standard Time)"},"8816":{"varMapping":{"__isSmartRef__":true,"id":8817},"source":"function printSource(obj) {\n // o = this.parseSource(); o.Value = Math.random(); this.printSource(o)\n this.get(\"SourceText\").textString = Properties.own(obj).collect(function(ea) {\n if (Object.isArray(obj[ea]))\n return ea + \": \" +obj[ea].join(\", \")\n else\n return ea + \": \" +obj[ea]\n }).join(\"\\n\")\n}","funcProperties":{"__isSmartRef__":true,"id":8818},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8817":{"this":{"__isSmartRef__":true,"id":8670}},"8818":{"timestamp":{"__isSmartRef__":true,"id":8819},"user":"jenslincke","tags":[]},"8819":{"isSerializedDate":true,"string":"Wed Jan 22 2014 22:22:19 GMT+0100 (W. Europe Standard Time)"},"8820":{"submorphs":[{"__isSmartRef__":true,"id":8821},{"__isSmartRef__":true,"id":8868},{"__isSmartRef__":true,"id":8962},{"__isSmartRef__":true,"id":8966},{"__isSmartRef__":true,"id":8970}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8974},"derivationIds":[null,"86D29A35-1063-47AB-99AA-AA4A7E61A693","0AE61595-B0EC-41BB-B6DC-E59AE85BCE7A","D140973A-3EA2-41B5-B2D0-B2DE86F64D5C","7B559CB3-DB91-4027-90FB-7EB6D0A40AA7","7B0FDE0B-9571-407B-BB82-631FE14872C2","D71EA0A3-5662-40E0-A49F-122905E5ABDD","FC0A2F61-88F7-4823-AF53-40400FC729FD","08321F12-C671-4D4E-96F2-3C6F1045686F","AE2DFAC4-D869-42AC-B840-3CF34F82D3B1","04D7B8FC-588F-45F5-904E-C1C7AFCEEB69","3C73C8CD-F5DD-4EFF-B41F-5282FACFAC2B","77F84A78-5D91-44F8-AB44-50882B98FE57"],"id":"BF1DDC21-7125-43EB-AC1A-7CED5740D6B0","eventHandler":{"__isSmartRef__":true,"id":8975},"_ClipMode":"visible","__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":true,"layout":{"__isSmartRef__":true,"id":8976},"LK2":true,"targetMorph":{"__isSmartRef__":true,"id":8821},"reframeHandle":{"__isSmartRef__":true,"id":8962},"titleBar":{"__isSmartRef__":true,"id":8868},"collapsedTransform":{"__isSmartRef__":true,"id":8977},"expandedTransform":{"__isSmartRef__":true,"id":8978},"ignoreEventsOnExpand":false,"highlighted":false,"isBeingDragged":false,"showsHalos":false,"name":"SystemConsole","partsBinMetaInfo":{"__isSmartRef__":true,"id":8979},"moved":true,"isCopyMorphRef":true,"morphRefId":1,"#startLetters":"","helperMorphs":[{"__isSmartRef__":true,"id":8995}],"state":"expanded","cameForward":false,"rightReframeHandle":{"__isSmartRef__":true,"id":8970},"bottomReframeHandle":{"__isSmartRef__":true,"id":8966},"_Rotation":0,"_Scale":1.01,"_StyleClassNames":["Morph","Window"],"__serializedExpressions__":["_Position","contentOffset","collapsedExtent","expandedExtent","prevDragPos","expandedPosition","collapsedPosition","distanceToDragEvent"],"owner":{"__isSmartRef__":true,"id":0},"prevScroll":[0,0],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9001},"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withLayers":["Global.PreventDroppingLayer"],"withoutLayers":["Global.lively.morphic.GrabbingLayer"],"_Position":"lively.pt(1247.7,316.9)","contentOffset":"lively.pt(0.0,21.0)","collapsedExtent":"lively.pt(699.0,22.0)","expandedExtent":"lively.pt(699.0,221.0)","prevDragPos":"lively.pt(1641.0,332.0)","expandedPosition":"lively.pt(33.0,437.0)","collapsedPosition":"lively.pt(33.0,437.0)","distanceToDragEvent":"lively.pt(434.8,-17.4)"},"8821":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8822},"derivationIds":[null,"4E5E2B48-0B47-4B2D-BC78-14E1BDBE0B57","1E8B0FF2-79E2-4C10-A156-4155F7653A1C","39B8534E-7236-4E9B-AE30-0E6BCBC6DF26","630E5BE3-7EEC-4C88-8285-FBC45C9F2DA9","E6CFAFE1-8BD8-4E27-AC2F-FEDD4D886BC5","DCB8C4E7-E368-477A-BAF9-A77655B6DD9C","4BD11753-BB6E-4350-804D-750082EC3AE8","D144FB1F-8A89-40DB-AABF-E3832EDD69CE","9569A8F7-B341-472E-A518-9F159CD2C1E9","E7DF3E53-4FF8-4094-AE45-8F3A24E75704","1DF9E6B2-9375-4C62-9274-CE4140C53D76","A9022E8C-DA20-409D-AA22-8EB5606FBCA4"],"id":"610E34B3-B5F0-40C2-AD9D-69FBEEFB7C43","_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":8823}],"eventHandler":{"__isSmartRef__":true,"id":8825},"_ClipMode":"auto","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":true,"allowInput":true,"_FontFamily":"Arial, sans-serif","_FontSize":9,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8820},"_MaxTextWidth":631,"_MinTextWidth":631,"_MaxTextHeight":null,"_MinTextHeight":null,"layout":{"__isSmartRef__":true,"id":8826},"syntaxHighlightingWhileTyping":false,"doNotSerialize":["undoState"],"lastSyntaxHighlightTime":1337722418791,"accessibleInInactiveWindow":true,"charsReplaced":"","lastFindLoc":129,"isBeingDragged":false,"showsHalos":false,"parseErrors":null,"name":"SystemConsoleMain","#startLetters":"cl","_WordBreak":"break-all","__serializedExpressions__":["_Position"],"previousSelection":[0,0],"priorSelectionRange":[0,0],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8827},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,21.0)"},"8822":{"_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(653.0,192.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(243,243,243)"},"8823":{"style":{"__isSmartRef__":true,"id":8824},"chunkOwner":{"__isSmartRef__":true,"id":8821},"_id":"_8330","storedString":"\n15:03:54 AttributeConnection>>update: Error: Constraint expression returned false, no solver available to fix it\nstack:undefined\n15:04:59 Saving users/timfelgentreff/babelsberg/constraintinterpreter.js...\n15:04:59 ... 25551 bytes saved.\n15:04:59 Successfully evaluated #visitGetSlot\n15:04:59 Browser statusMessage: Saving visitGetSlot...\nSuccessfully saved\nSuccessfully evaluated visitGetSlot\n15:04:59 updated 1 browsers in 0s\n15:05:38 AttributeConnection>>update: Error: Constraint expression returned false, no solver available to fix it\nstack:undefined\n15:05:39 AttributeConnection>>update: Error: Constraint expression returned false, no solver available to fix it\nstack:undefined\n15:06:13 AttributeConnection>>update: Error: Constraint expression returned false, no solver available to fix it\nstack:undefined\n15:06:27 AttributeConnection>>update: Error: Constraint expression returned false, no solver available to fix it\nstack:undefined\n15:06:41 Saving users/timfelgentreff/babelsberg/constraintinterpreter.js...\n15:06:41 ... 25568 bytes saved.\n15:06:41 Successfully evaluated #ensureExternalVariableFor\n15:06:41 Browser statusMessage: Saving ensureExternalVariableFor...\nSuccessfully saved\nSuccessfully evaluated ensureExternalVariableFor\n15:06:41 updated 1 browsers in 0s\n15:06:58 AttributeConnection>>update: Error: Constraint expression returned false, no solver available to fix it\nstack:undefined\n15:07:04 Saving users/timfelgentreff/babelsberg/constraintinterpreter.js...\n15:07:04 ... 25551 bytes saved.\n15:07:04 Successfully evaluated #ensureExternalVariableFor\n15:07:04 Browser statusMessage: Saving ensureExternalVariableFor...\nSuccessfully saved\nSuccessfully evaluated ensureExternalVariableFor\n15:07:04 updated 1 browsers in 0s\n15:07:10 Warning! Event blur already handled: .onBlur. Overwriting with .onBlur!\n15:07:53 trying to reclaimRemovedChunks of a text chunk with no prev chunk\n15:09:43 AttributeConnection>>update: Error: Constraint expression returned false, no solver available to fix it\nstack:undefined\n15:11:16 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_137 loaded in 16 ms\n15:11:18 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:11:22 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_138 loaded in 16 ms\n15:11:52 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_139 loaded in 16 ms\n15:11:59 Warning! Event blur already handled: .onBlur. Overwriting with .onBlur!\n15:12:19 Warning! Event blur already handled: .onBlur. Overwriting with .onBlur!\n15:12:22 trying to reclaimRemovedChunks of a text chunk with no prev chunk\n15:12:36 Error in $super call: (ExCLRequiredFailure) A required constraint cannot be satisfied\nundefined\n15:13:19 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_140 loaded in 15 ms\n15:13:29 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_141 loaded in 16 ms\n15:13:39 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_142 loaded in 16 ms\n15:13:39 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_143 loaded in 15 ms\n15:13:40 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_144 loaded in 15 ms\n15:13:48 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:48 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:48 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:48 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:49 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:50 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:51 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:51 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:52 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:53 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:53 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:54 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:54 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:55 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:55 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:55 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:55 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:55 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:55 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:55 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:55 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:55 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:56 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:56 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:56 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:56 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:56 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:56 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:56 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:56 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:56 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:56 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:57 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:57 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:57 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:57 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:57 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:57 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:57 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:57 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:57 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:57 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:57 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:58 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:58 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:58 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:58 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:58 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:58 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:58 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:58 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:58 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:58 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:59 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:59 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:59 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:59 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:13:59 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:13:59 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:14:03 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:04 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:04 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:04 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:04 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:04 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:04 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:05 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:05 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:05 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:05 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:05 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:05 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:06 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:08 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:08 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:08 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:08 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:09 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:09 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:09 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:09 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:09 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:10 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:10 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:14:11 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:11 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:14:11 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:14:11 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:15:19 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_145 loaded in 16 ms\n15:15:20 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_146 loaded in 16 ms\n15:21:38 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_147 loaded in 16 ms\n15:21:51 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_148 loaded in 16 ms\n15:21:52 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_149 loaded in 15 ms\n15:21:53 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_150 loaded in 0 ms\n15:23:23 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_151 loaded in 15 ms\n15:24:59 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_152 loaded in 16 ms\n15:25:31 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_153 loaded in 0 ms\n15:25:53 Doing a add method after always (static)\n15:25:53 Saving users/timfelgentreff/babelsberg/constraintinterpreter.js...\n15:25:53 ... 25552 bytes saved.\n15:25:53 parsed fragment was shortened 3949 !== 3947\n15:25:53 Saving users/timfelgentreff/babelsberg/constraintinterpreter.js...\n15:25:53 ... 25617 bytes saved.\n15:25:55 Text>>rememberSelectionForDoMore setting charsReplaced=newMethod\n15:25:57 Saving users/timfelgentreff/babelsberg/constraintinterpreter.js...\n15:25:57 ... 25585 bytes saved.\n15:25:57 Successfully evaluated #atomic\n15:25:57 Browser statusMessage: Saving newMethod...\nSuccessfully saved\nSuccessfully evaluated atomic\n15:25:57 updated 1 browsers in 0s\n15:30:47 Saving users/timfelgentreff/babelsberg/cassowary_ext.js...\n15:30:47 ... 7445 bytes saved.\n15:30:47 Successfully evaluated #suggestValue\n15:30:47 Browser statusMessage: Saving suggestValue...\nSuccessfully saved\nSuccessfully evaluated suggestValue\n15:30:47 updated 1 browsers in 0s\n15:31:10 Finished parsing in 0.297 s\n15:31:11 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_154 loaded in 16 ms\n15:31:11 new url: http://lively-kernel.org/repository/webwerkstatt/users/timfelgentreff/deltablue/\n15:31:38 Saving users/timfelgentreff/deltablue/deltablue.js...\n15:31:38 ... 31661 bytes saved.\n15:31:38 Successfully evaluated #assignValue\n15:31:38 Browser statusMessage: Saving assignValue...\nSuccessfully saved\nSuccessfully evaluated assignValue\n15:31:38 updated 2 browsers in 0.015s\n15:35:27 new url: http://lively-kernel.org/repository/webwerkstatt/users/timfelgentreff/\n15:35:28 new url: http://lively-kernel.org/repository/webwerkstatt/users/timfelgentreff/babelsberg/\n15:35:50 Text>>rememberSelectionForDoMore setting charsReplaced=atomic\n15:36:09 Text>>rememberSelectionForDoMore setting charsReplaced= = bbb.atomicLevel || 0;\n15:36:32 Text>>rememberSelectionForDoMore setting charsReplaced=finally {\n bbb.a\n15:38:26 Saving users/timfelgentreff/babelsberg/constraintinterpreter.js...\n15:38:26 ... 25784 bytes saved.\n15:38:26 Successfully evaluated #atomic\n15:38:26 Browser statusMessage: Saving atomic...\nSuccessfully saved\nSuccessfully evaluated atomic\n15:38:26 updated 2 browsers in 0s\n15:38:33 Doing a add method after atomic (static)\n15:38:33 Saving users/timfelgentreff/babelsberg/constraintinterpreter.js...\n15:38:33 ... 25785 bytes saved.\n15:38:33 parsed fragment was shortened 4182 !== 4179\n15:38:33 Saving users/timfelgentreff/babelsberg/constraintinterpreter.js...\n15:38:33 ... 25850 bytes saved.\n15:38:34 Text>>rememberSelectionForDoMore setting charsReplaced=newMethod\n15:38:52 Saving users/timfelgentreff/babelsberg/constraintinterpreter.js...\n15:38:52 ... 25875 bytes saved.\n15:38:52 Successfully evaluated #solve\n15:38:52 Browser statusMessage: Saving newMethod...\nSuccessfully saved\nSuccessfully evaluated solve\n15:38:52 updated 2 browsers in 0s\n15:43:00 Saving users/timfelgentreff/babelsberg/constraintinterpreter.js...\n15:43:00 ... 26280 bytes saved.\n15:43:00 Successfully evaluated #solve\n15:43:00 Browser statusMessage: Saving solve...\nSuccessfully saved\nSuccessfully evaluated solve\n15:43:00 updated 2 browsers in 0s\n15:43:51 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_155 loaded in 47 ms\n15:45:40 Text>>rememberSelectionForDoMore setting charsReplaced=getOriginalFunction\n15:45:55 trying to reclaimRemovedChunks of a text chunk with no prev chunk\n15:45:56 AttributeConnection>>update: Error: emphasizeRegex endless loop?\nstack:Error: emphasizeRegex endless loop?\n at Text.lively.morphic.Morph.subclass.emphasizeRegex (http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?9ac60dafe3a910a51820e31bab2f7a8d:34222:50)\n at Box.browse (eval at (http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?9ac60dafe3a910a51820e31bab2f7a8d:16098:29), :69:28)\n at callOrSetTarget (http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?9ac60dafe3a910a51820e31bab2f7a8d:16390:30)\n at AttributeConnection.Object.subclass.update (http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?9ac60dafe3a910a51820e31bab2f7a8d:16400:17)\n at List.selection (http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?9ac60dafe3a910a51820e31bab2f7a8d:16464:23)\n at List.lively.morphic.List.addMethods.updateSelectionAndLineNoProperties (http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?9ac60dafe3a910a51820e31bab2f7a8d:43283:76)\n at List.lively.morphic.List.addMethods.onMouseUp (http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?9ac60dafe3a910a51820e31bab2f7a8d:40583:22)\n at List.lively.morphic.Morph.addMethods.onMouseUpEntry (http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?9ac60dafe3a910a51820e31bab2f7a8d:40112:21)\n at List.callSuper (http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?9ac60dafe3a910a51820e31bab2f7a8d:14036:43)\n at List.lively.morphic.List.addMethods.onMouseUpEntry (http://lively-kernel.org/repository/webwerkstatt/core/generated/combinedModules.js?9ac60dafe3a910a51820e31bab2f7a8d:40601:16)\n15:46:09 not implemented yet for function (wrapper) {\n var __method = this;\n var wrappedFunc = function wrapped() {\n var wrapperArgs = wrapper.isWrapper ? Array.from(arguments) : [__method.bind(this)].concat(Array.from(arguments));\n return wrapper.apply(this, wrapperArgs);\n }\n wrappedFunc.isWrapper = true;\n wrappedFunc.originalFunction = __method;\n return wrappedFunc;\n }\n15:47:23 Text>>rememberSelectionForDoMore setting charsReplaced=Function\n15:47:38 new url: http://lively-kernel.org/repository/webwerkstatt/users/timfelgentreff/\n15:47:40 new url: http://lively-kernel.org/repository/webwerkstatt/users/timfelgentreff/cassowary/\n15:47:41 Finished parsing in 0.328 s\n15:48:19 new url: http://lively-kernel.org/repository/webwerkstatt/users/timfelgentreff/\n15:48:20 new url: http://lively-kernel.org/repository/webwerkstatt/users/timfelgentreff/deltablue/\n15:49:22 Finished parsing in 0.094 s\n15:49:22 Saving users/timfelgentreff/babelsberg/deltablue_ext.js...\n15:49:22 ... 5929 bytes saved.\n15:49:22 Browser statusMessage: Saving users.timfelgentreff.babelsberg.deltablue_ext...\nSuccessfully saved\nEval disabled for users.timfelgentreff.babelsberg.deltablue_ext\n15:49:22 updated 2 browsers in 0s\n15:50:25 new url: http://lively-kernel.org/repository/webwerkstatt/users/timfelgentreff/\n15:50:27 new url: http://lively-kernel.org/repository/webwerkstatt/users/timfelgentreff/babelsberg/\n15:50:36 Text>>rememberSelectionForDoMore setting charsReplaced=atomicLevel\n15:50:54 Finished parsing in 0.078 s\n15:50:54 Saving users/timfelgentreff/babelsberg/deltablue_ext.js...\n15:50:54 ... 6016 bytes saved.\n15:50:54 Browser statusMessage: Saving users.timfelgentreff.babelsberg.deltablue_ext...\nSuccessfully saved\nEval disabled for users.timfelgentreff.babelsberg.deltablue_ext\n15:50:54 updated 2 browsers in 0.125s\n15:51:09 Saving users/timfelgentreff/babelsberg/deltablue_ext.js...\n15:51:09 ... 6015 bytes saved.\n15:51:09 Successfully evaluated #execute\n15:51:09 Browser statusMessage: Saving execute...\nSuccessfully saved\nSuccessfully evaluated execute\n15:51:09 updated 2 browsers in 0s\n15:51:12 Saving users/timfelgentreff/babelsberg/deltablue_ext.js...\n15:51:12 ... 6016 bytes saved.\n15:51:12 Successfully evaluated #execute\n15:51:12 Browser statusMessage: Saving execute...\nSuccessfully saved\nSuccessfully evaluated execute\n15:51:12 updated 2 browsers in 0s\n15:52:13 Text>>rememberSelectionForDoMore setting charsReplaced=execute\n15:52:21 Finished parsing in 0.047 s\n15:52:21 Saving users/timfelgentreff/babelsberg/deltablue_ext.js...\n15:52:21 ... 6037 bytes saved.\n15:52:21 Browser statusMessage: Saving users.timfelgentreff.babelsberg.deltablue_ext...\nSuccessfully saved\nEval disabled for users.timfelgentreff.babelsberg.deltablue_ext\n15:52:21 updated 2 browsers in 0.063s\n15:52:32 Saving users/timfelgentreff/babelsberg/deltablue_ext.js...\n15:52:32 ... 6036 bytes saved.\n15:52:32 Successfully evaluated class\n15:52:32 Browser statusMessage: Saving DBPlan...\nSuccessfully saved\nSuccessfully evaluated DBPlan\n15:52:33 updated 2 browsers in 0.047s\n15:52:37 Saving users/timfelgentreff/babelsberg/deltablue_ext.js...\n15:52:37 ... 6058 bytes saved.\n15:52:37 Successfully evaluated class\n15:52:37 Browser statusMessage: Saving DBPlan...\nSuccessfully saved\nSuccessfully evaluated DBPlan\n15:52:37 updated 2 browsers in 0.109s\n15:52:47 Text>>rememberSelectionForDoMore setting charsReplaced=this\n15:52:50 Saving users/timfelgentreff/babelsberg/deltablue_ext.js...\n15:52:50 ... 6060 bytes saved.\n15:52:50 Successfully evaluated class\n15:52:50 Browser statusMessage: Saving DBPlan...\nSuccessfully saved\nSuccessfully evaluated DBPlan\n15:52:50 updated 2 browsers in 0.109s\n15:53:13 Text>>rememberSelectionForDoMore setting charsReplaced=DBPlan\n15:53:20 Text>>rememberSelectionForDoMore setting charsReplaced=Execute\n15:53:26 Text>>rememberSelectionForDoMore setting charsReplaced=originalExecute \n15:53:47 Error occured during parsing.\nClSimplexSolver (klassExtensionDef) was parsed as propertyDef. End line: 17.\nChanges are NOT saved.\nRemove the error and try again.\n15:53:47 Error occured during parsing.\nClSimplexSolver (klassExtensionDef) was parsed as propertyDef. End line: 17.\nChanges are NOT saved.\nRemove the error and try again.\n15:53:47 Successfully evaluated class\n15:53:47 Browser statusMessage: Saving ClSimplexSolver...\nSuccessfully saved\nSuccessfully evaluated ClSimplexSolver\n15:53:47 updated 2 browsers in 0.062s\n15:53:49 trying to reclaimRemovedChunks of a text chunk with no prev chunk\n15:53:52 trying to reclaimRemovedChunks of a text chunk with no prev chunk\n15:53:52 trying to reclaimRemovedChunks of a text chunk with no prev chunk\n15:53:58 Finished parsing in 0.047 s\n15:53:58 Saving users/timfelgentreff/babelsberg/cassowary_ext.js...\n15:53:58 ... 7542 bytes saved.\n15:53:58 Browser statusMessage: Saving users.timfelgentreff.babelsberg.cassowary_ext...\nSuccessfully saved\nEval disabled for users.timfelgentreff.babelsberg.cassowary_ext\n15:53:58 updated 2 browsers in 0.046s\n15:54:34 Finished parsing in 0.047 s\n15:54:34 Saving users/timfelgentreff/babelsberg/cassowary_ext.js...\n15:54:34 ... 7660 bytes saved.\n15:54:34 Browser statusMessage: Saving users.timfelgentreff.babelsberg.cassowary_ext...\nSuccessfully saved\nEval disabled for users.timfelgentreff.babelsberg.cassowary_ext\n15:54:34 updated 2 browsers in 0.047s\n15:54:39 Saving users/timfelgentreff/babelsberg/cassowary_ext.js...\n15:54:39 ... 7659 bytes saved.\n15:54:39 Successfully evaluated #solve\n15:54:39 Browser statusMessage: Saving solve...\nSuccessfully saved\nSuccessfully evaluated solve\n15:54:39 updated 2 browsers in 0s\n15:54:40 Saving users/timfelgentreff/babelsberg/cassowary_ext.js...\n15:54:40 ... 7660 bytes saved.\n15:54:40 Successfully evaluated #solve\n15:54:40 Browser statusMessage: Saving solve...\nSuccessfully saved\nSuccessfully evaluated solve\n15:54:40 updated 2 browsers in 0s\n15:54:55 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimple\n15:54:55 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimple(Solver failed)\n15:54:55 (Solver failed) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimple\n15:54:55 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testInequality\n15:54:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testInequality(undefined)\n15:54:56 (undefined) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testInequality\n15:54:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimplePath\n15:54:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimplePath(Solver failed)\n15:54:56 (Solver failed) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimplePath\n15:54:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimplePathInvalidation\n15:54:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimplePathInvalidation(Solver failed)\n15:54:56 (Solver failed) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimplePathInvalidation\n15:54:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testTemperatureExample\n15:54:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testTemperatureExample done\n15:54:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testUndefinedVariables\n15:54:56 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:54:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testUndefinedVariables done\n15:54:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testRecalculateForTextInput\n15:54:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testRecalculateForTextInput(undefined)\n15:54:56 (undefined) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testRecalculateForTextInput\n15:54:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimpleAssign\n15:54:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimpleAssign(Solver failed)\n15:54:56 (Solver failed) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimpleAssign\n15:54:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testAssignStay\n15:54:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testAssignStay(Solver failed)\n15:54:56 (Solver failed) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testAssignStay\n15:54:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointEquals\n15:54:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointEquals(undefined)\n15:54:56 (undefined) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointEquals\n15:54:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAddition\n15:54:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAddition(undefined)\n15:54:56 (undefined) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAddition\n15:54:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignment\n15:54:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignment(undefined)\n15:54:56 (undefined) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignment\n15:54:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignmentComplex\n15:54:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignmentComplex(undefined)\n15:54:56 (undefined) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignmentComplex\n15:54:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignmentComplexScaled\n15:54:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignmentComplexScaled(undefined)\n15:54:56 (undefined) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignmentComplexScaled\n15:54:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimpleReadonly\n15:54:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimpleReadonly(undefined)\n15:54:56 (undefined) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimpleReadonly\n15:54:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testItemReadonly\n15:54:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testItemReadonly(expected sum to equal 2, got 0)\n15:54:56 (expected sum to equal 2, got 0) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testItemReadonly\n15:54:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testConjunction\n15:54:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testConjunction(undefined)\n15:54:56 (undefined) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testConjunction\n15:55:04 Saving users/timfelgentreff/babelsberg/constraintinterpreter.js...\n15:55:04 ... 26301 bytes saved.\n15:55:04 Successfully evaluated #solve\n15:55:04 Browser statusMessage: Saving solve...\nSuccessfully saved\nSuccessfully evaluated solve\n15:55:04 updated 2 browsers in 0s\n15:55:09 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimple\n15:55:20 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimple(Solver failed)\n15:55:20 (Solver failed) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimple\n15:55:20 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testInequality\n15:55:20 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testInequality(undefined)\n15:55:20 (undefined) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testInequality\n15:55:20 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimplePath\n15:55:20 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimplePath(Solver failed)\n15:55:20 (Solver failed) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimplePath\n15:55:20 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimplePathInvalidation\n15:55:20 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimplePathInvalidation(Solver failed)\n15:55:20 (Solver failed) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimplePathInvalidation\n15:55:20 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testTemperatureExample\n15:55:20 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testTemperatureExample done\n15:55:20 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testUndefinedVariables\n15:55:20 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:55:20 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testUndefinedVariables done\n15:55:20 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testRecalculateForTextInput\n15:55:20 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testRecalculateForTextInput(undefined)\n15:55:20 (undefined) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testRecalculateForTextInput\n15:55:20 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimpleAssign\n15:55:20 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimpleAssign(Solver failed)\n15:55:20 (Solver failed) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimpleAssign\n15:55:20 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testAssignStay\n15:55:20 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testAssignStay(Solver failed)\n15:55:20 (Solver failed) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testAssignStay\n15:55:20 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointEquals\n15:55:20 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointEquals(undefined)\n15:55:20 (undefined) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointEquals\n15:55:20 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAddition\n15:55:20 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAddition(undefined)\n15:55:20 (undefined) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAddition\n15:55:20 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignment\n15:55:20 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignment(undefined)\n15:55:20 (undefined) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignment\n15:55:20 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignmentComplex\n15:55:20 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignmentComplex(undefined)\n15:55:20 (undefined) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignmentComplex\n15:55:20 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignmentComplexScaled\n15:55:20 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignmentComplexScaled(undefined)\n15:55:20 (undefined) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignmentComplexScaled\n15:55:20 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimpleReadonly\n15:55:20 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimpleReadonly(undefined)\n15:55:20 (undefined) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimpleReadonly\n15:55:20 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testItemReadonly\n15:55:20 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testItemReadonly(expected sum to equal 2, got 0)\n15:55:20 (expected sum to equal 2, got 0) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testItemReadonly\n15:55:20 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testConjunction\n15:55:20 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testConjunction(undefined)\n15:55:20 (undefined) (undefined:undefined) in users.timfelgentreff.babelsberg.tests.ConstraintTest>>testConjunction\n15:55:25 Saving users/timfelgentreff/babelsberg/constraintinterpreter.js...\n15:55:25 ... 26297 bytes saved.\n15:55:25 Successfully evaluated #solve\n15:55:25 Browser statusMessage: Saving solve...\nSuccessfully saved\nSuccessfully evaluated solve\n15:55:25 updated 2 browsers in 0s\n15:55:45 Saving users/timfelgentreff/babelsberg/constraintinterpreter.js...\n15:55:45 ... 26280 bytes saved.\n15:55:45 Successfully evaluated #visitGetSlot\n15:55:45 Browser statusMessage: Saving visitGetSlot...\nSuccessfully saved\nSuccessfully evaluated visitGetSlot\n15:55:45 updated 2 browsers in 0s\n15:55:55 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimple\n15:55:55 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimple done\n15:55:55 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testInequality\n15:55:55 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testInequality done\n15:55:55 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimplePath\n15:55:55 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimplePath done\n15:55:55 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimplePathInvalidation\n15:55:55 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimplePathInvalidation done\n15:55:55 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testTemperatureExample\n15:55:55 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testTemperatureExample done\n15:55:55 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testUndefinedVariables\n15:55:55 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:55:55 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testUndefinedVariables done\n15:55:55 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testRecalculateForTextInput\n15:55:55 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testRecalculateForTextInput done\n15:55:55 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimpleAssign\n15:55:55 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimpleAssign done\n15:55:55 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testAssignStay\n15:55:55 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testAssignStay done\n15:55:55 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointEquals\n15:55:55 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointEquals done\n15:55:55 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAddition\n15:55:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAddition done\n15:55:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignment\n15:55:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignment done\n15:55:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignmentComplex\n15:55:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignmentComplex done\n15:55:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignmentComplexScaled\n15:55:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testPointAssignmentComplexScaled done\n15:55:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimpleReadonly\n15:55:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testSimpleReadonly done\n15:55:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testItemReadonly\n15:55:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testItemReadonly done\n15:55:56 Running users.timfelgentreff.babelsberg.tests.ConstraintTest>>testConjunction\n15:55:56 users.timfelgentreff.babelsberg.tests.ConstraintTest>>testConjunction done\n15:56:13 Saving users/timfelgentreff/babelsberg/constraintinterpreter.js...\n15:56:13 ... 26305 bytes saved.\n15:56:13 Successfully evaluated #solve\n15:56:13 Browser statusMessage: Saving solve...\nSuccessfully saved\nSuccessfully evaluated solve\n15:56:13 updated 2 browsers in 0s\n15:56:29 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_156 loaded in 16 ms\n15:56:38 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:57:32 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:57:33 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:57:34 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:57:34 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:57:35 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:57:35 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:57:35 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:57:36 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:57:36 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:57:36 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:57:36 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:57:37 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:57:37 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:57:41 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:57:41 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:57:41 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:57:41 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:57:42 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:57:42 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:57:42 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:57:42 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:57:43 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:57:43 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:57:49 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_157 loaded in 15 ms\n15:57:53 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:57:54 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:00 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_158 loaded in 15 ms\n15:58:04 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:05 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:05 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:06 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:07 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:07 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:08 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:09 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:09 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:10 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:10 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:10 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:10 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:11 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:11 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:12 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:12 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:12 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:12 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:13 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:13 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:13 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:13 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:14 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:14 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:15 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:15 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:15 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:15 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:16 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:16 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:16 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:16 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:26 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_159 loaded in 15 ms\n15:58:27 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_160 loaded in 15 ms\n15:58:32 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:32 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:33 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:33 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:33 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:33 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:34 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:34 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:39 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:39 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:39 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:39 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:39 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:39 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:39 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:40 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:40 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:40 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:44 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:45 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:45 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:46 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:46 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:47 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:47 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:48 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:48 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:48 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:48 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:48 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:58:49 AttributeConnection>>update: (ExCLRequiredFailure) A required constraint cannot be satisfied\nstack:undefined\n15:58:57 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_161 loaded in 15 ms\n15:59:07 Warning: Constraint expression returned true. Re-running whenever the value changes\n15:59:10 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_162 loaded in 15 ms\n15:59:14 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_163 loaded in 15 ms\n15:59:21 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_164 loaded in 15 ms\n15:59:23 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_165 loaded in 16 ms\n15:59:46 Text>>rememberSelectionForDoMore setting charsReplaced=alert(\"er\n15:59:59 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_166 loaded in 16 ms\n16:00:05 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:06 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:06 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:07 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:07 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:07 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:07 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:08 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:08 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:11 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:12 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:12 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:13 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:13 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:14 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:16 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_167 loaded in 0 ms\n16:00:17 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_168 loaded in 16 ms\n16:00:21 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_169 loaded in 0 ms\n16:00:24 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:24 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:25 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:25 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:26 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:26 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:27 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:27 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:27 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:34 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_170 loaded in 15 ms\n16:00:38 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:38 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:39 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:39 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:39 Warning: Constraint expression returned true. Re-running whenever the value changes\n16:00:43 http://lively-kernel.org/repository/webwerkstatt/core/anonymous_module_171 loaded in 16 ms","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8824":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8825":{"morph":{"__isSmartRef__":true,"id":8821},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8826":{"resizeWidth":true,"resizeHeight":true},"8827":{"onrestore":{"__isSmartRef__":true,"id":8828},"reset":{"__isSmartRef__":true,"id":8836},"clear":{"__isSmartRef__":true,"id":8840},"log":{"__isSmartRef__":true,"id":8844},"addLine":{"__isSmartRef__":true,"id":8848},"error":{"__isSmartRef__":true,"id":8852},"warn":{"__isSmartRef__":true,"id":8856},"onLoadFromPartsBin":{"__isSmartRef__":true,"id":8860}},"8828":{"varMapping":{"__isSmartRef__":true,"id":8829},"source":"function onrestore() {\n this.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":8834},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8829":{"this":{"__isSmartRef__":true,"id":8821},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8830}},"8830":{"$super":{"__isSmartRef__":true,"id":8831}},"8831":{"varMapping":{"__isSmartRef__":true,"id":8832},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":8833},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8832":{"obj":{"__isSmartRef__":true,"id":8821},"name":"onrestore"},"8833":{},"8834":{"user":"cschuster","tags":[],"timestamp":{"__isSmartRef__":true,"id":8835}},"8835":{"isSerializedDate":true,"string":"Wed May 23 2012 22:52:02 GMT+0200 (W. Europe Daylight Time)"},"8836":{"varMapping":{"__isSmartRef__":true,"id":8837},"source":"function reset() {\n this.clear();\n if (!window.console.consumers.include(this)) {\n window.console.addConsumer(this);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":8838},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8837":{"this":{"__isSmartRef__":true,"id":8821}},"8838":{"user":"cschuster","tags":[],"timestamp":{"__isSmartRef__":true,"id":8839}},"8839":{"isSerializedDate":true,"string":"Tue May 22 2012 23:34:39 GMT+0200 (W. Europe Daylight Time)"},"8840":{"varMapping":{"__isSmartRef__":true,"id":8841},"source":"function clear() {\n this.setTextString('');\n}","funcProperties":{"__isSmartRef__":true,"id":8842},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8841":{"this":{"__isSmartRef__":true,"id":8821}},"8842":{"user":"cschuster","tags":[],"timestamp":{"__isSmartRef__":true,"id":8843}},"8843":{"isSerializedDate":true,"string":"Wed May 23 2012 00:42:20 GMT+0200 (W. Europe Daylight Time)"},"8844":{"varMapping":{"__isSmartRef__":true,"id":8845},"source":"function log(msg) {\n this.addLine(Strings.format.call(null, msg, Array.from(arguments).splice(1)), {color: Color.web.darkgray.darker()});\n}","funcProperties":{"__isSmartRef__":true,"id":8846},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8845":{"this":{"__isSmartRef__":true,"id":8821}},"8846":{"user":"ohshima","tags":[],"timestamp":{"__isSmartRef__":true,"id":8847}},"8847":{"isSerializedDate":true,"string":"Wed Jul 10 2013 19:33:41 GMT+0200 (W. Europe Daylight Time)"},"8848":{"varMapping":{"__isSmartRef__":true,"id":8849},"source":"function addLine(msg, style) {\n var chunk = this.createChunk();\n chunk.textString = \"\\n\" + new Date().format(\"HH:MM:ss\") + \" \" + msg;\n chunk.styleText(style);\n if (this.getScrollableNode()) this.scrollToBottom();\n}","funcProperties":{"__isSmartRef__":true,"id":8850},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8849":{"this":{"__isSmartRef__":true,"id":8821}},"8850":{"user":"cschuster","tags":[],"timestamp":{"__isSmartRef__":true,"id":8851}},"8851":{"isSerializedDate":true,"string":"Wed May 23 2012 00:16:30 GMT+0200 (W. Europe Daylight Time)"},"8852":{"varMapping":{"__isSmartRef__":true,"id":8853},"source":"function error(msg) {\n this.addLine(msg, {color: Color.red});\n}","funcProperties":{"__isSmartRef__":true,"id":8854},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8853":{"this":{"__isSmartRef__":true,"id":8821}},"8854":{"user":"cschuster","tags":[],"timestamp":{"__isSmartRef__":true,"id":8855}},"8855":{"isSerializedDate":true,"string":"Wed May 23 2012 00:21:44 GMT+0200 (W. Europe Daylight Time)"},"8856":{"varMapping":{"__isSmartRef__":true,"id":8857},"source":"function warn(msg) {\n this.addLine(Strings.format.call(null, msg, Array.from(arguments).splice(1)), {color: Color.yellow.darker()});\n}","funcProperties":{"__isSmartRef__":true,"id":8858},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8857":{"this":{"__isSmartRef__":true,"id":8821}},"8858":{"user":"ohshima","tags":[],"timestamp":{"__isSmartRef__":true,"id":8859}},"8859":{"isSerializedDate":true,"string":"Fri Jul 12 2013 19:13:45 GMT+0200 (W. Europe Daylight Time)"},"8860":{"varMapping":{"__isSmartRef__":true,"id":8861},"source":"function onLoadFromPartsBin() {\n $super();\n this.reset();\n console.log('System console started successfully.');\n}","funcProperties":{"__isSmartRef__":true,"id":8866},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8861":{"this":{"__isSmartRef__":true,"id":8821},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8862}},"8862":{"$super":{"__isSmartRef__":true,"id":8863}},"8863":{"varMapping":{"__isSmartRef__":true,"id":8864},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":8865},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8864":{"obj":{"__isSmartRef__":true,"id":8821},"name":"onLoadFromPartsBin"},"8865":{},"8866":{"user":"cschuster","tags":[],"timestamp":{"__isSmartRef__":true,"id":8867}},"8867":{"isSerializedDate":true,"string":"Wed May 23 2012 01:03:15 GMT+0200 (W. Europe Daylight Time)"},"8868":{"submorphs":[{"__isSmartRef__":true,"id":8869},{"__isSmartRef__":true,"id":8875},{"__isSmartRef__":true,"id":8888},{"__isSmartRef__":true,"id":8900},{"__isSmartRef__":true,"id":8913},{"__isSmartRef__":true,"id":8947}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8959},"eventHandler":{"__isSmartRef__":true,"id":8960},"_ClipMode":"visible","derivationIds":["76F18DA5-520E-44CA-ABC5-02415DC7B326","8A48DB59-5DA2-4F2F-9F16-DE53DB8DD581","6DF67AA9-B78F-433F-9651-02DF0FF3165B"],"id":"2128026A-B06A-423A-93EC-6C0671DCC8C4","__layered_droppingEnabled__":false,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":8961},"windowMorph":{"__isSmartRef__":true,"id":8820},"label":{"__isSmartRef__":true,"id":8869},"closeButton":{"__isSmartRef__":true,"id":8875},"menuButton":{"__isSmartRef__":true,"id":8888},"collapseButton":{"__isSmartRef__":true,"id":8900},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":8820},"showsHalos":false,"__serializedExpressions__":["_Position"],"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"8869":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8870},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":8871}],"eventHandler":{"__isSmartRef__":true,"id":8873},"_ClipMode":"hidden","derivationIds":["8B8F92D2-D177-498B-A2BA-04033A58B013","3D22A7E8-70EF-4099-85DA-AD0C04F70736","2CAF3618-23FD-4541-BEB8-D1C8BD9170A9"],"id":"2FE776FE-3E6C-44B2-B451-668132C6F287","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"layout":{"__isSmartRef__":true,"id":8874},"eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":8868},"_StyleClassNames":["window-title"],"_TextStylingMode":true,"showsHalos":false,"__serializedExpressions__":["_TextColor","_Position","distanceToDragEvent"],"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(18.0,3.0)","distanceToDragEvent":"lively.pt(404.6,-16.5)"},"8870":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(594.0,18.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"8871":{"style":{"__isSmartRef__":true,"id":8872},"chunkOwner":{"__isSmartRef__":true,"id":8869},"_id":"_8047","storedString":"System Console","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8872":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8873":{"morph":{"__isSmartRef__":true,"id":8869},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8874":{"resizeWidth":true},"8875":{"submorphs":[{"__isSmartRef__":true,"id":8876}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8881},"eventHandler":{"__isSmartRef__":true,"id":8882},"_ClipMode":"visible","derivationIds":["A65991BD-FDAF-4014-875B-33E25997465F","48A886A3-D628-424E-86DD-C039A29F6D2B","A70332B7-A207-4016-8278-380069ADF08E"],"id":"A7FE3920-376E-498D-82E7-D9EDF6FD309B","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":8876},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":8868},"layout":{"__isSmartRef__":true,"id":8883},"_StyleClassNames":["close"],"attributeConnections":[{"__isSmartRef__":true,"id":8884},{"__isSmartRef__":true,"id":8886}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"isPressed":false,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(633.0,3.0)"},"8876":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8877},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":8878}],"eventHandler":{"__isSmartRef__":true,"id":8880},"_ClipMode":"hidden","derivationIds":["F8234BB5-3D02-4DA3-B2EE-717595293C01","9D26EC30-F95F-4193-BA91-2354D97B0E78","881D3F46-91C3-4215-8B79-B3E75895EB6C"],"id":"3A7AA6BB-E824-41C1-A3C9-86A109C9ECBC","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8875},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,-1.0)"},"8877":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"8878":{"style":{"__isSmartRef__":true,"id":8879},"chunkOwner":{"__isSmartRef__":true,"id":8876},"_id":"_5187","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8879":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8880":{"morph":{"__isSmartRef__":true,"id":8876},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8881":{"_BorderWidth":1,"_StrokeOpacity":0,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"8882":{"morph":{"__isSmartRef__":true,"id":8875},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8883":{"moveHorizontal":true},"8884":{"sourceObj":{"__isSmartRef__":true,"id":8875},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":8820},"targetMethodName":"getCloseHelp","varMapping":{"__isSmartRef__":true,"id":8885},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"8885":{"source":{"__isSmartRef__":true,"id":8875},"target":{"__isSmartRef__":true,"id":8820}},"8886":{"sourceObj":{"__isSmartRef__":true,"id":8875},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8820},"targetMethodName":"initiateShutdown","varMapping":{"__isSmartRef__":true,"id":8887},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"8887":{"source":{"__isSmartRef__":true,"id":8875},"target":{"__isSmartRef__":true,"id":8820}},"8888":{"submorphs":[{"__isSmartRef__":true,"id":8889}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8894},"eventHandler":{"__isSmartRef__":true,"id":8895},"_ClipMode":"visible","derivationIds":["BCB64BF8-8AD7-4420-88F2-ADD56F1A6D42","72111849-8584-4984-A9DB-6E8D0621A92C","02056E2D-F38D-4775-A484-919892D64AAE"],"id":"4A3623D8-44B8-41F9-892C-FFC54CB36BFB","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":8889},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":8868},"attributeConnections":[{"__isSmartRef__":true,"id":8896},{"__isSmartRef__":true,"id":8898}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"isPressed":false,"_StyleClassNames":["Morph","Button","WindowControl"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"8889":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8890},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":8891}],"eventHandler":{"__isSmartRef__":true,"id":8893},"_ClipMode":"hidden","derivationIds":["A7A00620-E8E9-4E26-9177-A1E3B37D56F1","EBF5964E-10CC-45A5-931E-F7A3588BE93C","4F16C414-D8F6-4B9F-B802-94D50873EE38"],"id":"1050A3BA-9354-4C37-8BB0-517BBAF6D5BE","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8888},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,0.0)"},"8890":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"8891":{"style":{"__isSmartRef__":true,"id":8892},"chunkOwner":{"__isSmartRef__":true,"id":8889},"_id":"_5189","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8892":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8893":{"morph":{"__isSmartRef__":true,"id":8889},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8894":{"_BorderWidth":1,"_StrokeOpacity":0,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"8895":{"morph":{"__isSmartRef__":true,"id":8888},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8896":{"sourceObj":{"__isSmartRef__":true,"id":8888},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":8820},"targetMethodName":"getMenuHelp","varMapping":{"__isSmartRef__":true,"id":8897},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"8897":{"source":{"__isSmartRef__":true,"id":8888},"target":{"__isSmartRef__":true,"id":8820}},"8898":{"sourceObj":{"__isSmartRef__":true,"id":8888},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8820},"targetMethodName":"showTargetMorphMenu","varMapping":{"__isSmartRef__":true,"id":8899},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"8899":{"source":{"__isSmartRef__":true,"id":8888},"target":{"__isSmartRef__":true,"id":8820}},"8900":{"submorphs":[{"__isSmartRef__":true,"id":8901}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8906},"eventHandler":{"__isSmartRef__":true,"id":8907},"_ClipMode":"visible","derivationIds":["502DA455-175B-435A-B6BC-DEE9945D31FE","A3AFE353-A017-4063-9D3C-45D58A894D38","4D94D3DE-6CA5-4E84-A0BC-35F4FF377237"],"id":"CCE7D614-BAFB-45A8-84B9-E858E799FE1E","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":8901},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":8868},"layout":{"__isSmartRef__":true,"id":8908},"attributeConnections":[{"__isSmartRef__":true,"id":8909},{"__isSmartRef__":true,"id":8911}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"isPressed":false,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(614.0,3.0)"},"8901":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8902},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":8903}],"eventHandler":{"__isSmartRef__":true,"id":8905},"_ClipMode":"hidden","derivationIds":["3C05BF51-B056-4FE7-BC27-DFCFD0C11F8A","39A96408-DF86-4693-AFFF-3076947ED762","ECB59632-BCC7-4B24-8976-6DFB616D0EF3"],"id":"91C9CEC9-E800-41E2-ABF9-027C65B69C11","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8900},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,1.0)"},"8902":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"8903":{"style":{"__isSmartRef__":true,"id":8904},"chunkOwner":{"__isSmartRef__":true,"id":8901},"_id":"_5191","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8904":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8905":{"morph":{"__isSmartRef__":true,"id":8901},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8906":{"_BorderWidth":1,"_StrokeOpacity":0,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"8907":{"morph":{"__isSmartRef__":true,"id":8900},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8908":{"moveHorizontal":true},"8909":{"sourceObj":{"__isSmartRef__":true,"id":8900},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":8820},"targetMethodName":"getCollapseHelp","varMapping":{"__isSmartRef__":true,"id":8910},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"8910":{"source":{"__isSmartRef__":true,"id":8900},"target":{"__isSmartRef__":true,"id":8820}},"8911":{"sourceObj":{"__isSmartRef__":true,"id":8900},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8820},"targetMethodName":"toggleCollapse","varMapping":{"__isSmartRef__":true,"id":8912},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"8912":{"source":{"__isSmartRef__":true,"id":8900},"target":{"__isSmartRef__":true,"id":8820}},"8913":{"submorphs":[{"__isSmartRef__":true,"id":8914}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8919},"derivationIds":[null,"8DBAB1EA-9B8A-429A-9AF9-53F09F775741","74172FB9-0F53-4367-B358-67ED54AA3EC4","B5F8DB94-C434-4DE1-A232-C6CC4860A0AC","F88B9127-BBF9-4A6E-BE6F-0A8AA54A0346","B41404F8-6498-4AB6-8B80-5963FB1DA5FE","C6C74662-FB39-49DA-BB00-335D30DD7FAA","9781481D-52F0-485B-B3AB-30CC23A5D4B7","BEFC68A4-FE00-40AD-9E05-7AEA4E488638","3C190310-77A0-4EE4-BE1D-4DE1878CC35C","1D80DDED-264F-4D04-AB68-BAC5AA5B72AF","D75FC5A9-6E85-4A26-A825-3CF1BEB37D5B","43C1750A-39FC-43D9-8DCC-6C4690345487"],"id":"88DF17AF-E7F9-4347-B205-29BF94F78F49","eventHandler":{"__isSmartRef__":true,"id":8920},"_ClipMode":"visible","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":8914},"_ToolTip":"toggles display of global status messages","extraButton":true,"active":true,"attributeConnections":[{"__isSmartRef__":true,"id":8921}],"doNotSerialize":["layer"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"name":"ErrorHandlerButton","layout":{"__isSmartRef__":true,"id":8923},"orderInTaskBar":3,"owner":{"__isSmartRef__":true,"id":8868},"#startLetters":"get","isPressed":false,"_Rotation":0,"_Scale":0.9900990099009901,"lighterFill":{"__isSmartRef__":true,"id":8924},"normalFillInactive":{"__isSmartRef__":true,"id":8925},"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8926},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(40.0,1.1)","distanceToDragEvent":"lively.pt(34.3,-13.6)"},"8914":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8915},"derivationIds":[null,"4D9DA40E-38E0-46B6-9BCD-FBFFFABF3F81","66ADC9F1-A8EA-4E50-9D41-C78C31582EE0","EB0C121E-EFED-4AA5-BC65-35B5BDE8389A","8EE13917-775C-4E2A-92DC-0D65D8634994","10705F98-8DA6-4AD6-A427-4DF70E03ABE9","9E607BD3-84F7-40C7-A0FB-9D3A8F06A8D0","666E1259-9A56-41E9-91AA-63690F56662A","44761EFD-0A94-4170-9B86-55D968D54317","376E992E-7618-4A15-8EB8-3D65D63E4839","EBFFC21E-3C15-4914-8F80-45CC095A96D0","DB635E2C-E17A-48AE-A07F-06FB8A706ED6","40542DC7-DD79-4E93-B421-3E20D7A80899"],"id":"1EDA6509-0232-4D93-976C-00F3889A4F36","_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":8916}],"eventHandler":{"__isSmartRef__":true,"id":8918},"_ClipMode":"hidden","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8913},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_MaxTextWidth":20,"_MinTextWidth":20,"_MaxTextHeight":null,"_MinTextHeight":null,"showsHalos":false,"eventsAreDisabled":true,"_PointerEvents":"none","doNotSerialize":["undoState"],"_WordBreak":"break-all","__serializedExpressions__":["_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"8915":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(20.0,18.0)","_Padding":"lively.rect(0,3,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"8916":{"style":{"__isSmartRef__":true,"id":8917},"chunkOwner":{"__isSmartRef__":true,"id":8914},"storedString":"G","_id":"_4907","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8917":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8918":{"morph":{"__isSmartRef__":true,"id":8914},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8919":{"_BorderWidth":1,"_BorderRadius":5,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(20.0,18.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"8920":{"morph":{"__isSmartRef__":true,"id":8913},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8921":{"sourceObj":{"__isSmartRef__":true,"id":8913},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8913},"targetMethodName":"onFire","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8922},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"8922":{"source":{"__isSmartRef__":true,"id":8913},"target":{"__isSmartRef__":true,"id":8913}},"8923":{"resizeWidth":false,"resizeHeight":false,"moveHorizontal":false},"8924":{},"8925":{},"8926":{"onrestore":{"__isSmartRef__":true,"id":8927},"reset":{"__isSmartRef__":true,"id":8935},"onFire":{"__isSmartRef__":true,"id":8939},"createLayer":{"__isSmartRef__":true,"id":8943}},"8927":{"varMapping":{"__isSmartRef__":true,"id":8928},"source":"function onrestore() {\n this.reset();\n this.onFire();\n}","funcProperties":{"__isSmartRef__":true,"id":8933},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8928":{"this":{"__isSmartRef__":true,"id":8913},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8929}},"8929":{"$super":{"__isSmartRef__":true,"id":8930}},"8930":{"varMapping":{"__isSmartRef__":true,"id":8931},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":8932},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8931":{"obj":{"__isSmartRef__":true,"id":8913},"name":"onrestore"},"8932":{},"8933":{"user":"cschuster","tags":[],"timestamp":{"__isSmartRef__":true,"id":8934}},"8934":{"isSerializedDate":true,"string":"Thu May 24 2012 19:08:39 GMT+0200 (W. Europe Daylight Time)"},"8935":{"varMapping":{"__isSmartRef__":true,"id":8936},"source":"function reset() {\n if (this.layer) this.layer.beNotGlobal();\n this.layer = null;\n this.setFill(this.normalFill = this.owner.menuButton.normalFill);\n this.doNotSerialize = ['layer'];\n}","funcProperties":{"__isSmartRef__":true,"id":8937},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8936":{"this":{"__isSmartRef__":true,"id":8913}},"8937":{"user":"robertkrahn","tags":[],"timestamp":{"__isSmartRef__":true,"id":8938}},"8938":{"isSerializedDate":true,"string":"Wed Jun 06 2012 15:58:21 GMT+0200 (W. Europe Daylight Time)"},"8939":{"varMapping":{"__isSmartRef__":true,"id":8940},"source":"function onFire() {\n if (!this.layer) this.createLayer();\n if (this.layer.isGlobal()) {\n this.layer.beNotGlobal();\n } else {\n this.layer.beGlobal();\n }\n this.setFill(this.normalFill = (this.layer.isGlobal() ?\n Color.green : this.owner.menuButton.normalFill));\n}","funcProperties":{"__isSmartRef__":true,"id":8941},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8940":{"this":{"__isSmartRef__":true,"id":8913}},"8941":{"user":"cschuster","tags":[],"timestamp":{"__isSmartRef__":true,"id":8942}},"8942":{"isSerializedDate":true,"string":"Wed May 23 2012 02:08:29 GMT+0200 (W. Europe Daylight Time)"},"8943":{"varMapping":{"__isSmartRef__":true,"id":8944},"source":"function createLayer() {\n var main = this.get(\"SystemConsoleMain\");\n this.layer = cop.createLayer(\"GlobalStatus\").refineClass(lively.morphic.World, {\n setStatusMessage: function (msg, color) {\n main.addLine(msg, {color: color});\n }\n });\n}","funcProperties":{"__isSmartRef__":true,"id":8945},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"8944":{"this":{"__isSmartRef__":true,"id":8913}},"8945":{"user":"cschuster","tags":[],"timestamp":{"__isSmartRef__":true,"id":8946}},"8946":{"isSerializedDate":true,"string":"Wed May 23 2012 02:06:13 GMT+0200 (W. Europe Daylight Time)"},"8947":{"submorphs":[{"__isSmartRef__":true,"id":8948}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8953},"derivationIds":[null,"ADC33688-68F4-4F07-BB55-2910235F3A5D","0B4877B5-7468-448D-85A4-B52DEC51384E","CDBD1F9D-B598-45D8-9B73-5DF9FCE358B6","6A412198-7AC2-4935-B396-5B73279BD8CA","07B28573-6267-4313-AC89-36B73BD961EA","4507B8AE-57F6-44F4-9F90-D5D04C49D724","CE9370C6-DB13-4DE3-9E04-9EA234BA94DE","B6CB1595-814A-4688-A370-4701670EAC2A","F2EF94ED-2B3E-4B41-A47F-B13BAE585ECA","217934D8-349C-4F26-B3CC-254D49DDFB39"],"id":"2E7027CD-4207-4F8B-B545-CE80F8DACBE6","eventHandler":{"__isSmartRef__":true,"id":8955},"_ClipMode":"visible","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"accessibleInInactiveWindow":true,"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":8948},"owner":{"__isSmartRef__":true,"id":8868},"showsHalos":false,"attributeConnections":[{"__isSmartRef__":true,"id":8956}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"isPressed":false,"_Rotation":0,"_Scale":1,"_StyleClassNames":["Morph","Button","WindowControl"],"normalFill":{"__isSmartRef__":true,"id":8957},"lighterFill":{"__isSmartRef__":true,"id":8958},"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(20.0,0.9)","distanceToDragEvent":"lively.pt(30.5,-16.4)"},"8948":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8949},"derivationIds":[null,"E64FA17D-0B32-4CA4-9049-40F07154031A","82CCC5F4-5FCD-4B2B-BC4A-E628BA13E416","C1107766-61F9-4523-BF06-FF2A5BC53C03","46B8DE36-B448-4D66-BA40-0FEA6BA53EB6","EE80EF78-5817-482E-A968-D779F0124C4D","E8E0239B-6320-4729-A615-C50B5BB5FD37","8813AB8C-0CC2-4355-8024-C41BC03C740B","FC82D8EB-8F23-4045-B3FB-C13EE5BF26DB","64D437E5-AB51-4850-A745-0C1A2B60E721","0E6C9735-A0D6-4641-B408-7FDB9D0B20F4"],"id":"6E2C9133-6AC1-40B4-A038-78816061135C","_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":8950}],"eventHandler":{"__isSmartRef__":true,"id":8952},"_ClipMode":"hidden","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8947},"isLabel":true,"_HandStyle":"default","eventsAreIgnored":true,"_MaxTextWidth":null,"_MinTextWidth":null,"_MaxTextHeight":null,"_MinTextHeight":null,"showsHalos":false,"doNotSerialize":["undoState"],"_WordBreak":"break-all","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.9,2.0)","distanceToDragEvent":"lively.pt(33.6,-13.4)"},"8949":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"8950":{"style":{"__isSmartRef__":true,"id":8951},"chunkOwner":{"__isSmartRef__":true,"id":8948},"storedString":"C","_id":"_4904","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8951":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8952":{"morph":{"__isSmartRef__":true,"id":8948},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8953":{"_BorderWidth":0,"_StrokeOpacity":0,"_BorderRadius":5,"_Fill":{"__isSmartRef__":true,"id":8954},"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"8954":{},"8955":{"morph":{"__isSmartRef__":true,"id":8947},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8956":{"sourceObj":{"__isSmartRef__":true,"id":8947},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8821},"targetMethodName":"clear","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"8957":{},"8958":{},"8959":{"_AppearanceStylingMode":true,"_BorderStylingMode":true,"_BorderWidth":0,"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(653.0,22.0)","_Padding":"lively.rect(0,0,0,0)"},"8960":{"morph":{"__isSmartRef__":true,"id":8868},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8961":{"resizeWidth":true,"adjustForNewBounds":true},"8962":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8963},"_ClipMode":"visible","derivationIds":["338C587C-6A11-432C-AE46-84705E55F859","174C71C2-A872-489C-9EB4-B1DC897E0545"],"id":"1355B58E-9695-477A-99F9-F2ABE1988B52","__layered_droppingEnabled__":true,"halosEnabled":true,"type":"corner","_StyleClassNames":["Morph","Box","ReframeHandle","reframe-handle corner"],"layout":{"__isSmartRef__":true,"id":8964},"owner":{"__isSmartRef__":true,"id":8820},"eventHandler":{"__isSmartRef__":true,"id":8965},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.ReframeHandle","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(639.0,199.0)"},"8963":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(14.0,14.0)","_Padding":"lively.rect(0,0,0,0)"},"8964":{"moveVertical":true,"moveHorizontal":true},"8965":{"morph":{"__isSmartRef__":true,"id":8962},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8966":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8967},"_ClipMode":"visible","derivationIds":["B002FD3B-4FFE-455B-811C-9D7EFE5A5215","41904F96-8B12-4A16-BCC4-7EC34999D799"],"id":"E00ED5CB-044B-4402-8038-419E7A8467DB","__layered_droppingEnabled__":true,"halosEnabled":true,"type":"bottom","_StyleClassNames":["Morph","Box","ReframeHandle","reframe-handle bottom"],"layout":{"__isSmartRef__":true,"id":8968},"owner":{"__isSmartRef__":true,"id":8820},"eventHandler":{"__isSmartRef__":true,"id":8969},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.ReframeHandle","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,209.0)"},"8967":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(639.0,4.0)","_Padding":"lively.rect(0,0,0,0)"},"8968":{"moveVertical":true},"8969":{"morph":{"__isSmartRef__":true,"id":8966},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8970":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8971},"_ClipMode":"visible","derivationIds":["7EF76810-825B-463B-937C-79C09890DC9D","7A97F0A1-C7D7-4145-90AA-B7FB0F4D9794"],"id":"C5C727D0-5B1D-4274-B9C2-10C47ACEF880","__layered_droppingEnabled__":true,"halosEnabled":true,"type":"right","_StyleClassNames":["Morph","Box","ReframeHandle","reframe-handle right"],"layout":{"__isSmartRef__":true,"id":8972},"owner":{"__isSmartRef__":true,"id":8820},"eventHandler":{"__isSmartRef__":true,"id":8973},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.ReframeHandle","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(649.0,0.0)"},"8971":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(4.0,199.0)","_Padding":"lively.rect(0,0,0,0)"},"8972":{"moveHorizontal":true},"8973":{"morph":{"__isSmartRef__":true,"id":8970},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8974":{"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"__serializedExpressions__":["_Padding","_Extent","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Padding":"lively.rect(0,0,0,0)","_Extent":"lively.pt(653.0,213.0)","_Position":"lively.pt(0.0,0.0)"},"8975":{"morph":{"__isSmartRef__":true,"id":8820},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8976":{"adjustForNewBounds":true},"8977":{"a":1.002003004005006,"b":0,"c":0,"d":1.002003004005006,"e":33,"f":437,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8978":{"a":1.002003004005006,"b":0,"c":0,"d":1.002003004005006,"e":33,"f":437,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"8979":{"partName":"SystemConsole","requiredModules":[],"comment":"a simple transcript to display console and log messages","changes":[{"__isSmartRef__":true,"id":8980},{"__isSmartRef__":true,"id":8982},{"__isSmartRef__":true,"id":8984},{"__isSmartRef__":true,"id":8986},{"__isSmartRef__":true,"id":8988},{"__isSmartRef__":true,"id":8990},{"__isSmartRef__":true,"id":8992}],"migrationLevel":8,"partsSpaceName":"PartsBin/Tools","lastModifiedDate":{"__isSmartRef__":true,"id":8994},"revisionOnLoad":196935,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"8980":{"author":"jenslincke","message":"reset title bar","id":"2DCEBBF0-4B51-43BC-813B-CC370208C14F","date":{"__isSmartRef__":true,"id":8981}},"8981":{"isSerializedDate":true,"string":"Thu Nov 29 2012 10:09:19 GMT+0100 (W. Europe Standard Time)"},"8982":{"author":"robertkrahn","message":"fixed serialization issue created because of storing \"layer\"","id":"FDC20E55-9300-462B-9768-5311975F67FC","date":{"__isSmartRef__":true,"id":8983}},"8983":{"isSerializedDate":true,"string":"Wed Jun 06 2012 15:59:25 GMT+0200 (W. Europe Daylight Time)"},"8984":{"author":"cschuster","message":"better restore after save","id":"53EDF516-61FF-4F63-9601-7C8A47FAD9F8","date":{"__isSmartRef__":true,"id":8985}},"8985":{"isSerializedDate":true,"string":"Wed May 23 2012 22:54:32 GMT+0200 (W. Europe Daylight Time)"},"8986":{"author":"cschuster","message":"better restore after save","id":"49DAE26A-5B6A-4D19-958C-48F1BC2AAFB7","date":{"__isSmartRef__":true,"id":8987}},"8987":{"isSerializedDate":true,"string":"Wed May 23 2012 22:53:13 GMT+0200 (W. Europe Daylight Time)"},"8988":{"author":"cschuster","message":"better version","id":"CB2E74BB-718C-4318-8642-604779EA98B4","date":{"__isSmartRef__":true,"id":8989}},"8989":{"isSerializedDate":true,"string":"Tue May 22 2012 23:45:39 GMT+0200 (W. Europe Daylight Time)"},"8990":{"author":"ohshima","message":"no comment","id":"EF653486-890D-4844-893C-26263A869130","date":{"__isSmartRef__":true,"id":8991}},"8991":{"isSerializedDate":true,"string":"Wed Jul 10 2013 19:34:38 GMT+0200 (W. Europe Daylight Time)"},"8992":{"author":"ohshima","message":"no comment","id":"59FA34EA-90D8-4BF4-9682-86B3C0C518D8","date":{"__isSmartRef__":true,"id":8993}},"8993":{"isSerializedDate":true,"string":"Fri Jul 12 2013 19:14:45 GMT+0200 (W. Europe Daylight Time)"},"8994":{"isSerializedDate":true,"string":"Fri Jul 12 2013 19:13:03 GMT+0200 (W. Europe Daylight Time)"},"8995":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8996},"derivationIds":[null,"60D9F599-2A8A-48B6-AE1B-23259CD039DA","B438E22E-581E-4F93-9768-30F932E10F7E","6648EC8E-79A1-45B7-8FC4-E4A812580161","096FD08B-3229-4112-A4A6-C9950D1A9443","44EE103C-3F1C-49E3-B9E9-347F729B0660","3B8BBC58-2ACD-466C-8E53-F26BE83121FF","CCA2C1AC-FB82-46D7-90EF-5A31AE9D7A8A","1F89F387-760B-41AF-82B2-A5517D4841D3","5275EC39-C363-4361-97D2-56B35EEC5B31"],"id":"F31108F8-717F-42D5-986B-7526FE86B8C3","_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":8997}],"eventHandler":{"__isSmartRef__":true,"id":8999},"_ClipMode":"hidden","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"_InputAllowed":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":9000},"_Align":"center","eventsAreIgnored":true,"owner":null,"_MaxTextWidth":555,"_MinTextWidth":555,"_MaxTextHeight":null,"_MinTextHeight":null,"attributeConnections":[],"doNotSerialize":["undoState"],"doNotCopyProperties":[],"showsHalos":false,"_Rotation":0,"_Scale":1,"_WordBreak":"break-all","__serializedExpressions__":["_TextColor","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(180,20,20)","_Position":"lively.pt(60.0,3.0)"},"8996":{"_BorderWidth":0,"_Fill":null,"_BorderRadius":0,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(555.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"8997":{"style":{"__isSmartRef__":true,"id":8998},"chunkOwner":{"__isSmartRef__":true,"id":8995},"_id":"_4911","storedString":"System Console","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8998":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8999":{"morph":{"__isSmartRef__":true,"id":8995},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9000":{"resizeWidth":true},"9001":{"onLoadFromPartsBin":{"__isSmartRef__":true,"id":9002},"reset":{"__isSmartRef__":true,"id":9010},"onShutdown":{"__isSmartRef__":true,"id":9014}},"9002":{"varMapping":{"__isSmartRef__":true,"id":9003},"source":"function onLoadFromPartsBin() {\n $super();\n this.get(\"SystemConsoleMain\").onLoadFromPartsBin();\n}","funcProperties":{"__isSmartRef__":true,"id":9008},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9003":{"this":{"__isSmartRef__":true,"id":8820},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9004}},"9004":{"$super":{"__isSmartRef__":true,"id":9005}},"9005":{"varMapping":{"__isSmartRef__":true,"id":9006},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world) \n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9007},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9006":{"obj":{"__isSmartRef__":true,"id":8820},"name":"onLoadFromPartsBin"},"9007":{},"9008":{"user":"cschuster","tags":[],"timestamp":{"__isSmartRef__":true,"id":9009}},"9009":{"isSerializedDate":true,"string":"Wed May 23 2012 01:03:53 GMT+0200 (W. Europe Daylight Time)"},"9010":{"varMapping":{"__isSmartRef__":true,"id":9011},"source":"function reset() {\n this.get(\"ErrorHandlerButton\").reset();\n this.get(\"SystemConsoleMain\").clear();\n}","funcProperties":{"__isSmartRef__":true,"id":9012},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9011":{"this":{"__isSmartRef__":true,"id":8820}},"9012":{"user":"cschuster","tags":[],"timestamp":{"__isSmartRef__":true,"id":9013}},"9013":{"isSerializedDate":true,"string":"Wed May 23 2012 02:09:19 GMT+0200 (W. Europe Daylight Time)"},"9014":{"varMapping":{"__isSmartRef__":true,"id":9015},"source":"function onShutdown() {\n console.removeConsumer(this.get(\"SystemConsoleMain\"));\n}","funcProperties":{"__isSmartRef__":true,"id":9016},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9015":{"this":{"__isSmartRef__":true,"id":8820}},"9016":{"user":"cschuster","tags":[],"timestamp":{"__isSmartRef__":true,"id":9017}},"9017":{"isSerializedDate":true,"string":"Thu May 24 2012 19:32:00 GMT+0200 (W. Europe Daylight Time)"},"9018":{"submorphs":[{"__isSmartRef__":true,"id":9019},{"__isSmartRef__":true,"id":9067},{"__isSmartRef__":true,"id":9758},{"__isSmartRef__":true,"id":9761},{"__isSmartRef__":true,"id":9764}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9767},"eventHandler":{"__isSmartRef__":true,"id":9768},"_ClipMode":"visible","derivationIds":[],"id":"26B1C830-E1AA-4434-9D15-F9C32AA7F6BE","__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":true,"layout":{"__isSmartRef__":true,"id":9769},"LK2":true,"__serializedExpressions__":["_Position","contentOffset","prevDragPos"],"reframeHandle":{"__isSmartRef__":true,"id":9758},"rightReframeHandle":{"__isSmartRef__":true,"id":9764},"bottomReframeHandle":{"__isSmartRef__":true,"id":9761},"titleBar":{"__isSmartRef__":true,"id":9019},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"_PreviousBorderWidth":0,"targetMorph":{"__isSmartRef__":true,"id":9067},"owner":{"__isSmartRef__":true,"id":0},"highlighted":false,"isBeingDragged":false,"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withLayers":["Global.PreventDroppingLayer"],"withoutLayers":["Global.lively.morphic.GrabbingLayer"],"_Position":"lively.pt(963.0,1132.0)","contentOffset":"lively.pt(4.0,22.0)","prevDragPos":"lively.pt(1181.0,1147.0)"},"9019":{"submorphs":[{"__isSmartRef__":true,"id":9020},{"__isSmartRef__":true,"id":9026},{"__isSmartRef__":true,"id":9039},{"__isSmartRef__":true,"id":9051}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9064},"eventHandler":{"__isSmartRef__":true,"id":9065},"_ClipMode":"visible","derivationIds":[],"id":"90CFD72E-9C89-4B42-BAE5-B5A0C61E8D3C","__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"layout":{"__isSmartRef__":true,"id":9066},"__serializedExpressions__":["_Position"],"windowMorph":{"__isSmartRef__":true,"id":9018},"label":{"__isSmartRef__":true,"id":9020},"closeButton":{"__isSmartRef__":true,"id":9026},"menuButton":{"__isSmartRef__":true,"id":9039},"collapseButton":{"__isSmartRef__":true,"id":9051},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":9018},"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"9020":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9021},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":9022}],"eventHandler":{"__isSmartRef__":true,"id":9024},"_ClipMode":"hidden","derivationIds":[],"id":"F2500E1E-ACF6-42D8-875C-78B952FBD680","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"layout":{"__isSmartRef__":true,"id":9025},"eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":9019},"_StyleClassNames":["window-title"],"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(20.0,3.0)"},"9021":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(769.0,18.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"9022":{"style":{"__isSmartRef__":true,"id":9023},"chunkOwner":{"__isSmartRef__":true,"id":9020},"_id":"_50558","storedString":"constraintinterpreter.js:ConstrainedVariable:-- all --:ensureExternalVariableFor (proto)","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9023":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9024":{"morph":{"__isSmartRef__":true,"id":9020},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9025":{"resizeWidth":true},"9026":{"submorphs":[{"__isSmartRef__":true,"id":9027}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9032},"eventHandler":{"__isSmartRef__":true,"id":9033},"_ClipMode":"visible","derivationIds":[],"id":"37F516E0-2A23-41F6-800C-27FE905FFC27","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":9027},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":9019},"layout":{"__isSmartRef__":true,"id":9034},"_StyleClassNames":["close"],"attributeConnections":[{"__isSmartRef__":true,"id":9035},{"__isSmartRef__":true,"id":9037}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"isPressed":false,"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(808.0,3.0)"},"9027":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9028},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":9029}],"eventHandler":{"__isSmartRef__":true,"id":9031},"_ClipMode":"hidden","derivationIds":[],"id":"FEDF01F3-4D5B-42DA-AA88-F160405D40DC","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":false,"_WordBreak":null,"fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9026},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,-1.0)"},"9028":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"9029":{"style":{"__isSmartRef__":true,"id":9030},"chunkOwner":{"__isSmartRef__":true,"id":9027},"_id":"_24186","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9030":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9031":{"morph":{"__isSmartRef__":true,"id":9027},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9032":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_StrokeOpacity":0,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"9033":{"morph":{"__isSmartRef__":true,"id":9026},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9034":{"moveHorizontal":true},"9035":{"sourceObj":{"__isSmartRef__":true,"id":9026},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":9018},"targetMethodName":"getCloseHelp","varMapping":{"__isSmartRef__":true,"id":9036},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9036":{"source":{"__isSmartRef__":true,"id":9026},"target":{"__isSmartRef__":true,"id":9018}},"9037":{"sourceObj":{"__isSmartRef__":true,"id":9026},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9018},"targetMethodName":"initiateShutdown","varMapping":{"__isSmartRef__":true,"id":9038},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9038":{"source":{"__isSmartRef__":true,"id":9026},"target":{"__isSmartRef__":true,"id":9018}},"9039":{"submorphs":[{"__isSmartRef__":true,"id":9040}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9045},"eventHandler":{"__isSmartRef__":true,"id":9046},"_ClipMode":"visible","derivationIds":[],"id":"326B2102-3BBD-4409-8A3A-E4602D1F0D3F","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":9040},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":9019},"attributeConnections":[{"__isSmartRef__":true,"id":9047},{"__isSmartRef__":true,"id":9049}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"9040":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9041},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":9042}],"eventHandler":{"__isSmartRef__":true,"id":9044},"_ClipMode":"hidden","derivationIds":[],"id":"DAD341E7-6AFC-4C40-BC1C-39A1D29C7AEA","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":false,"_WordBreak":null,"fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9039},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,0.0)"},"9041":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"9042":{"style":{"__isSmartRef__":true,"id":9043},"chunkOwner":{"__isSmartRef__":true,"id":9040},"_id":"_24188","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9043":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9044":{"morph":{"__isSmartRef__":true,"id":9040},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9045":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_StrokeOpacity":0,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"9046":{"morph":{"__isSmartRef__":true,"id":9039},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9047":{"sourceObj":{"__isSmartRef__":true,"id":9039},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":9018},"targetMethodName":"getMenuHelp","varMapping":{"__isSmartRef__":true,"id":9048},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9048":{"source":{"__isSmartRef__":true,"id":9039},"target":{"__isSmartRef__":true,"id":9018}},"9049":{"sourceObj":{"__isSmartRef__":true,"id":9039},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9018},"targetMethodName":"showTargetMorphMenu","varMapping":{"__isSmartRef__":true,"id":9050},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9050":{"source":{"__isSmartRef__":true,"id":9039},"target":{"__isSmartRef__":true,"id":9018}},"9051":{"submorphs":[{"__isSmartRef__":true,"id":9052}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9057},"eventHandler":{"__isSmartRef__":true,"id":9058},"_ClipMode":"visible","derivationIds":[],"id":"2D08CDEA-DBB8-4E30-981C-E5DFFB7B2C83","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":9052},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":9019},"layout":{"__isSmartRef__":true,"id":9059},"attributeConnections":[{"__isSmartRef__":true,"id":9060},{"__isSmartRef__":true,"id":9062}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"isPressed":false,"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(789.0,3.0)"},"9052":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9053},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":9054}],"eventHandler":{"__isSmartRef__":true,"id":9056},"_ClipMode":"hidden","derivationIds":[],"id":"D10ABFE3-EF07-4BAE-8BD6-396C1E35933A","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":false,"_WordBreak":null,"fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9051},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,1.0)"},"9053":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"9054":{"style":{"__isSmartRef__":true,"id":9055},"chunkOwner":{"__isSmartRef__":true,"id":9052},"_id":"_24190","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9055":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9056":{"morph":{"__isSmartRef__":true,"id":9052},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9057":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_StrokeOpacity":0,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"9058":{"morph":{"__isSmartRef__":true,"id":9051},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9059":{"moveHorizontal":true},"9060":{"sourceObj":{"__isSmartRef__":true,"id":9051},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":9018},"targetMethodName":"getCollapseHelp","varMapping":{"__isSmartRef__":true,"id":9061},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9061":{"source":{"__isSmartRef__":true,"id":9051},"target":{"__isSmartRef__":true,"id":9018}},"9062":{"sourceObj":{"__isSmartRef__":true,"id":9051},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9018},"targetMethodName":"toggleCollapse","varMapping":{"__isSmartRef__":true,"id":9063},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9063":{"source":{"__isSmartRef__":true,"id":9051},"target":{"__isSmartRef__":true,"id":9018}},"9064":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"_AppearanceStylingMode":true,"_BorderStylingMode":true,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(828.0,22.0)","_Padding":"lively.rect(0,0,0,0)"},"9065":{"morph":{"__isSmartRef__":true,"id":9019},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9066":{"resizeWidth":true,"adjustForNewBounds":true},"9067":{"submorphs":[{"__isSmartRef__":true,"id":9068},{"__isSmartRef__":true,"id":9725},{"__isSmartRef__":true,"id":9736},{"__isSmartRef__":true,"id":9182},{"__isSmartRef__":true,"id":9489},{"__isSmartRef__":true,"id":9536},{"__isSmartRef__":true,"id":9569},{"__isSmartRef__":true,"id":9747},{"__isSmartRef__":true,"id":9636},{"__isSmartRef__":true,"id":9077},{"__isSmartRef__":true,"id":9091},{"__isSmartRef__":true,"id":9105},{"__isSmartRef__":true,"id":9119},{"__isSmartRef__":true,"id":9133},{"__isSmartRef__":true,"id":9147},{"__isSmartRef__":true,"id":9161}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9755},"eventHandler":{"__isSmartRef__":true,"id":9756},"_ClipMode":"visible","derivationIds":[],"id":"241109CE-C4D8-435C-95BD-5B36993A33BC","__layered_droppingEnabled__":true,"halosEnabled":true,"draggingEnabled":false,"layout":{"__isSmartRef__":true,"id":9757},"__serializedExpressions__":["_Position"],"locationPane":{"__isSmartRef__":true,"id":9068},"codeBaseDirBtn":{"__isSmartRef__":true,"id":9725},"localDirBtn":{"__isSmartRef__":true,"id":9736},"Pane1":{"__isSmartRef__":true,"id":9182},"Pane2":{"__isSmartRef__":true,"id":9489},"Pane3":{"__isSmartRef__":true,"id":9536},"Pane4":{"__isSmartRef__":true,"id":9569},"midResizer":{"__isSmartRef__":true,"id":9747},"sourcePane":{"__isSmartRef__":true,"id":9636},"ownerWidget":{"__isSmartRef__":true,"id":9075},"owner":{"__isSmartRef__":true,"id":9018},"ownerApp":{"__isSmartRef__":true,"id":9075},"targetURL":{"__isSmartRef__":true,"id":9180},"prevScroll":[0,0],"__LivelyClassName__":"lively.ide.BrowserPanel","__SourceModuleName__":"Global.lively.ide.BrowserFramework","_Position":"lively.pt(4.0,22.0)"},"9068":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9069},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":9070}],"eventHandler":{"__isSmartRef__":true,"id":9072},"_ClipMode":"hidden","derivationIds":[],"id":"30650A54-50FF-46C4-ADA3-13F1DFF61556","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":true,"_HandStyle":null,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9067},"isInputLine":true,"layout":{"__isSmartRef__":true,"id":9073},"noEval":true,"styleClass":["Browser_locationInput"],"attributeConnections":[{"__isSmartRef__":true,"id":9074}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"previousSelection":[0,80],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(102,102,102)","_Position":"lively.pt(0.0,0.0)"},"9069":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(656.0,16.5)","_Padding":"lively.rect(1,1,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)"},"9070":{"style":{"__isSmartRef__":true,"id":9071},"chunkOwner":{"__isSmartRef__":true,"id":9068},"_id":"_27463","storedString":"http://lively-kernel.org/repository/webwerkstatt/users/timfelgentreff/babelsberg/","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9071":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9072":{"morph":{"__isSmartRef__":true,"id":9068},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9073":{"scaleVertical":true,"scaleHorizontal":true},"9074":{"sourceObj":{"__isSmartRef__":true,"id":9068},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":9075},"targetMethodName":"setTargetURL","varMapping":{"__isSmartRef__":true,"id":9724},"converterString":"function (value) { return new URL(value) }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9075":{"buttonCommands":[{"__isSmartRef__":true,"id":9076},{"__isSmartRef__":true,"id":9090},{"__isSmartRef__":true,"id":9104},{"__isSmartRef__":true,"id":9118},{"__isSmartRef__":true,"id":9132},{"__isSmartRef__":true,"id":9146},{"__isSmartRef__":true,"id":9160}],"RootFilters":[{"__isSmartRef__":true,"id":9174}],"Pane1Filters":[{"__isSmartRef__":true,"id":9175},{"__isSmartRef__":true,"id":9176}],"Pane2Filters":[{"__isSmartRef__":true,"id":9177}],"Pane3Filters":[{"__isSmartRef__":true,"id":9178}],"Pane4Filters":[{"__isSmartRef__":true,"id":9179}],"evaluate":true,"targetURL":{"__isSmartRef__":true,"id":9180},"panel":{"__isSmartRef__":true,"id":9067},"attributeConnections":[{"__isSmartRef__":true,"id":9181},{"__isSmartRef__":true,"id":9488},{"__isSmartRef__":true,"id":9535},{"__isSmartRef__":true,"id":9568},{"__isSmartRef__":true,"id":9635},{"__isSmartRef__":true,"id":9717}],"SourceString":" ensureExternalVariableFor: function(solver) {\n var eVar = this.externalVariables(solver),\n value = this.obj[this.ivarname];\n\n this.cachedDefiningSolver = null;\n this.cachedDefiningVar = null;\n if (!eVar && eVar !== null) { // don't try to create an external variable twice\n this.externalVariables(solver, solver.constraintVariableFor(value, this.ivarname));\n this.updateReadonlyConstraints();\n }\n },","sourceString":" ensureExternalVariableFor: function(solver) {\n var eVar = this.externalVariables(solver),\n value = this.obj[this.ivarname];\n\n this.cachedDefiningSolver = null;\n this.cachedDefiningVar = null;\n if (!eVar && eVar !== null) { // don't try to create an external variable twice\n this.externalVariables(solver, solver.constraintVariableFor(value, this.ivarname));\n this.updateReadonlyConstraints();\n }\n },","doNotSerialize":["$$targetURL"],"doNotCopyProperties":["$$targetURL"],"_rootNode":{"__isSmartRef__":true,"id":9187},"Pane1Selection":{"__isSmartRef__":true,"id":9247},"pane1Selection":{"__isSmartRef__":true,"id":9247},"Pane2Selection":{"__isSmartRef__":true,"id":9502},"pane2Selection":{"__isSmartRef__":true,"id":9502},"Pane3Selection":{"__isSmartRef__":true,"id":9539},"pane3Selection":{"__isSmartRef__":true,"id":9539},"Pane4Selection":{"__isSmartRef__":true,"id":9574},"pane4Selection":{"__isSmartRef__":true,"id":9574},"Pane4Content":[{"__isSmartRef__":true,"id":9571},{"__isSmartRef__":true,"id":9573},{"__isSmartRef__":true,"id":9575},{"__isSmartRef__":true,"id":9577},{"__isSmartRef__":true,"id":9579},{"__isSmartRef__":true,"id":9581},{"__isSmartRef__":true,"id":9583},{"__isSmartRef__":true,"id":9585},{"__isSmartRef__":true,"id":9587},{"__isSmartRef__":true,"id":9589},{"__isSmartRef__":true,"id":9591},{"__isSmartRef__":true,"id":9593},{"__isSmartRef__":true,"id":9595},{"__isSmartRef__":true,"id":9597},{"__isSmartRef__":true,"id":9599},{"__isSmartRef__":true,"id":9601},{"__isSmartRef__":true,"id":9603},{"__isSmartRef__":true,"id":9605},{"__isSmartRef__":true,"id":9607}],"Pane3Content":[{"__isSmartRef__":true,"id":9538},{"__isSmartRef__":true,"id":9540}],"Pane2Content":[{"__isSmartRef__":true,"id":9491},{"__isSmartRef__":true,"id":9493},{"__isSmartRef__":true,"id":9495},{"__isSmartRef__":true,"id":9497},{"__isSmartRef__":true,"id":9499},{"__isSmartRef__":true,"id":9501},{"__isSmartRef__":true,"id":9503},{"__isSmartRef__":true,"id":9505},{"__isSmartRef__":true,"id":9507}],"Pane1Content":[{"__isSmartRef__":true,"id":9184},{"__isSmartRef__":true,"id":9455},{"__isSmartRef__":true,"id":9456},{"__isSmartRef__":true,"id":9457},{"__isSmartRef__":true,"id":9458},{"__isSmartRef__":true,"id":9459},{"__isSmartRef__":true,"id":9460}],"view":{"__isSmartRef__":true,"id":9018},"Pane1Menu":[["Add to world requirements"],["remove"],["reparse"],["-------"],["open in text editor"],["show versions"],["diff versions"],["get module part"]],"Pane2Menu":[["references"],["add sibling below"],["remove"],["show browse ref"],["-------"],["view hierarchy"],["add class"],["add object extension"],["add layer"]],"Pane3Menu":[["add sibling below"],["remove"],["show browse ref"],["-------"],["view hierarchy"]],"currentModuleName":"users.timfelgentreff.babelsberg.constraintinterpreter","Pane4Menu":[["senders"],["implementors"],["add sibling below"],["remove"],["show browse ref"],["-------"],["add method"]],"_statusMorph":{"__isSmartRef__":true,"id":9719},"__LivelyClassName__":"lively.ide.SystemBrowser","__SourceModuleName__":"Global.lively.ide.SystemCodeBrowser"},"9076":{"browser":{"__isSmartRef__":true,"id":9075},"button":{"__isSmartRef__":true,"id":9077},"__LivelyClassName__":"lively.ide.AddNewFileCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"9077":{"submorphs":[{"__isSmartRef__":true,"id":9078}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9083},"eventHandler":{"__isSmartRef__":true,"id":9084},"_ClipMode":"visible","derivationIds":[],"id":"36060853-7389-4830-B3E8-ABF171D995AF","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":9078},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":9076},"attributeConnections":[{"__isSmartRef__":true,"id":9085},{"__isSmartRef__":true,"id":9087}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":9067},"layout":{"__isSmartRef__":true,"id":9089},"isPressed":false,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,220.0)"},"9078":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9079},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":9080}],"eventHandler":{"__isSmartRef__":true,"id":9082},"_ClipMode":"hidden","derivationIds":[],"id":"D2DB707C-B4E8-42DB-AAAC-ABFBA7B305DE","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9077},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"9079":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"9080":{"style":{"__isSmartRef__":true,"id":9081},"chunkOwner":{"__isSmartRef__":true,"id":9078},"_id":"_24162","storedString":"Add module","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9081":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9082":{"morph":{"__isSmartRef__":true,"id":9078},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9083":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"9084":{"morph":{"__isSmartRef__":true,"id":9077},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9085":{"sourceObj":{"__isSmartRef__":true,"id":9077},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9076},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":9086},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9086":{"source":{"__isSmartRef__":true,"id":9077},"target":{"__isSmartRef__":true,"id":9076}},"9087":{"sourceObj":{"__isSmartRef__":true,"id":9077},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9077},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":9088},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9088":{"source":{"__isSmartRef__":true,"id":9077},"target":{"__isSmartRef__":true,"id":9077}},"9089":{"scaleVertical":true,"scaleHorizontal":true},"9090":{"browser":{"__isSmartRef__":true,"id":9075},"button":{"__isSmartRef__":true,"id":9091},"__LivelyClassName__":"lively.ide.AllModulesLoadCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"9091":{"submorphs":[{"__isSmartRef__":true,"id":9092}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9097},"eventHandler":{"__isSmartRef__":true,"id":9098},"_ClipMode":"visible","derivationIds":[],"id":"361A058D-38A4-4712-9AA0-CDB979E68D97","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":9092},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":9090},"attributeConnections":[{"__isSmartRef__":true,"id":9099},{"__isSmartRef__":true,"id":9101}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":9067},"layout":{"__isSmartRef__":true,"id":9103},"isPressed":false,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(117.1,220.0)"},"9092":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9093},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":9094}],"eventHandler":{"__isSmartRef__":true,"id":9096},"_ClipMode":"hidden","derivationIds":[],"id":"BFC27B25-CBF2-4899-8CDB-2875D4E881BF","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9091},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"9093":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"9094":{"style":{"__isSmartRef__":true,"id":9095},"chunkOwner":{"__isSmartRef__":true,"id":9092},"_id":"_24165","storedString":"Load all","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9095":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9096":{"morph":{"__isSmartRef__":true,"id":9092},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9097":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"9098":{"morph":{"__isSmartRef__":true,"id":9091},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9099":{"sourceObj":{"__isSmartRef__":true,"id":9091},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9090},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":9100},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9100":{"source":{"__isSmartRef__":true,"id":9091},"target":{"__isSmartRef__":true,"id":9090}},"9101":{"sourceObj":{"__isSmartRef__":true,"id":9091},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9091},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":9102},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9102":{"source":{"__isSmartRef__":true,"id":9091},"target":{"__isSmartRef__":true,"id":9091}},"9103":{"scaleVertical":true,"scaleHorizontal":true},"9104":{"browser":{"__isSmartRef__":true,"id":9075},"button":{"__isSmartRef__":true,"id":9105},"__LivelyClassName__":"lively.ide.ShowLineNumbersCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"9105":{"submorphs":[{"__isSmartRef__":true,"id":9106}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9111},"eventHandler":{"__isSmartRef__":true,"id":9112},"_ClipMode":"visible","derivationIds":[],"id":"AEC65109-3C41-4DEE-A97B-2B856772DFEF","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":9106},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":9104},"attributeConnections":[{"__isSmartRef__":true,"id":9113},{"__isSmartRef__":true,"id":9115}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":9067},"layout":{"__isSmartRef__":true,"id":9117},"isPressed":false,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(234.3,220.0)"},"9106":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9107},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":9108}],"eventHandler":{"__isSmartRef__":true,"id":9110},"_ClipMode":"hidden","derivationIds":[],"id":"9ED0E9B0-343E-4530-8835-47ED0BEEEA3B","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9105},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"9107":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"9108":{"style":{"__isSmartRef__":true,"id":9109},"chunkOwner":{"__isSmartRef__":true,"id":9106},"_id":"_24168","storedString":"LineNo","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9109":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9110":{"morph":{"__isSmartRef__":true,"id":9106},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9111":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"9112":{"morph":{"__isSmartRef__":true,"id":9105},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9113":{"sourceObj":{"__isSmartRef__":true,"id":9105},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9104},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":9114},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9114":{"source":{"__isSmartRef__":true,"id":9105},"target":{"__isSmartRef__":true,"id":9104}},"9115":{"sourceObj":{"__isSmartRef__":true,"id":9105},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9105},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":9116},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9116":{"source":{"__isSmartRef__":true,"id":9105},"target":{"__isSmartRef__":true,"id":9105}},"9117":{"scaleVertical":true,"scaleHorizontal":true},"9118":{"browser":{"__isSmartRef__":true,"id":9075},"button":{"__isSmartRef__":true,"id":9119},"__LivelyClassName__":"lively.ide.ParserDebugCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"9119":{"submorphs":[{"__isSmartRef__":true,"id":9120}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9125},"eventHandler":{"__isSmartRef__":true,"id":9126},"_ClipMode":"visible","derivationIds":[],"id":"F7555E48-C7A7-49BD-9305-458E443A2A3F","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":9120},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":9118},"attributeConnections":[{"__isSmartRef__":true,"id":9127},{"__isSmartRef__":true,"id":9129}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":9067},"layout":{"__isSmartRef__":true,"id":9131},"isPressed":false,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(351.4,220.0)"},"9120":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9121},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":9122}],"eventHandler":{"__isSmartRef__":true,"id":9124},"_ClipMode":"hidden","derivationIds":[],"id":"F36EF73D-5A4C-44C1-8F63-AAB4F452D072","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9119},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"9121":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"9122":{"style":{"__isSmartRef__":true,"id":9123},"chunkOwner":{"__isSmartRef__":true,"id":9120},"_id":"_24171","storedString":"Dbg errors is off","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9123":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9124":{"morph":{"__isSmartRef__":true,"id":9120},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9125":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"9126":{"morph":{"__isSmartRef__":true,"id":9119},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9127":{"sourceObj":{"__isSmartRef__":true,"id":9119},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9118},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":9128},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9128":{"source":{"__isSmartRef__":true,"id":9119},"target":{"__isSmartRef__":true,"id":9118}},"9129":{"sourceObj":{"__isSmartRef__":true,"id":9119},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9119},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":9130},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9130":{"source":{"__isSmartRef__":true,"id":9119},"target":{"__isSmartRef__":true,"id":9119}},"9131":{"scaleVertical":true,"scaleHorizontal":true},"9132":{"browser":{"__isSmartRef__":true,"id":9075},"button":{"__isSmartRef__":true,"id":9133},"__LivelyClassName__":"lively.ide.EvaluateCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"9133":{"submorphs":[{"__isSmartRef__":true,"id":9134}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9139},"eventHandler":{"__isSmartRef__":true,"id":9140},"_ClipMode":"visible","derivationIds":[],"id":"253B970A-C0CB-4A6B-AFF8-B1CAC6767843","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":9134},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":9132},"attributeConnections":[{"__isSmartRef__":true,"id":9141},{"__isSmartRef__":true,"id":9143}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":9067},"layout":{"__isSmartRef__":true,"id":9145},"isPressed":false,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(468.6,220.0)"},"9134":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9135},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":9136}],"eventHandler":{"__isSmartRef__":true,"id":9138},"_ClipMode":"hidden","derivationIds":[],"id":"7716F0B1-B6B3-4755-A867-23792D49613C","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9133},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"9135":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"9136":{"style":{"__isSmartRef__":true,"id":9137},"chunkOwner":{"__isSmartRef__":true,"id":9134},"_id":"_24174","storedString":"Eval on","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9137":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9138":{"morph":{"__isSmartRef__":true,"id":9134},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9139":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"9140":{"morph":{"__isSmartRef__":true,"id":9133},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9141":{"sourceObj":{"__isSmartRef__":true,"id":9133},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9132},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":9142},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9142":{"source":{"__isSmartRef__":true,"id":9133},"target":{"__isSmartRef__":true,"id":9132}},"9143":{"sourceObj":{"__isSmartRef__":true,"id":9133},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9133},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":9144},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9144":{"source":{"__isSmartRef__":true,"id":9133},"target":{"__isSmartRef__":true,"id":9133}},"9145":{"scaleVertical":true,"scaleHorizontal":true},"9146":{"browser":{"__isSmartRef__":true,"id":9075},"button":{"__isSmartRef__":true,"id":9147},"__LivelyClassName__":"lively.ide.SortCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"9147":{"submorphs":[{"__isSmartRef__":true,"id":9148}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9153},"eventHandler":{"__isSmartRef__":true,"id":9154},"_ClipMode":"visible","derivationIds":[],"id":"609AF7A3-7420-424F-A2AF-0379E76BD92A","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":9148},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":9146},"attributeConnections":[{"__isSmartRef__":true,"id":9155},{"__isSmartRef__":true,"id":9157}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":9067},"layout":{"__isSmartRef__":true,"id":9159},"isPressed":false,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(585.7,220.0)"},"9148":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9149},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":9150}],"eventHandler":{"__isSmartRef__":true,"id":9152},"_ClipMode":"hidden","derivationIds":[],"id":"BF2041B7-39B8-4F87-BCB1-78CC6CDA639E","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9147},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"9149":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"9150":{"style":{"__isSmartRef__":true,"id":9151},"chunkOwner":{"__isSmartRef__":true,"id":9148},"_id":"_24177","storedString":"Sort","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9151":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9152":{"morph":{"__isSmartRef__":true,"id":9148},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9153":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"9154":{"morph":{"__isSmartRef__":true,"id":9147},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9155":{"sourceObj":{"__isSmartRef__":true,"id":9147},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9146},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":9156},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9156":{"source":{"__isSmartRef__":true,"id":9147},"target":{"__isSmartRef__":true,"id":9146}},"9157":{"sourceObj":{"__isSmartRef__":true,"id":9147},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9147},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":9158},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9158":{"source":{"__isSmartRef__":true,"id":9147},"target":{"__isSmartRef__":true,"id":9147}},"9159":{"scaleVertical":true,"scaleHorizontal":true},"9160":{"browser":{"__isSmartRef__":true,"id":9075},"button":{"__isSmartRef__":true,"id":9161},"__LivelyClassName__":"lively.ide.ViewSourceCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"9161":{"submorphs":[{"__isSmartRef__":true,"id":9162}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9167},"eventHandler":{"__isSmartRef__":true,"id":9168},"_ClipMode":"visible","derivationIds":[],"id":"DB0DD6CB-0005-4211-924C-CE68FA286539","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":9162},"_PreviousBorderWidth":1,"command":{"__isSmartRef__":true,"id":9160},"attributeConnections":[{"__isSmartRef__":true,"id":9169},{"__isSmartRef__":true,"id":9171}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":9067},"layout":{"__isSmartRef__":true,"id":9173},"isPressed":false,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(702.9,220.0)"},"9162":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9163},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":9164}],"eventHandler":{"__isSmartRef__":true,"id":9166},"_ClipMode":"hidden","derivationIds":[],"id":"76B29545-5FFB-4ADF-B0C1-25AB4CBA879A","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":9,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9161},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"9163":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,4,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"9164":{"style":{"__isSmartRef__":true,"id":9165},"chunkOwner":{"__isSmartRef__":true,"id":9162},"_id":"_24180","storedString":"View as...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9165":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9166":{"morph":{"__isSmartRef__":true,"id":9162},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9167":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(117.1,22.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"9168":{"morph":{"__isSmartRef__":true,"id":9161},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9169":{"sourceObj":{"__isSmartRef__":true,"id":9161},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9160},"targetMethodName":"trigger","varMapping":{"__isSmartRef__":true,"id":9170},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9170":{"source":{"__isSmartRef__":true,"id":9161},"target":{"__isSmartRef__":true,"id":9160}},"9171":{"sourceObj":{"__isSmartRef__":true,"id":9161},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9161},"targetMethodName":"setLabel","varMapping":{"__isSmartRef__":true,"id":9172},"converterString":"function () { return this.getSourceObj().command.asString() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9172":{"source":{"__isSmartRef__":true,"id":9161},"target":{"__isSmartRef__":true,"id":9161}},"9173":{"scaleVertical":true,"scaleHorizontal":true},"9174":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"9175":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"9176":{"attributes":["isClassNode","isGrammarNode","isChangeNode","isFunctionNode","isObjectNode"],"__LivelyClassName__":"lively.ide.NodeTypeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"9177":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"9178":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"9179":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"9180":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/users/timfelgentreff/babelsberg/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"9181":{"sourceObj":{"__isSmartRef__":true,"id":9075},"sourceAttrName":"setPane1Content","targetObj":{"__isSmartRef__":true,"id":9182},"targetMethodName":"updateList","varMapping":{"__isSmartRef__":true,"id":9487},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9182":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9183},"itemList":[{"__isSmartRef__":true,"id":9184},{"__isSmartRef__":true,"id":9455},{"__isSmartRef__":true,"id":9456},{"__isSmartRef__":true,"id":9457},{"__isSmartRef__":true,"id":9458},{"__isSmartRef__":true,"id":9459},{"__isSmartRef__":true,"id":9460}],"eventHandler":{"__isSmartRef__":true,"id":9461},"derivationIds":[],"id":"BA7CD7D0-BF3D-48FA-A525-72D2D71B2386","_FontFamily":"Helvetica","_FontSize":10,"grabbingEnabled":false,"__layered_droppingEnabled__":true,"halosEnabled":true,"draggingEnabled":false,"_ClipMode":"auto","__serializedExpressions__":["_Position"],"selection":{"__isSmartRef__":true,"id":9462},"selectedLineNo":2,"owner":{"__isSmartRef__":true,"id":9067},"layout":{"__isSmartRef__":true,"id":9463},"attributeConnections":[{"__isSmartRef__":true,"id":9464},{"__isSmartRef__":true,"id":9466},{"__isSmartRef__":true,"id":9468},{"__isSmartRef__":true,"id":9470}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9472},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(0.0,16.5)"},"9183":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(205.0,203.5)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"9184":{"isListItem":true,"string":"../","value":{"__isSmartRef__":true,"id":9185}},"9185":{"target":{"__isSmartRef__":true,"id":9186},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9187},"localName":"../","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9186":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/users/timfelgentreff/babelsberg/../","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"9187":{"target":{"__isSmartRef__":true,"id":9188},"browser":{"__isSmartRef__":true,"id":9075},"parent":null,"allFiles":["users/timfelgentreff/babelsberg/deltablue_ext.js","users/timfelgentreff/babelsberg/tests.js","users/timfelgentreff/babelsberg/constraintinterpreter.js","users/timfelgentreff/babelsberg/core_ext.js","users/timfelgentreff/babelsberg/cassowary_ext.js"],"subNamespacePaths":[],"parentNamespacePath":{"__isSmartRef__":true,"id":9186},"_childNodes":[{"__isSmartRef__":true,"id":9185},{"__isSmartRef__":true,"id":9189},{"__isSmartRef__":true,"id":9247},{"__isSmartRef__":true,"id":9339},{"__isSmartRef__":true,"id":9345},{"__isSmartRef__":true,"id":9400},{"__isSmartRef__":true,"id":9453}],"__LivelyClassName__":"lively.ide.SourceControlNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9188":{"__LivelyClassName__":"AnotherSourceDatabase","__SourceModuleName__":"Global.lively.ide.SourceDatabase"},"9189":{"target":{"__isSmartRef__":true,"id":9190},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9187},"moduleName":"users/timfelgentreff/babelsberg/cassowary_ext.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9190":{"name":"users.timfelgentreff.babelsberg.cassowary_ext","type":"moduleDef","startIndex":0,"stopIndex":7659,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[{"__isSmartRef__":true,"id":9191},{"__isSmartRef__":true,"id":9192},{"__isSmartRef__":true,"id":9195},{"__isSmartRef__":true,"id":9196},{"__isSmartRef__":true,"id":9204},{"__isSmartRef__":true,"id":9205},{"__isSmartRef__":true,"id":9209},{"__isSmartRef__":true,"id":9210},{"__isSmartRef__":true,"id":9227},{"__isSmartRef__":true,"id":9228},{"__isSmartRef__":true,"id":9238},{"__isSmartRef__":true,"id":9239},{"__isSmartRef__":true,"id":9246}],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9191":{"name":null,"type":"comment","startIndex":133,"stopIndex":133,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9192":{"name":"Function","type":"klassExtensionDef","startIndex":134,"stopIndex":393,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[{"__isSmartRef__":true,"id":9193}],"sourceControl":{"__isSmartRef__":true,"id":9188},"categories":[{"__isSmartRef__":true,"id":9194}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9193":{"name":"shouldBeTrue","type":"propertyDef","startIndex":156,"stopIndex":389,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9194},"className":"Function","_owner":{"__isSmartRef__":true,"id":9192},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9194":{"name":"default category","type":"categoryDef","startIndex":154,"stopIndex":390,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[{"__isSmartRef__":true,"id":9193}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9195":{"name":"originalSolve","type":"propertyDef","startIndex":394,"stopIndex":490,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"className":"ClSimplexSolver","_isStatic":true,"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9196":{"name":"ClSimplexSolver","type":"klassExtensionDef","startIndex":491,"stopIndex":1426,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[{"__isSmartRef__":true,"id":9197},{"__isSmartRef__":true,"id":9199},{"__isSmartRef__":true,"id":9200},{"__isSmartRef__":true,"id":9201},{"__isSmartRef__":true,"id":9202},{"__isSmartRef__":true,"id":9203}],"sourceControl":{"__isSmartRef__":true,"id":9188},"categories":[{"__isSmartRef__":true,"id":9198}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9197":{"name":"solve","type":"propertyDef","startIndex":520,"stopIndex":631,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9198},"className":"ClSimplexSolver","_owner":{"__isSmartRef__":true,"id":9196},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9198":{"name":"default category","type":"categoryDef","startIndex":518,"stopIndex":1423,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[{"__isSmartRef__":true,"id":9197},{"__isSmartRef__":true,"id":9199},{"__isSmartRef__":true,"id":9200},{"__isSmartRef__":true,"id":9201},{"__isSmartRef__":true,"id":9202},{"__isSmartRef__":true,"id":9203}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9199":{"name":"isConstraintObject","type":"propertyDef","startIndex":638,"stopIndex":701,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9198},"className":"ClSimplexSolver","_owner":{"__isSmartRef__":true,"id":9196},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9200":{"name":"constraintVariableFor","type":"propertyDef","startIndex":703,"stopIndex":1060,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9198},"className":"ClSimplexSolver","_owner":{"__isSmartRef__":true,"id":9196},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9201":{"name":"strength","type":"propertyDef","startIndex":1062,"stopIndex":1115,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9198},"className":"ClSimplexSolver","_owner":{"__isSmartRef__":true,"id":9196},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9202":{"name":"weight","type":"propertyDef","startIndex":1117,"stopIndex":1133,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9198},"className":"ClSimplexSolver","_owner":{"__isSmartRef__":true,"id":9196},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9203":{"name":"always","type":"propertyDef","startIndex":1135,"stopIndex":1422,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9198},"className":"ClSimplexSolver","_owner":{"__isSmartRef__":true,"id":9196},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9204":{"name":null,"type":"comment","startIndex":1427,"stopIndex":1427,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9205":{"name":"ClSimplexSolver","type":"klassExtensionDef","startIndex":1428,"stopIndex":1768,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[{"__isSmartRef__":true,"id":9206},{"__isSmartRef__":true,"id":9208}],"sourceControl":{"__isSmartRef__":true,"id":9188},"categories":[{"__isSmartRef__":true,"id":9207}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9206":{"name":"getInstance","type":"propertyDef","startIndex":1461,"stopIndex":1684,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9207},"className":"ClSimplexSolver","_owner":{"__isSmartRef__":true,"id":9205},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9207":{"name":"default category","type":"categoryDef","startIndex":1459,"stopIndex":1765,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[{"__isSmartRef__":true,"id":9206},{"__isSmartRef__":true,"id":9208}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9208":{"name":"resetInstance","type":"propertyDef","startIndex":1687,"stopIndex":1764,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9207},"className":"ClSimplexSolver","_owner":{"__isSmartRef__":true,"id":9205},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9209":{"name":null,"type":"comment","startIndex":1769,"stopIndex":1769,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9210":{"name":"ClAbstractVariable","type":"klassExtensionDef","startIndex":1770,"stopIndex":3922,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[{"__isSmartRef__":true,"id":9211},{"__isSmartRef__":true,"id":9213},{"__isSmartRef__":true,"id":9214},{"__isSmartRef__":true,"id":9215},{"__isSmartRef__":true,"id":9216},{"__isSmartRef__":true,"id":9217},{"__isSmartRef__":true,"id":9218},{"__isSmartRef__":true,"id":9219},{"__isSmartRef__":true,"id":9220},{"__isSmartRef__":true,"id":9221},{"__isSmartRef__":true,"id":9222},{"__isSmartRef__":true,"id":9223},{"__isSmartRef__":true,"id":9224},{"__isSmartRef__":true,"id":9225},{"__isSmartRef__":true,"id":9226}],"sourceControl":{"__isSmartRef__":true,"id":9188},"categories":[{"__isSmartRef__":true,"id":9212}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9211":{"name":"isConstraintObject","type":"propertyDef","startIndex":1802,"stopIndex":1865,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9212},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":9210},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9212":{"name":"default category","type":"categoryDef","startIndex":1800,"stopIndex":3919,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[{"__isSmartRef__":true,"id":9211},{"__isSmartRef__":true,"id":9213},{"__isSmartRef__":true,"id":9214},{"__isSmartRef__":true,"id":9215},{"__isSmartRef__":true,"id":9216},{"__isSmartRef__":true,"id":9217},{"__isSmartRef__":true,"id":9218},{"__isSmartRef__":true,"id":9219},{"__isSmartRef__":true,"id":9220},{"__isSmartRef__":true,"id":9221},{"__isSmartRef__":true,"id":9222},{"__isSmartRef__":true,"id":9223},{"__isSmartRef__":true,"id":9224},{"__isSmartRef__":true,"id":9225},{"__isSmartRef__":true,"id":9226}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9213":{"name":"stay","type":"propertyDef","startIndex":1868,"stopIndex":2075,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9212},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":9210},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9214":{"name":"removeStay","type":"propertyDef","startIndex":2077,"stopIndex":2324,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9212},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":9210},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9215":{"name":"suggestValue","type":"propertyDef","startIndex":2330,"stopIndex":2568,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9212},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":9210},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9216":{"name":"setReadonly","type":"propertyDef","startIndex":2570,"stopIndex":3021,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9212},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":9210},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9217":{"name":"isReadonly","type":"propertyDef","startIndex":3023,"stopIndex":3099,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9212},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":9210},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9218":{"name":"plus","type":"propertyDef","startIndex":3104,"stopIndex":3194,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9212},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":9210},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9219":{"name":"minus","type":"propertyDef","startIndex":3197,"stopIndex":3291,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9212},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":9210},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9220":{"name":"times","type":"propertyDef","startIndex":3294,"stopIndex":3386,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9212},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":9210},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9221":{"name":"divide","type":"propertyDef","startIndex":3389,"stopIndex":3483,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9212},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":9210},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9222":{"name":"cnGeq","type":"propertyDef","startIndex":3486,"stopIndex":3578,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9212},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":9210},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9223":{"name":"cnLeq","type":"propertyDef","startIndex":3581,"stopIndex":3673,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9212},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":9210},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9224":{"name":"cnEquals","type":"propertyDef","startIndex":3676,"stopIndex":3774,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9212},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":9210},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9225":{"name":"prepareEdit","type":"propertyDef","startIndex":3781,"stopIndex":3854,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9212},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":9210},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9226":{"name":"finishEdit","type":"propertyDef","startIndex":3861,"stopIndex":3917,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9212},"className":"ClAbstractVariable","_owner":{"__isSmartRef__":true,"id":9210},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9227":{"name":null,"type":"comment","startIndex":3923,"stopIndex":3923,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9228":{"name":"ClLinearExpression","type":"klassExtensionDef","startIndex":3924,"stopIndex":7153,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[{"__isSmartRef__":true,"id":9229},{"__isSmartRef__":true,"id":9231},{"__isSmartRef__":true,"id":9232},{"__isSmartRef__":true,"id":9233},{"__isSmartRef__":true,"id":9234},{"__isSmartRef__":true,"id":9235},{"__isSmartRef__":true,"id":9236},{"__isSmartRef__":true,"id":9237}],"sourceControl":{"__isSmartRef__":true,"id":9188},"categories":[{"__isSmartRef__":true,"id":9230}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9229":{"name":"isConstraintObject","type":"propertyDef","startIndex":3956,"stopIndex":4019,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9230},"className":"ClLinearExpression","_owner":{"__isSmartRef__":true,"id":9228},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9230":{"name":"default category","type":"categoryDef","startIndex":3954,"stopIndex":7150,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[{"__isSmartRef__":true,"id":9229},{"__isSmartRef__":true,"id":9231},{"__isSmartRef__":true,"id":9232},{"__isSmartRef__":true,"id":9233},{"__isSmartRef__":true,"id":9234},{"__isSmartRef__":true,"id":9235},{"__isSmartRef__":true,"id":9236},{"__isSmartRef__":true,"id":9237}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9231":{"name":"cnGeq","type":"propertyDef","startIndex":4022,"stopIndex":4276,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9230},"className":"ClLinearExpression","_owner":{"__isSmartRef__":true,"id":9228},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9232":{"name":"cnLeq","type":"propertyDef","startIndex":4279,"stopIndex":4684,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9230},"className":"ClLinearExpression","_owner":{"__isSmartRef__":true,"id":9228},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9233":{"name":"cnEquals","type":"propertyDef","startIndex":4687,"stopIndex":4936,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9230},"className":"ClLinearExpression","_owner":{"__isSmartRef__":true,"id":9228},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9234":{"name":"plus","type":"propertyDef","startIndex":4943,"stopIndex":5519,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9230},"className":"ClLinearExpression","_owner":{"__isSmartRef__":true,"id":9228},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9235":{"name":"times","type":"propertyDef","startIndex":5521,"stopIndex":5995,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9230},"className":"ClLinearExpression","_owner":{"__isSmartRef__":true,"id":9228},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9236":{"name":"minus","type":"propertyDef","startIndex":5999,"stopIndex":6582,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9230},"className":"ClLinearExpression","_owner":{"__isSmartRef__":true,"id":9228},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9237":{"name":"divide","type":"propertyDef","startIndex":6586,"stopIndex":7148,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9230},"className":"ClLinearExpression","_owner":{"__isSmartRef__":true,"id":9228},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9238":{"name":null,"type":"comment","startIndex":7154,"stopIndex":7154,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9239":{"name":"ClConstraint","type":"klassExtensionDef","startIndex":7155,"stopIndex":7639,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[{"__isSmartRef__":true,"id":9240},{"__isSmartRef__":true,"id":9242},{"__isSmartRef__":true,"id":9243},{"__isSmartRef__":true,"id":9244},{"__isSmartRef__":true,"id":9245}],"sourceControl":{"__isSmartRef__":true,"id":9188},"categories":[{"__isSmartRef__":true,"id":9241}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9240":{"name":"isConstraintObject","type":"propertyDef","startIndex":7181,"stopIndex":7244,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9241},"className":"ClConstraint","_owner":{"__isSmartRef__":true,"id":9239},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9241":{"name":"default category","type":"categoryDef","startIndex":7179,"stopIndex":7636,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[{"__isSmartRef__":true,"id":9240},{"__isSmartRef__":true,"id":9242},{"__isSmartRef__":true,"id":9243},{"__isSmartRef__":true,"id":9244},{"__isSmartRef__":true,"id":9245}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9242":{"name":"enable","type":"propertyDef","startIndex":7247,"stopIndex":7400,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9241},"className":"ClConstraint","_owner":{"__isSmartRef__":true,"id":9239},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9243":{"name":"disable","type":"propertyDef","startIndex":7402,"stopIndex":7477,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9241},"className":"ClConstraint","_owner":{"__isSmartRef__":true,"id":9239},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9244":{"name":"solver","type":"propertyDef","startIndex":7484,"stopIndex":7569,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9241},"className":"ClConstraint","_owner":{"__isSmartRef__":true,"id":9239},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9245":{"name":"solver","type":"propertyDef","startIndex":7576,"stopIndex":7635,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9241},"className":"ClConstraint","_owner":{"__isSmartRef__":true,"id":9239},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9246":{"name":null,"type":"comment","startIndex":7640,"stopIndex":7640,"fileName":"users/timfelgentreff/babelsberg/cassowary_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9247":{"target":{"__isSmartRef__":true,"id":9248},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9187},"moduleName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9248":{"name":"users.timfelgentreff.babelsberg.constraintinterpreter","type":"moduleDef","startIndex":0,"stopIndex":26304,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9249},{"__isSmartRef__":true,"id":9250},{"__isSmartRef__":true,"id":9251},{"__isSmartRef__":true,"id":9254},{"__isSmartRef__":true,"id":9255},{"__isSmartRef__":true,"id":9269},{"__isSmartRef__":true,"id":9270},{"__isSmartRef__":true,"id":9274},{"__isSmartRef__":true,"id":9275},{"__isSmartRef__":true,"id":9288},{"__isSmartRef__":true,"id":9292},{"__isSmartRef__":true,"id":9313},{"__isSmartRef__":true,"id":9327},{"__isSmartRef__":true,"id":9328},{"__isSmartRef__":true,"id":9334},{"__isSmartRef__":true,"id":9337},{"__isSmartRef__":true,"id":9338}],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9249":{"name":null,"type":"comment","startIndex":274,"stopIndex":274,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9250":{"name":null,"type":"unknown","startIndex":275,"stopIndex":400,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9251":{"name":"Global","type":"klassExtensionDef","startIndex":401,"stopIndex":441,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9252}],"sourceControl":{"__isSmartRef__":true,"id":9188},"categories":[{"__isSmartRef__":true,"id":9253}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9252":{"name":"bbb","type":"propertyDef","startIndex":425,"stopIndex":436,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9253},"className":"Global","_owner":{"__isSmartRef__":true,"id":9251},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9253":{"name":"default category","type":"categoryDef","startIndex":423,"stopIndex":438,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9252}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9254":{"name":null,"type":"comment","startIndex":442,"stopIndex":442,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9255":{"name":"bbb","type":"klassExtensionDef","startIndex":443,"stopIndex":4723,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9256},{"__isSmartRef__":true,"id":9258},{"__isSmartRef__":true,"id":9260},{"__isSmartRef__":true,"id":9261},{"__isSmartRef__":true,"id":9262},{"__isSmartRef__":true,"id":9263}],"sourceControl":{"__isSmartRef__":true,"id":9188},"categories":[{"__isSmartRef__":true,"id":9264}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9256":{"name":"unconstrain","type":"propertyDef","startIndex":464,"stopIndex":1512,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9257},"className":"bbb","_owner":{"__isSmartRef__":true,"id":9259},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9257":{"name":"default category","type":"categoryDef","startIndex":462,"stopIndex":4248,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9256},{"__isSmartRef__":true,"id":9258},{"__isSmartRef__":true,"id":9260},{"__isSmartRef__":true,"id":9261},{"__isSmartRef__":true,"id":9262},{"__isSmartRef__":true,"id":9263}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9258":{"name":"edit","type":"propertyDef","startIndex":1519,"stopIndex":3632,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9257},"className":"bbb","_owner":{"__isSmartRef__":true,"id":9259},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9259":{"name":"bbb","type":"klassExtensionDef","startIndex":443,"stopIndex":4251,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9256},{"__isSmartRef__":true,"id":9258},{"__isSmartRef__":true,"id":9260},{"__isSmartRef__":true,"id":9261},{"__isSmartRef__":true,"id":9262},{"__isSmartRef__":true,"id":9263}],"sourceControl":{"__isSmartRef__":true,"id":9188},"categories":[{"__isSmartRef__":true,"id":9257}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9260":{"name":"readonly","type":"propertyDef","startIndex":3634,"stopIndex":3759,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9257},"className":"bbb","_owner":{"__isSmartRef__":true,"id":9259},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9261":{"name":"always","type":"propertyDef","startIndex":3762,"stopIndex":3947,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9257},"className":"bbb","_owner":{"__isSmartRef__":true,"id":9259},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9262":{"name":"atomic","type":"propertyDef","startIndex":3949,"stopIndex":4179,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9257},"className":"bbb","_owner":{"__isSmartRef__":true,"id":9259},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9263":{"name":"solve","type":"propertyDef","startIndex":4181,"stopIndex":4719,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9257},"className":"bbb","_owner":{"__isSmartRef__":true,"id":9259},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9264":{"name":"default category","type":"categoryDef","startIndex":462,"stopIndex":3949,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9265},{"__isSmartRef__":true,"id":9266},{"__isSmartRef__":true,"id":9267},{"__isSmartRef__":true,"id":9268}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9265":{"name":"unconstrain","type":"propertyDef","startIndex":464,"stopIndex":1512,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9264},"className":"bbb","_owner":{"__isSmartRef__":true,"id":9255},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9266":{"name":"edit","type":"propertyDef","startIndex":1519,"stopIndex":3632,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9264},"className":"bbb","_owner":{"__isSmartRef__":true,"id":9255},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9267":{"name":"readonly","type":"propertyDef","startIndex":3634,"stopIndex":3759,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9264},"className":"bbb","_owner":{"__isSmartRef__":true,"id":9255},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9268":{"name":"always","type":"propertyDef","startIndex":3762,"stopIndex":3947,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9264},"className":"bbb","_owner":{"__isSmartRef__":true,"id":9255},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9269":{"name":null,"type":"comment","startIndex":4724,"stopIndex":4724,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9270":{"name":"ConstraintConstructionLayer","type":"copDef","startIndex":4725,"stopIndex":4879,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9271}],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9271":{"name":"lively.ast","type":"copSubElement","startIndex":4766,"stopIndex":4877,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9272}],"sourceControl":{"__isSmartRef__":true,"id":9188},"refineSelector":"refineObject","_owner":{"__isSmartRef__":true,"id":9270},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9272":{"name":"InterpreterVisitor","type":"propertyDef","startIndex":4794,"stopIndex":4875,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9273},"_owner":{"__isSmartRef__":true,"id":9271},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9273":{"name":"default category","type":"categoryDef","startIndex":67,"stopIndex":151,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":9272}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9274":{"name":null,"type":"comment","startIndex":4880,"stopIndex":4880,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9275":{"name":"Constraint","type":"klassDef","startIndex":4881,"stopIndex":9431,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9276},{"__isSmartRef__":true,"id":9278},{"__isSmartRef__":true,"id":9279},{"__isSmartRef__":true,"id":9280},{"__isSmartRef__":true,"id":9281},{"__isSmartRef__":true,"id":9282},{"__isSmartRef__":true,"id":9283},{"__isSmartRef__":true,"id":9284},{"__isSmartRef__":true,"id":9285},{"__isSmartRef__":true,"id":9286},{"__isSmartRef__":true,"id":9287}],"sourceControl":{"__isSmartRef__":true,"id":9188},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":9277}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9276":{"name":"initialize","type":"propertyDef","startIndex":4913,"stopIndex":5546,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9277},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":9275},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9277":{"name":"default category","type":"categoryDef","startIndex":4140,"stopIndex":8657,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9276},{"__isSmartRef__":true,"id":9278},{"__isSmartRef__":true,"id":9279},{"__isSmartRef__":true,"id":9280},{"__isSmartRef__":true,"id":9281},{"__isSmartRef__":true,"id":9282},{"__isSmartRef__":true,"id":9283},{"__isSmartRef__":true,"id":9284},{"__isSmartRef__":true,"id":9285},{"__isSmartRef__":true,"id":9286},{"__isSmartRef__":true,"id":9287}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9278":{"name":"addPrimitiveConstraint","type":"propertyDef","startIndex":5548,"stopIndex":5705,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9277},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":9275},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9279":{"name":"addConstraintVariable","type":"propertyDef","startIndex":5707,"stopIndex":5861,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9277},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":9275},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9280":{"name":"predicate","type":"propertyDef","startIndex":5866,"stopIndex":5925,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9277},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":9275},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9281":{"name":"priority","type":"propertyDef","startIndex":5928,"stopIndex":5985,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9277},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":9275},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9282":{"name":"priority","type":"propertyDef","startIndex":5988,"stopIndex":6209,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9277},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":9275},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9283":{"name":"value","type":"propertyDef","startIndex":6212,"stopIndex":6281,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9277},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":9275},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9284":{"name":"enable","type":"propertyDef","startIndex":6284,"stopIndex":6553,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9277},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":9275},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9285":{"name":"enableConstraintObject","type":"propertyDef","startIndex":6556,"stopIndex":7248,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9277},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":9275},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9286":{"name":"disable","type":"propertyDef","startIndex":7251,"stopIndex":7475,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9277},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":9275},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9287":{"name":"recalculate","type":"propertyDef","startIndex":7478,"stopIndex":9426,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9277},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":9275},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9288":{"name":"Constraint","type":"klassExtensionDef","startIndex":9432,"stopIndex":9965,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9289},{"__isSmartRef__":true,"id":9291}],"sourceControl":{"__isSmartRef__":true,"id":9188},"categories":[{"__isSmartRef__":true,"id":9290}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9289":{"name":"current","type":"propertyDef","startIndex":9460,"stopIndex":9901,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9290},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":9288},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9290":{"name":"default category","type":"categoryDef","startIndex":8687,"stopIndex":9191,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9289},{"__isSmartRef__":true,"id":9291}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9291":{"name":"current","type":"propertyDef","startIndex":9904,"stopIndex":9959,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9290},"className":"Constraint","_owner":{"__isSmartRef__":true,"id":9288},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9292":{"name":"ConstrainedVariable","type":"klassDef","startIndex":9966,"stopIndex":17226,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9293},{"__isSmartRef__":true,"id":9295},{"__isSmartRef__":true,"id":9296},{"__isSmartRef__":true,"id":9297},{"__isSmartRef__":true,"id":9298},{"__isSmartRef__":true,"id":9299},{"__isSmartRef__":true,"id":9300},{"__isSmartRef__":true,"id":9301},{"__isSmartRef__":true,"id":9302},{"__isSmartRef__":true,"id":9303},{"__isSmartRef__":true,"id":9304},{"__isSmartRef__":true,"id":9305},{"__isSmartRef__":true,"id":9306},{"__isSmartRef__":true,"id":9307},{"__isSmartRef__":true,"id":9308},{"__isSmartRef__":true,"id":9309},{"__isSmartRef__":true,"id":9310},{"__isSmartRef__":true,"id":9311},{"__isSmartRef__":true,"id":9312}],"sourceControl":{"__isSmartRef__":true,"id":9188},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":9294}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9293":{"name":"initialize","type":"propertyDef","startIndex":10007,"stopIndex":11719,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9294},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9292},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9294":{"name":"default category","type":"categoryDef","startIndex":9234,"stopIndex":16452,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9293},{"__isSmartRef__":true,"id":9295},{"__isSmartRef__":true,"id":9296},{"__isSmartRef__":true,"id":9297},{"__isSmartRef__":true,"id":9298},{"__isSmartRef__":true,"id":9299},{"__isSmartRef__":true,"id":9300},{"__isSmartRef__":true,"id":9301},{"__isSmartRef__":true,"id":9302},{"__isSmartRef__":true,"id":9303},{"__isSmartRef__":true,"id":9304},{"__isSmartRef__":true,"id":9305},{"__isSmartRef__":true,"id":9306},{"__isSmartRef__":true,"id":9307},{"__isSmartRef__":true,"id":9308},{"__isSmartRef__":true,"id":9309},{"__isSmartRef__":true,"id":9310},{"__isSmartRef__":true,"id":9311},{"__isSmartRef__":true,"id":9312}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9295":{"name":"ensureExternalVariableFor","type":"propertyDef","startIndex":11721,"stopIndex":12194,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9294},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9292},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9296":{"name":"updateReadonlyConstraints","type":"propertyDef","startIndex":12196,"stopIndex":12452,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9294},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9292},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9297":{"name":"currentSolver","type":"propertyDef","startIndex":12456,"stopIndex":12619,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9294},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9292},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9298":{"name":"suggestValue","type":"propertyDef","startIndex":12623,"stopIndex":13577,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9294},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9292},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9299":{"name":"updateConnectedVariables","type":"propertyDef","startIndex":13579,"stopIndex":13901,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9294},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9292},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9300":{"name":"updateDownstreamVariables","type":"propertyDef","startIndex":13904,"stopIndex":14485,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9294},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9292},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9301":{"name":"addToConstraint","type":"propertyDef","startIndex":14489,"stopIndex":14698,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9294},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9292},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9302":{"name":"definingSolver","type":"propertyDef","startIndex":14700,"stopIndex":15191,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9294},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9292},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9303":{"name":"solvers","type":"propertyDef","startIndex":15193,"stopIndex":15445,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9294},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9292},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9304":{"name":"definingExternalVariable","type":"propertyDef","startIndex":15447,"stopIndex":15660,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9294},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9292},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9305":{"name":"isSolveable","type":"propertyDef","startIndex":15667,"stopIndex":15742,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9294},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9292},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9306":{"name":"storedValue","type":"propertyDef","startIndex":15745,"stopIndex":15817,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9294},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9292},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9307":{"name":"externalValue","type":"propertyDef","startIndex":15819,"stopIndex":16083,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9294},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9292},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9308":{"name":"setValue","type":"propertyDef","startIndex":16087,"stopIndex":16168,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9294},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9292},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9309":{"name":"eachExternalVariableDo","type":"propertyDef","startIndex":16170,"stopIndex":16398,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9294},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9292},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9310":{"name":"getValue","type":"propertyDef","startIndex":16401,"stopIndex":16570,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9294},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9292},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9311":{"name":"externalVariable","type":"propertyDef","startIndex":16574,"stopIndex":16782,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9294},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9292},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9312":{"name":"externalVariables","type":"propertyDef","startIndex":16784,"stopIndex":17222,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9294},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9292},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9313":{"name":"ConstraintInterpreterVisitor","type":"klassDef","startIndex":17227,"stopIndex":25027,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9314},{"__isSmartRef__":true,"id":9316},{"__isSmartRef__":true,"id":9317},{"__isSmartRef__":true,"id":9318},{"__isSmartRef__":true,"id":9319},{"__isSmartRef__":true,"id":9320},{"__isSmartRef__":true,"id":9321},{"__isSmartRef__":true,"id":9322},{"__isSmartRef__":true,"id":9323},{"__isSmartRef__":true,"id":9324},{"__isSmartRef__":true,"id":9325},{"__isSmartRef__":true,"id":9326}],"sourceControl":{"__isSmartRef__":true,"id":9188},"superclassName":"lively.ast.InterpreterVisitor","categories":[{"__isSmartRef__":true,"id":9315}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9314":{"name":"visitModifyingSet","type":"propertyDef","startIndex":17301,"stopIndex":17429,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9315},"className":"ConstraintInterpreterVisitor","_owner":{"__isSmartRef__":true,"id":9313},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9315":{"name":"default category","type":"categoryDef","startIndex":16527,"stopIndex":24253,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9314},{"__isSmartRef__":true,"id":9316},{"__isSmartRef__":true,"id":9317},{"__isSmartRef__":true,"id":9318},{"__isSmartRef__":true,"id":9319},{"__isSmartRef__":true,"id":9320},{"__isSmartRef__":true,"id":9321},{"__isSmartRef__":true,"id":9322},{"__isSmartRef__":true,"id":9323},{"__isSmartRef__":true,"id":9324},{"__isSmartRef__":true,"id":9325},{"__isSmartRef__":true,"id":9326}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9316":{"name":"visitSet","type":"propertyDef","startIndex":17431,"stopIndex":17550,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9315},"className":"ConstraintInterpreterVisitor","_owner":{"__isSmartRef__":true,"id":9313},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9317":{"name":"visitThis","type":"propertyDef","startIndex":17553,"stopIndex":17627,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9315},"className":"ConstraintInterpreterVisitor","_owner":{"__isSmartRef__":true,"id":9313},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9318":{"name":"getConstraintObjectValue","type":"propertyDef","startIndex":17629,"stopIndex":17827,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9315},"className":"ConstraintInterpreterVisitor","_owner":{"__isSmartRef__":true,"id":9313},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9319":{"name":"visitVariable","type":"propertyDef","startIndex":17830,"stopIndex":17908,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9315},"className":"ConstraintInterpreterVisitor","_owner":{"__isSmartRef__":true,"id":9313},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9320":{"name":"visitSend","type":"propertyDef","startIndex":17910,"stopIndex":17984,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9315},"className":"ConstraintInterpreterVisitor","_owner":{"__isSmartRef__":true,"id":9313},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9321":{"name":"visitCond","type":"propertyDef","startIndex":17987,"stopIndex":18347,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9315},"className":"ConstraintInterpreterVisitor","_owner":{"__isSmartRef__":true,"id":9313},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9322":{"name":"visitUnaryOp","type":"propertyDef","startIndex":18350,"stopIndex":19033,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9315},"className":"ConstraintInterpreterVisitor","_owner":{"__isSmartRef__":true,"id":9313},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9323":{"name":"invoke","type":"propertyDef","startIndex":19036,"stopIndex":20469,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9315},"className":"ConstraintInterpreterVisitor","_owner":{"__isSmartRef__":true,"id":9313},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9324":{"name":"visitBinaryOp","type":"propertyDef","startIndex":20471,"stopIndex":24073,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9315},"className":"ConstraintInterpreterVisitor","_owner":{"__isSmartRef__":true,"id":9313},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9325":{"name":"visitGetSlot","type":"propertyDef","startIndex":24077,"stopIndex":24817,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9315},"className":"ConstraintInterpreterVisitor","_owner":{"__isSmartRef__":true,"id":9313},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9326":{"name":"shouldInterpret","type":"propertyDef","startIndex":24820,"stopIndex":25022,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9315},"className":"ConstraintInterpreterVisitor","_owner":{"__isSmartRef__":true,"id":9313},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9327":{"name":"AttrName","type":"propertyDef","startIndex":25028,"stopIndex":25086,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"className":"ConstrainedVariable","_isStatic":true,"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9328":{"name":"ConstrainedVariable","type":"klassExtensionDef","startIndex":25087,"stopIndex":25981,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9329},{"__isSmartRef__":true,"id":9331},{"__isSmartRef__":true,"id":9332},{"__isSmartRef__":true,"id":9333}],"sourceControl":{"__isSmartRef__":true,"id":9188},"categories":[{"__isSmartRef__":true,"id":9330}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9329":{"name":"findConstraintVariableFor","type":"propertyDef","startIndex":25124,"stopIndex":25354,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9330},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9328},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9330":{"name":"default category","type":"categoryDef","startIndex":24351,"stopIndex":25207,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9329},{"__isSmartRef__":true,"id":9331},{"__isSmartRef__":true,"id":9332},{"__isSmartRef__":true,"id":9333}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9331":{"name":"newConstraintVariableFor","type":"propertyDef","startIndex":25357,"stopIndex":25748,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9330},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9328},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9332":{"name":"deleteConstraintVariableFor","type":"propertyDef","startIndex":25755,"stopIndex":25945,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9330},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9328},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9333":{"name":"isSuggestingValue","type":"propertyDef","startIndex":25948,"stopIndex":25976,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9330},"className":"ConstrainedVariable","_owner":{"__isSmartRef__":true,"id":9328},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9334":{"name":"DoNotSerializeConstraintPlugin","type":"klassDef","startIndex":25982,"stopIndex":26210,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9335}],"sourceControl":{"__isSmartRef__":true,"id":9188},"superclassName":"ObjectLinearizerPlugin","categories":[{"__isSmartRef__":true,"id":9336}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9335":{"name":"ignoreProp","type":"propertyDef","startIndex":26070,"stopIndex":26205,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9336},"className":"DoNotSerializeConstraintPlugin","_owner":{"__isSmartRef__":true,"id":9334},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9336":{"name":"plugin interface","type":"categoryDef","startIndex":25277,"stopIndex":25436,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[{"__isSmartRef__":true,"id":9335}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9337":{"name":null,"type":"unknown","startIndex":26211,"stopIndex":26284,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9338":{"name":null,"type":"comment","startIndex":26285,"stopIndex":26285,"fileName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9339":{"target":{"__isSmartRef__":true,"id":9340},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9187},"moduleName":"users/timfelgentreff/babelsberg/core_ext.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9340":{"name":"users.timfelgentreff.babelsberg.core_ext","type":"moduleDef","startIndex":0,"stopIndex":220,"fileName":"users/timfelgentreff/babelsberg/core_ext.js","_subElements":[{"__isSmartRef__":true,"id":9341},{"__isSmartRef__":true,"id":9342}],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9341":{"name":null,"type":"comment","startIndex":81,"stopIndex":81,"fileName":"users/timfelgentreff/babelsberg/core_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9342":{"name":"Function","type":"klassExtensionDef","startIndex":82,"stopIndex":201,"fileName":"users/timfelgentreff/babelsberg/core_ext.js","_subElements":[{"__isSmartRef__":true,"id":9343}],"sourceControl":{"__isSmartRef__":true,"id":9188},"categories":[{"__isSmartRef__":true,"id":9344}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9343":{"name":"varMap","type":"propertyDef","startIndex":108,"stopIndex":194,"fileName":"users/timfelgentreff/babelsberg/core_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9344},"className":"Function","_owner":{"__isSmartRef__":true,"id":9342},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9344":{"name":"default category","type":"categoryDef","startIndex":102,"stopIndex":196,"fileName":"users/timfelgentreff/babelsberg/core_ext.js","_subElements":[{"__isSmartRef__":true,"id":9343}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9345":{"target":{"__isSmartRef__":true,"id":9346},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9187},"moduleName":"users/timfelgentreff/babelsberg/deltablue_ext.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9346":{"name":"users.timfelgentreff.babelsberg.deltablue_ext","type":"moduleDef","startIndex":0,"stopIndex":6059,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[{"__isSmartRef__":true,"id":9347},{"__isSmartRef__":true,"id":9348},{"__isSmartRef__":true,"id":9351},{"__isSmartRef__":true,"id":9352},{"__isSmartRef__":true,"id":9353},{"__isSmartRef__":true,"id":9359},{"__isSmartRef__":true,"id":9360},{"__isSmartRef__":true,"id":9371},{"__isSmartRef__":true,"id":9375},{"__isSmartRef__":true,"id":9376},{"__isSmartRef__":true,"id":9382},{"__isSmartRef__":true,"id":9383},{"__isSmartRef__":true,"id":9395}],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9347":{"name":null,"type":"comment","startIndex":128,"stopIndex":128,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9348":{"name":"Function","type":"klassExtensionDef","startIndex":129,"stopIndex":557,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[{"__isSmartRef__":true,"id":9349}],"sourceControl":{"__isSmartRef__":true,"id":9188},"categories":[{"__isSmartRef__":true,"id":9350}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9349":{"name":"shouldBeSatisfiedWith","type":"propertyDef","startIndex":151,"stopIndex":553,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9350},"className":"Function","_owner":{"__isSmartRef__":true,"id":9348},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9350":{"name":"default category","type":"categoryDef","startIndex":149,"stopIndex":554,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[{"__isSmartRef__":true,"id":9349}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9351":{"name":null,"type":"comment","startIndex":558,"stopIndex":558,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9352":{"name":"originalExecute","type":"propertyDef","startIndex":559,"stopIndex":635,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"className":"DBPlan","_isStatic":true,"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9353":{"name":"DBPlan","type":"klassExtensionDef","startIndex":636,"stopIndex":766,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[{"__isSmartRef__":true,"id":9354}],"sourceControl":{"__isSmartRef__":true,"id":9188},"categories":[{"__isSmartRef__":true,"id":9357}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9354":{"name":"execute","type":"propertyDef","startIndex":656,"stopIndex":762,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9355},"className":"DBPlan","_owner":{"__isSmartRef__":true,"id":9356},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9355":{"name":"default category","type":"categoryDef","startIndex":654,"stopIndex":763,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[{"__isSmartRef__":true,"id":9354}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9356":{"name":"DBPlan","type":"klassExtensionDef","startIndex":636,"stopIndex":766,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[{"__isSmartRef__":true,"id":9354}],"sourceControl":{"__isSmartRef__":true,"id":9188},"categories":[{"__isSmartRef__":true,"id":9355}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9357":{"name":"default category","type":"categoryDef","startIndex":654,"stopIndex":740,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[{"__isSmartRef__":true,"id":9358}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9358":{"name":"execute","type":"propertyDef","startIndex":656,"stopIndex":739,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9357},"className":"DBPlan","_owner":{"__isSmartRef__":true,"id":9353},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9359":{"name":null,"type":"comment","startIndex":767,"stopIndex":767,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9360":{"name":"DBPlanner","type":"klassExtensionDef","startIndex":768,"stopIndex":3301,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[{"__isSmartRef__":true,"id":9361},{"__isSmartRef__":true,"id":9363},{"__isSmartRef__":true,"id":9364},{"__isSmartRef__":true,"id":9365},{"__isSmartRef__":true,"id":9366},{"__isSmartRef__":true,"id":9367},{"__isSmartRef__":true,"id":9368},{"__isSmartRef__":true,"id":9369},{"__isSmartRef__":true,"id":9370}],"sourceControl":{"__isSmartRef__":true,"id":9188},"categories":[{"__isSmartRef__":true,"id":9362}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9361":{"name":"isConstraintObject","type":"propertyDef","startIndex":791,"stopIndex":854,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9362},"className":"DBPlanner","_owner":{"__isSmartRef__":true,"id":9360},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9362":{"name":"default category","type":"categoryDef","startIndex":766,"stopIndex":3275,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[{"__isSmartRef__":true,"id":9361},{"__isSmartRef__":true,"id":9363},{"__isSmartRef__":true,"id":9364},{"__isSmartRef__":true,"id":9365},{"__isSmartRef__":true,"id":9366},{"__isSmartRef__":true,"id":9367},{"__isSmartRef__":true,"id":9368},{"__isSmartRef__":true,"id":9369},{"__isSmartRef__":true,"id":9370}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9363":{"name":"constraintVariableFor","type":"propertyDef","startIndex":856,"stopIndex":970,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9362},"className":"DBPlanner","_owner":{"__isSmartRef__":true,"id":9360},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9364":{"name":"strength","type":"propertyDef","startIndex":972,"stopIndex":1025,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9362},"className":"DBPlanner","_owner":{"__isSmartRef__":true,"id":9360},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9365":{"name":"always","type":"propertyDef","startIndex":1027,"stopIndex":2102,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9362},"className":"DBPlanner","_owner":{"__isSmartRef__":true,"id":9360},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9366":{"name":"weight","type":"propertyDef","startIndex":2106,"stopIndex":2121,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9362},"className":"DBPlanner","_owner":{"__isSmartRef__":true,"id":9360},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9367":{"name":"addEditVar","type":"propertyDef","startIndex":2123,"stopIndex":2390,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9362},"className":"DBPlanner","_owner":{"__isSmartRef__":true,"id":9360},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9368":{"name":"beginEdit","type":"propertyDef","startIndex":2393,"stopIndex":2730,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9362},"className":"DBPlanner","_owner":{"__isSmartRef__":true,"id":9360},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9369":{"name":"endEdit","type":"propertyDef","startIndex":2732,"stopIndex":2994,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9362},"className":"DBPlanner","_owner":{"__isSmartRef__":true,"id":9360},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9370":{"name":"resolveArray","type":"propertyDef","startIndex":2996,"stopIndex":3297,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9362},"className":"DBPlanner","_owner":{"__isSmartRef__":true,"id":9360},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9371":{"name":"DBPlanner","type":"klassExtensionDef","startIndex":3302,"stopIndex":3578,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[{"__isSmartRef__":true,"id":9372},{"__isSmartRef__":true,"id":9374}],"sourceControl":{"__isSmartRef__":true,"id":9188},"categories":[{"__isSmartRef__":true,"id":9373}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9372":{"name":"getInstance","type":"propertyDef","startIndex":3329,"stopIndex":3494,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9373},"className":"DBPlanner","_owner":{"__isSmartRef__":true,"id":9371},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9373":{"name":"default category","type":"categoryDef","startIndex":3304,"stopIndex":3552,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[{"__isSmartRef__":true,"id":9372},{"__isSmartRef__":true,"id":9374}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9374":{"name":"resetInstance","type":"propertyDef","startIndex":3497,"stopIndex":3574,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9373},"className":"DBPlanner","_owner":{"__isSmartRef__":true,"id":9371},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9375":{"name":null,"type":"comment","startIndex":3579,"stopIndex":3579,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9376":{"name":"DBStrength","type":"klassExtensionDef","startIndex":3580,"stopIndex":3750,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[{"__isSmartRef__":true,"id":9377},{"__isSmartRef__":true,"id":9379},{"__isSmartRef__":true,"id":9380},{"__isSmartRef__":true,"id":9381}],"sourceControl":{"__isSmartRef__":true,"id":9188},"categories":[{"__isSmartRef__":true,"id":9378}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9377":{"name":"required","type":"propertyDef","startIndex":3608,"stopIndex":3641,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9378},"className":"DBStrength","_owner":{"__isSmartRef__":true,"id":9376},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9378":{"name":"default category","type":"categoryDef","startIndex":3583,"stopIndex":3724,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[{"__isSmartRef__":true,"id":9377},{"__isSmartRef__":true,"id":9379},{"__isSmartRef__":true,"id":9380},{"__isSmartRef__":true,"id":9381}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9379":{"name":"strong","type":"propertyDef","startIndex":3643,"stopIndex":3680,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9378},"className":"DBStrength","_owner":{"__isSmartRef__":true,"id":9376},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9380":{"name":"medium","type":"propertyDef","startIndex":3682,"stopIndex":3711,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9378},"className":"DBStrength","_owner":{"__isSmartRef__":true,"id":9376},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9381":{"name":"weak","type":"propertyDef","startIndex":3713,"stopIndex":3746,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9378},"className":"DBStrength","_owner":{"__isSmartRef__":true,"id":9376},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9382":{"name":null,"type":"comment","startIndex":3751,"stopIndex":3751,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9383":{"name":"DBVariable","type":"klassExtensionDef","startIndex":3752,"stopIndex":5751,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[{"__isSmartRef__":true,"id":9384},{"__isSmartRef__":true,"id":9386},{"__isSmartRef__":true,"id":9387},{"__isSmartRef__":true,"id":9388},{"__isSmartRef__":true,"id":9389},{"__isSmartRef__":true,"id":9390},{"__isSmartRef__":true,"id":9391},{"__isSmartRef__":true,"id":9392},{"__isSmartRef__":true,"id":9393},{"__isSmartRef__":true,"id":9394}],"sourceControl":{"__isSmartRef__":true,"id":9188},"categories":[{"__isSmartRef__":true,"id":9385}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9384":{"name":"isConstraintObject","type":"propertyDef","startIndex":3776,"stopIndex":3839,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9385},"className":"DBVariable","_owner":{"__isSmartRef__":true,"id":9383},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9385":{"name":"default category","type":"categoryDef","startIndex":3751,"stopIndex":5724,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[{"__isSmartRef__":true,"id":9384},{"__isSmartRef__":true,"id":9386},{"__isSmartRef__":true,"id":9387},{"__isSmartRef__":true,"id":9388},{"__isSmartRef__":true,"id":9389},{"__isSmartRef__":true,"id":9390},{"__isSmartRef__":true,"id":9391},{"__isSmartRef__":true,"id":9392},{"__isSmartRef__":true,"id":9393},{"__isSmartRef__":true,"id":9394}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9386":{"name":"stay","type":"propertyDef","startIndex":3842,"stopIndex":4049,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9385},"className":"DBVariable","_owner":{"__isSmartRef__":true,"id":9383},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9387":{"name":"setReadonly","type":"propertyDef","startIndex":4051,"stopIndex":4473,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9385},"className":"DBVariable","_owner":{"__isSmartRef__":true,"id":9383},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9388":{"name":"isReadonly","type":"propertyDef","startIndex":4475,"stopIndex":4551,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9385},"className":"DBVariable","_owner":{"__isSmartRef__":true,"id":9383},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9389":{"name":"formula","type":"propertyDef","startIndex":4555,"stopIndex":5013,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9385},"className":"DBVariable","_owner":{"__isSmartRef__":true,"id":9383},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9390":{"name":"removeFormula","type":"propertyDef","startIndex":5017,"stopIndex":5145,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9385},"className":"DBVariable","_owner":{"__isSmartRef__":true,"id":9383},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9391":{"name":"removeStay","type":"propertyDef","startIndex":5148,"stopIndex":5399,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9385},"className":"DBVariable","_owner":{"__isSmartRef__":true,"id":9383},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9392":{"name":"suggestValue","type":"propertyDef","startIndex":5402,"stopIndex":5476,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9385},"className":"DBVariable","_owner":{"__isSmartRef__":true,"id":9383},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9393":{"name":"prepareEdit","type":"propertyDef","startIndex":5483,"stopIndex":5668,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9385},"className":"DBVariable","_owner":{"__isSmartRef__":true,"id":9383},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9394":{"name":"finishEdit","type":"propertyDef","startIndex":5675,"stopIndex":5745,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9385},"className":"DBVariable","_owner":{"__isSmartRef__":true,"id":9383},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9395":{"name":"DBConstraint","type":"klassExtensionDef","startIndex":5752,"stopIndex":6040,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[{"__isSmartRef__":true,"id":9396},{"__isSmartRef__":true,"id":9398},{"__isSmartRef__":true,"id":9399}],"sourceControl":{"__isSmartRef__":true,"id":9188},"categories":[{"__isSmartRef__":true,"id":9397}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9396":{"name":"isConstraintObject","type":"propertyDef","startIndex":5778,"stopIndex":5842,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9397},"className":"DBConstraint","_owner":{"__isSmartRef__":true,"id":9395},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9397":{"name":"default category","type":"categoryDef","startIndex":5753,"stopIndex":6014,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[{"__isSmartRef__":true,"id":9396},{"__isSmartRef__":true,"id":9398},{"__isSmartRef__":true,"id":9399}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9398":{"name":"enable","type":"propertyDef","startIndex":5845,"stopIndex":5966,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9397},"className":"DBConstraint","_owner":{"__isSmartRef__":true,"id":9395},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9399":{"name":"disable","type":"propertyDef","startIndex":5969,"stopIndex":6036,"fileName":"users/timfelgentreff/babelsberg/deltablue_ext.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9397},"className":"DBConstraint","_owner":{"__isSmartRef__":true,"id":9395},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9400":{"target":{"__isSmartRef__":true,"id":9401},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9187},"moduleName":"users/timfelgentreff/babelsberg/tests.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9401":{"name":"users.timfelgentreff.babelsberg.tests","type":"moduleDef","startIndex":0,"stopIndex":28629,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[{"__isSmartRef__":true,"id":9402},{"__isSmartRef__":true,"id":9403},{"__isSmartRef__":true,"id":9423},{"__isSmartRef__":true,"id":9424},{"__isSmartRef__":true,"id":9439},{"__isSmartRef__":true,"id":9440},{"__isSmartRef__":true,"id":9448}],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9402":{"name":null,"type":"comment","startIndex":157,"stopIndex":157,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9403":{"name":"users.timfelgentreff.babelsberg.tests.ConstraintTest","type":"klassDef","startIndex":158,"stopIndex":10236,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[{"__isSmartRef__":true,"id":9404},{"__isSmartRef__":true,"id":9406},{"__isSmartRef__":true,"id":9407},{"__isSmartRef__":true,"id":9408},{"__isSmartRef__":true,"id":9409},{"__isSmartRef__":true,"id":9410},{"__isSmartRef__":true,"id":9411},{"__isSmartRef__":true,"id":9412},{"__isSmartRef__":true,"id":9413},{"__isSmartRef__":true,"id":9414},{"__isSmartRef__":true,"id":9415},{"__isSmartRef__":true,"id":9416},{"__isSmartRef__":true,"id":9417},{"__isSmartRef__":true,"id":9418},{"__isSmartRef__":true,"id":9419},{"__isSmartRef__":true,"id":9420},{"__isSmartRef__":true,"id":9421},{"__isSmartRef__":true,"id":9422}],"sourceControl":{"__isSmartRef__":true,"id":9188},"superclassName":"TestCase","categories":[{"__isSmartRef__":true,"id":9405}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9404":{"name":"testSimple","type":"propertyDef","startIndex":234,"stopIndex":498,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9405},"className":"users.timfelgentreff.babelsberg.tests.ConstraintTest","_owner":{"__isSmartRef__":true,"id":9403},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9405":{"name":"default category","type":"categoryDef","startIndex":232,"stopIndex":10233,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[{"__isSmartRef__":true,"id":9404},{"__isSmartRef__":true,"id":9406},{"__isSmartRef__":true,"id":9407},{"__isSmartRef__":true,"id":9408},{"__isSmartRef__":true,"id":9409},{"__isSmartRef__":true,"id":9410},{"__isSmartRef__":true,"id":9411},{"__isSmartRef__":true,"id":9412},{"__isSmartRef__":true,"id":9413},{"__isSmartRef__":true,"id":9414},{"__isSmartRef__":true,"id":9415},{"__isSmartRef__":true,"id":9416},{"__isSmartRef__":true,"id":9417},{"__isSmartRef__":true,"id":9418},{"__isSmartRef__":true,"id":9419},{"__isSmartRef__":true,"id":9420},{"__isSmartRef__":true,"id":9421},{"__isSmartRef__":true,"id":9422}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9406":{"name":"testInequality","type":"propertyDef","startIndex":501,"stopIndex":748,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9405},"className":"users.timfelgentreff.babelsberg.tests.ConstraintTest","_owner":{"__isSmartRef__":true,"id":9403},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9407":{"name":"testSimplePath","type":"propertyDef","startIndex":751,"stopIndex":1093,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9405},"className":"users.timfelgentreff.babelsberg.tests.ConstraintTest","_owner":{"__isSmartRef__":true,"id":9403},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9408":{"name":"testSimplePathInvalidation","type":"propertyDef","startIndex":1095,"stopIndex":1579,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9405},"className":"users.timfelgentreff.babelsberg.tests.ConstraintTest","_owner":{"__isSmartRef__":true,"id":9403},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9409":{"name":"testTemperatureExample","type":"propertyDef","startIndex":1582,"stopIndex":2135,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9405},"className":"users.timfelgentreff.babelsberg.tests.ConstraintTest","_owner":{"__isSmartRef__":true,"id":9403},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9410":{"name":"testUndefinedVariables","type":"propertyDef","startIndex":2137,"stopIndex":2384,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9405},"className":"users.timfelgentreff.babelsberg.tests.ConstraintTest","_owner":{"__isSmartRef__":true,"id":9403},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9411":{"name":"testRecalculateForTextInput","type":"propertyDef","startIndex":2387,"stopIndex":2883,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9405},"className":"users.timfelgentreff.babelsberg.tests.ConstraintTest","_owner":{"__isSmartRef__":true,"id":9403},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9412":{"name":"testSimpleAssign","type":"propertyDef","startIndex":2886,"stopIndex":3258,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9405},"className":"users.timfelgentreff.babelsberg.tests.ConstraintTest","_owner":{"__isSmartRef__":true,"id":9403},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9413":{"name":"testAssignStay","type":"propertyDef","startIndex":3261,"stopIndex":3652,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9405},"className":"users.timfelgentreff.babelsberg.tests.ConstraintTest","_owner":{"__isSmartRef__":true,"id":9403},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9414":{"name":"testPointEquals","type":"propertyDef","startIndex":3655,"stopIndex":3898,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9405},"className":"users.timfelgentreff.babelsberg.tests.ConstraintTest","_owner":{"__isSmartRef__":true,"id":9403},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9415":{"name":"testPointAddition","type":"propertyDef","startIndex":3901,"stopIndex":4207,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9405},"className":"users.timfelgentreff.babelsberg.tests.ConstraintTest","_owner":{"__isSmartRef__":true,"id":9403},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9416":{"name":"testPointAssignment","type":"propertyDef","startIndex":4210,"stopIndex":4733,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9405},"className":"users.timfelgentreff.babelsberg.tests.ConstraintTest","_owner":{"__isSmartRef__":true,"id":9403},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9417":{"name":"testPointAssignmentComplex","type":"propertyDef","startIndex":4736,"stopIndex":5652,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9405},"className":"users.timfelgentreff.babelsberg.tests.ConstraintTest","_owner":{"__isSmartRef__":true,"id":9403},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9418":{"name":"testPointAssignmentComplexScaled","type":"propertyDef","startIndex":5655,"stopIndex":6823,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9405},"className":"users.timfelgentreff.babelsberg.tests.ConstraintTest","_owner":{"__isSmartRef__":true,"id":9403},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9419":{"name":"testSimpleReadonly","type":"propertyDef","startIndex":6826,"stopIndex":8219,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9405},"className":"users.timfelgentreff.babelsberg.tests.ConstraintTest","_owner":{"__isSmartRef__":true,"id":9403},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9420":{"name":"testItemReadonly","type":"propertyDef","startIndex":8222,"stopIndex":9758,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9405},"className":"users.timfelgentreff.babelsberg.tests.ConstraintTest","_owner":{"__isSmartRef__":true,"id":9403},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9421":{"name":"testConjunction","type":"propertyDef","startIndex":9761,"stopIndex":10159,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9405},"className":"users.timfelgentreff.babelsberg.tests.ConstraintTest","_owner":{"__isSmartRef__":true,"id":9403},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9422":{"name":"setUp","type":"propertyDef","startIndex":10162,"stopIndex":10232,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9405},"className":"users.timfelgentreff.babelsberg.tests.ConstraintTest","_owner":{"__isSmartRef__":true,"id":9403},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9423":{"name":null,"type":"comment","startIndex":10237,"stopIndex":10237,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9424":{"name":"users.timfelgentreff.babelsberg.tests.PerformanceTests","type":"klassDef","startIndex":10238,"stopIndex":21612,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[{"__isSmartRef__":true,"id":9425},{"__isSmartRef__":true,"id":9427},{"__isSmartRef__":true,"id":9428},{"__isSmartRef__":true,"id":9429},{"__isSmartRef__":true,"id":9430},{"__isSmartRef__":true,"id":9431},{"__isSmartRef__":true,"id":9432},{"__isSmartRef__":true,"id":9433},{"__isSmartRef__":true,"id":9434},{"__isSmartRef__":true,"id":9435},{"__isSmartRef__":true,"id":9436},{"__isSmartRef__":true,"id":9437},{"__isSmartRef__":true,"id":9438}],"sourceControl":{"__isSmartRef__":true,"id":9188},"superclassName":"TestCase","categories":[{"__isSmartRef__":true,"id":9426}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9425":{"name":"Iterations","type":"propertyDef","startIndex":10316,"stopIndex":10337,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9426},"className":"users.timfelgentreff.babelsberg.tests.PerformanceTests","_owner":{"__isSmartRef__":true,"id":9424},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9426":{"name":"default category","type":"categoryDef","startIndex":10314,"stopIndex":21609,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[{"__isSmartRef__":true,"id":9425},{"__isSmartRef__":true,"id":9427},{"__isSmartRef__":true,"id":9428},{"__isSmartRef__":true,"id":9429},{"__isSmartRef__":true,"id":9430},{"__isSmartRef__":true,"id":9431},{"__isSmartRef__":true,"id":9432},{"__isSmartRef__":true,"id":9433},{"__isSmartRef__":true,"id":9434},{"__isSmartRef__":true,"id":9435},{"__isSmartRef__":true,"id":9436},{"__isSmartRef__":true,"id":9437},{"__isSmartRef__":true,"id":9438}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9427":{"name":"testImperativeDragSimulation","type":"propertyDef","startIndex":10339,"stopIndex":11210,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9426},"className":"users.timfelgentreff.babelsberg.tests.PerformanceTests","_owner":{"__isSmartRef__":true,"id":9424},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9428":{"name":"setUp","type":"propertyDef","startIndex":11212,"stopIndex":12175,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9426},"className":"users.timfelgentreff.babelsberg.tests.PerformanceTests","_owner":{"__isSmartRef__":true,"id":9424},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9429":{"name":"testThermometer","type":"propertyDef","startIndex":12178,"stopIndex":12413,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9426},"className":"users.timfelgentreff.babelsberg.tests.PerformanceTests","_owner":{"__isSmartRef__":true,"id":9424},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9430":{"name":"testMidpointEdit","type":"propertyDef","startIndex":12415,"stopIndex":14543,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9426},"className":"users.timfelgentreff.babelsberg.tests.PerformanceTests","_owner":{"__isSmartRef__":true,"id":9424},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9431":{"name":"testDeclarativeDragSimulation","type":"propertyDef","startIndex":14552,"stopIndex":16034,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9426},"className":"users.timfelgentreff.babelsberg.tests.PerformanceTests","_owner":{"__isSmartRef__":true,"id":9424},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9432":{"name":"testEditDragSimulation","type":"propertyDef","startIndex":16041,"stopIndex":17582,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9426},"className":"users.timfelgentreff.babelsberg.tests.PerformanceTests","_owner":{"__isSmartRef__":true,"id":9424},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9433":{"name":"testLibraryEditDragSimulation","type":"propertyDef","startIndex":17584,"stopIndex":20114,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9426},"className":"users.timfelgentreff.babelsberg.tests.PerformanceTests","_owner":{"__isSmartRef__":true,"id":9424},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9434":{"name":"testReadAccessPerformance","type":"propertyDef","startIndex":20122,"stopIndex":20323,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9426},"className":"users.timfelgentreff.babelsberg.tests.PerformanceTests","_owner":{"__isSmartRef__":true,"id":9424},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9435":{"name":"testReadAccessPerformanceWithProperties","type":"propertyDef","startIndex":20325,"stopIndex":20573,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9426},"className":"users.timfelgentreff.babelsberg.tests.PerformanceTests","_owner":{"__isSmartRef__":true,"id":9424},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9436":{"name":"testReadAccessConstrainedPerformance","type":"propertyDef","startIndex":20581,"stopIndex":20880,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9426},"className":"users.timfelgentreff.babelsberg.tests.PerformanceTests","_owner":{"__isSmartRef__":true,"id":9424},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9437":{"name":"testReadAccessConstraintDisabledPerformance","type":"propertyDef","startIndex":20882,"stopIndex":21222,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9426},"className":"users.timfelgentreff.babelsberg.tests.PerformanceTests","_owner":{"__isSmartRef__":true,"id":9424},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9438":{"name":"testReadAccessUnconstrainedPerformance","type":"propertyDef","startIndex":21224,"stopIndex":21608,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9426},"className":"users.timfelgentreff.babelsberg.tests.PerformanceTests","_owner":{"__isSmartRef__":true,"id":9424},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9439":{"name":null,"type":"comment","startIndex":21613,"stopIndex":21614,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9440":{"name":"users.timfelgentreff.babelsberg.tests.PropagationTest","type":"klassDef","startIndex":21615,"stopIndex":25508,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[{"__isSmartRef__":true,"id":9441},{"__isSmartRef__":true,"id":9443},{"__isSmartRef__":true,"id":9444},{"__isSmartRef__":true,"id":9445},{"__isSmartRef__":true,"id":9446},{"__isSmartRef__":true,"id":9447}],"sourceControl":{"__isSmartRef__":true,"id":9188},"superclassName":"TestCase","categories":[{"__isSmartRef__":true,"id":9442}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9441":{"name":"testSimplePropagation","type":"propertyDef","startIndex":21692,"stopIndex":22266,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9442},"className":"users.timfelgentreff.babelsberg.tests.PropagationTest","_owner":{"__isSmartRef__":true,"id":9440},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9442":{"name":"default category","type":"categoryDef","startIndex":21690,"stopIndex":25505,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[{"__isSmartRef__":true,"id":9441},{"__isSmartRef__":true,"id":9443},{"__isSmartRef__":true,"id":9444},{"__isSmartRef__":true,"id":9445},{"__isSmartRef__":true,"id":9446},{"__isSmartRef__":true,"id":9447}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9443":{"name":"testBoolPropagation","type":"propertyDef","startIndex":22268,"stopIndex":23011,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9442},"className":"users.timfelgentreff.babelsberg.tests.PropagationTest","_owner":{"__isSmartRef__":true,"id":9440},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9444":{"name":"testArithmetic","type":"propertyDef","startIndex":23014,"stopIndex":23768,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9442},"className":"users.timfelgentreff.babelsberg.tests.PropagationTest","_owner":{"__isSmartRef__":true,"id":9440},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9445":{"name":"testDeltaBlueUserFunction","type":"propertyDef","startIndex":23771,"stopIndex":24613,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9442},"className":"users.timfelgentreff.babelsberg.tests.PropagationTest","_owner":{"__isSmartRef__":true,"id":9440},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9446":{"name":"setUp","type":"propertyDef","startIndex":24615,"stopIndex":24678,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9442},"className":"users.timfelgentreff.babelsberg.tests.PropagationTest","_owner":{"__isSmartRef__":true,"id":9440},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9447":{"name":"testNoPredicate","type":"propertyDef","startIndex":24680,"stopIndex":25503,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9442},"className":"users.timfelgentreff.babelsberg.tests.PropagationTest","_owner":{"__isSmartRef__":true,"id":9440},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9448":{"name":"users.timfelgentreff.babelsberg.tests.InteractionTest","type":"klassDef","startIndex":25509,"stopIndex":28610,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[{"__isSmartRef__":true,"id":9449},{"__isSmartRef__":true,"id":9451},{"__isSmartRef__":true,"id":9452}],"sourceControl":{"__isSmartRef__":true,"id":9188},"superclassName":"TestCase","categories":[{"__isSmartRef__":true,"id":9450}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9449":{"name":"testInteractionAssignment","type":"propertyDef","startIndex":25586,"stopIndex":26416,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9450},"className":"users.timfelgentreff.babelsberg.tests.InteractionTest","_owner":{"__isSmartRef__":true,"id":9448},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9450":{"name":"default category","type":"categoryDef","startIndex":25584,"stopIndex":28607,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[{"__isSmartRef__":true,"id":9449},{"__isSmartRef__":true,"id":9451},{"__isSmartRef__":true,"id":9452}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9451":{"name":"testInteractionAssignmentIndirect","type":"propertyDef","startIndex":26418,"stopIndex":27301,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9450},"className":"users.timfelgentreff.babelsberg.tests.InteractionTest","_owner":{"__isSmartRef__":true,"id":9448},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9452":{"name":"testEdit","type":"propertyDef","startIndex":27303,"stopIndex":28606,"fileName":"users/timfelgentreff/babelsberg/tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":9188},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9450},"className":"users.timfelgentreff.babelsberg.tests.InteractionTest","_owner":{"__isSmartRef__":true,"id":9448},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9453":{"target":{"__isSmartRef__":true,"id":9454},"browser":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.ChangeSetNode","__SourceModuleName__":"Global.lively.ide.LocalBrowser"},"9454":{"name":"Local code","__LivelyClassName__":"ChangeSet","__SourceModuleName__":"Global.lively.ChangeSet"},"9455":{"isListItem":true,"string":"cassowary_ext.js","value":{"__isSmartRef__":true,"id":9189}},"9456":{"isListItem":true,"string":"constraintinterpreter.js","value":{"__isSmartRef__":true,"id":9247}},"9457":{"isListItem":true,"string":"core_ext.js","value":{"__isSmartRef__":true,"id":9339}},"9458":{"isListItem":true,"string":"deltablue_ext.js","value":{"__isSmartRef__":true,"id":9345}},"9459":{"isListItem":true,"string":"tests.js","value":{"__isSmartRef__":true,"id":9400}},"9460":{"isListItem":true,"string":"Local code","value":{"__isSmartRef__":true,"id":9453}},"9461":{"morph":{"__isSmartRef__":true,"id":9182},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9462":{"target":{"__isSmartRef__":true,"id":9248},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9187},"moduleName":"users/timfelgentreff/babelsberg/constraintinterpreter.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9463":{"scaleVertical":true,"scaleHorizontal":true},"9464":{"sourceObj":{"__isSmartRef__":true,"id":9182},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":9075},"targetMethodName":"setPane1Selection","varMapping":{"__isSmartRef__":true,"id":9465},"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9465":{"source":{"__isSmartRef__":true,"id":9182},"target":{"__isSmartRef__":true,"id":9075}},"9466":{"sourceObj":{"__isSmartRef__":true,"id":9182},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":9075},"targetMethodName":"getPane1Selection","varMapping":{"__isSmartRef__":true,"id":9467},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9467":{"source":{"__isSmartRef__":true,"id":9182},"target":{"__isSmartRef__":true,"id":9075}},"9468":{"sourceObj":{"__isSmartRef__":true,"id":9182},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":9075},"targetMethodName":"getPane1Content","varMapping":{"__isSmartRef__":true,"id":9469},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9469":{"source":{"__isSmartRef__":true,"id":9182},"target":{"__isSmartRef__":true,"id":9075}},"9470":{"sourceObj":{"__isSmartRef__":true,"id":9182},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":9075},"targetMethodName":"getPane1Menu","varMapping":{"__isSmartRef__":true,"id":9471},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9471":{"source":{"__isSmartRef__":true,"id":9182},"target":{"__isSmartRef__":true,"id":9075}},"9472":{"onDownPressed":{"__isSmartRef__":true,"id":9473},"onUpPressed":{"__isSmartRef__":true,"id":9480}},"9473":{"varMapping":{"__isSmartRef__":true,"id":9474},"source":"function onDownPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":9479},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9474":{"this":{"__isSmartRef__":true,"id":9182},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9475}},"9475":{"$super":{"__isSmartRef__":true,"id":9476}},"9476":{"varMapping":{"__isSmartRef__":true,"id":9477},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9478},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9477":{"obj":{"__isSmartRef__":true,"id":9182},"name":"onDownPressed"},"9478":{},"9479":{},"9480":{"varMapping":{"__isSmartRef__":true,"id":9481},"source":"function onUpPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":9486},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9481":{"this":{"__isSmartRef__":true,"id":9182},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9482}},"9482":{"$super":{"__isSmartRef__":true,"id":9483}},"9483":{"varMapping":{"__isSmartRef__":true,"id":9484},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9485},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9484":{"obj":{"__isSmartRef__":true,"id":9182},"name":"onUpPressed"},"9485":{},"9486":{},"9487":{"source":{"__isSmartRef__":true,"id":9075},"target":{"__isSmartRef__":true,"id":9182}},"9488":{"sourceObj":{"__isSmartRef__":true,"id":9075},"sourceAttrName":"setPane2Content","targetObj":{"__isSmartRef__":true,"id":9489},"targetMethodName":"updateList","varMapping":{"__isSmartRef__":true,"id":9534},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9489":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9490},"itemList":[{"__isSmartRef__":true,"id":9491},{"__isSmartRef__":true,"id":9493},{"__isSmartRef__":true,"id":9495},{"__isSmartRef__":true,"id":9497},{"__isSmartRef__":true,"id":9499},{"__isSmartRef__":true,"id":9501},{"__isSmartRef__":true,"id":9503},{"__isSmartRef__":true,"id":9505},{"__isSmartRef__":true,"id":9507}],"eventHandler":{"__isSmartRef__":true,"id":9509},"derivationIds":[],"id":"73A514FE-CDA2-454E-AED0-B27EADDE7EA1","_FontFamily":"Helvetica","_FontSize":10,"grabbingEnabled":false,"__layered_droppingEnabled__":true,"halosEnabled":true,"draggingEnabled":false,"_ClipMode":"auto","__serializedExpressions__":["_Position"],"selection":{"__isSmartRef__":true,"id":9502},"selectedLineNo":5,"owner":{"__isSmartRef__":true,"id":9067},"layout":{"__isSmartRef__":true,"id":9510},"attributeConnections":[{"__isSmartRef__":true,"id":9511},{"__isSmartRef__":true,"id":9513},{"__isSmartRef__":true,"id":9515},{"__isSmartRef__":true,"id":9517}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"prevScroll":[0,34],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9519},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(205.0,16.5)"},"9490":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(205.0,203.5)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"9491":{"isListItem":true,"string":"Global (extension)","value":{"__isSmartRef__":true,"id":9492}},"9492":{"target":{"__isSmartRef__":true,"id":9251},"browser":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9493":{"isListItem":true,"string":"bbb (extension)","value":{"__isSmartRef__":true,"id":9494}},"9494":{"target":{"__isSmartRef__":true,"id":9255},"browser":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9495":{"isListItem":true,"string":"ConstraintConstructionLayer","value":{"__isSmartRef__":true,"id":9496}},"9496":{"target":{"__isSmartRef__":true,"id":9270},"browser":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.CopFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9497":{"isListItem":true,"string":"Constraint","value":{"__isSmartRef__":true,"id":9498}},"9498":{"target":{"__isSmartRef__":true,"id":9275},"browser":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9499":{"isListItem":true,"string":"Constraint (extension)","value":{"__isSmartRef__":true,"id":9500}},"9500":{"target":{"__isSmartRef__":true,"id":9288},"browser":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9501":{"isListItem":true,"string":"ConstrainedVariable","value":{"__isSmartRef__":true,"id":9502}},"9502":{"target":{"__isSmartRef__":true,"id":9292},"browser":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9503":{"isListItem":true,"string":"ConstraintInterpreterVisitor","value":{"__isSmartRef__":true,"id":9504}},"9504":{"target":{"__isSmartRef__":true,"id":9313},"browser":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9505":{"isListItem":true,"string":"ConstrainedVariable (extension)","value":{"__isSmartRef__":true,"id":9506}},"9506":{"target":{"__isSmartRef__":true,"id":9328},"browser":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9507":{"isListItem":true,"string":"DoNotSerializeConstraintPlugin","value":{"__isSmartRef__":true,"id":9508}},"9508":{"target":{"__isSmartRef__":true,"id":9334},"browser":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9509":{"morph":{"__isSmartRef__":true,"id":9489},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9510":{"scaleVertical":true,"scaleHorizontal":true},"9511":{"sourceObj":{"__isSmartRef__":true,"id":9489},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":9075},"targetMethodName":"setPane2Selection","varMapping":{"__isSmartRef__":true,"id":9512},"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9512":{"source":{"__isSmartRef__":true,"id":9489},"target":{"__isSmartRef__":true,"id":9075}},"9513":{"sourceObj":{"__isSmartRef__":true,"id":9489},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":9075},"targetMethodName":"getPane2Selection","varMapping":{"__isSmartRef__":true,"id":9514},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9514":{"source":{"__isSmartRef__":true,"id":9489},"target":{"__isSmartRef__":true,"id":9075}},"9515":{"sourceObj":{"__isSmartRef__":true,"id":9489},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":9075},"targetMethodName":"getPane2Content","varMapping":{"__isSmartRef__":true,"id":9516},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9516":{"source":{"__isSmartRef__":true,"id":9489},"target":{"__isSmartRef__":true,"id":9075}},"9517":{"sourceObj":{"__isSmartRef__":true,"id":9489},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":9075},"targetMethodName":"getPane2Menu","varMapping":{"__isSmartRef__":true,"id":9518},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9518":{"source":{"__isSmartRef__":true,"id":9489},"target":{"__isSmartRef__":true,"id":9075}},"9519":{"onDownPressed":{"__isSmartRef__":true,"id":9520},"onUpPressed":{"__isSmartRef__":true,"id":9527}},"9520":{"varMapping":{"__isSmartRef__":true,"id":9521},"source":"function onDownPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":9526},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9521":{"this":{"__isSmartRef__":true,"id":9489},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9522}},"9522":{"$super":{"__isSmartRef__":true,"id":9523}},"9523":{"varMapping":{"__isSmartRef__":true,"id":9524},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9525},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9524":{"obj":{"__isSmartRef__":true,"id":9489},"name":"onDownPressed"},"9525":{},"9526":{},"9527":{"varMapping":{"__isSmartRef__":true,"id":9528},"source":"function onUpPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":9533},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9528":{"this":{"__isSmartRef__":true,"id":9489},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9529}},"9529":{"$super":{"__isSmartRef__":true,"id":9530}},"9530":{"varMapping":{"__isSmartRef__":true,"id":9531},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9532},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9531":{"obj":{"__isSmartRef__":true,"id":9489},"name":"onUpPressed"},"9532":{},"9533":{},"9534":{"source":{"__isSmartRef__":true,"id":9075},"target":{"__isSmartRef__":true,"id":9489}},"9535":{"sourceObj":{"__isSmartRef__":true,"id":9075},"sourceAttrName":"setPane3Content","targetObj":{"__isSmartRef__":true,"id":9536},"targetMethodName":"updateList","varMapping":{"__isSmartRef__":true,"id":9567},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9536":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9537},"itemList":[{"__isSmartRef__":true,"id":9538},{"__isSmartRef__":true,"id":9540}],"eventHandler":{"__isSmartRef__":true,"id":9542},"derivationIds":[],"id":"B74E4EBE-FD01-469D-AF29-4E5334F7D805","_FontFamily":"Helvetica","_FontSize":10,"grabbingEnabled":false,"__layered_droppingEnabled__":true,"halosEnabled":true,"draggingEnabled":false,"_ClipMode":"auto","__serializedExpressions__":["_Position"],"selection":{"__isSmartRef__":true,"id":9539},"selectedLineNo":0,"owner":{"__isSmartRef__":true,"id":9067},"layout":{"__isSmartRef__":true,"id":9543},"attributeConnections":[{"__isSmartRef__":true,"id":9544},{"__isSmartRef__":true,"id":9546},{"__isSmartRef__":true,"id":9548},{"__isSmartRef__":true,"id":9550}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9552},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(410.0,16.5)"},"9537":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(205.0,203.5)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"9538":{"isListItem":true,"string":"-- all --","value":{"__isSmartRef__":true,"id":9539}},"9539":{"target":{"__isSmartRef__":true,"id":9292},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9502},"__LivelyClassName__":"lively.ide.AllMethodCategoryFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9540":{"isListItem":true,"string":"default category","value":{"__isSmartRef__":true,"id":9541}},"9541":{"target":{"__isSmartRef__":true,"id":9294},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9502},"targets":[{"__isSmartRef__":true,"id":9294}],"__LivelyClassName__":"lively.ide.MethodCategoryFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9542":{"morph":{"__isSmartRef__":true,"id":9536},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9543":{"scaleVertical":true,"scaleHorizontal":true},"9544":{"sourceObj":{"__isSmartRef__":true,"id":9536},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":9075},"targetMethodName":"setPane3Selection","varMapping":{"__isSmartRef__":true,"id":9545},"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9545":{"source":{"__isSmartRef__":true,"id":9536},"target":{"__isSmartRef__":true,"id":9075}},"9546":{"sourceObj":{"__isSmartRef__":true,"id":9536},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":9075},"targetMethodName":"getPane3Selection","varMapping":{"__isSmartRef__":true,"id":9547},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9547":{"source":{"__isSmartRef__":true,"id":9536},"target":{"__isSmartRef__":true,"id":9075}},"9548":{"sourceObj":{"__isSmartRef__":true,"id":9536},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":9075},"targetMethodName":"getPane3Content","varMapping":{"__isSmartRef__":true,"id":9549},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9549":{"source":{"__isSmartRef__":true,"id":9536},"target":{"__isSmartRef__":true,"id":9075}},"9550":{"sourceObj":{"__isSmartRef__":true,"id":9536},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":9075},"targetMethodName":"getPane3Menu","varMapping":{"__isSmartRef__":true,"id":9551},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9551":{"source":{"__isSmartRef__":true,"id":9536},"target":{"__isSmartRef__":true,"id":9075}},"9552":{"onDownPressed":{"__isSmartRef__":true,"id":9553},"onUpPressed":{"__isSmartRef__":true,"id":9560}},"9553":{"varMapping":{"__isSmartRef__":true,"id":9554},"source":"function onDownPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":9559},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9554":{"this":{"__isSmartRef__":true,"id":9536},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9555}},"9555":{"$super":{"__isSmartRef__":true,"id":9556}},"9556":{"varMapping":{"__isSmartRef__":true,"id":9557},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9558},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9557":{"obj":{"__isSmartRef__":true,"id":9536},"name":"onDownPressed"},"9558":{},"9559":{},"9560":{"varMapping":{"__isSmartRef__":true,"id":9561},"source":"function onUpPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":9566},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9561":{"this":{"__isSmartRef__":true,"id":9536},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9562}},"9562":{"$super":{"__isSmartRef__":true,"id":9563}},"9563":{"varMapping":{"__isSmartRef__":true,"id":9564},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9565},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9564":{"obj":{"__isSmartRef__":true,"id":9536},"name":"onUpPressed"},"9565":{},"9566":{},"9567":{"source":{"__isSmartRef__":true,"id":9075},"target":{"__isSmartRef__":true,"id":9536}},"9568":{"sourceObj":{"__isSmartRef__":true,"id":9075},"sourceAttrName":"setPane4Content","targetObj":{"__isSmartRef__":true,"id":9569},"targetMethodName":"updateList","varMapping":{"__isSmartRef__":true,"id":9634},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9569":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9570},"itemList":[{"__isSmartRef__":true,"id":9571},{"__isSmartRef__":true,"id":9573},{"__isSmartRef__":true,"id":9575},{"__isSmartRef__":true,"id":9577},{"__isSmartRef__":true,"id":9579},{"__isSmartRef__":true,"id":9581},{"__isSmartRef__":true,"id":9583},{"__isSmartRef__":true,"id":9585},{"__isSmartRef__":true,"id":9587},{"__isSmartRef__":true,"id":9589},{"__isSmartRef__":true,"id":9591},{"__isSmartRef__":true,"id":9593},{"__isSmartRef__":true,"id":9595},{"__isSmartRef__":true,"id":9597},{"__isSmartRef__":true,"id":9599},{"__isSmartRef__":true,"id":9601},{"__isSmartRef__":true,"id":9603},{"__isSmartRef__":true,"id":9605},{"__isSmartRef__":true,"id":9607}],"eventHandler":{"__isSmartRef__":true,"id":9609},"derivationIds":[],"id":"191705E1-D2EA-459E-8312-7812A0838A8C","_FontFamily":"Helvetica","_FontSize":10,"grabbingEnabled":false,"__layered_droppingEnabled__":true,"halosEnabled":true,"draggingEnabled":false,"_ClipMode":"auto","__serializedExpressions__":["_Position"],"selection":{"__isSmartRef__":true,"id":9574},"selectedLineNo":1,"owner":{"__isSmartRef__":true,"id":9067},"layout":{"__isSmartRef__":true,"id":9610},"attributeConnections":[{"__isSmartRef__":true,"id":9611},{"__isSmartRef__":true,"id":9613},{"__isSmartRef__":true,"id":9615},{"__isSmartRef__":true,"id":9617}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"prevScroll":[0,0],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9619},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(615.0,16.5)"},"9570":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(205.0,203.5)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"9571":{"isListItem":true,"string":"initialize (proto)","value":{"__isSmartRef__":true,"id":9572}},"9572":{"target":{"__isSmartRef__":true,"id":9293},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9539},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9573":{"isListItem":true,"string":"ensureExternalVariableFor (proto)","value":{"__isSmartRef__":true,"id":9574}},"9574":{"target":{"__isSmartRef__":true,"id":9295},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9539},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9575":{"isListItem":true,"string":"updateReadonlyConstraints (proto)","value":{"__isSmartRef__":true,"id":9576}},"9576":{"target":{"__isSmartRef__":true,"id":9296},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9539},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9577":{"isListItem":true,"string":"currentSolver (proto)","value":{"__isSmartRef__":true,"id":9578}},"9578":{"target":{"__isSmartRef__":true,"id":9297},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9539},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9579":{"isListItem":true,"string":"suggestValue (proto)","value":{"__isSmartRef__":true,"id":9580}},"9580":{"target":{"__isSmartRef__":true,"id":9298},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9539},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9581":{"isListItem":true,"string":"updateConnectedVariables (proto)","value":{"__isSmartRef__":true,"id":9582}},"9582":{"target":{"__isSmartRef__":true,"id":9299},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9539},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9583":{"isListItem":true,"string":"updateDownstreamVariables (proto)","value":{"__isSmartRef__":true,"id":9584}},"9584":{"target":{"__isSmartRef__":true,"id":9300},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9539},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9585":{"isListItem":true,"string":"addToConstraint (proto)","value":{"__isSmartRef__":true,"id":9586}},"9586":{"target":{"__isSmartRef__":true,"id":9301},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9539},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9587":{"isListItem":true,"string":"definingSolver (proto)","value":{"__isSmartRef__":true,"id":9588}},"9588":{"target":{"__isSmartRef__":true,"id":9302},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9539},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9589":{"isListItem":true,"string":"solvers (proto)","value":{"__isSmartRef__":true,"id":9590}},"9590":{"target":{"__isSmartRef__":true,"id":9303},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9539},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9591":{"isListItem":true,"string":"definingExternalVariable (proto)","value":{"__isSmartRef__":true,"id":9592}},"9592":{"target":{"__isSmartRef__":true,"id":9304},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9539},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9593":{"isListItem":true,"string":"isSolveable (proto)","value":{"__isSmartRef__":true,"id":9594}},"9594":{"target":{"__isSmartRef__":true,"id":9305},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9539},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9595":{"isListItem":true,"string":"storedValue (proto)","value":{"__isSmartRef__":true,"id":9596}},"9596":{"target":{"__isSmartRef__":true,"id":9306},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9539},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9597":{"isListItem":true,"string":"externalValue (proto)","value":{"__isSmartRef__":true,"id":9598}},"9598":{"target":{"__isSmartRef__":true,"id":9307},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9539},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9599":{"isListItem":true,"string":"setValue (proto)","value":{"__isSmartRef__":true,"id":9600}},"9600":{"target":{"__isSmartRef__":true,"id":9308},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9539},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9601":{"isListItem":true,"string":"eachExternalVariableDo (proto)","value":{"__isSmartRef__":true,"id":9602}},"9602":{"target":{"__isSmartRef__":true,"id":9309},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9539},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9603":{"isListItem":true,"string":"getValue (proto)","value":{"__isSmartRef__":true,"id":9604}},"9604":{"target":{"__isSmartRef__":true,"id":9310},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9539},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9605":{"isListItem":true,"string":"externalVariable (proto)","value":{"__isSmartRef__":true,"id":9606}},"9606":{"target":{"__isSmartRef__":true,"id":9311},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9539},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9607":{"isListItem":true,"string":"externalVariables (proto)","value":{"__isSmartRef__":true,"id":9608}},"9608":{"target":{"__isSmartRef__":true,"id":9312},"browser":{"__isSmartRef__":true,"id":9075},"parent":{"__isSmartRef__":true,"id":9539},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9609":{"morph":{"__isSmartRef__":true,"id":9569},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9610":{"scaleVertical":true,"scaleHorizontal":true},"9611":{"sourceObj":{"__isSmartRef__":true,"id":9569},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":9075},"targetMethodName":"setPane4Selection","varMapping":{"__isSmartRef__":true,"id":9612},"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9612":{"source":{"__isSmartRef__":true,"id":9569},"target":{"__isSmartRef__":true,"id":9075}},"9613":{"sourceObj":{"__isSmartRef__":true,"id":9569},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":9075},"targetMethodName":"getPane4Selection","varMapping":{"__isSmartRef__":true,"id":9614},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9614":{"source":{"__isSmartRef__":true,"id":9569},"target":{"__isSmartRef__":true,"id":9075}},"9615":{"sourceObj":{"__isSmartRef__":true,"id":9569},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":9075},"targetMethodName":"getPane4Content","varMapping":{"__isSmartRef__":true,"id":9616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9616":{"source":{"__isSmartRef__":true,"id":9569},"target":{"__isSmartRef__":true,"id":9075}},"9617":{"sourceObj":{"__isSmartRef__":true,"id":9569},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":9075},"targetMethodName":"getPane4Menu","varMapping":{"__isSmartRef__":true,"id":9618},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9618":{"source":{"__isSmartRef__":true,"id":9569},"target":{"__isSmartRef__":true,"id":9075}},"9619":{"onDownPressed":{"__isSmartRef__":true,"id":9620},"onUpPressed":{"__isSmartRef__":true,"id":9627}},"9620":{"varMapping":{"__isSmartRef__":true,"id":9621},"source":"function onDownPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":9626},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9621":{"this":{"__isSmartRef__":true,"id":9569},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9622}},"9622":{"$super":{"__isSmartRef__":true,"id":9623}},"9623":{"varMapping":{"__isSmartRef__":true,"id":9624},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9625},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9624":{"obj":{"__isSmartRef__":true,"id":9569},"name":"onDownPressed"},"9625":{},"9626":{},"9627":{"varMapping":{"__isSmartRef__":true,"id":9628},"source":"function onUpPressed(evt) {\n $super(evt);\n this.focus.bind(this).delay(0);\n return true;\n }","funcProperties":{"__isSmartRef__":true,"id":9633},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9628":{"this":{"__isSmartRef__":true,"id":9569},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9629}},"9629":{"$super":{"__isSmartRef__":true,"id":9630}},"9630":{"varMapping":{"__isSmartRef__":true,"id":9631},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":9632},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9631":{"obj":{"__isSmartRef__":true,"id":9569},"name":"onUpPressed"},"9632":{},"9633":{},"9634":{"source":{"__isSmartRef__":true,"id":9075},"target":{"__isSmartRef__":true,"id":9569}},"9635":{"sourceObj":{"__isSmartRef__":true,"id":9075},"sourceAttrName":"setSourceString","targetObj":{"__isSmartRef__":true,"id":9636},"targetMethodName":"setTextString","varMapping":{"__isSmartRef__":true,"id":9716},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9636":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9637},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":9638},{"__isSmartRef__":true,"id":9640},{"__isSmartRef__":true,"id":9642},{"__isSmartRef__":true,"id":9644},{"__isSmartRef__":true,"id":9646},{"__isSmartRef__":true,"id":9648},{"__isSmartRef__":true,"id":9650},{"__isSmartRef__":true,"id":9652},{"__isSmartRef__":true,"id":9654},{"__isSmartRef__":true,"id":9656},{"__isSmartRef__":true,"id":9658},{"__isSmartRef__":true,"id":9660},{"__isSmartRef__":true,"id":9662},{"__isSmartRef__":true,"id":9664},{"__isSmartRef__":true,"id":9666},{"__isSmartRef__":true,"id":9668},{"__isSmartRef__":true,"id":9670},{"__isSmartRef__":true,"id":9672},{"__isSmartRef__":true,"id":9674},{"__isSmartRef__":true,"id":9676},{"__isSmartRef__":true,"id":9678},{"__isSmartRef__":true,"id":9680},{"__isSmartRef__":true,"id":9682},{"__isSmartRef__":true,"id":9684},{"__isSmartRef__":true,"id":9686},{"__isSmartRef__":true,"id":9688},{"__isSmartRef__":true,"id":9690},{"__isSmartRef__":true,"id":9692},{"__isSmartRef__":true,"id":9694},{"__isSmartRef__":true,"id":9696},{"__isSmartRef__":true,"id":9698},{"__isSmartRef__":true,"id":9700},{"__isSmartRef__":true,"id":9702},{"__isSmartRef__":true,"id":9704},{"__isSmartRef__":true,"id":9706},{"__isSmartRef__":true,"id":9708}],"eventHandler":{"__isSmartRef__":true,"id":9710},"_ClipMode":"auto","derivationIds":[],"id":"C405EF0D-1186-4B3F-856D-AE61EB85178D","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":true,"_HandStyle":null,"allowInput":true,"_FontFamily":"Courier","_FontSize":10,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9067},"accessibleInInactiveWindow":true,"layout":{"__isSmartRef__":true,"id":9711},"noEval":true,"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":9712},{"__isSmartRef__":true,"id":9714}],"doNotSerialize":["$$textString","$$savedTextString","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors"],"doNotCopyProperties":["$$textString","$$savedTextString"],"textString":" ensureExternalVariableFor: function(solver) {\n var eVar = this.externalVariables(solver),\n value = this.obj[this.ivarname];\n\n this.cachedDefiningSolver = null;\n this.cachedDefiningVar = null;\n if (!eVar && eVar !== null) { // don't try to create an external variable twice\n this.externalVariables(solver, solver.constraintVariableFor(value, this.ivarname));\n this.updateReadonlyConstraints();\n }\n },","savedTextString":" visitGetSlot: function(node) {\n var obj = this.visit(node.obj),\n name = this.visit(node.slotName),\n cvar;\n if (obj === Global || (obj instanceof lively.Module)) {\n return obj[name];\n }\n if (obj && obj.isConstraintObject) {\n obj = this.getConstraintObjectValue(obj);\n }\n\n cvar = ConstrainedVariable.newConstraintVariableFor(obj, name);\n if (Constraint.current) {\n cvar.ensureExternalVariableFor(Constraint.current.solver);\n cvar.addToConstraint(Constraint.current);\n }\n if (cvar && cvar.isSolveable()) {\n return cvar.externalVariable;\n } else {\n return obj[name];\n }\n },","specialHighlighting":"memberFragment","styleClass":["Browser_codePaneText"],"focusHaloBorderWidth":0.5,"_lastSyntaxHighlightTime":31,"previousSelection":[441,450],"charsReplaced":"","lastFindLoc":605,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,247.5)"},"9637":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":1,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(820.0,302.5)","_Padding":"lively.rect(5,5,0,0)","_BorderColor":"Color.rgb(102,102,102)","_Fill":"Color.rgb(255,255,255)"},"9638":{"style":{"__isSmartRef__":true,"id":9639},"chunkOwner":{"__isSmartRef__":true,"id":9636},"_id":"_50557","storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9639":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"9640":{"_id":"_50559","style":{"__isSmartRef__":true,"id":9641},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"ensureExternalVariableFor:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9641":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(139,0,0)"},"9642":{"_id":"_50560","style":{"__isSmartRef__":true,"id":9643},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9643":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"9644":{"_id":"_50561","style":{"__isSmartRef__":true,"id":9645},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9645":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"9646":{"_id":"_50562","style":{"__isSmartRef__":true,"id":9647},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"(solver) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9647":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"9648":{"_id":"_50563","style":{"__isSmartRef__":true,"id":9649},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9649":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"9650":{"_id":"_50564","style":{"__isSmartRef__":true,"id":9651},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9651":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"9652":{"_id":"_50565","style":{"__isSmartRef__":true,"id":9653},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9653":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"9654":{"_id":"_50566","style":{"__isSmartRef__":true,"id":9655},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":" eVar = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9655":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"9656":{"_id":"_50567","style":{"__isSmartRef__":true,"id":9657},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9657":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"9658":{"_id":"_50568","style":{"__isSmartRef__":true,"id":9659},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":".externalVariables(solver),\n value = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9659":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"9660":{"_id":"_50569","style":{"__isSmartRef__":true,"id":9661},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9661":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"9662":{"_id":"_50570","style":{"__isSmartRef__":true,"id":9663},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":".obj[","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9663":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"9664":{"_id":"_50571","style":{"__isSmartRef__":true,"id":9665},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9665":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"9666":{"_id":"_50572","style":{"__isSmartRef__":true,"id":9667},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":".ivarname];\n\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9667":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"9668":{"_id":"_50573","style":{"__isSmartRef__":true,"id":9669},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9669":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"9670":{"_id":"_50574","style":{"__isSmartRef__":true,"id":9671},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":".cachedDefiningSolver = null;\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9671":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"9672":{"_id":"_50575","style":{"__isSmartRef__":true,"id":9673},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9673":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"9674":{"_id":"_50576","style":{"__isSmartRef__":true,"id":9675},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":".cachedDefiningVar = null;\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9675":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"9676":{"_id":"_50577","style":{"__isSmartRef__":true,"id":9677},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9677":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"9678":{"_id":"_50578","style":{"__isSmartRef__":true,"id":9679},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":" (!eVar && eVar !== null) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9679":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"9680":{"_id":"_50579","style":{"__isSmartRef__":true,"id":9681},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9681":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"9682":{"_id":"_50580","style":{"__isSmartRef__":true,"id":9683},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9683":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"9684":{"_id":"_50581","style":{"__isSmartRef__":true,"id":9685},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"//","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9685":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(128,0,0)"},"9686":{"_id":"_50582","style":{"__isSmartRef__":true,"id":9687},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":" don't try to create an external variable twice","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9687":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"9688":{"_id":"_50583","style":{"__isSmartRef__":true,"id":9689},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9689":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"9690":{"_id":"_50584","style":{"__isSmartRef__":true,"id":9691},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9691":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"9692":{"_id":"_50585","style":{"__isSmartRef__":true,"id":9693},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":".externalVariables(solver, solver.constraintVariableFor(value, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9693":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"9694":{"_id":"_50586","style":{"__isSmartRef__":true,"id":9695},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9695":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"9696":{"_id":"_50587","style":{"__isSmartRef__":true,"id":9697},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":".ivarname));\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9697":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"9698":{"_id":"_50588","style":{"__isSmartRef__":true,"id":9699},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9699":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"9700":{"_id":"_50589","style":{"__isSmartRef__":true,"id":9701},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":".updateReadonlyConstraints();\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9701":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"9702":{"_id":"_50590","style":{"__isSmartRef__":true,"id":9703},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9703":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"9704":{"_id":"_50591","style":{"__isSmartRef__":true,"id":9705},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9705":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"9706":{"_id":"_50592","style":{"__isSmartRef__":true,"id":9707},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9707":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"9708":{"_id":"_50593","style":{"__isSmartRef__":true,"id":9709},"chunkOwner":{"__isSmartRef__":true,"id":9636},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9709":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"9710":{"morph":{"__isSmartRef__":true,"id":9636},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9711":{"scaleVertical":true,"scaleHorizontal":true},"9712":{"sourceObj":{"__isSmartRef__":true,"id":9636},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":9636},"targetMethodName":"highlightSyntaxDebounced","varMapping":{"__isSmartRef__":true,"id":9713},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9713":{"source":{"__isSmartRef__":true,"id":9636},"target":{"__isSmartRef__":true,"id":9636}},"9714":{"sourceObj":{"__isSmartRef__":true,"id":9636},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":9075},"targetMethodName":"setSourceString","varMapping":{"__isSmartRef__":true,"id":9715},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9715":{"source":{"__isSmartRef__":true,"id":9636},"target":{"__isSmartRef__":true,"id":9075}},"9716":{"source":{"__isSmartRef__":true,"id":9075},"target":{"__isSmartRef__":true,"id":9636}},"9717":{"sourceObj":{"__isSmartRef__":true,"id":9075},"sourceAttrName":"targetURL","targetObj":{"__isSmartRef__":true,"id":9068},"targetMethodName":"setTextString","varMapping":{"__isSmartRef__":true,"id":9718},"updaterString":"function ($upd, value) { value && $upd(String(value)) }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9718":{"source":{"__isSmartRef__":true,"id":9075},"target":{"__isSmartRef__":true,"id":9068}},"9719":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9720},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":9721}],"eventHandler":{"__isSmartRef__":true,"id":9723},"_ClipMode":"visible","derivationIds":[],"id":"EC1D0ADF-802F-4FBB-AB2E-602A323382DD","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":true,"_HandStyle":null,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"owner":null,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,204,0)","_Position":"lively.pt(260.0,136.3)"},"9720":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"_BorderWidth":0,"_StrokeOpacity":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(300.0,30.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"9721":{"style":{"__isSmartRef__":true,"id":9722},"chunkOwner":{"__isSmartRef__":true,"id":9719},"_id":"_50059","storedString":"Saving visitGetSlot...\nSuccessfully saved\nSuccessfully evaluated visitGetSlot","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9722":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9723":{"morph":{"__isSmartRef__":true,"id":9719},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9724":{"source":{"__isSmartRef__":true,"id":9068},"target":{"__isSmartRef__":true,"id":9075}},"9725":{"submorphs":[{"__isSmartRef__":true,"id":9726}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9731},"eventHandler":{"__isSmartRef__":true,"id":9732},"_ClipMode":"visible","derivationIds":[],"id":"21B1D891-3F19-462F-88CA-1D51FB32DD43","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":9726},"_PreviousBorderWidth":1,"owner":{"__isSmartRef__":true,"id":9067},"attributeConnections":[{"__isSmartRef__":true,"id":9733}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"layout":{"__isSmartRef__":true,"id":9735},"isPressed":false,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(656.0,0.0)"},"9726":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9727},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":9728}],"eventHandler":{"__isSmartRef__":true,"id":9730},"_ClipMode":"hidden","derivationIds":[],"id":"8F13D597-2555-4131-986A-DE98755F4B2D","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9725},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"9727":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(98.4,16.5)","_Padding":"lively.rect(2,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"9728":{"style":{"__isSmartRef__":true,"id":9729},"chunkOwner":{"__isSmartRef__":true,"id":9726},"_id":"_24158","storedString":"Codebase","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9729":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9730":{"morph":{"__isSmartRef__":true,"id":9726},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9731":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(98.4,16.5)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"9732":{"morph":{"__isSmartRef__":true,"id":9725},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9733":{"sourceObj":{"__isSmartRef__":true,"id":9725},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9075},"targetMethodName":"setTargetURL","varMapping":{"__isSmartRef__":true,"id":9734},"converterString":"function () { return URL.codeBase.withFilename('lively/')}","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9734":{"source":{"__isSmartRef__":true,"id":9725},"target":{"__isSmartRef__":true,"id":9075}},"9735":{"scaleVertical":true,"scaleHorizontal":true},"9736":{"submorphs":[{"__isSmartRef__":true,"id":9737}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9742},"eventHandler":{"__isSmartRef__":true,"id":9743},"_ClipMode":"visible","derivationIds":[],"id":"C505AF39-EB09-4C51-B2E6-0456BA077C2A","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":9737},"_PreviousBorderWidth":1,"owner":{"__isSmartRef__":true,"id":9067},"attributeConnections":[{"__isSmartRef__":true,"id":9744}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"layout":{"__isSmartRef__":true,"id":9746},"isPressed":false,"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(754.4,0.0)"},"9737":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9738},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":9739}],"eventHandler":{"__isSmartRef__":true,"id":9741},"_ClipMode":"hidden","derivationIds":[],"id":"E8FDAB33-4FB8-41A2-AF50-9C5A36739B8C","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9736},"isLabel":true,"_Align":"center","eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(0,0,0)"},"9738":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(65.6,16.5)","_Padding":"lively.rect(2,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"9739":{"style":{"__isSmartRef__":true,"id":9740},"chunkOwner":{"__isSmartRef__":true,"id":9737},"_id":"_24159","storedString":"Local","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9740":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9741":{"morph":{"__isSmartRef__":true,"id":9737},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9742":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(65.6,16.5)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"9743":{"morph":{"__isSmartRef__":true,"id":9736},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9744":{"sourceObj":{"__isSmartRef__":true,"id":9736},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9075},"targetMethodName":"setTargetURL","varMapping":{"__isSmartRef__":true,"id":9745},"converterString":"function () {\n return $world.getUserName() ? $world.getUserDir() : URL.source.getDirectory() }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9745":{"source":{"__isSmartRef__":true,"id":9736},"target":{"__isSmartRef__":true,"id":9075}},"9746":{"scaleVertical":true,"scaleHorizontal":true},"9747":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9748},"eventHandler":{"__isSmartRef__":true,"id":9753},"_ClipMode":"visible","derivationIds":[],"id":"F1452044-8C62-4BB5-8065-B1580755A1C3","__layered_droppingEnabled__":true,"halosEnabled":true,"draggingEnabled":true,"__serializedExpressions__":["_Position"],"fixed":[{"__isSmartRef__":true,"id":9077},{"__isSmartRef__":true,"id":9091},{"__isSmartRef__":true,"id":9105},{"__isSmartRef__":true,"id":9119},{"__isSmartRef__":true,"id":9133},{"__isSmartRef__":true,"id":9147},{"__isSmartRef__":true,"id":9161}],"scalingBelow":[{"__isSmartRef__":true,"id":9636}],"scalingAbove":[{"__isSmartRef__":true,"id":9182},{"__isSmartRef__":true,"id":9489},{"__isSmartRef__":true,"id":9536},{"__isSmartRef__":true,"id":9569}],"minHeight":20,"pointerConnection":null,"owner":{"__isSmartRef__":true,"id":9067},"styleClass":["Browser_resizer"],"layout":{"__isSmartRef__":true,"id":9754},"__LivelyClassName__":"lively.morphic.HorizontalDivider","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,242.0)"},"9748":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"_Fill":{"__isSmartRef__":true,"id":9749},"_BorderRadius":3,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(820.0,5.5)","_Padding":"lively.rect(0,0,0,0)"},"9749":{"stops":[{"__isSmartRef__":true,"id":9750},{"__isSmartRef__":true,"id":9751},{"__isSmartRef__":true,"id":9752}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"9750":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(235,235,235)"},"9751":{"offset":0.5,"__serializedExpressions__":["color"],"color":"Color.rgb(215,215,215)"},"9752":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(184,184,184)"},"9753":{"morph":{"__isSmartRef__":true,"id":9747},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9754":{"scaleVertical":true,"scaleHorizontal":true},"9755":{"__serializedExpressions__":["_Position","_Extent","_Padding","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(820.0,550.0)","_Padding":"lively.rect(0,0,0,0)","_Fill":"Color.rgb(230,230,230)"},"9756":{"morph":{"__isSmartRef__":true,"id":9067},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9757":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"9758":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9759},"eventHandler":{"__isSmartRef__":true,"id":9760},"_ClipMode":"visible","derivationIds":[],"id":"5DC06B66-9165-4FA2-9E3A-46B0080BFBA2","__layered_droppingEnabled__":true,"halosEnabled":true,"draggingEnabled":false,"__serializedExpressions__":["_Position"],"type":"corner","_StyleClassNames":["reframe-handle corner"],"owner":{"__isSmartRef__":true,"id":9018},"__LivelyClassName__":"lively.morphic.ReframeHandle","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(814.0,562.0)"},"9759":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(14.0,14.0)","_Padding":"lively.rect(0,0,0,0)"},"9760":{"morph":{"__isSmartRef__":true,"id":9758},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9761":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9762},"eventHandler":{"__isSmartRef__":true,"id":9763},"_ClipMode":"visible","derivationIds":[],"id":"78AD586D-6DC3-428D-B4F7-82466A295DA1","__layered_droppingEnabled__":true,"halosEnabled":true,"draggingEnabled":false,"__serializedExpressions__":["_Position"],"type":"bottom","_StyleClassNames":["reframe-handle bottom"],"owner":{"__isSmartRef__":true,"id":9018},"__LivelyClassName__":"lively.morphic.ReframeHandle","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,572.0)"},"9762":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(814.0,4.0)","_Padding":"lively.rect(0,0,0,0)"},"9763":{"morph":{"__isSmartRef__":true,"id":9761},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9764":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9765},"eventHandler":{"__isSmartRef__":true,"id":9766},"_ClipMode":"visible","derivationIds":[],"id":"19F7C216-DBD6-4572-8BE3-ED1270F16DD6","__layered_droppingEnabled__":true,"halosEnabled":true,"draggingEnabled":false,"__serializedExpressions__":["_Position"],"type":"right","_StyleClassNames":["reframe-handle right"],"owner":{"__isSmartRef__":true,"id":9018},"__LivelyClassName__":"lively.morphic.ReframeHandle","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(824.0,0.0)"},"9765":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(4.0,562.0)","_Padding":"lively.rect(0,0,0,0)"},"9766":{"morph":{"__isSmartRef__":true,"id":9764},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9767":{"__serializedExpressions__":["_Padding","_Extent"],"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":false,"_BorderRadius":false,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Padding":"lively.rect(0,0,0,0)","_Extent":"lively.pt(828.0,576.0)"},"9768":{"morph":{"__isSmartRef__":true,"id":9018},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9769":{"adjustForNewBounds":true},"9770":{"submorphs":[{"__isSmartRef__":true,"id":9771},{"__isSmartRef__":true,"id":9819},{"__isSmartRef__":true,"id":10027},{"__isSmartRef__":true,"id":10030},{"__isSmartRef__":true,"id":10033}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10036},"eventHandler":{"__isSmartRef__":true,"id":10037},"_ClipMode":"visible","derivationIds":[],"id":"B9836FE2-71AF-4DD4-97B1-D193A09FF30A","__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":true,"layout":{"__isSmartRef__":true,"id":10038},"LK2":true,"__serializedExpressions__":["_Position","contentOffset","prevDragPos"],"reframeHandle":{"__isSmartRef__":true,"id":10027},"rightReframeHandle":{"__isSmartRef__":true,"id":10033},"bottomReframeHandle":{"__isSmartRef__":true,"id":10030},"titleBar":{"__isSmartRef__":true,"id":9771},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"_PreviousBorderWidth":0,"targetMorph":{"__isSmartRef__":true,"id":9819},"owner":{"__isSmartRef__":true,"id":0},"highlighted":false,"isBeingDragged":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":10039},"name":"CompactTestRunner","_Scale":1,"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withLayers":["Global.PreventDroppingLayer"],"withoutLayers":["Global.lively.morphic.GrabbingLayer"],"_Position":"lively.pt(40.0,848.0)","contentOffset":"lively.pt(4.0,22.0)","prevDragPos":"lively.pt(286.0,862.0)"},"9771":{"submorphs":[{"__isSmartRef__":true,"id":9772},{"__isSmartRef__":true,"id":9778},{"__isSmartRef__":true,"id":9791},{"__isSmartRef__":true,"id":9803}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9816},"eventHandler":{"__isSmartRef__":true,"id":9817},"_ClipMode":"visible","derivationIds":[],"id":"741D2184-DBC7-44C6-8BE7-999C51460EC3","__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"layout":{"__isSmartRef__":true,"id":9818},"__serializedExpressions__":["_Position"],"windowMorph":{"__isSmartRef__":true,"id":9770},"label":{"__isSmartRef__":true,"id":9772},"closeButton":{"__isSmartRef__":true,"id":9778},"menuButton":{"__isSmartRef__":true,"id":9791},"collapseButton":{"__isSmartRef__":true,"id":9803},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":9770},"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"9772":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9773},"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":9774}],"eventHandler":{"__isSmartRef__":true,"id":9776},"_ClipMode":"hidden","derivationIds":[],"id":"41BAC859-01BE-4B74-91B3-8622FDFEB887","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":true,"_WordBreak":"break-all","fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"isLabel":true,"layout":{"__isSmartRef__":true,"id":9777},"eventsAreIgnored":true,"owner":{"__isSmartRef__":true,"id":9771},"_StyleClassNames":["window-title"],"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(20.0,3.0)"},"9773":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(783.7,18.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"9774":{"style":{"__isSmartRef__":true,"id":9775},"chunkOwner":{"__isSmartRef__":true,"id":9772},"_id":"_516","storedString":"TestRunner","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9775":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9776":{"morph":{"__isSmartRef__":true,"id":9772},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9777":{"resizeWidth":true},"9778":{"submorphs":[{"__isSmartRef__":true,"id":9779}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9784},"eventHandler":{"__isSmartRef__":true,"id":9785},"_ClipMode":"visible","derivationIds":[],"id":"2C9896AC-851B-47AC-9B57-098635114771","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":9779},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":9771},"layout":{"__isSmartRef__":true,"id":9786},"_StyleClassNames":["close"],"attributeConnections":[{"__isSmartRef__":true,"id":9787},{"__isSmartRef__":true,"id":9789}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(822.7,3.0)"},"9779":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9780},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":9781}],"eventHandler":{"__isSmartRef__":true,"id":9783},"_ClipMode":"hidden","derivationIds":[],"id":"B78360C9-C426-46DC-8FB6-BA1072F3E310","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":false,"_WordBreak":null,"fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9778},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,-1.0)"},"9780":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"9781":{"style":{"__isSmartRef__":true,"id":9782},"chunkOwner":{"__isSmartRef__":true,"id":9779},"_id":"_518","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9782":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9783":{"morph":{"__isSmartRef__":true,"id":9779},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9784":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_StrokeOpacity":0,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"9785":{"morph":{"__isSmartRef__":true,"id":9778},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9786":{"moveHorizontal":true},"9787":{"sourceObj":{"__isSmartRef__":true,"id":9778},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":9770},"targetMethodName":"getCloseHelp","varMapping":{"__isSmartRef__":true,"id":9788},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9788":{"source":{"__isSmartRef__":true,"id":9778},"target":{"__isSmartRef__":true,"id":9770}},"9789":{"sourceObj":{"__isSmartRef__":true,"id":9778},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9770},"targetMethodName":"initiateShutdown","varMapping":{"__isSmartRef__":true,"id":9790},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9790":{"source":{"__isSmartRef__":true,"id":9778},"target":{"__isSmartRef__":true,"id":9770}},"9791":{"submorphs":[{"__isSmartRef__":true,"id":9792}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9797},"eventHandler":{"__isSmartRef__":true,"id":9798},"_ClipMode":"visible","derivationIds":[],"id":"1C0B10C5-F738-4902-9239-DA87565D1300","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":9792},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":9771},"attributeConnections":[{"__isSmartRef__":true,"id":9799},{"__isSmartRef__":true,"id":9801}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"isPressed":false,"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"9792":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9793},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":9794}],"eventHandler":{"__isSmartRef__":true,"id":9796},"_ClipMode":"hidden","derivationIds":[],"id":"AF5D125B-E89C-4CFD-B7B4-FE467093DD18","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":false,"_WordBreak":null,"fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9791},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,0.0)"},"9793":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"9794":{"style":{"__isSmartRef__":true,"id":9795},"chunkOwner":{"__isSmartRef__":true,"id":9792},"_id":"_520","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9795":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9796":{"morph":{"__isSmartRef__":true,"id":9792},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9797":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_StrokeOpacity":0,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"9798":{"morph":{"__isSmartRef__":true,"id":9791},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9799":{"sourceObj":{"__isSmartRef__":true,"id":9791},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":9770},"targetMethodName":"getMenuHelp","varMapping":{"__isSmartRef__":true,"id":9800},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9800":{"source":{"__isSmartRef__":true,"id":9791},"target":{"__isSmartRef__":true,"id":9770}},"9801":{"sourceObj":{"__isSmartRef__":true,"id":9791},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9770},"targetMethodName":"showTargetMorphMenu","varMapping":{"__isSmartRef__":true,"id":9802},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9802":{"source":{"__isSmartRef__":true,"id":9791},"target":{"__isSmartRef__":true,"id":9770}},"9803":{"submorphs":[{"__isSmartRef__":true,"id":9804}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9809},"eventHandler":{"__isSmartRef__":true,"id":9810},"_ClipMode":"visible","derivationIds":[],"id":"193C0A48-C906-4D45-9A2A-407CC2A71FD9","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"accessibleInInactiveWindow":true,"__serializedExpressions__":["_Position"],"value":false,"toggle":false,"isActive":true,"label":{"__isSmartRef__":true,"id":9804},"_PreviousBorderWidth":0,"owner":{"__isSmartRef__":true,"id":9771},"layout":{"__isSmartRef__":true,"id":9811},"attributeConnections":[{"__isSmartRef__":true,"id":9812},{"__isSmartRef__":true,"id":9814}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(803.7,3.0)"},"9804":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9805},"_WhiteSpaceHandling":"pre","textChunks":[{"__isSmartRef__":true,"id":9806}],"eventHandler":{"__isSmartRef__":true,"id":9808},"_ClipMode":"hidden","derivationIds":[],"id":"E111E889-E2A9-4279-BAB9-3BFCC1A38503","grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"draggingEnabled":false,"fixedWidth":false,"_WordBreak":null,"fixedHeight":true,"_InputAllowed":false,"_HandStyle":"default","allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"__serializedExpressions__":["_TextColor","_Position"],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9803},"isLabel":true,"eventsAreIgnored":true,"_TextStylingMode":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_TextColor":"Color.rgb(64,64,64)","_Position":"lively.pt(0.0,1.0)"},"9805":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":0,"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"9806":{"style":{"__isSmartRef__":true,"id":9807},"chunkOwner":{"__isSmartRef__":true,"id":9804},"_id":"_522","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9807":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9808":{"morph":{"__isSmartRef__":true,"id":9804},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9809":{"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"_BorderWidth":1,"_StrokeOpacity":0,"_BorderRadius":5,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(189,190,192)"},"9810":{"morph":{"__isSmartRef__":true,"id":9803},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9811":{"moveHorizontal":true},"9812":{"sourceObj":{"__isSmartRef__":true,"id":9803},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":9770},"targetMethodName":"getCollapseHelp","varMapping":{"__isSmartRef__":true,"id":9813},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9813":{"source":{"__isSmartRef__":true,"id":9803},"target":{"__isSmartRef__":true,"id":9770}},"9814":{"sourceObj":{"__isSmartRef__":true,"id":9803},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9770},"targetMethodName":"toggleCollapse","varMapping":{"__isSmartRef__":true,"id":9815},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9815":{"source":{"__isSmartRef__":true,"id":9803},"target":{"__isSmartRef__":true,"id":9770}},"9816":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"_AppearanceStylingMode":true,"_BorderStylingMode":true,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(842.7,22.0)","_Padding":"lively.rect(0,0,0,0)"},"9817":{"morph":{"__isSmartRef__":true,"id":9771},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9818":{"resizeWidth":true,"adjustForNewBounds":true},"9819":{"submorphs":[{"__isSmartRef__":true,"id":9820},{"__isSmartRef__":true,"id":9826},{"__isSmartRef__":true,"id":9830},{"__isSmartRef__":true,"id":9837}],"scripts":[],"id":"25036C46-25D1-4CE2-B378-6C45816F975A","shape":{"__isSmartRef__":true,"id":9973},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"TestRunner","eventHandler":{"__isSmartRef__":true,"id":9974},"layout":{"__isSmartRef__":true,"id":9975},"owner":{"__isSmartRef__":true,"id":9770},"startTime":{"__isSmartRef__":true,"id":9976},"noOfTestCases":0,"doNotSerialize":["testSuite","loadedModules"],"doNotCopyProperties":["$$loadedModules"],"isInLayoutCycle":false,"prevScroll":[0,0],"isCopyMorphRef":true,"morphRefId":2,"grabbingEnabled":false,"draggingEnabled":false,"numberOfTestCases":17,"modulesToLoad":11,"derivationIds":[615,"72E8EC0F-4180-4B2F-B83E-F49A8031EA32","5CD27C4A-7223-4CFB-B7F6-227728354BF9","6C7270B4-DCEA-4B5C-A04D-7BBA57FE04F2","C6627091-1FE1-4332-8C0D-9BFAF01134DD","A1F17CC2-DF8B-41AF-BA22-1DF241B3F4E0"],"_ClipMode":"visible","__serializedExpressions__":["_Position"],"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9977},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(4.0,22.0)"},"9820":{"submorphs":[],"scripts":[],"id":"2FD9D17A-9020-425F-970D-944DD8154644","shape":{"__isSmartRef__":true,"id":9821},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Monaco","registeredForMouseEvents":true,"_MaxTextWidth":563.1216866388663,"_MaxTextHeight":null,"owner":{"__isSmartRef__":true,"id":9819},"showsHalos":false,"name":"ResultPane","layout":{"__isSmartRef__":true,"id":9822},"_FontSize":8,"_ClipMode":"scroll","textChunks":[{"__isSmartRef__":true,"id":9823}],"eventHandler":{"__isSmartRef__":true,"id":9825},"prevScroll":[0,0],"isBeingDragged":false,"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":563.1216866388663,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[616,"212648FE-B21E-4FB7-BFB4-288248039B9B","6B3B9E63-C9D8-44A1-9817-21176155971C","00220152-BFAC-46C5-AE1B-8897A37F71E7","1AE29421-85E3-47BD-B15A-585E9B6437B3","72239849-58E5-4B20-9B56-31B60CE0FCF7"],"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor","padding","_Padding"],"_Scale":1,"priorSelectionRange":[18,18],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(4.3,160.5)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(5,5,0,0)"},"9821":{"_BorderWidth":1,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"scroll","__serializedExpressions__":["_Position","_Extent","_Fill","_BorderColor","_Padding"],"_AppearanceStylingMode":false,"_BorderStylingMode":false,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(826.1,227.1)","_Fill":"Color.rgb(0,204,0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"9822":{"resizeWidth":true,"resizeHeight":true,"moveVertical":false},"9823":{"style":{"__isSmartRef__":true,"id":9824},"chunkOwner":{"__isSmartRef__":true,"id":9820},"_id":"_50638","storedString":"688ms for 17 tests","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9824":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9825":{"morph":{"__isSmartRef__":true,"id":9820},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9826":{"submorphs":[],"scripts":[],"id":"BB76A0B8-22F4-4A2E-B403-02BADBE12FA8","shape":{"__isSmartRef__":true,"id":9827},"__layered_droppingEnabled__":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"eventHandler":{"__isSmartRef__":true,"id":9828},"selection":"users.timfelgentreff.babelsberg.tests.ConstraintTest","selectedLineNo":0,"selectOnMove":false,"isMultipleSelectionList":true,"showsHalos":false,"name":"TestClassesList","owner":{"__isSmartRef__":true,"id":9819},"layout":{"__isSmartRef__":true,"id":9829},"prevScroll":[0,360],"isBeingDragged":false,"grabbingEnabled":false,"draggingEnabled":false,"itemList":["users.timfelgentreff.babelsberg.tests.ConstraintTest","users.timfelgentreff.babelsberg.tests.InteractionTest","users.timfelgentreff.babelsberg.tests.PerformanceTests","users.timfelgentreff.babelsberg.tests.PropagationTest"],"derivationIds":[617,"DB80837B-AEA2-453A-B89F-861F3B80563D","AB32738F-14B4-4001-B2E8-CD21EAEA0322","A71663B8-5E83-47A0-866D-7DD0C15A9C62","4E48291A-2084-47A3-B0BD-AA2AF20D8EC0","4451AEE7-94C2-4A26-9BFC-2F13C0DEF402"],"changeTriggered":true,"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(4.3,4.3)","distanceToDragEvent":"lively.pt(377.0,-11.8)"},"9827":{"_BorderWidth":0,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Fill","_Padding"],"_AppearanceStylingMode":false,"_BorderStylingMode":false,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(826.1,100.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)","_Padding":"lively.rect(0,0,0,0)"},"9828":{"morph":{"__isSmartRef__":true,"id":9826},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9829":{"resizeWidth":true,"resizeHeight":false},"9830":{"submorphs":[],"scripts":[],"id":"C612E7E5-5A80-4F42-AFBD-BC5207F965C5","shape":{"__isSmartRef__":true,"id":9831},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":false,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":null,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":11,"name":"Label2","partsBinMetaInfo":{"__isSmartRef__":true,"id":9832},"textChunks":[{"__isSmartRef__":true,"id":9833}],"charsReplaced":"some text","lastFindLoc":-9,"priorSelectionRange":null,"prevScroll":[0,0],"isLabel":true,"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","allowInput":false,"eventsAreIgnored":false,"eventHandler":{"__isSmartRef__":true,"id":9835},"_MinTextWidth":null,"_MinTextHeight":null,"owner":{"__isSmartRef__":true,"id":9819},"layout":{"__isSmartRef__":true,"id":9836},"draggingEnabled":false,"derivationIds":[637,"D0128D68-BC3E-4DBF-BA26-47438952D362","BBAD0E40-F2E4-4D75-8E59-EC4EF07A0CA4","C9A8744B-AB92-43F6-9E57-4753CA873A57","BD46B68E-9704-4A30-B6FE-E171968DDBE4","A2D423B6-88A9-4330-93C6-4FCE3F2D32A5"],"__serializedExpressions__":["_Position","textColor"],"_Rotation":0,"_Scale":0.996005996001,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(4.3,133.1)","textColor":"Color.rgb(0,0,0)"},"9831":{"fill":null,"_BorderWidth":0,"_Fill":null,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"_AppearanceStylingMode":false,"_BorderStylingMode":false,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(50.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"9832":{"partsSpaceName":"PartsBin/Text/","migrationLevel":2,"partName":"Label","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9833":{"style":{"__isSmartRef__":true,"id":9834},"chunkOwner":{"__isSmartRef__":true,"id":9830},"storedString":"Results","_id":"_4200","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9834":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9835":{"morph":{"__isSmartRef__":true,"id":9830},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9836":{"moveVertical":false},"9837":{"submorphs":[{"__isSmartRef__":true,"id":9838},{"__isSmartRef__":true,"id":9864},{"__isSmartRef__":true,"id":9890},{"__isSmartRef__":true,"id":9915},{"__isSmartRef__":true,"id":9941}],"scripts":[],"id":"FAFF22C9-9078-430F-8D56-8B1D2C087229","shape":{"__isSmartRef__":true,"id":9966},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"TestClassButtons","partsBinMetaInfo":{"__isSmartRef__":true,"id":9967},"layout":{"__isSmartRef__":true,"id":9970},"eventHandler":{"__isSmartRef__":true,"id":9972},"isInLayoutCycle":false,"owner":{"__isSmartRef__":true,"id":9819},"grabbingEnabled":false,"draggingEnabled":false,"derivationIds":[638,"C4FAB96B-6729-48C9-9F30-047A80002038","E4E2F9ED-0FBA-49A3-9995-4BAE58771DF1","EEE6B71B-BA0C-4D49-B235-67DB9E85E680","23FD4A12-7AF6-4D44-91CF-123B3D4E7E74","D9E12EA7-2815-4980-8ECE-A3BF808B6DB9"],"_ClipMode":"visible","__serializedExpressions__":["_Position"],"_Rotation":0,"_Scale":1.0040100200350561,"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(4.3,107.7)"},"9838":{"submorphs":[{"__isSmartRef__":true,"id":9839}],"scripts":[],"id":"D032B251-D529-449E-BCD8-EB1BE164D38C","shape":{"__isSmartRef__":true,"id":9844},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":9845},"lighterFill":{"__isSmartRef__":true,"id":9850},"label":{"__isSmartRef__":true,"id":9839},"showsHalos":false,"name":"DeselectTestClassesButton","attributeConnections":[{"__isSmartRef__":true,"id":9855}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":9857},"layout":{"__isSmartRef__":true,"id":9858},"owner":{"__isSmartRef__":true,"id":9837},"draggingEnabled":false,"derivationIds":[639,"2B873395-686F-4095-A1AA-7FE7779EEFA0","A05B793A-8CB7-4C34-AFFA-90207E9AAE03","D06A7388-0447-4EF9-8219-A08F1519C28B","AF8C4B08-62FF-497B-9E75-7DFE75F60BDD","D5C1C2C0-B434-4175-83A1-0CE5AF721827"],"_ClipMode":"visible","isPressed":false,"__serializedExpressions__":["_Position"],"_Rotation":0,"_Scale":0.996005996001,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9859},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(80.0,0.0)"},"9839":{"submorphs":[],"scripts":[],"id":"3FA05332-B135-41DD-9ADD-138900F77982","shape":{"__isSmartRef__":true,"id":9840},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":100,"_MaxTextHeight":null,"owner":{"__isSmartRef__":true,"id":9838},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":9841}],"eventHandler":{"__isSmartRef__":true,"id":9843},"_WhiteSpaceHandling":"pre-wrap","_Align":"center","_HandStyle":"default","_PointerEvents":"none","_MinTextWidth":100,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[640,"02995895-9285-49A4-9911-EA3CF04DAE89","833094E4-EBBF-496C-83DE-E2DAEB983F41","068561CE-FD87-4EF7-8F8D-78779E65A0EE","99885781-3213-44E6-8F3F-021AE1187523","38B70E2A-3AF3-4010-8256-77B72F9880F1"],"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor","padding","_Padding"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"9840":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"9841":{"style":{"__isSmartRef__":true,"id":9842},"chunkOwner":{"__isSmartRef__":true,"id":9839},"storedString":"select none","_id":"_4201","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9842":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9843":{"morph":{"__isSmartRef__":true,"id":9839},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9844":{"_Fill":{"__isSmartRef__":true,"id":9845},"_BorderWidth":1,"_BorderRadius":5,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,20.0)","_BorderColor":"Color.rgb(102,102,102)","_Padding":"lively.rect(0,0,0,0)"},"9845":{"stops":[{"__isSmartRef__":true,"id":9846},{"__isSmartRef__":true,"id":9847},{"__isSmartRef__":true,"id":9848},{"__isSmartRef__":true,"id":9849}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"9846":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"9847":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"9848":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"9849":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"9850":{"stops":[{"__isSmartRef__":true,"id":9851},{"__isSmartRef__":true,"id":9852},{"__isSmartRef__":true,"id":9853},{"__isSmartRef__":true,"id":9854}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"9851":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"9852":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"9853":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"9854":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"9855":{"sourceObj":{"__isSmartRef__":true,"id":9838},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9838},"targetMethodName":"onFire","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9856},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9856":{"source":{"__isSmartRef__":true,"id":9838},"target":{"__isSmartRef__":true,"id":9838}},"9857":{"morph":{"__isSmartRef__":true,"id":9838},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9858":{"moveHorizontal":false},"9859":{"onFire":{"__isSmartRef__":true,"id":9860}},"9860":{"varMapping":{"__isSmartRef__":true,"id":9861},"source":"function onFire() {\n this.get(\"TestRunner\").get(\"TestClassesList\").clearSelections();\n}","funcProperties":{"__isSmartRef__":true,"id":9862},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9861":{"this":{"__isSmartRef__":true,"id":9838}},"9862":{"timestamp":{"__isSmartRef__":true,"id":9863},"user":"lauritz","tags":[]},"9863":{"isSerializedDate":true,"string":"Wed Dec 07 2011 20:12:51 GMT+0100 (W. Europe Standard Time)"},"9864":{"submorphs":[{"__isSmartRef__":true,"id":9865}],"scripts":[],"id":"3D9467BE-1046-4F6B-A3C5-A0F7C0090E03","shape":{"__isSmartRef__":true,"id":9870},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":9871},"lighterFill":{"__isSmartRef__":true,"id":9876},"label":{"__isSmartRef__":true,"id":9865},"showsHalos":false,"name":"SelectAllTestClassesButton","attributeConnections":[{"__isSmartRef__":true,"id":9881}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":9883},"layout":{"__isSmartRef__":true,"id":9884},"owner":{"__isSmartRef__":true,"id":9837},"draggingEnabled":false,"derivationIds":[641,"F9FCECB3-99D4-44A6-9CE3-AA4C5AB54735","E2ECFCC4-404F-4F18-8854-EA9E3FBB0430","C6063FB7-15A7-4EB5-9F8B-1C04767321E7","E8E9B951-8D5E-4A18-BD71-A34A43C8CFD7","BCE2F23D-FBBC-432D-B315-98002025655E"],"_ClipMode":"visible","isPressed":false,"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":0.9880657804942088,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9885},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)","distanceToDragEvent":"lively.pt(39.2,-7.6)"},"9865":{"submorphs":[],"scripts":[],"id":"C8489580-2A4D-421C-87A5-85B7CA16CABC","shape":{"__isSmartRef__":true,"id":9866},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":80,"_MaxTextHeight":null,"owner":{"__isSmartRef__":true,"id":9864},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":9867}],"eventHandler":{"__isSmartRef__":true,"id":9869},"_WhiteSpaceHandling":"pre-wrap","_Align":"center","_HandStyle":"default","_PointerEvents":"none","_MinTextWidth":80,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[642,"36CEC889-D65D-4254-8FBE-352C6C58A5A9","C4BC15E4-1C76-46A8-8B1D-D644052F5123","6B992914-F7A4-46C9-848B-69BCFE01D0E7","E2C20EF4-8567-4E16-ABBE-0C40A1A28B7D","749F24CB-8BC9-4438-A628-F7170E2858C6"],"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor","padding","_Padding"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"9866":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(80.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"9867":{"style":{"__isSmartRef__":true,"id":9868},"chunkOwner":{"__isSmartRef__":true,"id":9865},"storedString":"select all","_id":"_4202","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9868":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9869":{"morph":{"__isSmartRef__":true,"id":9865},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9870":{"_Fill":{"__isSmartRef__":true,"id":9871},"_BorderWidth":1,"_BorderRadius":5,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"_AppearanceStylingMode":false,"_BorderStylingMode":false,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(80.0,20.0)","_BorderColor":"Color.rgb(95,94,95)","_Padding":"lively.rect(0,0,0,0)"},"9871":{"stops":[{"__isSmartRef__":true,"id":9872},{"__isSmartRef__":true,"id":9873},{"__isSmartRef__":true,"id":9874},{"__isSmartRef__":true,"id":9875}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"9872":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"9873":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"9874":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"9875":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"9876":{"stops":[{"__isSmartRef__":true,"id":9877},{"__isSmartRef__":true,"id":9878},{"__isSmartRef__":true,"id":9879},{"__isSmartRef__":true,"id":9880}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"9877":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"9878":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"9879":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"9880":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"9881":{"sourceObj":{"__isSmartRef__":true,"id":9864},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9864},"targetMethodName":"onFire","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9882},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9882":{"source":{"__isSmartRef__":true,"id":9864},"target":{"__isSmartRef__":true,"id":9864}},"9883":{"morph":{"__isSmartRef__":true,"id":9864},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9884":{"moveHorizontal":false},"9885":{"onFire":{"__isSmartRef__":true,"id":9886}},"9886":{"varMapping":{"__isSmartRef__":true,"id":9887},"source":"function onFire() {\n this.get(\"TestRunner\").selectAllTestClasses();\n}","funcProperties":{"__isSmartRef__":true,"id":9888},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9887":{"this":{"__isSmartRef__":true,"id":9864}},"9888":{"timestamp":{"__isSmartRef__":true,"id":9889},"user":"lauritz","tags":[]},"9889":{"isSerializedDate":true,"string":"Wed Dec 07 2011 21:56:28 GMT+0100 (W. Europe Standard Time)"},"9890":{"submorphs":[{"__isSmartRef__":true,"id":9891}],"scripts":[],"id":"0483680D-1C9F-44E7-98CA-DD4ADD7091C2","shape":{"__isSmartRef__":true,"id":9896},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":9897},"lighterFill":{"__isSmartRef__":true,"id":9902},"label":{"__isSmartRef__":true,"id":9891},"showsHalos":false,"name":"RunTestsButton","attributeConnections":[{"__isSmartRef__":true,"id":9907}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":9908},"layout":{"__isSmartRef__":true,"id":9909},"draggingEnabled":false,"owner":{"__isSmartRef__":true,"id":9837},"derivationIds":[643,"F4BF68B9-A9FF-4EB4-9E2C-6B3F068BB9EE","17022FEE-5C70-427C-B082-CFC9F78AA612","887E5DBA-74EC-4E93-B1DF-EAA7A25D7E26","9359657A-4A8D-46C4-A197-D804CEADBBB2","C86A43E9-E4A7-4110-8515-51E5AD0323B3"],"_ClipMode":"visible","isPressed":false,"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":0.9880657804942089,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9910},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(440.0,0.0)","distanceToDragEvent":"lively.pt(57.7,-15.5)"},"9891":{"submorphs":[],"scripts":[],"id":"7604BBA4-4F60-4F72-B811-1149ECA6DE1E","shape":{"__isSmartRef__":true,"id":9892},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":100,"_MaxTextHeight":null,"owner":{"__isSmartRef__":true,"id":9890},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":9893}],"eventHandler":{"__isSmartRef__":true,"id":9895},"_WhiteSpaceHandling":"pre-wrap","_Align":"center","_HandStyle":"default","_PointerEvents":"none","_MinTextWidth":100,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[644,"DF82C96F-9E57-4305-B266-7533865237B3","2757C7BD-D93F-4483-9663-D6E02B692B5E","3DC3CF44-EF2D-4B51-A3EF-F547FADB40B4","167BBE4E-C842-4A9A-8988-CE9F926F0632","9D87255F-E79E-439F-9259-B4D32C8D06D2"],"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor","padding","_Padding"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"9892":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"9893":{"style":{"__isSmartRef__":true,"id":9894},"chunkOwner":{"__isSmartRef__":true,"id":9891},"storedString":"run selected","_id":"_4203","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9894":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9895":{"morph":{"__isSmartRef__":true,"id":9891},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9896":{"_Fill":{"__isSmartRef__":true,"id":9897},"_BorderWidth":1,"_BorderRadius":5,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,20.0)","_BorderColor":"Color.rgb(102,102,102)","_Padding":"lively.rect(0,0,0,0)"},"9897":{"stops":[{"__isSmartRef__":true,"id":9898},{"__isSmartRef__":true,"id":9899},{"__isSmartRef__":true,"id":9900},{"__isSmartRef__":true,"id":9901}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"9898":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"9899":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"9900":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"9901":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"9902":{"stops":[{"__isSmartRef__":true,"id":9903},{"__isSmartRef__":true,"id":9904},{"__isSmartRef__":true,"id":9905},{"__isSmartRef__":true,"id":9906}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"9903":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"9904":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"9905":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"9906":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"9907":{"sourceObj":{"__isSmartRef__":true,"id":9890},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9890},"targetMethodName":"onFire","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9908":{"morph":{"__isSmartRef__":true,"id":9890},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9909":{"moveHorizontal":false},"9910":{"onFire":{"__isSmartRef__":true,"id":9911}},"9911":{"varMapping":{"__isSmartRef__":true,"id":9912},"source":"function onFire() {\n this.get(\"TestRunner\").runSelectedTestClasses();\n}","funcProperties":{"__isSmartRef__":true,"id":9913},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9912":{"this":{"__isSmartRef__":true,"id":9890}},"9913":{"timestamp":{"__isSmartRef__":true,"id":9914},"user":"lauritz","tags":[]},"9914":{"isSerializedDate":true,"string":"Fri Dec 09 2011 20:04:59 GMT+0100 (W. Europe Standard Time)"},"9915":{"submorphs":[{"__isSmartRef__":true,"id":9916}],"scripts":[],"id":"D0AE0BD0-50F6-462B-BB5E-1781523BE3BC","shape":{"__isSmartRef__":true,"id":9921},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":9922},"lighterFill":{"__isSmartRef__":true,"id":9927},"label":{"__isSmartRef__":true,"id":9916},"showsHalos":false,"name":"RemoveSelectedTestClassesButton","attributeConnections":[{"__isSmartRef__":true,"id":9932}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":9934},"layout":{"__isSmartRef__":true,"id":9935},"draggingEnabled":false,"owner":{"__isSmartRef__":true,"id":9837},"derivationIds":[645,"A66DFC21-C839-4E50-B41A-A8261F5C8531","FB180B00-5C2A-4C3D-BCD1-030F490F7951","CA69C0E9-F583-4F02-B923-49845B28B103","AC67EF1D-D33E-47CA-9BC9-4CC870F9EC2E","76DFAC9A-FA39-4292-B754-E1EBB142293B"],"_ClipMode":"visible","isPressed":false,"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":0.9801888648295347,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9936},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(180.0,0.0)","distanceToDragEvent":"lively.pt(78.4,-11.6)"},"9916":{"submorphs":[],"scripts":[],"id":"BB8060B9-E7B9-48ED-8A19-324345F3157A","shape":{"__isSmartRef__":true,"id":9917},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"owner":{"__isSmartRef__":true,"id":9915},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":9918}],"eventHandler":{"__isSmartRef__":true,"id":9920},"_WhiteSpaceHandling":"pre-wrap","_Align":"center","_HandStyle":"default","_PointerEvents":"none","_MinTextWidth":130,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[646,"4EA09F0B-3666-40A3-8D0E-BA3F282C82E0","535B5D7C-17A4-4DFB-9BF7-6DD0797C319A","68930A42-3232-46A4-98DC-5A3CB45842F6","EA83CA78-9F3B-4111-B776-1B9CA424BEB8","4BEBCA53-69AD-41E4-AC51-23FC0E4F3D6C"],"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor","padding","_Padding"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"9917":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(130.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"9918":{"style":{"__isSmartRef__":true,"id":9919},"chunkOwner":{"__isSmartRef__":true,"id":9916},"storedString":"remove selected","_id":"_4204","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9919":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9920":{"morph":{"__isSmartRef__":true,"id":9916},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9921":{"_Fill":{"__isSmartRef__":true,"id":9922},"_BorderWidth":1,"_BorderRadius":5,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(130.0,20.0)","_BorderColor":"Color.rgb(102,102,102)","_Padding":"lively.rect(0,0,0,0)"},"9922":{"stops":[{"__isSmartRef__":true,"id":9923},{"__isSmartRef__":true,"id":9924},{"__isSmartRef__":true,"id":9925},{"__isSmartRef__":true,"id":9926}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"9923":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"9924":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"9925":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"9926":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"9927":{"stops":[{"__isSmartRef__":true,"id":9928},{"__isSmartRef__":true,"id":9929},{"__isSmartRef__":true,"id":9930},{"__isSmartRef__":true,"id":9931}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"9928":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"9929":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"9930":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"9931":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"9932":{"sourceObj":{"__isSmartRef__":true,"id":9915},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9915},"targetMethodName":"onFire","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9933},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9933":{"source":{"__isSmartRef__":true,"id":9915},"target":{"__isSmartRef__":true,"id":9915}},"9934":{"morph":{"__isSmartRef__":true,"id":9915},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9935":{"moveHorizontal":true},"9936":{"onFire":{"__isSmartRef__":true,"id":9937}},"9937":{"varMapping":{"__isSmartRef__":true,"id":9938},"source":"function onFire() {\n var list = this.get('TestRunner').get('TestClassesList');\n list.getSelectedItems().forEach(function (each) {\n list.removeItemOrValue(each);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":9939},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9938":{"this":{"__isSmartRef__":true,"id":9915}},"9939":{"timestamp":{"__isSmartRef__":true,"id":9940},"user":"lauritz","tags":[]},"9940":{"isSerializedDate":true,"string":"Wed Dec 07 2011 23:23:41 GMT+0100 (W. Europe Standard Time)"},"9941":{"submorphs":[{"__isSmartRef__":true,"id":9942}],"scripts":[],"id":"4C369898-0F3C-4793-ACC0-9B858C77807F","shape":{"__isSmartRef__":true,"id":9947},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":9948},"lighterFill":{"__isSmartRef__":true,"id":9953},"label":{"__isSmartRef__":true,"id":9942},"showsHalos":false,"name":"AddAvailableTestClassesButton","attributeConnections":[{"__isSmartRef__":true,"id":9958}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":9959},"layout":{"__isSmartRef__":true,"id":9960},"draggingEnabled":false,"owner":{"__isSmartRef__":true,"id":9837},"derivationIds":[647,"4487436F-29FA-4593-8F88-9014FE8EE7EC","F952B883-DDF5-4D5A-A3EB-8FF949EC8910","EF738846-F155-4601-9C5C-FB1300A47A4A","191095ED-A667-432A-9B82-A2301AA197ED","85E0F68A-D1D6-4DE5-869B-1046DF541981"],"_ClipMode":"visible","isPressed":false,"__serializedExpressions__":["_Position","distanceToDragEvent"],"_Rotation":0,"_Scale":0.9880657804942091,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9961},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(310.0,0.0)","distanceToDragEvent":"lively.pt(75.0,-12.6)"},"9942":{"submorphs":[],"scripts":[],"id":"31A87F76-4A03-4D56-9C56-2A210EBA069F","shape":{"__isSmartRef__":true,"id":9943},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"owner":{"__isSmartRef__":true,"id":9941},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":9944}],"eventHandler":{"__isSmartRef__":true,"id":9946},"_WhiteSpaceHandling":"pre-wrap","_Align":"center","_HandStyle":"default","_PointerEvents":"none","_MinTextWidth":130,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[648,"BE8B9C83-9B80-4C6A-9181-E3A06EC02246","77C6FC48-D382-4C7B-B524-B27AE6EB8647","BB2424AF-8F70-44A3-83A8-14566718A51D","0EE12527-A654-4C74-AD89-A51F8A589D21","C56E23D9-77CB-43AB-AD75-AB52B133D1B6"],"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor","padding","_Padding"],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"9943":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(130.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"9944":{"style":{"__isSmartRef__":true,"id":9945},"chunkOwner":{"__isSmartRef__":true,"id":9942},"storedString":"add all available","_id":"_4205","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9945":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9946":{"morph":{"__isSmartRef__":true,"id":9942},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9947":{"_Fill":{"__isSmartRef__":true,"id":9948},"_BorderWidth":1,"_BorderRadius":5,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(130.0,20.0)","_BorderColor":"Color.rgb(102,102,102)","_Padding":"lively.rect(0,0,0,0)"},"9948":{"stops":[{"__isSmartRef__":true,"id":9949},{"__isSmartRef__":true,"id":9950},{"__isSmartRef__":true,"id":9951},{"__isSmartRef__":true,"id":9952}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"9949":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"9950":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"9951":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"9952":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"9953":{"stops":[{"__isSmartRef__":true,"id":9954},{"__isSmartRef__":true,"id":9955},{"__isSmartRef__":true,"id":9956},{"__isSmartRef__":true,"id":9957}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"9954":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"9955":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"9956":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"9957":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"9958":{"sourceObj":{"__isSmartRef__":true,"id":9941},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9941},"targetMethodName":"onFire","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"9959":{"morph":{"__isSmartRef__":true,"id":9941},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9960":{"moveHorizontal":false},"9961":{"onFire":{"__isSmartRef__":true,"id":9962}},"9962":{"varMapping":{"__isSmartRef__":true,"id":9963},"source":"function onFire() {\n this.get('TestRunner').listAllAvailableTestClasses();\n}","funcProperties":{"__isSmartRef__":true,"id":9964},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9963":{"this":{"__isSmartRef__":true,"id":9941}},"9964":{"timestamp":{"__isSmartRef__":true,"id":9965},"user":"lauritz","tags":[]},"9965":{"isSerializedDate":true,"string":"Fri Dec 09 2011 19:46:19 GMT+0100 (W. Europe Standard Time)"},"9966":{"_BorderWidth":0,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"_AppearanceStylingMode":false,"_BorderStylingMode":false,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(561.0,20.0)","_BorderColor":"Color.rgb(235,235,235)","_Fill":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"9967":{"partsSpaceName":"PartsBin/Layout/","comment":"A simple box morph","migrationLevel":4,"partName":"HBox","changes":[{"__isSmartRef__":true,"id":9968}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"9968":{"date":{"__isSmartRef__":true,"id":9969},"author":"fbo","message":"","id":"C0A8DE73-F7F3-437E-B0A6-5DD5B6456C9A"},"9969":{"isSerializedDate":true,"string":"Tue Nov 29 2011 21:11:31 GMT+0100 (W. Europe Standard Time)"},"9970":{"layouter":{"__isSmartRef__":true,"id":9971},"moveVertical":false,"__serializedExpressions__":["extentWithoutPlaceholder"],"extentWithoutPlaceholder":"lively.pt(591.2,20.0)"},"9971":{"defaultBorderSize":10,"defaultSpacing":15,"borderSize":0,"spacing":0,"container":{"__isSmartRef__":true,"id":9837},"__LivelyClassName__":"lively.morphic.Layout.HorizontalLayout","__SourceModuleName__":"Global.lively.morphic.Layout"},"9972":{"morph":{"__isSmartRef__":true,"id":9837},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9973":{"_BorderWidth":1,"_BorderRadius":6.29,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_Fill","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(834.7,393.9)","_Fill":"Color.rgb(214,214,214)","_BorderColor":"Color.rgb(95,94,95)","_Padding":"lively.rect(0,0,0,0)"},"9974":{"morph":{"__isSmartRef__":true,"id":9819},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9975":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true,"__serializedExpressions__":["extentWithoutPlaceholder"],"extentWithoutPlaceholder":"lively.pt(532.8,663.8)"},"9976":{"isSerializedDate":true,"string":"Fri Jan 24 2014 15:55:55 GMT+0100 (W. Europe Standard Time)"},"9977":{"reset":{"__isSmartRef__":true,"id":9978},"addModule":{"__isSmartRef__":true,"id":9982},"addTestClasses":{"__isSmartRef__":true,"id":9986},"addTestClass":{"__isSmartRef__":true,"id":9990},"selectAllModules":{"__isSmartRef__":true,"id":9994},"selectAllTestClasses":{"__isSmartRef__":true,"id":9998},"displayResult":{"__isSmartRef__":true,"id":10002},"showTestRunResultCallback":{"__isSmartRef__":true,"id":10006},"loadSelectedModules":{"__isSmartRef__":true,"id":10009},"setTestClasses":{"__isSmartRef__":true,"id":10012},"listAllAvailableTestClasses":{"__isSmartRef__":true,"id":10016},"loadModulesAndRunTheirTests":{"__isSmartRef__":true,"id":10020},"runSelectedTestClasses":{"__isSmartRef__":true,"id":10024}},"9978":{"varMapping":{"__isSmartRef__":true,"id":9979},"source":"function reset() {\n this.get('ModuleList').setList([]);\n this.get('TestClassesList').setList([]);\n this.displayResult('');\n this.get('AdditionalModuleInput').setTextString('');\n this.doNotSerialize = ['testSuite','loadedModules'];\n\n // this.owner.minExtent = this.owner.getExtent()\n}","funcProperties":{"__isSmartRef__":true,"id":9980},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9979":{"this":{"__isSmartRef__":true,"id":9819}},"9980":{"timestamp":{"__isSmartRef__":true,"id":9981},"user":"jenslincke","tags":[]},"9981":{"isSerializedDate":true,"string":"Fri Apr 27 2012 13:54:47 GMT+0200 (W. Europe Daylight Time)"},"9982":{"varMapping":{"__isSmartRef__":true,"id":9983},"source":"function addModule(moduleName) {\n var name = moduleName.trim();\n var listItem = {\n isListItem: true,\n selectionString: name,\n string: name,\n value: name\n }\n var moduleList = this.get('ModuleList');\n moduleList.addItem(listItem);\n moduleList.selectAt(moduleList.getList().length - 1);\n}","funcProperties":{"__isSmartRef__":true,"id":9984},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9983":{"this":{"__isSmartRef__":true,"id":9819}},"9984":{"timestamp":{"__isSmartRef__":true,"id":9985},"user":"lauritz","tags":["ci api","button"]},"9985":{"isSerializedDate":true,"string":"Mon Dec 19 2011 22:46:28 GMT+0100 (W. Europe Standard Time)"},"9986":{"varMapping":{"__isSmartRef__":true,"id":9987},"source":"function addTestClasses(testCaseClasses) {\n testCaseClasses.forEach((function (each) {\n this.addTestClass(each);\n }).bind(this));\n}","funcProperties":{"__isSmartRef__":true,"id":9988},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9987":{"this":{"__isSmartRef__":true,"id":9819}},"9988":{"timestamp":{"__isSmartRef__":true,"id":9989},"user":"lauritz","tags":["private"]},"9989":{"isSerializedDate":true,"string":"Wed Dec 07 2011 21:50:53 GMT+0100 (W. Europe Standard Time)"},"9990":{"varMapping":{"__isSmartRef__":true,"id":9991},"source":"function addTestClass(testClass) {\n var testClass = testClass.type ? testClass.type : testClass;\n this.get('TestClassesList').addItem(testClass);\n}","funcProperties":{"__isSmartRef__":true,"id":9992},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9991":{"this":{"__isSmartRef__":true,"id":9819}},"9992":{"timestamp":{"__isSmartRef__":true,"id":9993},"user":"lauritz","tags":["private"]},"9993":{"isSerializedDate":true,"string":"Wed Dec 07 2011 21:49:58 GMT+0100 (W. Europe Standard Time)"},"9994":{"varMapping":{"__isSmartRef__":true,"id":9995},"source":"function selectAllModules() {\n var list = this.get('ModuleList');\n list.selectAllAt(Array.range(0, list.getList().length-1));\n}","funcProperties":{"__isSmartRef__":true,"id":9996},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9995":{"this":{"__isSmartRef__":true,"id":9819}},"9996":{"timestamp":{"__isSmartRef__":true,"id":9997},"user":"lauritz","tags":["button"]},"9997":{"isSerializedDate":true,"string":"Wed Dec 07 2011 21:55:29 GMT+0100 (W. Europe Standard Time)"},"9998":{"varMapping":{"__isSmartRef__":true,"id":9999},"source":"function selectAllTestClasses() {\n var list = this.get('TestClassesList');\n list.selectAllAt(Array.range(0, list.getList().length-1));\n}","funcProperties":{"__isSmartRef__":true,"id":10000},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"9999":{"this":{"__isSmartRef__":true,"id":9819}},"10000":{"timestamp":{"__isSmartRef__":true,"id":10001},"user":"lauritz","tags":["button"]},"10001":{"isSerializedDate":true,"string":"Wed Dec 07 2011 22:21:04 GMT+0100 (W. Europe Standard Time)"},"10002":{"varMapping":{"__isSmartRef__":true,"id":10003},"source":"function displayResult(message, color) {\n var resultPane = this.get('ResultPane');\n resultPane.setTextString(message || '');\n resultPane.setFill(color || Color.white);\n}","funcProperties":{"__isSmartRef__":true,"id":10004},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10003":{"this":{"__isSmartRef__":true,"id":9819}},"10004":{"timestamp":{"__isSmartRef__":true,"id":10005},"user":"lauritz","tags":["private"]},"10005":{"isSerializedDate":true,"string":"Wed Dec 07 2011 22:12:28 GMT+0100 (W. Europe Standard Time)"},"10006":{"varMapping":{"__isSmartRef__":true,"id":10007},"source":"function showTestRunResultCallback() {\n var time = new Date() - this.startTime;\n var infoString = time.toString() + 'ms for ' \n infoString += this.numberOfTestCases + ' tests';\n\n if (this.testSuite.result.failed.length == 0) {\n this.displayResult(infoString, Color.green);\n } else {\n var failString = infoString + '\\n\\n';\n failString += this.testSuite.result.failed.length + ' failed tests:\\n\\n';\n failString += this.testSuite.result.failed.collect(function(result) {\n var msg = result.classname + '>>' + result.selector;\n msg += '\\n' + result.err.message;\n msg += '\\n' + result.err.stack;\n return msg;\n }).join('\\n---------\\n');\n this.displayResult(failString, Color.red);\n }\n\n if (this.owner.isCiJob) {\n this.owner.reportCiResult();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10008},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10007":{"this":{"__isSmartRef__":true,"id":9819}},"10008":{},"10009":{"varMapping":{"__isSmartRef__":true,"id":10010},"source":"function loadSelectedModules() {\n var moduleNames = this.get('ModuleList').getSelectedItems().collect(function(each) {\n return each.value;\n }); \n\n this.loadedModules = [];\n module('lively.TestFramework').load();\n var suite = new TestSuite(); \n moduleNames.forEach((function(each) {\n (function() {\n var testModule = module(each);\n testModule.load();\n this.loadedModules.push(testModule);\n suite.addTestCasesFromModule(testModule);\n \n if (this.loadedModules.length === moduleNames.length) \n this.setTestClasses(suite.testCaseClasses)\n }).bind(this).morphicDelay(0);\n }).bind(this));\n}","funcProperties":{"__isSmartRef__":true,"id":10011},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10010":{"this":{"__isSmartRef__":true,"id":9819}},"10011":{},"10012":{"varMapping":{"__isSmartRef__":true,"id":10013},"source":"function setTestClasses(testClasses) {\n var items = testClasses\n .collect(function(ea) { return ea.type ? ea.type : ea; })\n .sortBy(function(ea) { return ea.toLowerCase(); })\n\n this.get('TestClassesList').setList(items);\n this.selectAllTestClasses(); //default\n}","funcProperties":{"__isSmartRef__":true,"id":10014},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10013":{"this":{"__isSmartRef__":true,"id":9819}},"10014":{"timestamp":{"__isSmartRef__":true,"id":10015},"user":"lauritz","tags":["private"]},"10015":{"isSerializedDate":true,"string":"Fri Dec 09 2011 23:04:42 GMT+0100 (W. Europe Standard Time)"},"10016":{"varMapping":{"__isSmartRef__":true,"id":10017},"source":"function listAllAvailableTestClasses() {\n var classes = Global.classes(true).select(function(ea) { \n return ea.isRunnableTestCaseClass && ea.isRunnableTestCaseClass();\n });\n this.setTestClasses(classes);\n}","funcProperties":{"__isSmartRef__":true,"id":10018},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10017":{"this":{"__isSmartRef__":true,"id":9819}},"10018":{"timestamp":{"__isSmartRef__":true,"id":10019},"user":"lauritz","tags":["button"]},"10019":{"isSerializedDate":true,"string":"Fri Dec 09 2011 19:46:06 GMT+0100 (W. Europe Standard Time)"},"10020":{"varMapping":{"__isSmartRef__":true,"id":10021},"source":"function loadModulesAndRunTheirTests() {\n var callback = (function() {\n this.selectAllTestClasses();\n this.runSelectedTestClasses();\n }).bind(this);\n\n var list = this.get('TestClassesList');\n connect(list, 'itemList', {cb: callback}, 'cb', {removeAfterUpdate: true, converter: function(val) { this.getSourceObj().setList(val); }});\n \n this.selectAllModules();\n this.loadSelectedModules();\n}","funcProperties":{"__isSmartRef__":true,"id":10022},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10021":{"this":{"__isSmartRef__":true,"id":9819}},"10022":{"timestamp":{"__isSmartRef__":true,"id":10023},"user":"lauritz","tags":["ci api"]},"10023":{"isSerializedDate":true,"string":"Fri Dec 09 2011 22:47:51 GMT+0100 (W. Europe Standard Time)"},"10024":{"varMapping":{"__isSmartRef__":true,"id":10025},"source":"function runSelectedTestClasses() {\n this.startTime = new Date();\n\n module('lively.TestFramework').load(true);\n this.testSuite = new TestSuite();\n\n var selectedTestClasses = this.get('TestClassesList').getSelections().\n collect(function(ea) { return Class.forName(ea) });\n\n this.testSuite.addTestCases(selectedTestClasses);\n\n this.numberOfTestCases = this.testSuite.testCaseClasses.inject(0, function(sum, testClass) {\n return sum + new testClass().allTestSelectors().length;\n });\n\n this.testSuite.runFinished = (this.showTestRunResultCallback).bind(this);\n this.testSuite.runAll();\n}","funcProperties":{"__isSmartRef__":true,"id":10026},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10025":{"this":{"__isSmartRef__":true,"id":9819}},"10026":{},"10027":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10028},"eventHandler":{"__isSmartRef__":true,"id":10029},"_ClipMode":"visible","derivationIds":[],"id":"1A63C494-4729-44D4-A1D1-A42A27E38A83","__layered_droppingEnabled__":true,"halosEnabled":true,"draggingEnabled":false,"__serializedExpressions__":["_Position"],"type":"corner","_StyleClassNames":["reframe-handle corner"],"owner":{"__isSmartRef__":true,"id":9770},"__LivelyClassName__":"lively.morphic.ReframeHandle","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(828.7,405.9)"},"10028":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(14.0,14.0)","_Padding":"lively.rect(0,0,0,0)"},"10029":{"morph":{"__isSmartRef__":true,"id":10027},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10030":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10031},"eventHandler":{"__isSmartRef__":true,"id":10032},"_ClipMode":"visible","derivationIds":[],"id":"A18C4D49-CBE9-439A-B9F6-1694299B1FA6","__layered_droppingEnabled__":true,"halosEnabled":true,"draggingEnabled":false,"__serializedExpressions__":["_Position"],"type":"bottom","_StyleClassNames":["reframe-handle bottom"],"owner":{"__isSmartRef__":true,"id":9770},"__LivelyClassName__":"lively.morphic.ReframeHandle","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,415.9)"},"10031":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(828.7,4.0)","_Padding":"lively.rect(0,0,0,0)"},"10032":{"morph":{"__isSmartRef__":true,"id":10030},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10033":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10034},"eventHandler":{"__isSmartRef__":true,"id":10035},"_ClipMode":"visible","derivationIds":[],"id":"4A0365E5-9B08-4449-8200-00645D374B30","__layered_droppingEnabled__":true,"halosEnabled":true,"draggingEnabled":false,"__serializedExpressions__":["_Position"],"type":"right","_StyleClassNames":["reframe-handle right"],"owner":{"__isSmartRef__":true,"id":9770},"__LivelyClassName__":"lively.morphic.ReframeHandle","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(838.7,0.0)"},"10034":{"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(4.0,405.9)","_Padding":"lively.rect(0,0,0,0)"},"10035":{"morph":{"__isSmartRef__":true,"id":10033},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10036":{"__serializedExpressions__":["_Padding","_Extent"],"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":false,"_BorderRadius":false,"_AppearanceStylingMode":true,"_BorderStylingMode":true,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Padding":"lively.rect(0,0,0,0)","_Extent":"lively.pt(842.7,419.9)"},"10037":{"morph":{"__isSmartRef__":true,"id":9770},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10038":{"adjustForNewBounds":true},"10039":{"partName":"CompactTestRunner","requiredModules":[],"partsSpaceName":"PartsBin/Tools","comment":"Select and execute already loaded tests","changes":[{"__isSmartRef__":true,"id":10040}],"migrationLevel":4,"lastModifiedDate":{"__isSmartRef__":true,"id":10042},"revisionOnLoad":204255,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10040":{"date":{"__isSmartRef__":true,"id":10041},"author":"timfelgentreff","message":"make this oh so much better. oh so much. you will thank me. you will","id":"F6430935-C0C4-4139-B8C1-67AD6D39B19A"},"10041":{"isSerializedDate":true,"string":"Fri Jan 24 2014 14:50:16 GMT+0100 (W. Europe Standard Time)"},"10042":{"isSerializedDate":true,"string":"Fri Jan 24 2014 14:49:09 GMT+0100 (W. Europe Standard Time)"},"10043":{"submorphs":[{"__isSmartRef__":true,"id":10044},{"__isSmartRef__":true,"id":11245},{"__isSmartRef__":true,"id":11276}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11324},"id":"483ED9B5-9189-47AA-AEDB-E9200B5BD478","eventHandler":{"__isSmartRef__":true,"id":11325},"__layered_droppingEnabled__":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":11326},"LK2":true,"targetMorph":{"__isSmartRef__":true,"id":10044},"titleBar":{"__isSmartRef__":true,"id":11276},"collapsedTransform":{"__isSmartRef__":true,"id":11327},"expandedTransform":{"__isSmartRef__":true,"id":11328},"ignoreEventsOnExpand":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":11329},"name":"ObjectEditor","highlighted":false,"cameForward":false,"showsHalos":false,"isBeingDragged":false,"prevScroll":[0,0],"isCopyMorphRef":true,"morphRefId":16,"derivationIds":[205,"2951753B-EB95-4093-A0DD-249E83AC2204","A32DE788-E06D-492C-B2E6-19C3710B5AE0","96D56291-98FB-42C4-A247-0A20B4183B14","1E6BCC46-3FE3-4950-AE50-9751458F7E18","22248328-5B04-4E39-ADDE-460C107C790F","2F4F6161-9F4C-469E-AF56-24765FF03B72","88EF08D5-C1E7-4B5B-B393-FFF5921009D7","FF731ED6-5217-4053-9B85-77F1BF344BF3","496332F8-A328-4625-A7D5-0DCE90C3D2AE","E57F1D4E-AE08-4CAA-A62D-4E69FC0BFF47","94783CDE-55B0-4198-8477-C0756F2C812F","F03206B8-2964-470C-A335-FF321C7743E5","C60ABA94-4D2A-4524-9239-9B7EA074A0B5","D3FBB0FA-2BFF-4D8C-9632-41EEEDB053AE","FDF9A68D-1149-4666-9946-600CCA238B76","118B9F76-0089-47CC-9C18-9F9FF646339B","B0FFB231-7805-4F89-B4B3-4ACD87687613","76631A8F-F752-4DB8-93ED-1496BC458DF0","04D3062E-744B-4E3D-8B25-5602772A307B","89687ECD-A53A-4C95-B6E8-235EBB9198E9","612A25B8-60DC-488D-AD81-1BFA6E48A0D4","08ED6CF8-0A8B-4DC5-AA4D-6499033DFCEC","9771786C-46ED-4C4F-A876-F8CF0B84E769","5DCB36B2-C2B7-49A2-AB12-014B2944C328","D05AAF5D-5660-4158-8BBA-3F564F04AF6F","885F1822-564C-4189-9B13-6D3D8D7CEFCF","8BEEB84F-C547-44B8-9A1E-4586D5236462","5F90A8DF-CB92-4CD6-803F-F082D3A5C1E1","75E80C8F-4DC1-4C89-8CA2-23A70FDEB44F","776DB695-E9C5-410B-9B3D-A492EE5196F1","5A66EBF7-BECE-4970-B644-167FC4900BEC"],"moved":true,"_ClipMode":"visible","_Rotation":0,"_Scale":1.01,"__serializedExpressions__":["contentOffset","collapsedExtent","expandedExtent","prevDragPos","expandedPosition","collapsedPosition","minSize","minExtent","_Position"],"owner":{"__isSmartRef__":true,"id":0},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11481},"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withLayers":["Global.PreventDroppingLayer"],"withoutLayers":["Global.lively.morphic.GrabbingLayer"],"contentOffset":"lively.pt(0.0,22.0)","collapsedExtent":"lively.pt(723.0,268.0)","expandedExtent":"lively.pt(729.0,365.0)","prevDragPos":"lively.pt(275.0,948.0)","expandedPosition":"lively.pt(26.0,125.0)","collapsedPosition":"lively.pt(21.0,92.9)","minSize":"lively.pt(500.0,300.0)","minExtent":"lively.pt(455.0,268.0)","_Position":"lively.pt(207.0,921.2)"},"10044":{"submorphs":[{"__isSmartRef__":true,"id":10045},{"__isSmartRef__":true,"id":10605},{"__isSmartRef__":true,"id":10440},{"__isSmartRef__":true,"id":10611},{"__isSmartRef__":true,"id":10618},{"__isSmartRef__":true,"id":10640},{"__isSmartRef__":true,"id":10661},{"__isSmartRef__":true,"id":10688},{"__isSmartRef__":true,"id":10279},{"__isSmartRef__":true,"id":10361},{"__isSmartRef__":true,"id":10719},{"__isSmartRef__":true,"id":10810},{"__isSmartRef__":true,"id":10816},{"__isSmartRef__":true,"id":10878},{"__isSmartRef__":true,"id":10921},{"__isSmartRef__":true,"id":10964},{"__isSmartRef__":true,"id":10985}],"scripts":[{"__isSmartRef__":true,"id":11132}],"id":"CBDACF45-5ACB-4420-B9D7-764463779204","shape":{"__isSmartRef__":true,"id":11133},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"ObjectEditorPane","partsBinMetaInfo":{"__isSmartRef__":true,"id":11134},"eventHandler":{"__isSmartRef__":true,"id":11137},"layout":{"__isSmartRef__":true,"id":11138},"target":{"__isSmartRef__":true,"id":537},"scriptPane":{"__isSmartRef__":true,"id":10279},"scriptList":{"__isSmartRef__":true,"id":10045},"connectionList":{"__isSmartRef__":true,"id":10440},"morphSelector":{"__isSmartRef__":true,"id":10719},"changeIndicator":{"__isSmartRef__":true,"id":10361},"isBeingDragged":false,"prevScroll":[0,0],"grabbingEnabled":false,"draggingEnabled":false,"currentCategory":null,"tagChooser":{"__isSmartRef__":true,"id":10816},"currentTag":null,"derivationIds":[206,"3BDE080D-3D60-4BB9-A690-E6001350F596","00E28CBF-E803-4BC0-93CC-651AC21008A5","1B7E7936-0145-47E4-8433-DFE58134E74B","422B98E3-E52B-4057-9C28-865873682DE1","BCDE8D30-ECC2-4883-9587-2518B6822233","BA6D5198-5AC2-4A63-9597-D4CF98A99CA9","17E22972-5EBC-4511-9779-05E9E665D899","C6F34039-F423-4223-8D6A-85611A138372","7EC3BECE-1BDA-471D-B14C-C4FB822AA55C","88F702A6-6067-4160-8561-54FAD27ADB17","738F5E09-C109-4CD0-B5F5-418A6227ABA0","0DC59884-6397-4391-A9A7-FB6F9F97E5AD","14C76016-3134-4E27-8E8F-AF9EE6ACCF4E","FEB1641E-DEA0-449B-B5E5-D3946457A986","5A09E61D-0939-46DD-B099-6337F45EAD81","42A37CDC-8F21-49BA-A701-B98418EF4AEC","FCE84B47-1667-482B-B035-D2C3C7F53837","F49E6D79-2AEB-41FC-8057-A25A4C7D4F92","7B115C74-E409-42A1-9FCB-2DEB53C88CD6","1D3B45A6-5E60-4FD3-900A-288DB80F5262","5BC7B59B-3F80-49C6-BF71-F3777B7D4867","22651992-9C38-474F-B720-F2FC4B1D9A0E","80BF85C2-6727-4766-861C-09C225341FEA","ADC6838F-0BD6-456E-8BD7-A62A9A80285C","9BBAD88A-5DC6-4051-A7CA-4C3F918DD733","0C73D724-E7A5-4AAE-9449-D414B1F3E04E","B341D9BF-D6FF-4ED9-A0AE-A8BDA4C1C35F","19CCEF38-2A49-48DF-BEFD-D5096BA3A758","CB78359F-A158-4EA7-8E3D-8F2C1B6580E5","AB0C1CCE-1EC7-4625-84BF-C9306D62D81B","C657EEFD-2D79-49B9-8F26-F10E5FF67079"],"owner":{"__isSmartRef__":true,"id":10043},"partTests":{"__isSmartRef__":true,"id":11139},"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["distanceToDragEvent","_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11140},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","distanceToDragEvent":"lively.pt(350.2,-3.2)","_Position":"lively.pt(1.0,21.5)"},"10045":{"submorphs":[],"scripts":[],"id":"CD527435-2C9E-4B05-9930-8F70F63E4FFC","shape":{"__isSmartRef__":true,"id":10046},"__layered_droppingEnabled__":true,"halosEnabled":true,"itemList":["-- ALL --","addConstraint","migrateFrom","parseSource","printSource"],"selectedLineNo":1,"showsHalos":false,"name":"ObjectEditorScriptList","partsBinMetaInfo":{"__isSmartRef__":true,"id":10047},"_ClipMode":"auto","owner":{"__isSmartRef__":true,"id":10044},"prevScroll":[0,16],"attributeConnections":[{"__isSmartRef__":true,"id":10048}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"layout":{"__isSmartRef__":true,"id":10050},"doitContext":{"__isSmartRef__":true,"id":10051},"eventHandler":{"__isSmartRef__":true,"id":10596},"_FontSize":10,"isBeingDragged":false,"grabbingEnabled":false,"draggingEnabled":false,"isCopyMorphRef":true,"morphRefId":17,"currentCategory":null,"derivationIds":[207,"D87334B5-DFB8-438D-8038-D2C55A798E3B","4242A24B-D284-4130-BB19-C1AB8C7E96CB","1F2230C1-4745-4EED-8827-5D3FC0EA8D8A","1260A8AA-AD41-451A-A761-BE75A33282E8","11AABB24-1595-4EDC-95DF-8BC66785F47A","CA99FFE7-13DD-4721-8DE2-6A587B0C65D9","E01A3DAA-0001-4C7C-A6A7-449C3945A3E6","8C3C70BF-E1CE-4FB9-8407-24EA990D4E49","D70897C1-82FA-42AD-9D81-A0698E9072CC","69BB0838-2830-4831-A681-185E03308396","434D4493-4DD6-466F-A202-7364A5829C52","93D99F39-CC07-45EB-9459-5230A80A20D2","4756DE7D-3422-46FC-B24B-5565F597D490","7AF59BEC-20A9-4451-AD6E-39E86979D18D","07109F49-B19B-4C20-8632-697478AA1FFB","DD6C1E85-89E4-4619-A9B8-6CF6A5E7AD71","C9C566DA-2167-4866-B606-6D9467CC5763","43A75FC1-E0E6-4B7B-84B5-382D18881361","1EE4A800-07BC-4687-B972-0360A139A335","52766A7B-F1AC-4B5D-AFA9-3CBEC45A4175","500ABFF2-CC61-403C-B40B-C38B13EB829E","CCC6F1D7-B08E-4106-A54C-3CB27FAE885A","DD77BBCF-FA2D-4EEF-80E5-DFD0CFAC257E","FBF51FE1-3F15-48F1-9968-35CE0F17558A","0435127D-922E-4618-BBE2-72674C58772C","7A26603F-1566-41BE-B32D-6B17A7FAF107","236EA689-19AE-4C3D-BA95-EA5786184C70","331932E3-0E70-4FF1-8CD0-11921E2FF30E","B826CD75-9134-4A06-BC7D-791974BC6735","63898451-C4BE-41C7-B09C-31F71CA4B63C","83C86310-B891-49A2-9B0B-91A6BC7D801A"],"selection":"addConstraint","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10597},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(10.0,63.0)","distanceToDragEvent":"lively.pt(126.0,-14.4)"},"10046":{"_BorderWidth":1,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(180.0,242.8)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)","_Padding":"lively.rect(0,0,0,0)"},"10047":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10048":{"sourceObj":{"__isSmartRef__":true,"id":10045},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":10044},"targetMethodName":"displaySourceForScript","converterString":"function (value) {\n return (value === '-- ALL --') ? null : value;\n}","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10049},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10049":{"source":{"__isSmartRef__":true,"id":10045},"target":{"__isSmartRef__":true,"id":10044}},"10050":{"resizeHeight":true},"10051":{"submorphs":[],"scripts":[],"id":836,"shape":{"__isSmartRef__":true,"id":10052},"__layered_droppingEnabled__":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":10053},"titleBar":{"__isSmartRef__":true,"id":10054},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":{"__isSmartRef__":true,"id":10119},"highlighted":true,"_Rotation":0,"_Scale":1,"showsHalos":false,"name":"ObjectEditor","target":{"__isSmartRef__":true,"id":10120},"partsBinMetaInfo":{"__isSmartRef__":true,"id":10278},"scriptList":{"__isSmartRef__":true,"id":10045},"scriptPane":{"__isSmartRef__":true,"id":10279},"classButton":{"__isSmartRef__":true,"id":10420},"connectionList":{"__isSmartRef__":true,"id":10440},"targetButton":{"__isSmartRef__":true,"id":10452},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"morphSelector":{"__isSmartRef__":true,"id":10470},"eventHandler":{"__isSmartRef__":true,"id":10543},"cameForward":false,"isCopyMorphRef":true,"morphRefId":1,"__serializedExpressions__":["contentOffset","expandedExtent","prevDragPos","expandedPosition","_Position"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10544},"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withLayers":["Global.PreventDroppingLayer"],"withoutLayers":["Global.lively.morphic.GrabbingLayer"],"contentOffset":"lively.pt(0.0,22.0)","expandedExtent":"lively.pt(861.5,575.2)","prevDragPos":"lively.pt(613.0,129.0)","expandedPosition":"lively.pt(377.7,419.5)","_Position":"lively.pt(715.5,73.9)"},"10052":{"_BorderWidth":1,"_StrokeOpacity":0,"_BorderRadius":9.25,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Fill","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Fill":"Color.rgb(255,255,255)","_Extent":"lively.pt(981.0,585.2)","_BorderColor":"Color.rgb(0,0,0)"},"10053":{"adjustForNewBounds":true},"10054":{"submorphs":[{"__isSmartRef__":true,"id":10055},{"__isSmartRef__":true,"id":10060},{"__isSmartRef__":true,"id":10081},{"__isSmartRef__":true,"id":10096}],"scripts":[],"id":837,"shape":{"__isSmartRef__":true,"id":10112},"__layered_droppingEnabled__":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":10117},"eventsAreIgnored":true,"windowMorph":{"__isSmartRef__":true,"id":10051},"label":{"__isSmartRef__":true,"id":10055},"closeButton":{"__isSmartRef__":true,"id":10060},"menuButton":{"__isSmartRef__":true,"id":10081},"collapseButton":{"__isSmartRef__":true,"id":10096},"owner":null,"name":"ObjectEditorTitleBar","_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":10118},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"10055":{"submorphs":[],"scripts":[],"id":838,"shape":{"__isSmartRef__":true,"id":10056},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":10057}],"evalEnabled":false,"isLabel":true,"eventsAreIgnored":true,"_FontSize":10,"_Align":"center","owner":{"__isSmartRef__":true,"id":10054},"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":10059},"_HandStyle":"default","_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(20.0,3.0)"},"10056":{"_BorderWidth":0,"_Fill":null,"_BorderRadius":0,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(922.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"10057":{"style":{"__isSmartRef__":true,"id":10058},"chunkOwner":{"__isSmartRef__":true,"id":10055},"storedString":"","_id":"_1341","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10058":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10059":{"morph":{"__isSmartRef__":true,"id":10055},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10060":{"submorphs":[{"__isSmartRef__":true,"id":10061}],"scripts":[],"id":839,"shape":{"__isSmartRef__":true,"id":10066},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10067},"lighterFill":{"__isSmartRef__":true,"id":10072},"label":{"__isSmartRef__":true,"id":10061},"owner":{"__isSmartRef__":true,"id":10054},"layout":{"__isSmartRef__":true,"id":10077},"attributeConnections":[{"__isSmartRef__":true,"id":10078},{"__isSmartRef__":true,"id":10079}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":10080},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(961.0,3.0)"},"10061":{"submorphs":[],"scripts":[],"id":840,"shape":{"__isSmartRef__":true,"id":10062},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":10063}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10060},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":10065},"_HandStyle":"default","_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(5,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"10062":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"10063":{"style":{"__isSmartRef__":true,"id":10064},"chunkOwner":{"__isSmartRef__":true,"id":10061},"storedString":"","_id":"_1342","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10064":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10065":{"morph":{"__isSmartRef__":true,"id":10061},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10066":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":10067},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"10067":{"stops":[{"__isSmartRef__":true,"id":10068},{"__isSmartRef__":true,"id":10069},{"__isSmartRef__":true,"id":10070},{"__isSmartRef__":true,"id":10071}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10068":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"10069":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"10070":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"10071":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"10072":{"stops":[{"__isSmartRef__":true,"id":10073},{"__isSmartRef__":true,"id":10074},{"__isSmartRef__":true,"id":10075},{"__isSmartRef__":true,"id":10076}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10073":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"10074":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10075":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10076":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"10077":{"moveHorizontal":true},"10078":{"sourceObj":{"__isSmartRef__":true,"id":10060},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":10051},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10079":{"sourceObj":{"__isSmartRef__":true,"id":10060},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10051},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10080":{"morph":{"__isSmartRef__":true,"id":10060},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10081":{"submorphs":[{"__isSmartRef__":true,"id":10082}],"scripts":[],"id":841,"shape":{"__isSmartRef__":true,"id":10087},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10067},"lighterFill":{"__isSmartRef__":true,"id":10088},"label":{"__isSmartRef__":true,"id":10082},"owner":{"__isSmartRef__":true,"id":10054},"attributeConnections":[{"__isSmartRef__":true,"id":10093},{"__isSmartRef__":true,"id":10094}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"showsHalos":false,"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":10095},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"10082":{"submorphs":[],"scripts":[],"id":842,"shape":{"__isSmartRef__":true,"id":10083},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":10084}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10081},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":10086},"_HandStyle":"default","_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(5,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"10083":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"10084":{"style":{"__isSmartRef__":true,"id":10085},"chunkOwner":{"__isSmartRef__":true,"id":10082},"storedString":"","_id":"_1343","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10085":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10086":{"morph":{"__isSmartRef__":true,"id":10082},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10087":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":10067},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"10088":{"stops":[{"__isSmartRef__":true,"id":10089},{"__isSmartRef__":true,"id":10090},{"__isSmartRef__":true,"id":10091},{"__isSmartRef__":true,"id":10092}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10089":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"10090":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10091":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10092":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"10093":{"sourceObj":{"__isSmartRef__":true,"id":10081},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":10051},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10094":{"sourceObj":{"__isSmartRef__":true,"id":10081},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10051},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10095":{"morph":{"__isSmartRef__":true,"id":10081},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10096":{"submorphs":[{"__isSmartRef__":true,"id":10097}],"scripts":[],"id":843,"shape":{"__isSmartRef__":true,"id":10102},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10067},"lighterFill":{"__isSmartRef__":true,"id":10103},"label":{"__isSmartRef__":true,"id":10097},"owner":{"__isSmartRef__":true,"id":10054},"layout":{"__isSmartRef__":true,"id":10108},"attributeConnections":[{"__isSmartRef__":true,"id":10109},{"__isSmartRef__":true,"id":10110}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":10111},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(942.0,3.0)"},"10097":{"submorphs":[],"scripts":[],"id":844,"shape":{"__isSmartRef__":true,"id":10098},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":null,"_MaxTextHeight":17,"textChunks":[{"__isSmartRef__":true,"id":10099}],"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10096},"isLabel":true,"eventsAreIgnored":true,"_FontSize":8,"_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":10101},"_HandStyle":"default","_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(5,0,0,0)","_Position":"lively.pt(0.0,0.0)"},"10098":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"10099":{"style":{"__isSmartRef__":true,"id":10100},"chunkOwner":{"__isSmartRef__":true,"id":10097},"storedString":"","_id":"_1344","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10100":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10101":{"morph":{"__isSmartRef__":true,"id":10097},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10102":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":10067},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"10103":{"stops":[{"__isSmartRef__":true,"id":10104},{"__isSmartRef__":true,"id":10105},{"__isSmartRef__":true,"id":10106},{"__isSmartRef__":true,"id":10107}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10104":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"10105":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10106":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10107":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"10108":{"moveHorizontal":true},"10109":{"sourceObj":{"__isSmartRef__":true,"id":10096},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":10051},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10110":{"sourceObj":{"__isSmartRef__":true,"id":10096},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10051},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10111":{"morph":{"__isSmartRef__":true,"id":10096},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10112":{"_BorderWidth":2,"_Fill":{"__isSmartRef__":true,"id":10113},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(981.0,22.0)","_BorderColor":"Color.rgb(102,102,102)"},"10113":{"stops":[{"__isSmartRef__":true,"id":10114},{"__isSmartRef__":true,"id":10115},{"__isSmartRef__":true,"id":10116}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,1,0,-1)"},"10114":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(184,184,184)"},"10115":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(230,230,230)"},"10116":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(184,184,184)"},"10117":{"resizeWidth":true,"adjustForNewBounds":true},"10118":{"morph":{"__isSmartRef__":true,"id":10054},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10119":{"a":1,"b":0,"c":0,"d":1,"e":377.6609726943286,"f":419.5142810783999,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10120":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10121},"id":394,"textChunks":[{"__isSmartRef__":true,"id":10122}],"eventHandler":{"__isSmartRef__":true,"id":10124},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_MaxTextWidth":500,"_MaxTextHeight":200,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10125},"layout":{"__isSmartRef__":true,"id":10197},"doitContext":{"__isSmartRef__":true,"id":10198},"priorSelectionRange":[0,36],"charsReplaced":"","lastFindLoc":20,"showsHalos":false,"__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(2,1,0,0)","_Position":"lively.pt(0.0,22.0)"},"10121":{"_BorderWidth":2,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(500.0,200.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"10122":{"style":{"__isSmartRef__":true,"id":10123},"chunkOwner":{"__isSmartRef__":true,"id":10120},"storedString":"","_id":"_1353","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10123":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10124":{"morph":{"__isSmartRef__":true,"id":10120},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10125":{"submorphs":[{"__isSmartRef__":true,"id":10120},{"__isSmartRef__":true,"id":10126}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10194},"id":395,"eventHandler":{"__isSmartRef__":true,"id":10195},"__layered_droppingEnabled__":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":10196},"LK2":true,"targetMorph":{"__isSmartRef__":true,"id":10120},"titleBar":{"__isSmartRef__":true,"id":10126},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"highlighted":true,"_Rotation":0,"_Scale":1,"cameForward":false,"showsHalos":false,"__serializedExpressions__":["_Position","contentOffset","prevDragPos"],"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withLayers":["Global.PreventDroppingLayer"],"withoutLayers":["Global.lively.morphic.GrabbingLayer"],"_Position":"lively.pt(1234.0,448.0)","contentOffset":"lively.pt(0.0,22.0)","prevDragPos":"lively.pt(1478.0,453.0)"},"10126":{"submorphs":[{"__isSmartRef__":true,"id":10127},{"__isSmartRef__":true,"id":10133},{"__isSmartRef__":true,"id":10156},{"__isSmartRef__":true,"id":10173}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10191},"id":396,"eventHandler":{"__isSmartRef__":true,"id":10192},"__layered_droppingEnabled__":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":10193},"windowMorph":{"__isSmartRef__":true,"id":10125},"label":{"__isSmartRef__":true,"id":10127},"closeButton":{"__isSmartRef__":true,"id":10133},"menuButton":{"__isSmartRef__":true,"id":10156},"collapseButton":{"__isSmartRef__":true,"id":10173},"owner":{"__isSmartRef__":true,"id":10125},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"10127":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10128},"id":397,"textChunks":[{"__isSmartRef__":true,"id":10129}],"eventHandler":{"__isSmartRef__":true,"id":10131},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":10132},"_FontSize":10,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":10126},"_MaxTextWidth":441,"_MaxTextHeight":17,"__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(20.0,3.0)"},"10128":{"_BorderWidth":0,"_Fill":null,"_BorderRadius":0,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(441.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"10129":{"style":{"__isSmartRef__":true,"id":10130},"chunkOwner":{"__isSmartRef__":true,"id":10127},"storedString":"","_id":"_1345","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10130":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10131":{"morph":{"__isSmartRef__":true,"id":10127},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10132":{"resizeWidth":true},"10133":{"submorphs":[{"__isSmartRef__":true,"id":10134}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10139},"id":398,"eventHandler":{"__isSmartRef__":true,"id":10145},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10140},"lighterFill":{"__isSmartRef__":true,"id":10146},"label":{"__isSmartRef__":true,"id":10134},"owner":{"__isSmartRef__":true,"id":10126},"layout":{"__isSmartRef__":true,"id":10151},"attributeConnections":[{"__isSmartRef__":true,"id":10152},{"__isSmartRef__":true,"id":10154}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(480.0,3.0)"},"10134":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10135},"id":399,"textChunks":[{"__isSmartRef__":true,"id":10136}],"eventHandler":{"__isSmartRef__":true,"id":10138},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10133},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"10135":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"10136":{"style":{"__isSmartRef__":true,"id":10137},"chunkOwner":{"__isSmartRef__":true,"id":10134},"storedString":"","_id":"_1346","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10137":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10138":{"morph":{"__isSmartRef__":true,"id":10134},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10139":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":10140},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"10140":{"stops":[{"__isSmartRef__":true,"id":10141},{"__isSmartRef__":true,"id":10142},{"__isSmartRef__":true,"id":10143},{"__isSmartRef__":true,"id":10144}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10141":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"10142":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"10143":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"10144":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"10145":{"morph":{"__isSmartRef__":true,"id":10133},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10146":{"stops":[{"__isSmartRef__":true,"id":10147},{"__isSmartRef__":true,"id":10148},{"__isSmartRef__":true,"id":10149},{"__isSmartRef__":true,"id":10150}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10147":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"10148":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10149":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10150":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"10151":{"moveHorizontal":true},"10152":{"sourceObj":{"__isSmartRef__":true,"id":10133},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":10125},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10153},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10153":{"source":{"__isSmartRef__":true,"id":10133},"target":{"__isSmartRef__":true,"id":10125}},"10154":{"sourceObj":{"__isSmartRef__":true,"id":10133},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10125},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10155},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10155":{"source":{"__isSmartRef__":true,"id":10133},"target":{"__isSmartRef__":true,"id":10125}},"10156":{"submorphs":[{"__isSmartRef__":true,"id":10157}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10162},"id":400,"eventHandler":{"__isSmartRef__":true,"id":10163},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10140},"lighterFill":{"__isSmartRef__":true,"id":10164},"label":{"__isSmartRef__":true,"id":10157},"owner":{"__isSmartRef__":true,"id":10126},"attributeConnections":[{"__isSmartRef__":true,"id":10169},{"__isSmartRef__":true,"id":10171}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"10157":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10158},"id":401,"textChunks":[{"__isSmartRef__":true,"id":10159}],"eventHandler":{"__isSmartRef__":true,"id":10161},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10156},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"10158":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"10159":{"style":{"__isSmartRef__":true,"id":10160},"chunkOwner":{"__isSmartRef__":true,"id":10157},"storedString":"","_id":"_1347","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10160":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10161":{"morph":{"__isSmartRef__":true,"id":10157},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10162":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":10140},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"10163":{"morph":{"__isSmartRef__":true,"id":10156},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10164":{"stops":[{"__isSmartRef__":true,"id":10165},{"__isSmartRef__":true,"id":10166},{"__isSmartRef__":true,"id":10167},{"__isSmartRef__":true,"id":10168}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10165":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"10166":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10167":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10168":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"10169":{"sourceObj":{"__isSmartRef__":true,"id":10156},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":10125},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10170},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10170":{"source":{"__isSmartRef__":true,"id":10156},"target":{"__isSmartRef__":true,"id":10125}},"10171":{"sourceObj":{"__isSmartRef__":true,"id":10156},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10125},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10172},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10172":{"source":{"__isSmartRef__":true,"id":10156},"target":{"__isSmartRef__":true,"id":10125}},"10173":{"submorphs":[{"__isSmartRef__":true,"id":10174}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10179},"id":402,"eventHandler":{"__isSmartRef__":true,"id":10180},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10140},"lighterFill":{"__isSmartRef__":true,"id":10181},"label":{"__isSmartRef__":true,"id":10174},"owner":{"__isSmartRef__":true,"id":10126},"layout":{"__isSmartRef__":true,"id":10186},"attributeConnections":[{"__isSmartRef__":true,"id":10187},{"__isSmartRef__":true,"id":10189}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(461.0,3.0)"},"10174":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10175},"id":403,"textChunks":[{"__isSmartRef__":true,"id":10176}],"eventHandler":{"__isSmartRef__":true,"id":10178},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10173},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"10175":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"10176":{"style":{"__isSmartRef__":true,"id":10177},"chunkOwner":{"__isSmartRef__":true,"id":10174},"storedString":"","_id":"_1348","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10177":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10178":{"morph":{"__isSmartRef__":true,"id":10174},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10179":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":10140},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"10180":{"morph":{"__isSmartRef__":true,"id":10173},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10181":{"stops":[{"__isSmartRef__":true,"id":10182},{"__isSmartRef__":true,"id":10183},{"__isSmartRef__":true,"id":10184},{"__isSmartRef__":true,"id":10185}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10182":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"10183":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10184":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10185":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"10186":{"moveHorizontal":true},"10187":{"sourceObj":{"__isSmartRef__":true,"id":10173},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":10125},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10188},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10188":{"source":{"__isSmartRef__":true,"id":10173},"target":{"__isSmartRef__":true,"id":10125}},"10189":{"sourceObj":{"__isSmartRef__":true,"id":10173},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10125},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10190},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10190":{"source":{"__isSmartRef__":true,"id":10173},"target":{"__isSmartRef__":true,"id":10125}},"10191":{"_BorderWidth":1,"_Fill":{"__isSmartRef__":true,"id":10113},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(500.0,22.0)","_BorderColor":"Color.rgb(102,102,102)"},"10192":{"morph":{"__isSmartRef__":true,"id":10126},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10193":{"resizeWidth":true,"adjustForNewBounds":true},"10194":{"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"__serializedExpressions__":["_Extent"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(500.0,222.0)"},"10195":{"morph":{"__isSmartRef__":true,"id":10125},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10196":{"adjustForNewBounds":true},"10197":{"resizeWidth":true,"resizeHeight":true},"10198":{"submorphs":[{"__isSmartRef__":true,"id":10199},{"__isSmartRef__":true,"id":10206}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10273},"id":361,"eventHandler":{"__isSmartRef__":true,"id":10274},"__layered_droppingEnabled__":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":10275},"LK2":true,"targetMorph":{"__isSmartRef__":true,"id":10199},"titleBar":{"__isSmartRef__":true,"id":10206},"collapsedTransform":{"__isSmartRef__":true,"id":10276},"expandedTransform":{"__isSmartRef__":true,"id":10277},"ignoreEventsOnExpand":false,"owner":null,"showsHalos":false,"highlighted":true,"_Rotation":0,"_Scale":1,"state":"shutdown","__serializedExpressions__":["_Position","contentOffset","collapsedExtent","expandedExtent","prevDragPos","expandedPosition","collapsedPosition"],"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withLayers":["Global.PreventDroppingLayer"],"withoutLayers":["Global.lively.morphic.GrabbingLayer"],"_Position":"lively.pt(1131.0,79.0)","contentOffset":"lively.pt(0.0,22.0)","collapsedExtent":"lively.pt(500.0,22.0)","expandedExtent":"lively.pt(500.0,222.0)","prevDragPos":"lively.pt(1507.0,76.0)","expandedPosition":"lively.pt(1131.0,79.0)","collapsedPosition":"lively.pt(1131.0,79.0)"},"10199":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10200},"id":360,"textChunks":[{"__isSmartRef__":true,"id":10201}],"eventHandler":{"__isSmartRef__":true,"id":10203},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_MaxTextWidth":500,"_MaxTextHeight":0,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10198},"layout":{"__isSmartRef__":true,"id":10204},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":10205}],"doNotSerialize":["$$textString"],"doNotCopyProperties":["$$textString"],"lastSyntaxHighlightTime":1307282796737,"accessibleInInactiveWindow":true,"eventsAreIgnored":false,"_HandStyle":"default","_PointerEvents":"auto","_Visible":true,"charsReplaced":"","lastFindLoc":15,"__serializedExpressions__":["_Padding","_Position"],"textString":"undefined","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(2,1,0,0)","_Position":"lively.pt(0.0,22.0)"},"10200":{"_BorderWidth":2,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(500.0,0.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)"},"10201":{"style":{"__isSmartRef__":true,"id":10202},"chunkOwner":{"__isSmartRef__":true,"id":10199},"_id":"_6918","storedString":"undefined","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10202":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10203":{"morph":{"__isSmartRef__":true,"id":10199},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10204":{"resizeWidth":true,"resizeHeight":true},"10205":{"sourceObj":{"__isSmartRef__":true,"id":10199},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":10199},"targetMethodName":"highlightJavaScriptSyntax","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10206":{"submorphs":[{"__isSmartRef__":true,"id":10207},{"__isSmartRef__":true,"id":10213},{"__isSmartRef__":true,"id":10231},{"__isSmartRef__":true,"id":10248}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10266},"id":362,"eventHandler":{"__isSmartRef__":true,"id":10271},"__layered_droppingEnabled__":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":10272},"windowMorph":{"__isSmartRef__":true,"id":10198},"label":{"__isSmartRef__":true,"id":10207},"closeButton":{"__isSmartRef__":true,"id":10213},"menuButton":{"__isSmartRef__":true,"id":10231},"collapseButton":{"__isSmartRef__":true,"id":10248},"owner":{"__isSmartRef__":true,"id":10198},"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(0.0,0.0)"},"10207":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10208},"id":363,"textChunks":[{"__isSmartRef__":true,"id":10209}],"eventHandler":{"__isSmartRef__":true,"id":10211},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":10212},"_FontSize":10,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":10206},"_MaxTextWidth":441,"_MaxTextHeight":17,"__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,0,0,0)","_Position":"lively.pt(20.0,3.0)"},"10208":{"_BorderWidth":0,"_Fill":null,"_BorderRadius":0,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(441.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"10209":{"style":{"__isSmartRef__":true,"id":10210},"chunkOwner":{"__isSmartRef__":true,"id":10207},"storedString":"","_id":"_1349","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10210":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10211":{"morph":{"__isSmartRef__":true,"id":10207},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10212":{"resizeWidth":true},"10213":{"submorphs":[{"__isSmartRef__":true,"id":10214}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10219},"id":364,"eventHandler":{"__isSmartRef__":true,"id":10220},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10140},"lighterFill":{"__isSmartRef__":true,"id":10221},"label":{"__isSmartRef__":true,"id":10214},"owner":{"__isSmartRef__":true,"id":10206},"layout":{"__isSmartRef__":true,"id":10226},"attributeConnections":[{"__isSmartRef__":true,"id":10227},{"__isSmartRef__":true,"id":10229}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(480.0,3.0)"},"10214":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10215},"id":365,"textChunks":[{"__isSmartRef__":true,"id":10216}],"eventHandler":{"__isSmartRef__":true,"id":10218},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10213},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"10215":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"10216":{"style":{"__isSmartRef__":true,"id":10217},"chunkOwner":{"__isSmartRef__":true,"id":10214},"storedString":"","_id":"_1350","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10217":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10218":{"morph":{"__isSmartRef__":true,"id":10214},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10219":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":10140},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"10220":{"morph":{"__isSmartRef__":true,"id":10213},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10221":{"stops":[{"__isSmartRef__":true,"id":10222},{"__isSmartRef__":true,"id":10223},{"__isSmartRef__":true,"id":10224},{"__isSmartRef__":true,"id":10225}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10222":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"10223":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10224":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10225":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"10226":{"moveHorizontal":true},"10227":{"sourceObj":{"__isSmartRef__":true,"id":10213},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":10198},"targetMethodName":"getCloseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10228},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10228":{"source":{"__isSmartRef__":true,"id":10213},"target":{"__isSmartRef__":true,"id":10198}},"10229":{"sourceObj":{"__isSmartRef__":true,"id":10213},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10198},"targetMethodName":"initiateShutdown","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10230},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10230":{"source":{"__isSmartRef__":true,"id":10213},"target":{"__isSmartRef__":true,"id":10198}},"10231":{"submorphs":[{"__isSmartRef__":true,"id":10232}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10237},"id":366,"eventHandler":{"__isSmartRef__":true,"id":10238},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10140},"lighterFill":{"__isSmartRef__":true,"id":10239},"label":{"__isSmartRef__":true,"id":10232},"owner":{"__isSmartRef__":true,"id":10206},"attributeConnections":[{"__isSmartRef__":true,"id":10244},{"__isSmartRef__":true,"id":10246}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(3.0,3.0)"},"10232":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10233},"id":367,"textChunks":[{"__isSmartRef__":true,"id":10234}],"eventHandler":{"__isSmartRef__":true,"id":10236},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10231},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"10233":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"10234":{"style":{"__isSmartRef__":true,"id":10235},"chunkOwner":{"__isSmartRef__":true,"id":10232},"storedString":"","_id":"_1351","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10235":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10236":{"morph":{"__isSmartRef__":true,"id":10232},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10237":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":10140},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"10238":{"morph":{"__isSmartRef__":true,"id":10231},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10239":{"stops":[{"__isSmartRef__":true,"id":10240},{"__isSmartRef__":true,"id":10241},{"__isSmartRef__":true,"id":10242},{"__isSmartRef__":true,"id":10243}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10240":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"10241":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10242":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10243":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"10244":{"sourceObj":{"__isSmartRef__":true,"id":10231},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":10198},"targetMethodName":"getMenuHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10245},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10245":{"source":{"__isSmartRef__":true,"id":10231},"target":{"__isSmartRef__":true,"id":10198}},"10246":{"sourceObj":{"__isSmartRef__":true,"id":10231},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10198},"targetMethodName":"showTargetMorphMenu","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10247},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10247":{"source":{"__isSmartRef__":true,"id":10231},"target":{"__isSmartRef__":true,"id":10198}},"10248":{"submorphs":[{"__isSmartRef__":true,"id":10249}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10254},"id":368,"eventHandler":{"__isSmartRef__":true,"id":10255},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10140},"lighterFill":{"__isSmartRef__":true,"id":10256},"label":{"__isSmartRef__":true,"id":10249},"owner":{"__isSmartRef__":true,"id":10206},"layout":{"__isSmartRef__":true,"id":10261},"attributeConnections":[{"__isSmartRef__":true,"id":10262},{"__isSmartRef__":true,"id":10264}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(461.0,3.0)"},"10249":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10250},"id":369,"textChunks":[{"__isSmartRef__":true,"id":10251}],"eventHandler":{"__isSmartRef__":true,"id":10253},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10248},"isLabel":true,"_HandStyle":"default","_FontSize":8,"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__serializedExpressions__":["_Padding","_Position"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(0,3,0,0)","_Position":"lively.pt(0.0,0.0)"},"10250":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(0,0,0)"},"10251":{"style":{"__isSmartRef__":true,"id":10252},"chunkOwner":{"__isSmartRef__":true,"id":10249},"storedString":"","_id":"_1352","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10252":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10253":{"morph":{"__isSmartRef__":true,"id":10249},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10254":{"_BorderWidth":0,"_Fill":{"__isSmartRef__":true,"id":10140},"_StrokeOpacity":0,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(17.0,17.0)","_BorderColor":"Color.rgb(189,190,192)"},"10255":{"morph":{"__isSmartRef__":true,"id":10248},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10256":{"stops":[{"__isSmartRef__":true,"id":10257},{"__isSmartRef__":true,"id":10258},{"__isSmartRef__":true,"id":10259},{"__isSmartRef__":true,"id":10260}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10257":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"10258":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10259":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10260":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"10261":{"moveHorizontal":true},"10262":{"sourceObj":{"__isSmartRef__":true,"id":10248},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":10198},"targetMethodName":"getCollapseHelp","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10263},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10263":{"source":{"__isSmartRef__":true,"id":10248},"target":{"__isSmartRef__":true,"id":10198}},"10264":{"sourceObj":{"__isSmartRef__":true,"id":10248},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10198},"targetMethodName":"toggleCollapse","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10265},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10265":{"source":{"__isSmartRef__":true,"id":10248},"target":{"__isSmartRef__":true,"id":10198}},"10266":{"_BorderWidth":1,"_Fill":{"__isSmartRef__":true,"id":10267},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(500.0,22.0)","_BorderColor":"Color.rgb(102,102,102)"},"10267":{"stops":[{"__isSmartRef__":true,"id":10268},{"__isSmartRef__":true,"id":10269},{"__isSmartRef__":true,"id":10270}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10268":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(220,220,220)"},"10269":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(243,243,243)"},"10270":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(220,220,220)"},"10271":{"morph":{"__isSmartRef__":true,"id":10206},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10272":{"resizeWidth":true,"adjustForNewBounds":true},"10273":{"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"__serializedExpressions__":["_Extent","_Position"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Extent":"lively.pt(500.0,222.0)","_Position":"lively.pt(0.0,0.0)"},"10274":{"morph":{"__isSmartRef__":true,"id":10198},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10275":{"adjustForNewBounds":true},"10276":{"a":1,"b":0,"c":0,"d":1,"e":1131,"f":79,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10277":{"a":1,"b":0,"c":0,"d":1,"e":1131,"f":79,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"10278":{"requiredModules":[],"migrationLevel":2,"partsSpaceName":"PartsBin/Tools","comment":"Edit scripts and connections of a specific morph. Early version.","partName":"ObjectEditor","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10279":{"submorphs":[],"scripts":[],"id":"1E4B516E-B959-44A0-9942-0A8E9E542DEA","shape":{"__isSmartRef__":true,"id":10280},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,courier","_MaxTextWidth":588.0166612695056,"_MaxTextHeight":null,"textChunks":[{"__isSmartRef__":true,"id":10281},{"__isSmartRef__":true,"id":10283},{"__isSmartRef__":true,"id":10285},{"__isSmartRef__":true,"id":10287},{"__isSmartRef__":true,"id":10289},{"__isSmartRef__":true,"id":10291},{"__isSmartRef__":true,"id":10293},{"__isSmartRef__":true,"id":10295},{"__isSmartRef__":true,"id":10297},{"__isSmartRef__":true,"id":10299},{"__isSmartRef__":true,"id":10301},{"__isSmartRef__":true,"id":10303},{"__isSmartRef__":true,"id":10305},{"__isSmartRef__":true,"id":10307},{"__isSmartRef__":true,"id":10309},{"__isSmartRef__":true,"id":10311},{"__isSmartRef__":true,"id":10313},{"__isSmartRef__":true,"id":10315},{"__isSmartRef__":true,"id":10317},{"__isSmartRef__":true,"id":10319},{"__isSmartRef__":true,"id":10321},{"__isSmartRef__":true,"id":10323},{"__isSmartRef__":true,"id":10325},{"__isSmartRef__":true,"id":10327},{"__isSmartRef__":true,"id":10329},{"__isSmartRef__":true,"id":10331},{"__isSmartRef__":true,"id":10333},{"__isSmartRef__":true,"id":10335},{"__isSmartRef__":true,"id":10337},{"__isSmartRef__":true,"id":10339},{"__isSmartRef__":true,"id":10341},{"__isSmartRef__":true,"id":10343},{"__isSmartRef__":true,"id":10345},{"__isSmartRef__":true,"id":10347},{"__isSmartRef__":true,"id":10349},{"__isSmartRef__":true,"id":10351},{"__isSmartRef__":true,"id":10353},{"__isSmartRef__":true,"id":10355}],"layout":{"__isSmartRef__":true,"id":10357},"showsHalos":false,"prevScroll":[0,0],"name":"ObjectEditorScriptPane","charsReplaced":" ","lastFindLoc":200,"partsBinMetaInfo":{"__isSmartRef__":true,"id":10358},"_ClipMode":"auto","_FontSize":9,"lastSyntaxHighlightTime":1,"doitContext":{"__isSmartRef__":true,"id":537},"savedTextString":"// changed at Fri Jan 24 2014 15:11:16 GMT+0100 (W. Europe Standard Time) by timfelgentreff \nthis.addScript(function addConstraint() {\n bbb.always({solver: this.owner.cassowary, ctx: {self: this}}, function () {\n return self.$.Value >= 0.000001\n });\n}).tag([]);","_Align":"left","lastSearchString":"migrate","eventHandler":{"__isSmartRef__":true,"id":10359},"attributeConnections":[{"__isSmartRef__":true,"id":10360},{"__isSmartRef__":true,"id":10375},{"__isSmartRef__":true,"id":10376}],"doNotSerialize":["$$textString","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors","parseErrors"],"doNotCopyProperties":["$$textString"],"_MinTextWidth":588.0166612695056,"_MinTextHeight":null,"lastSaveSource":"// changed at Fri Jan 24 2014 15:11:16 GMT+0100 (W. Europe Standard Time) by timfelgentreff \nthis.addScript(function addConstraint() {\n bbb.always({solver: this.owner.cassowary, ctx: {self: this}}, function () {\n return self.$.Value >= 0.000001\n });\n}).tag([]);","isBeingDragged":false,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":10044},"isCopyMorphRef":true,"morphRefId":1,"statusMorph":{"__isSmartRef__":true,"id":10378},"derivationIds":[219,"DD5046D0-C1D6-412A-83C9-CD7EE63D40E0","4D92BDFD-A599-4154-A197-A4B1292C1619","98551F68-B128-4262-9BC2-6B8AC7C8D7C0","47731662-FF8E-4C0F-A170-FD5C56A06021","3FC7FDE6-156F-4056-BB04-B76D8B6C5472","C1E8D5BB-56F9-47B3-A520-BEEFEF791823","115FC149-EEF9-415A-A5B7-AB0B9D0170A4","0D66FA39-01E7-4F16-840C-4FA0FA14DD10","B0A74693-DE3F-4867-8DC0-61B098A8F0D1","3547765B-E224-48EC-B58F-278C1DC7422E","8561ACCF-315A-46EC-9412-BC5D4C55D437","533D6602-9E1A-414A-9646-0FEF9ECCEBF7","5141CF81-6EA1-419B-97AC-62C22FEFC658","B9E83FD9-9781-4F00-8A07-0C96E0D29D3D","034F48B5-B4B1-4DF5-9FA5-9A9CFB99F43A","70FBC800-1914-4F9C-A8E4-2190F72E2902","64465644-E389-4AA2-BE05-93FB591B45D0","E80928FE-6AC8-4FE0-B0A2-7C7A0C7D5E85","E24E50AD-DCA6-4D01-A523-CC1E4FB09222","27E050B0-3192-426E-B01D-907ECF280A68","A241F064-0186-4F84-A037-84CBD9E0D24D","829776FC-15F2-466D-B5F4-88CC9444B1B8","22E56E25-3268-413C-B033-1DB2D96AFA9B","FD5B6693-EB83-4E16-BEA6-D5E23C7E3D48","0A2AD01B-8B4E-4779-9FDF-A504DBC86B5D","EBDFA302-80A1-48E9-B1B3-6143F685CCFF","AB62E3F9-D889-47F9-922A-C440E6382005","6675A7FB-925B-4D65-9CBE-77F2760A6040","122CA78C-89E9-45CE-ADE1-33219233E35A","0A19446A-7C58-465E-9B96-6D7E1CFCDEC5","7E4FAE7F-EE34-4346-8A3D-EA787509C9E0"],"owner":{"__isSmartRef__":true,"id":10044},"syntaxHighlightingWhileTyping":true,"#startLetters":"enable","_syntaxHighlightTimeout":null,"lastSyntaxHighlightTimes":[1,5,7,3,4,5,5,11,10,10],"_lastSyntaxHighlightTime":31,"previousSelection":[0,275],"_WordBreak":"break-all","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Padding","distanceToDragEvent","_Position"],"textString":"// changed at Fri Jan 24 2014 15:11:16 GMT+0100 (W. Europe Standard Time) by timfelgentreff \nthis.addScript(function addConstraint() {\n bbb.always({solver: this.owner.cassowary, ctx: {self: this}}, function () {\n return self.$.Value >= 0.000001\n });\n}).tag([]);","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10383},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Padding":"lively.rect(2,1,0,0)","distanceToDragEvent":"lively.pt(341.2,-18.3)","_Position":"lively.pt(200.0,40.0)"},"10280":{"_BorderWidth":1,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"auto","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(590.0,380.8)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)","_Padding":"lively.rect(0,0,0,0)"},"10281":{"style":{"__isSmartRef__":true,"id":10282},"chunkOwner":{"__isSmartRef__":true,"id":10279},"_id":"_20783","storedString":"//","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10282":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(128,0,0)"},"10283":{"_id":"_20785","style":{"__isSmartRef__":true,"id":10284},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":" changed at Fri Jan 24 2014 15:11:16 GMT+0100 (W. Europe Standard Time) by timfelgentreff ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10284":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"10285":{"_id":"_20786","style":{"__isSmartRef__":true,"id":10286},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10286":{"__serializedExpressions__":["backgroundColor"],"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","backgroundColor":"Color.rgba(204,204,0,0.4)"},"10287":{"_id":"_20787","style":{"__isSmartRef__":true,"id":10288},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10288":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"10289":{"_id":"_20788","style":{"__isSmartRef__":true,"id":10290},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":".addScript(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10290":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"10291":{"_id":"_20789","style":{"__isSmartRef__":true,"id":10292},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10292":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"10293":{"_id":"_20790","style":{"__isSmartRef__":true,"id":10294},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":" addConstraint() ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10294":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"10295":{"_id":"_20791","style":{"__isSmartRef__":true,"id":10296},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10296":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"10297":{"_id":"_20792","style":{"__isSmartRef__":true,"id":10298},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10298":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"10299":{"_id":"_20819","style":{"__isSmartRef__":true,"id":10300},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"bbb","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10300":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"10301":{"_id":"_20820","style":{"__isSmartRef__":true,"id":10302},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":".always(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10302":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"10303":{"_id":"_20793","style":{"__isSmartRef__":true,"id":10304},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10304":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"10305":{"_id":"_20794","style":{"__isSmartRef__":true,"id":10306},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"solver:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10306":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(139,0,0)"},"10307":{"_id":"_20795","style":{"__isSmartRef__":true,"id":10308},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10308":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"10309":{"_id":"_20796","style":{"__isSmartRef__":true,"id":10310},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10310":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"10311":{"_id":"_20797","style":{"__isSmartRef__":true,"id":10312},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":".owner.cassowary, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10312":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"10313":{"_id":"_20798","style":{"__isSmartRef__":true,"id":10314},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"ctx:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10314":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(139,0,0)"},"10315":{"_id":"_20799","style":{"__isSmartRef__":true,"id":10316},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10316":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"10317":{"_id":"_20800","style":{"__isSmartRef__":true,"id":10318},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10318":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"10319":{"_id":"_20801","style":{"__isSmartRef__":true,"id":10320},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"self:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10320":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(139,0,0)"},"10321":{"_id":"_20802","style":{"__isSmartRef__":true,"id":10322},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10322":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"10323":{"_id":"_20803","style":{"__isSmartRef__":true,"id":10324},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10324":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"10325":{"_id":"_20804","style":{"__isSmartRef__":true,"id":10326},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"}}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10326":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"10327":{"_id":"_20806","style":{"__isSmartRef__":true,"id":10328},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":", ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10328":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"10329":{"_id":"_20807","style":{"__isSmartRef__":true,"id":10330},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10330":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,139)"},"10331":{"_id":"_20808","style":{"__isSmartRef__":true,"id":10332},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":" () ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10332":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"10333":{"_id":"_20809","style":{"__isSmartRef__":true,"id":10334},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10334":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"10335":{"_id":"_20810","style":{"__isSmartRef__":true,"id":10336},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10336":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"10337":{"_id":"_20811","style":{"__isSmartRef__":true,"id":10338},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10338":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,128)"},"10339":{"_id":"_20812","style":{"__isSmartRef__":true,"id":10340},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10340":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"10341":{"_id":"_20821","style":{"__isSmartRef__":true,"id":10342},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"self","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10342":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(204,0,0)"},"10343":{"_id":"_20822","style":{"__isSmartRef__":true,"id":10344},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":".$.Value >= ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10344":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"10345":{"_id":"_20813","style":{"__isSmartRef__":true,"id":10346},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"0.000001","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10346":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,255)"},"10347":{"_id":"_20814","style":{"__isSmartRef__":true,"id":10348},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10348":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"10349":{"_id":"_20815","style":{"__isSmartRef__":true,"id":10350},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10350":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"10351":{"_id":"_20816","style":{"__isSmartRef__":true,"id":10352},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":");\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10352":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"10353":{"_id":"_20817","style":{"__isSmartRef__":true,"id":10354},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10354":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,128,0)"},"10355":{"_id":"_20818","style":{"__isSmartRef__":true,"id":10356},"chunkOwner":{"__isSmartRef__":true,"id":10279},"storedString":").tag([]);","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10356":{"__serializedExpressions__":["color"],"backgroundColor":null,"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore","color":"Color.rgb(0,0,0)"},"10357":{"resizeWidth":true,"resizeHeight":true},"10358":{"requiredModules":[],"partsSpaceName":"PartsBin/Widgets/","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10359":{"morph":{"__isSmartRef__":true,"id":10279},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10360":{"sourceObj":{"__isSmartRef__":true,"id":10279},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":10361},"targetMethodName":"indicateUnsavedChanges","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10361":{"submorphs":[],"scripts":[],"id":"3A76F9AD-2AFF-4833-A0AB-58F623F8072A","shape":{"__isSmartRef__":true,"id":10362},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"ChangeIndicator","partsBinMetaInfo":{"__isSmartRef__":true,"id":10363},"eventHandler":{"__isSmartRef__":true,"id":10364},"owner":{"__isSmartRef__":true,"id":10044},"layout":{"__isSmartRef__":true,"id":10365},"isBeingDragged":false,"grabbingEnabled":false,"draggingEnabled":false,"isCopyMorphRef":true,"morphRefId":26,"derivationIds":[220,"EE491D24-F056-4AFE-A669-7B7048C6C3D1","3FA4A8C3-0FC0-43A0-8C00-00A96F9022E2","62DAD3C6-A81D-450F-B32F-601EA7E619D8","EEDB0C58-5990-481A-A7FF-ACB1A2DF08DD","16F708CB-1259-4A75-BAEF-1A5216C6CB19","97CA61D3-E09B-43CD-9880-D8B36FA303F3","0AF6BEEC-8A57-44FF-9D8D-40BA6CC6A0CD","AF2BEE76-C34F-457E-8699-9896327A4C07","5EC39FF0-602F-44A2-BE3A-04FCA127E5D1","44CEBF61-9A92-4E36-9576-425D5054B471","E9ACF86B-B775-4125-83BC-7E4500597D40","FE62294A-F891-45E4-AAE7-6F386B5A8CB5","8771140D-0D57-4CAF-A57B-857F858CCC73","BE774795-5889-4DB8-A366-1C774555761B","89DA16ED-5636-4C0D-B52F-A327A5526DD6","94DAC0EC-79E9-48E5-90D5-2BB59495BD0B","048AE915-30CF-4DE4-819B-F7D41CE99585","0417EEDD-6B12-4AF1-B7BC-875E32521980","5DFAFB2A-C915-429E-A58C-030C229C9AB8","BD996DFA-D248-4D9C-AF33-C5BA2511A09E","9F92F095-A6B5-46E8-ADA1-051904ABE386","214CA9C7-6225-49ED-A484-C2D8D92B35ED","7258922C-C991-4EF3-A09B-318D8B6A1306","1F8069E8-E7D5-4153-AE2C-96F1782F041F","74FBBDBC-44BA-4111-B3DB-58142522023F","91D6D585-64D8-491A-AAAB-AF0A99533DEC","1761630D-17E9-4E04-A73C-9D15C26E19E3","B8E628C4-20D6-4B26-B820-A8D07194CE6F","6511B508-3FE2-4BDC-906A-D4E827163B0D","9016491A-C768-4B45-9321-45C78BCEE4A6","76F0DF5A-524E-4172-BE45-5AC0CE14D151"],"_ClipMode":"visible","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","savedColor","alarmColor","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10366},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(782.0,40.0)","savedColor":"Color.rgb(0,0,0)","alarmColor":"Color.rgb(240,0,0)","distanceToDragEvent":"lively.pt(37.3,-17.5)"},"10362":{"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(8.6,9.7)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"10363":{"partsSpaceName":"PartsBin/Basic","comment":"A simple box morph. A really blue one. Its amazing what you can build out of simple boxes.... Who needs stars when you got blue rectangles!","migrationLevel":2,"partName":"Rectangle","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10364":{"morph":{"__isSmartRef__":true,"id":10361},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10365":{"moveHorizontal":true,"adjustForNewBounds":true},"10366":{"indicateUnsavedChanges":{"__isSmartRef__":true,"id":10367},"setColors":{"__isSmartRef__":true,"id":10371}},"10367":{"varMapping":{"__isSmartRef__":true,"id":10368},"source":"function indicateUnsavedChanges() {\n if (this.owner.scriptPane.hasChanged()) {\n this.setColors(this.alarmColor);\n } else {\n this.setColors(this.savedColor);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10369},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10368":{"this":{"__isSmartRef__":true,"id":10361}},"10369":{"user":"lauritz","timestamp":{"__isSmartRef__":true,"id":10370}},"10370":{"isSerializedDate":true,"string":"Tue Sep 27 2011 20:09:19 GMT+0200 (W. Europe Daylight Time)"},"10371":{"varMapping":{"__isSmartRef__":true,"id":10372},"source":"function setColors(color) {\n this.setFill(color);\n this.setBorderColor(color);\n}","funcProperties":{"__isSmartRef__":true,"id":10373},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10372":{"this":{"__isSmartRef__":true,"id":10361}},"10373":{"user":"lauritz","timestamp":{"__isSmartRef__":true,"id":10374}},"10374":{"isSerializedDate":true,"string":"Tue Sep 27 2011 19:06:09 GMT+0200 (W. Europe Daylight Time)"},"10375":{"sourceObj":{"__isSmartRef__":true,"id":10279},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":10279},"targetMethodName":"highlightJavaScriptSyntax","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10376":{"sourceObj":{"__isSmartRef__":true,"id":10279},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":10279},"targetMethodName":"highlightSyntaxDebounced","varMapping":{"__isSmartRef__":true,"id":10377},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10377":{"source":{"__isSmartRef__":true,"id":10279},"target":{"__isSmartRef__":true,"id":10279}},"10378":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10379},"id":553,"_WhiteSpaceHandling":"pre-wrap","textChunks":[{"__isSmartRef__":true,"id":10380}],"eventHandler":{"__isSmartRef__":true,"id":10382},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"_ClipMode":"visible","fixedWidth":true,"fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":11,"_MaxTextWidth":90,"_MinTextWidth":90,"_MaxTextHeight":null,"_MinTextHeight":null,"evalEnabled":false,"_Align":"center","_VerticalAlign":"center","owner":null,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(245.0,177.9)","_TextColor":"Color.rgb(0,204,0)"},"10379":{"_ClipMode":"visible","_BorderWidth":1,"_StrokeOpacity":0,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(100.0,25.0)","_Padding":"lively.rect(4,2,0,0)","_BorderColor":"Color.rgb(204,204,204)","_Fill":"Color.rgb(255,255,255)"},"10380":{"style":{"__isSmartRef__":true,"id":10381},"chunkOwner":{"__isSmartRef__":true,"id":10378},"_id":"_19741","storedString":"saved source","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10381":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10382":{"morph":{"__isSmartRef__":true,"id":10378},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10383":{"doSave":{"__isSmartRef__":true,"id":10384},"boundEval":{"__isSmartRef__":true,"id":10392},"reset":{"__isSmartRef__":true,"id":10400},"display":{"__isSmartRef__":true,"id":10404},"hasChanged":{"__isSmartRef__":true,"id":10408},"displayStatus":{"__isSmartRef__":true,"id":10412},"updateTarget":{"__isSmartRef__":true,"id":10416}},"10384":{"varMapping":{"__isSmartRef__":true,"id":10385},"source":"function doSave() {\n $super();\n var saved = this.boundEval(this.getTextString());\n if (saved) {\n this.lastSaveSource = this.textString;\n this.owner.changeIndicator.indicateUnsavedChanges();\n this.owner.updateLists();\n this.owner.selectChangedContent(this.getTextString());\n this.displayStatus(\"saved source\", Color.green);\n } else {\n this.displayStatus(\"not saved\", Color.red);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10390},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10385":{"this":{"__isSmartRef__":true,"id":10279},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10386}},"10386":{"$super":{"__isSmartRef__":true,"id":10387}},"10387":{"varMapping":{"__isSmartRef__":true,"id":10388},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10389},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10388":{"obj":{"__isSmartRef__":true,"id":10279},"name":"doSave"},"10389":{},"10390":{"timestamp":{"__isSmartRef__":true,"id":10391},"user":"lauritz"},"10391":{"isSerializedDate":true,"string":"Thu Nov 17 2011 23:15:19 GMT+0100 (W. Europe Standard Time)"},"10392":{"varMapping":{"__isSmartRef__":true,"id":10393},"source":"function boundEval(str) {\n var result;\n\n this.objectEditorPane.ensureAnnotationLayer();\n withLayers([ScriptAnnotationLayer], function() {\n result = $super(str);\n })\n \n return result\n}","funcProperties":{"__isSmartRef__":true,"id":10398},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10393":{"this":{"__isSmartRef__":true,"id":10279},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10394}},"10394":{"$super":{"__isSmartRef__":true,"id":10395}},"10395":{"varMapping":{"__isSmartRef__":true,"id":10396},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10397},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10396":{"obj":{"__isSmartRef__":true,"id":10279},"name":"boundEval"},"10397":{},"10398":{"timestamp":{"__isSmartRef__":true,"id":10399},"user":"lauritz","categories":[]},"10399":{"isSerializedDate":true,"string":"Wed Nov 16 2011 05:41:53 GMT+0100 (W. Europe Standard Time)"},"10400":{"varMapping":{"__isSmartRef__":true,"id":10401},"source":"function reset() {\n this.doitContext = null;\n this.lastSaveSource = \"\";\n this.textString = \"\";\n this.lastSaveSource = this.textString;\n this.enableSyntaxHighlighting();\n}","funcProperties":{"__isSmartRef__":true,"id":10402},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10401":{"this":{"__isSmartRef__":true,"id":10279}},"10402":{"timestamp":{"__isSmartRef__":true,"id":10403},"user":"cschuster","tags":[]},"10403":{"isSerializedDate":true,"string":"Wed May 16 2012 20:52:57 GMT+0200 (W. Europe Daylight Time)"},"10404":{"varMapping":{"__isSmartRef__":true,"id":10405},"source":"function display(jsCode) {\n this.lastSaveSource = jsCode;\n this.setTextString(jsCode);\n this.enableSyntaxHighlighting();\n this.highlightJavaScriptSyntax();\n this.applyStyle({align: 'left'});\n}","funcProperties":{"__isSmartRef__":true,"id":10406},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10405":{"this":{"__isSmartRef__":true,"id":10279}},"10406":{"timestamp":{"__isSmartRef__":true,"id":10407},"user":"lauritz","tags":[]},"10407":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:02:26 GMT+0200 (W. Europe Daylight Time)"},"10408":{"varMapping":{"__isSmartRef__":true,"id":10409},"source":"function hasChanged() {\n var cleanText = function (string) {\n var source = string.trim();\n if (source.substring(0,2) === \"//\") {\n // removes annotation line\n source = source.substring(source.indexOf(\"\\n\"), source.length);\n source = source.trim();\n }\n if (source === 'undefined' || source === 'null') source = '';\n return source;\n }\n var cleanedTextString = cleanText(this.textString);\n var cleanedLastSource = cleanText(this.lastSaveSource);\n return cleanedTextString !== cleanedLastSource;\n}","funcProperties":{"__isSmartRef__":true,"id":10410},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10409":{"this":{"__isSmartRef__":true,"id":10279}},"10410":{"timestamp":{"__isSmartRef__":true,"id":10411},"user":"lauritz","categories":[]},"10411":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:29:45 GMT+0200 (W. Europe Daylight Time)"},"10412":{"varMapping":{"__isSmartRef__":true,"id":10413},"source":"function displayStatus(msg, color, delay) {\n if (!this.statusMorph) {\n this.statusMorph = new TextMorph(pt(100,25).extentAsRectangle());\n this.statusMorph.applyStyle({borderWidth: 1, strokeOpacity: 0, borderColor: Color.gray});\n this.statusMorph.setFill(this.owner.getFill());\n this.statusMorph.setFontSize(11);\n this.statusMorph.setAlign('center');\n this.statusMorph.setVerticalAlign('center');\n }\n this.statusMorph.setTextString(msg);\n this.statusMorph.centerAt(this.innerBounds().center());\n this.statusMorph.setTextColor(color || Color.black);\n this.addMorph(this.statusMorph);\n (function() { this.statusMorph.remove() }).bind(this).delay(delay || 2); \n}","funcProperties":{"__isSmartRef__":true,"id":10414},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10413":{"this":{"__isSmartRef__":true,"id":10279}},"10414":{"timestamp":{"__isSmartRef__":true,"id":10415},"user":"lauritz","categories":[]},"10415":{"isSerializedDate":true,"string":"Wed Nov 23 2011 18:23:05 GMT+0100 (W. Europe Standard Time)"},"10416":{"varMapping":{"__isSmartRef__":true,"id":10417},"source":"function updateTarget(target) {\n module('lively.ide.SyntaxHighlighting').load(true);\n this.doitContext = this.owner.target;\n}","funcProperties":{"__isSmartRef__":true,"id":10418},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10417":{"this":{"__isSmartRef__":true,"id":10279}},"10418":{"timestamp":{"__isSmartRef__":true,"id":10419},"user":"lauritz","tags":[]},"10419":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:07:42 GMT+0200 (W. Europe Daylight Time)"},"10420":{"submorphs":[{"__isSmartRef__":true,"id":10421}],"scripts":[],"id":847,"shape":{"__isSmartRef__":true,"id":10426},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10427},"lighterFill":{"__isSmartRef__":true,"id":10432},"label":{"__isSmartRef__":true,"id":10421},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"showsHalos":false,"_Rotation":0,"name":"ObjectEditorClassButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":10437},"_Scale":1,"owner":null,"layout":{"__isSmartRef__":true,"id":10438},"eventHandler":{"__isSmartRef__":true,"id":10439},"__serializedExpressions__":["_Position","padding"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(820.0,9.0)","padding":"lively.rect(5,0,0,0)"},"10421":{"submorphs":[],"scripts":[],"id":848,"shape":{"__isSmartRef__":true,"id":10422},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":116,"_MaxTextHeight":18,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":10420},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":10423}],"prevScroll":[0,0],"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_Scale":1,"eventHandler":{"__isSmartRef__":true,"id":10425},"_HandStyle":"default","_PointerEvents":"none","__serializedExpressions__":["_Position","textColor","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"10422":{"borderWidth":0,"fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(116.0,18.0)","_BorderColor":"Color.rgb(0,0,0)"},"10423":{"style":{"__isSmartRef__":true,"id":10424},"chunkOwner":{"__isSmartRef__":true,"id":10421},"storedString":"","_id":"_1355","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10424":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10425":{"morph":{"__isSmartRef__":true,"id":10421},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10426":{"_Fill":{"__isSmartRef__":true,"id":10427},"_BorderWidth":1,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(116.0,20.0)","_BorderColor":"Color.rgb(214,214,214)"},"10427":{"stops":[{"__isSmartRef__":true,"id":10428},{"__isSmartRef__":true,"id":10429},{"__isSmartRef__":true,"id":10430},{"__isSmartRef__":true,"id":10431}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10428":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"10429":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"10430":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"10431":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"10432":{"stops":[{"__isSmartRef__":true,"id":10433},{"__isSmartRef__":true,"id":10434},{"__isSmartRef__":true,"id":10435},{"__isSmartRef__":true,"id":10436}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10433":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"10434":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10435":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10436":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"10437":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10438":{"moveHorizontal":true},"10439":{"morph":{"__isSmartRef__":true,"id":10420},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10440":{"submorphs":[],"scripts":[],"id":"97868D71-B288-4601-817A-3D87139346FD","shape":{"__isSmartRef__":true,"id":10441},"__layered_droppingEnabled__":true,"halosEnabled":true,"itemList":["-- ALL --",["globalTransform",{"__isSmartRef__":true,"id":627}],["_Position",{"__isSmartRef__":true,"id":2121}],["_Scale",{"__isSmartRef__":true,"id":2123}],["_Rotation",{"__isSmartRef__":true,"id":2125}],["owner",{"__isSmartRef__":true,"id":2127}],["globalTransform",{"__isSmartRef__":true,"id":2139}],["_Position",{"__isSmartRef__":true,"id":2141}],["_Scale",{"__isSmartRef__":true,"id":2143}],["_Rotation",{"__isSmartRef__":true,"id":2145}],["owner",{"__isSmartRef__":true,"id":2147}]],"selectedLineNo":1,"showsHalos":false,"name":"ObjectEditorConnectionList","partsBinMetaInfo":{"__isSmartRef__":true,"id":10442},"_ClipMode":"auto","owner":{"__isSmartRef__":true,"id":10044},"attributeConnections":[{"__isSmartRef__":true,"id":10443}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"prevScroll":[0,0],"layout":{"__isSmartRef__":true,"id":10445},"eventHandler":{"__isSmartRef__":true,"id":10446},"_FontSize":10,"grabbingEnabled":false,"draggingEnabled":false,"isCopyMorphRef":true,"morphRefId":19,"derivationIds":[209,"3900F5DF-0FF7-4C94-8BDB-44AAE12B4A3E","35301083-B60D-4A43-8566-23860EEB4C04","9CC401CC-5A35-4643-935B-FD049C284E16","C9879D40-5E79-4C56-AA79-562ED82BF052","9F6F9261-EB76-4B58-B77D-7D70813A1ED7","8B59E237-F372-4F70-9768-7E9C1A7A021D","FC85F1B9-1978-42D2-850C-BD249981E8B4","D2B607C6-A89B-4B3F-91BB-720451EAB98D","CC361093-FF73-479B-9431-C645CB48F518","307D3B7C-C0E1-484F-8D7E-39FBA9D8EDA5","038AF132-861E-4A77-8756-E6B476413639","65B6CA87-98DE-4473-B4DD-F8763BC3B06A","0AA0E45B-6DCC-4AE0-938C-E53794A511DF","806ACC1C-1353-436B-B1FE-568846777C17","C74AE022-1184-4FDF-A53D-A17627FF61EA","686AF565-EEB0-4AB7-A12E-26727DAD9291","1102A5B3-9973-4471-9EDD-FD7AB802DEA6","BEB06225-53D0-4ACC-9154-DC2DEB5728B7","E32FE34B-7520-4612-B927-C8F9EDFC69BB","D21F598A-4E44-4752-B205-9595DF0E9AE3","FD6670F8-44F6-436A-960F-8BE8890F8B75","C5522110-E6CA-4F96-B33E-BEBF6978088A","BC9AC080-8315-49F1-B6CB-42F3B802F7D9","242A0967-D906-4396-9326-3CC0C9C3EA60","39C09174-63A5-421F-AB88-7A98755661E5","40C2C766-248F-451F-9D85-D1E4DCCB559D","C89F1632-FADA-4B3E-B2D9-1C1020ACB29A","F78E083D-993E-4963-8A7F-CB7182DE3931","CA8FBD0F-D14E-42E6-A6D4-803B9EE12264","06822A39-C077-4531-B3A6-3DAC393B6E04","80263113-9355-4A49-8C1B-7A9CF3AABD12"],"selection":null,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10447},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(10.0,346.7)","distanceToDragEvent":"lively.pt(125.0,-17.1)"},"10441":{"_BorderWidth":1,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(180.0,74.0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(243,243,243)","_Padding":"lively.rect(0,0,0,0)"},"10442":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10443":{"sourceObj":{"__isSmartRef__":true,"id":10440},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":10044},"targetMethodName":"displaySourceForConnection","converterString":"function (value) {\n if (!value) return;\n return (value === '-- ALL --') ? null : value[1];\n}","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10444},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10444":{"source":{"__isSmartRef__":true,"id":10440},"target":{"__isSmartRef__":true,"id":10044}},"10445":{"resizeHeight":false,"moveVertical":true},"10446":{"morph":{"__isSmartRef__":true,"id":10440},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10447":{"preselectItem":{"__isSmartRef__":true,"id":10448}},"10448":{"varMapping":{"__isSmartRef__":true,"id":10449},"source":"function preselectItem() {\n if (this.getList().size() === 2) {\n this.selectAt(1);\n } else {\n this.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10450},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10449":{"this":{"__isSmartRef__":true,"id":10440}},"10450":{"timestamp":{"__isSmartRef__":true,"id":10451},"user":"lauritz"},"10451":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:12:58 GMT+0100 (W. Europe Standard Time)"},"10452":{"submorphs":[{"__isSmartRef__":true,"id":10453}],"scripts":[],"id":47,"shape":{"__isSmartRef__":true,"id":10457},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10458},"lighterFill":{"__isSmartRef__":true,"id":10463},"label":{"__isSmartRef__":true,"id":10453},"attributeConnections":[{"__isSmartRef__":true,"id":10468}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"_Rotation":0,"name":"ObjectEditorTargetButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":10469},"_Scale":1,"owner":null,"isCopyMorphRef":true,"morphRefId":1,"__serializedExpressions__":["_Position","padding"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(215.0,35.0)","padding":"lively.rect(5,0,0,0)"},"10453":{"submorphs":[],"scripts":[],"id":48,"shape":{"__isSmartRef__":true,"id":10454},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":116,"_MaxTextHeight":20,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":10452},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":10455}],"prevScroll":[0,0],"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_Scale":1,"__serializedExpressions__":["_Position","textColor","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"10454":{"borderWidth":0,"fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(116.0,20.0)","_BorderColor":"Color.rgb(0,0,0)"},"10455":{"style":{"__isSmartRef__":true,"id":10456},"chunkOwner":{"__isSmartRef__":true,"id":10453},"storedString":"","_id":"_1356","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10456":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10457":{"_Fill":{"__isSmartRef__":true,"id":10458},"_BorderWidth":1,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(116.0,20.0)","_BorderColor":"Color.rgb(214,214,214)"},"10458":{"stops":[{"__isSmartRef__":true,"id":10459},{"__isSmartRef__":true,"id":10460},{"__isSmartRef__":true,"id":10461},{"__isSmartRef__":true,"id":10462}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10459":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"10460":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"10461":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"10462":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"10463":{"stops":[{"__isSmartRef__":true,"id":10464},{"__isSmartRef__":true,"id":10465},{"__isSmartRef__":true,"id":10466},{"__isSmartRef__":true,"id":10467}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10464":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"10465":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10466":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10467":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"10468":{"sourceObj":{"__isSmartRef__":true,"id":10452},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10051},"targetMethodName":"chooseTargetMorphMenu","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10469":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10470":{"submorphs":[],"scripts":[],"id":435,"shape":{"__isSmartRef__":true,"id":10471},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":218,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":12,"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":10472},"textChunks":[{"__isSmartRef__":true,"id":10473}],"charsReplaced":"","lastFindLoc":5,"priorSelectionRange":[15,15],"prevScroll":[0,0],"_ClipMode":"visible","list":[],"attributeConnections":[{"__isSmartRef__":true,"id":10475}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"listMorph":null,"_WhiteSpaceHandling":"pre-wrap","owner":null,"_Align":"left","eventHandler":{"__isSmartRef__":true,"id":10477},"_MinTextWidth":218,"_MinTextHeight":null,"scriptAnnotations":{"__isSmartRef__":true,"id":10478},"selection":{"__isSmartRef__":true,"id":10043},"previousSelection":[0,13],"isCopyMorphRef":true,"morphRefId":1,"isBeingDragged":false,"draggingEnabled":false,"layout":{"__isSmartRef__":true,"id":10497},"_Rotation":0,"_Scale":1,"savedTextString":"100","__serializedExpressions__":["_Position","textColor","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10498},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(200.0,10.0)","textColor":"Color.rgb(0,0,0)","distanceToDragEvent":"lively.pt(153.9,-23.7)"},"10471":{"fill":null,"_BorderWidth":1,"_ClipMode":"visible","_BorderRadius":3.7000000000000006,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(220.0,20.0)","_BorderColor":"Color.rgb(192,192,192)","_Padding":"lively.rect(0,0,0,0)","_Fill":"Color.rgb(244,244,244)"},"10472":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10473":{"style":{"__isSmartRef__":true,"id":10474},"chunkOwner":{"__isSmartRef__":true,"id":10470},"storedString":"","_id":"_1357","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10474":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10475":{"sourceObj":{"__isSmartRef__":true,"id":10470},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":10044},"targetMethodName":"setTarget","converterString":"function (name) { return $world.get(name)}","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10476},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10476":{"source":{"__isSmartRef__":true,"id":10470},"target":{"__isSmartRef__":true,"id":10044}},"10477":{"morph":{"__isSmartRef__":true,"id":10470},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10478":{"createListMorph":{"__isSmartRef__":true,"id":10479},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":10481},"onMouseUp":{"__isSmartRef__":true,"id":10483},"resetConnections":{"__isSmartRef__":true,"id":10485},"setTargetToListSelection":{"__isSmartRef__":true,"id":10487},"setTargetOfPane":{"__isSmartRef__":true,"id":10489},"onBlur":{"__isSmartRef__":true,"id":10491},"reset":{"__isSmartRef__":true,"id":10493},"onMouseDown":{"__isSmartRef__":true,"id":10495}},"10479":{"time":{"__isSmartRef__":true,"id":10480},"user":"lauritz"},"10480":{"isSerializedDate":true,"string":"Fri Oct 28 2011 05:27:29 GMT+0200 (W. Europe Daylight Time)"},"10481":{"time":{"__isSmartRef__":true,"id":10482},"user":"lauritz"},"10482":{"isSerializedDate":true,"string":"Fri Oct 14 2011 23:48:37 GMT+0200 (W. Europe Daylight Time)"},"10483":{"time":{"__isSmartRef__":true,"id":10484},"user":"lauritz"},"10484":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:51:14 GMT+0200 (W. Europe Daylight Time)"},"10485":{"time":{"__isSmartRef__":true,"id":10486},"user":"lauritz"},"10486":{"isSerializedDate":true,"string":"Wed Sep 28 2011 01:03:17 GMT+0200 (W. Europe Daylight Time)"},"10487":{"time":{"__isSmartRef__":true,"id":10488},"user":"lauritz"},"10488":{"isSerializedDate":true,"string":"Sat Oct 15 2011 00:00:58 GMT+0200 (W. Europe Daylight Time)"},"10489":{"time":{"__isSmartRef__":true,"id":10490},"user":"lauritz"},"10490":{"isSerializedDate":true,"string":"Mon Oct 03 2011 18:34:37 GMT+0200 (W. Europe Daylight Time)"},"10491":{"time":{"__isSmartRef__":true,"id":10492},"user":"lauritz"},"10492":{"isSerializedDate":true,"string":"Fri Oct 07 2011 19:24:18 GMT+0200 (W. Europe Daylight Time)"},"10493":{"time":{"__isSmartRef__":true,"id":10494},"user":"lauritz"},"10494":{"isSerializedDate":true,"string":"Fri Oct 07 2011 19:26:15 GMT+0200 (W. Europe Daylight Time)"},"10495":{"time":{"__isSmartRef__":true,"id":10496},"user":"lauritz"},"10496":{"isSerializedDate":true,"string":"Mon Oct 17 2011 19:49:00 GMT+0200 (W. Europe Daylight Time)"},"10497":{},"10498":{"getList":{"__isSmartRef__":true,"id":10499},"setList":{"__isSmartRef__":true,"id":10502},"reset":{"__isSmartRef__":true,"id":10505},"example":{"__isSmartRef__":true,"id":10508},"removeList":{"__isSmartRef__":true,"id":10511},"onBlur":{"__isSmartRef__":true,"id":10514},"createListMorph":{"__isSmartRef__":true,"id":10521},"resetConnections":{"__isSmartRef__":true,"id":10524},"displayTopLevelMorphs":{"__isSmartRef__":true,"id":10527},"setTargetToListSelection":{"__isSmartRef__":true,"id":10530},"setTargetOfPane":{"__isSmartRef__":true,"id":10533},"onMouseDown":{"__isSmartRef__":true,"id":10536}},"10499":{"varMapping":{"__isSmartRef__":true,"id":10500},"source":"function getList() {\n return this.world().indentedListItemsOfMorphNames();\n}","funcProperties":{"__isSmartRef__":true,"id":10501},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10500":{"this":{"__isSmartRef__":true,"id":10470}},"10501":{},"10502":{"varMapping":{"__isSmartRef__":true,"id":10503},"source":"function setList(list) {\n return this.list = list;\n}","funcProperties":{"__isSmartRef__":true,"id":10504},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10503":{"this":{"__isSmartRef__":true,"id":10470}},"10504":{},"10505":{"varMapping":{"__isSmartRef__":true,"id":10506},"source":"function reset() {\n this.list = [];\n this.textString = 'empty';\n this.removeList();\n this.resetConnections();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":10507},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10506":{"this":{"__isSmartRef__":true,"id":10470}},"10507":{},"10508":{"varMapping":{"__isSmartRef__":true,"id":10509},"source":"function example() {\n/*\nthis.example()\nthis.getList()\n*/\n this.setList(Array.range(0,100));\n this.textString = 'empty';\n}","funcProperties":{"__isSmartRef__":true,"id":10510},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10509":{"this":{"__isSmartRef__":true,"id":10470}},"10510":{},"10511":{"varMapping":{"__isSmartRef__":true,"id":10512},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":10513},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10512":{"this":{"__isSmartRef__":true,"id":10470}},"10513":{},"10514":{"varMapping":{"__isSmartRef__":true,"id":10515},"source":"function onBlur() {\n $super();\n this.removeList();\n}","funcProperties":{"__isSmartRef__":true,"id":10520},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10515":{"this":{"__isSmartRef__":true,"id":10470},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10516}},"10516":{"$super":{"__isSmartRef__":true,"id":10517}},"10517":{"varMapping":{"__isSmartRef__":true,"id":10518},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10519},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10518":{"obj":{"__isSmartRef__":true,"id":10470},"name":"onBlur"},"10519":{},"10520":{},"10521":{"varMapping":{"__isSmartRef__":true,"id":10522},"source":"function createListMorph() {\n var list = new lively.morphic.List(new Rectangle(0,0, this.getExtent().x, 520));\n list.setList(this.getList());\n list.setFontSize(12);\n\n list.disableGrabbing();\n list.disableDragging();\n \n this.addMorph(list);\n list.setPosition(pt(0,0));\n\n connect(list, 'selection', this, 'setTargetToListSelection');\n \n return list;\n}","funcProperties":{"__isSmartRef__":true,"id":10523},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10522":{"this":{"__isSmartRef__":true,"id":10470}},"10523":{},"10524":{"varMapping":{"__isSmartRef__":true,"id":10525},"source":"function resetConnections() {\n disconnectAll(this);\n connect(this, 'savedTextString', this.owner, 'setTarget', {converter: \n\tfunction (name) { return $world.get(name)}});\n}","funcProperties":{"__isSmartRef__":true,"id":10526},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10525":{"this":{"__isSmartRef__":true,"id":10470}},"10526":{},"10527":{"varMapping":{"__isSmartRef__":true,"id":10528},"source":"function displayTopLevelMorphs() {\n if (this.listMorph) { this.removeList(); return true }\n var list = this.createListMorph(); \n this.addMorph(list);\n this.listMorph = list;\n}","funcProperties":{"__isSmartRef__":true,"id":10529},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10528":{"this":{"__isSmartRef__":true,"id":10470}},"10529":{},"10530":{"varMapping":{"__isSmartRef__":true,"id":10531},"source":"function setTargetToListSelection(selection) { \n this.removeList();\n if (!selection) return;\n if (this.owner.scriptPane.hasChanged()) {\n var that = this;\n var callback = function (confirmed) {\n if (confirmed) that.setTargetOfPane(selection);\n }\n this.owner.confirmUnsavedChanges(callback);\n } else {\n this.setTargetOfPane(selection);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10532},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10531":{"this":{"__isSmartRef__":true,"id":10470}},"10532":{},"10533":{"varMapping":{"__isSmartRef__":true,"id":10534},"source":"function setTargetOfPane(selection) {\n this.owner.setTarget(selection);\n this.setTextString(selection.getName());\n this.removeList();\n}","funcProperties":{"__isSmartRef__":true,"id":10535},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10534":{"this":{"__isSmartRef__":true,"id":10470}},"10535":{},"10536":{"varMapping":{"__isSmartRef__":true,"id":10537},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n return false;\n } else {\n this.displayTopLevelMorphs();\n return true;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10542},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10537":{"this":{"__isSmartRef__":true,"id":10470},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10538}},"10538":{"$super":{"__isSmartRef__":true,"id":10539}},"10539":{"varMapping":{"__isSmartRef__":true,"id":10540},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10541},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10540":{"obj":{"__isSmartRef__":true,"id":10470},"name":"onMouseDown"},"10541":{},"10542":{},"10543":{"morph":{"__isSmartRef__":true,"id":10051},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10544":{"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":10545},"setTarget":{"__isSmartRef__":true,"id":10548},"generateSourceForScript":{"__isSmartRef__":true,"id":10551},"generateSourceForConnection":{"__isSmartRef__":true,"id":10554},"generateTargetCode":{"__isSmartRef__":true,"id":10557},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":10560},"displayJavaScriptSource":{"__isSmartRef__":true,"id":10563},"displaySourceForScript":{"__isSmartRef__":true,"id":10566},"displaySourceForConnection":{"__isSmartRef__":true,"id":10569},"newScript":{"__isSmartRef__":true,"id":10572},"newConnection":{"__isSmartRef__":true,"id":10575},"deleteSelectedScript":{"__isSmartRef__":true,"id":10578},"disconnectConnection":{"__isSmartRef__":true,"id":10581},"updateLists":{"__isSmartRef__":true,"id":10584},"displayInitialScript":{"__isSmartRef__":true,"id":10587},"reset":{"__isSmartRef__":true,"id":10590},"selectChangedContent":{"__isSmartRef__":true,"id":10593}},"10545":{"varMapping":{"__isSmartRef__":true,"id":10546},"source":"function sortedScriptNamesOfObj(obj) {\n if (!Functions.own(obj) || Functions.own(obj).size() == 0) return [];\n return Functions.own(obj)\n\t.select(function(name) { return obj[name].hasLivelyClosure })\n\t.sortBy(function(name) { return name.toLowerCase() });\n}","funcProperties":{"__isSmartRef__":true,"id":10547},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10546":{"this":{"__isSmartRef__":true,"id":10051}},"10547":{},"10548":{"varMapping":{"__isSmartRef__":true,"id":10549},"source":"function setTarget(morph) {\n this.reset();\n module('lively.ide.SyntaxHighlighting').load(true);\n this.target = morph;\n this.morphSelector.textString = (this.target.getName() || this.target.toString());\n this.scriptPane.doitContext = this.target;\n this.updateLists();\n this.displayInitialScript();\n}","funcProperties":{"__isSmartRef__":true,"id":10550},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10549":{"this":{"__isSmartRef__":true,"id":10051}},"10550":{},"10551":{"varMapping":{"__isSmartRef__":true,"id":10552},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName].getOriginal();\n return Strings.format('this.addScript(%s);' ,script)\n}","funcProperties":{"__isSmartRef__":true,"id":10553},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10552":{"this":{"__isSmartRef__":true,"id":10051}},"10553":{},"10554":{"varMapping":{"__isSmartRef__":true,"id":10555},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":10556},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10555":{"this":{"__isSmartRef__":true,"id":10051}},"10556":{},"10557":{"varMapping":{"__isSmartRef__":true,"id":10558},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":10559},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10558":{"this":{"__isSmartRef__":true,"id":10051}},"10559":{},"10560":{"varMapping":{"__isSmartRef__":true,"id":10561},"source":"function sortedConnectionNamesOfObj(obj) {\n if (\"attributeConnections\" in obj) {\n return obj.attributeConnections\n .sortBy(function(each) {return name.toLowerCase() })\n .collect(function(each) {return [each.getSourceAttrName(), each]});\n } else {\n return [];\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10562},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10561":{"this":{"__isSmartRef__":true,"id":10051}},"10562":{},"10563":{"varMapping":{"__isSmartRef__":true,"id":10564},"source":"function displayJavaScriptSource(jsCode) {\n this.scriptPane.setTextString(jsCode);\n this.scriptPane.highlightJavaScriptSyntax();\n}","funcProperties":{"__isSmartRef__":true,"id":10565},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10564":{"this":{"__isSmartRef__":true,"id":10051}},"10565":{},"10566":{"varMapping":{"__isSmartRef__":true,"id":10567},"source":"function displaySourceForScript(scriptName) {\n if (!scriptName) return;\n var code = \"\", that = this;\n if (scriptName === \"-- ALL --\") {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\");\n });\n } else {\n code = this.generateSourceForScript(scriptName); \n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":10568},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10567":{"this":{"__isSmartRef__":true,"id":10051}},"10568":{},"10569":{"varMapping":{"__isSmartRef__":true,"id":10570},"source":"function displaySourceForConnection(connection) {\n if (!connection) return;\n var code = \"\", that = this;\n if ((typeof connection === \"string\") && connection === \"-- ALL --\") {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n })\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":10571},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10570":{"this":{"__isSmartRef__":true,"id":10051}},"10571":{},"10572":{"varMapping":{"__isSmartRef__":true,"id":10573},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n\\t\\n});\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10574},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10573":{"this":{"__isSmartRef__":true,"id":10051}},"10574":{},"10575":{"varMapping":{"__isSmartRef__":true,"id":10576},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10577},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10576":{"this":{"__isSmartRef__":true,"id":10051}},"10577":{},"10578":{"varMapping":{"__isSmartRef__":true,"id":10579},"source":"function deleteSelectedScript() {\n if (this.scriptList.selection && this.target) {\n if (!this.target.hasOwnProperty(this.scriptList.selection)) return;\n delete this.target[this.scriptList.selection];\n this.updateLists();\n this.displayInitialScript();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10580},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10579":{"this":{"__isSmartRef__":true,"id":10051}},"10580":{},"10581":{"varMapping":{"__isSmartRef__":true,"id":10582},"source":"function disconnectConnection() {\n var selection = this.connectionList.selection;\n if (selection && \n (typeof selection !== \"string\") &&\n this.target.attributeConnections.indexOf(selection[1]) > -1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":10583},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10582":{"this":{"__isSmartRef__":true,"id":10051}},"10583":{},"10584":{"varMapping":{"__isSmartRef__":true,"id":10585},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":10586},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10585":{"this":{"__isSmartRef__":true,"id":10051}},"10586":{},"10587":{"varMapping":{"__isSmartRef__":true,"id":10588},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10589},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10588":{"this":{"__isSmartRef__":true,"id":10051}},"10589":{},"10590":{"varMapping":{"__isSmartRef__":true,"id":10591},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":10592},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10591":{"this":{"__isSmartRef__":true,"id":10051}},"10592":{},"10593":{"varMapping":{"__isSmartRef__":true,"id":10594},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n editor.updateLists();\n editor.displayInitialScript();\n } \n }\n\n var message = 'Disconnect \"' + selection[0] +'\" connection?';\n var callback = disconnectConnection;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":10686},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10685":{"this":{"__isSmartRef__":true,"id":10661}},"10686":{"timestamp":{"__isSmartRef__":true,"id":10687},"user":"lauritz","categories":[]},"10687":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (W. Europe Standard Time)"},"10688":{"submorphs":[{"__isSmartRef__":true,"id":10689}],"scripts":[],"id":"B822CE56-E252-45A3-9289-388E643DCEA7","shape":{"__isSmartRef__":true,"id":10694},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10700},"lighterFill":{"__isSmartRef__":true,"id":10705},"label":{"__isSmartRef__":true,"id":10689},"attributeConnections":[{"__isSmartRef__":true,"id":10710}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":10712},"owner":{"__isSmartRef__":true,"id":10044},"eventHandler":{"__isSmartRef__":true,"id":10713},"isCopyMorphRef":true,"morphRefId":24,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":10044},"derivationIds":[217,"FDC10087-12CF-4570-9211-8309CB6A9AA3","E18FC530-4B1F-4F08-8DA6-3866A3519E56","04A2AAC3-6A9E-40BB-9408-EBB2567EE63B","8C1A42CE-840C-4AAE-BD79-C93A445B9EBF","61FC11FA-B87E-4EFE-BD15-564D3178B68B","ED34F9B5-9E00-41B3-8313-D9C3D6B3B231","A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D","7DDF7175-34FC-4521-A7C3-580A8BE63351","DEA39C05-FAD7-4882-AB3D-0EE12C3408F9","99186A50-1411-4B6F-B1CB-FF0742C20D7D","10F3E467-6BB8-4D07-BD17-8C50593FD6B8","7260818C-6472-4288-8BDD-1E7798A543F3","DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89","D75BCAED-3029-46EB-B944-4A102BB1BC0F","9A977DA2-B325-4DFA-9683-3DC9ECEFAAC0","48A5078F-B4A5-4F4E-884D-84CCDFFBE6F0","33905494-AA01-4311-8398-1F6C3D4F1BAC","5D7201A7-1374-49AD-851F-E3167EFED99E","9B69B6C6-71F2-402E-89D1-E97FC2D3AE13","DA1B3A74-F4A6-427B-8FBD-3D2E9D8CD866","DBFC4A4F-8601-4C32-9460-53902C3B0F37","ED51CA7C-CE32-4CF5-9398-0BA9B791FF5E","4F7A7C1A-3788-478C-AFF5-BA62C7FCB01D","FCEFF15E-E5B8-4C7E-A139-302649441119","3674B8DC-F4E5-4A5C-ACEC-96D743BB6050","33E0336F-FD6A-4AAB-AECB-B7D6C7C80631","761015EE-47CF-40F6-A403-8A959B2DB0A6","361B531D-7A1C-441A-BE8B-0B503543FF6C","E283DDFD-1D8F-4E3D-A0BC-40C30221FFDC","0EC23EA3-7B34-429A-922D-5D139F127D1E","7E51F443-B27F-4B6F-8AC0-51D08D8FB329"],"_ClipMode":"visible","isPressed":false,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10714},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(160.0,40.0)","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(33.4,-21.3)"},"10689":{"submorphs":[],"scripts":[],"id":"05C0CCE9-42E3-4A0E-B0A8-8700F56C9641","shape":{"__isSmartRef__":true,"id":10690},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":25,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":10688},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":10691}],"prevScroll":[0,0],"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":10693},"_HandStyle":"default","_PointerEvents":"none","_MinTextWidth":25,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[218,"852A7BD9-52EE-4708-A2D5-1BDECF33C958","7B4F173E-9726-472A-9B30-530D4AA92AD9","CBA217F6-2832-4213-9ABE-47753C1A4180","E6B97D1D-95D5-4644-9359-1D08D42A51F4","4391A57E-70C2-4628-9828-DD668CCE546E","F0C6C298-3B8B-42B2-B5E9-E5B82F607B01","DF0CAF75-4247-4797-B1A0-AD7444391E2A","B4C4F09B-F663-47A1-B85F-461D5452F5F8","FD966AB1-4685-4151-9A38-B1B21B0237EF","CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97","88F1581A-7AEF-4646-B7F9-3890CDDB8494","DC577877-7F00-4238-9246-08C2A10C0CC9","818C9467-71A2-44D6-B01F-1523A0CD5476","C0CF3DDB-AA12-49E0-B12A-6B620552BB47","853E19A1-E97D-463D-A24F-0148671EB696","0203CA4C-E523-4F7D-824B-F09BA3914BDD","18B98A59-6C8E-4386-B3EF-A17259C51C0F","24D84E0A-FA16-47DE-934D-E60729EEB227","7035F1EB-4B8C-4F20-B3AC-966403F55C0A","69831817-0662-4848-8481-44558987D21D","BA13E4C6-DF2A-4059-9174-7725FA3FE514","3E989A29-2A8F-4AFE-B312-A0852B746605","7B675033-945D-4AE1-B85F-DBD35C7B02AA","E0D76A08-70F9-4710-907E-B2D83D60D29A","495F5D43-B450-45B7-B238-FC12AA8F6488","B551041D-4E6E-44F3-8405-1DCE5344BCCD","0A287650-EC32-45AA-8504-0513B196727F","717B0EFA-1422-4224-9A53-5A494F6191A4","C86C167E-8A7D-43BE-AFED-AAEDA70B95EE","97247E8A-2818-4B44-BCDD-348126BD380C","DBD12A55-8830-4DAC-9B09-56E72668513C"],"_WordBreak":"break-all","_Scale":1,"__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"10690":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(25.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"10691":{"style":{"__isSmartRef__":true,"id":10692},"chunkOwner":{"__isSmartRef__":true,"id":10689},"storedString":"-","_id":"_1363","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10692":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10693":{"morph":{"__isSmartRef__":true,"id":10689},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10694":{"_Fill":{"__isSmartRef__":true,"id":10695},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(25.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"10695":{"stops":[{"__isSmartRef__":true,"id":10696},{"__isSmartRef__":true,"id":10697},{"__isSmartRef__":true,"id":10698},{"__isSmartRef__":true,"id":10699}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10696":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"10697":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"10698":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"10699":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"10700":{"stops":[{"__isSmartRef__":true,"id":10701},{"__isSmartRef__":true,"id":10702},{"__isSmartRef__":true,"id":10703},{"__isSmartRef__":true,"id":10704}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10701":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"10702":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"10703":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"10704":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"10705":{"stops":[{"__isSmartRef__":true,"id":10706},{"__isSmartRef__":true,"id":10707},{"__isSmartRef__":true,"id":10708},{"__isSmartRef__":true,"id":10709}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10706":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"10707":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10708":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10709":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"10710":{"sourceObj":{"__isSmartRef__":true,"id":10688},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10688},"targetMethodName":"deleteSelectedScript","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10711},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10711":{"source":{"__isSmartRef__":true,"id":10688},"target":{"__isSmartRef__":true,"id":10688}},"10712":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10713":{"morph":{"__isSmartRef__":true,"id":10688},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10714":{"deleteSelectedScript":{"__isSmartRef__":true,"id":10715}},"10715":{"varMapping":{"__isSmartRef__":true,"id":10716},"source":"function deleteSelectedScript() {\n\n var editor = this.objectEditorPane;\n var selection = editor.scriptList.selection;\n\n if (!editor.target || editor.scriptList.getList().size() < 2) \n return; \n\n var deleteScript = function (confirmed) {\n if (!confirmed) return;\n \n if (selection && editor.target) {\n if (!editor.target.hasOwnProperty(selection)) \n return;\n delete editor.target[selection];\n editor.updateLists();\n editor.displayInitialScript();\n }\n }\n\n var message = 'Delete \"' + selection + '\" script?';\n var callback = deleteScript;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":10717},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10716":{"this":{"__isSmartRef__":true,"id":10688}},"10717":{"timestamp":{"__isSmartRef__":true,"id":10718},"user":"lauritz"},"10718":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (W. Europe Standard Time)"},"10719":{"submorphs":[{"__isSmartRef__":true,"id":10720}],"scripts":[],"id":"7408F76E-E85C-423F-8CCE-1A841F4CB55B","shape":{"__isSmartRef__":true,"id":10726},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10727},"lighterFill":{"__isSmartRef__":true,"id":10732},"label":{"__isSmartRef__":true,"id":10720},"showsHalos":false,"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":10737},"list":[],"eventHandler":{"__isSmartRef__":true,"id":10738},"owner":{"__isSmartRef__":true,"id":10044},"textString":"","selection":{"__isSmartRef__":true,"id":10739},"_ClipMode":"visible","prevScroll":[0,0],"derivationIds":[221,"4AC64FBA-95AC-42B2-A078-B6DA97889093","E26ED0E6-C4CE-4C82-94D5-175270E8459E","D292F2FC-C2B6-48AE-B779-8CC5868FFA49","53A862EB-032C-4BF0-9B21-58C7E0C0A9B2","CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F","0CD057F2-3517-4849-A69E-1EF79B05ACE8","66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA","A50C1893-4138-4E29-865B-92F53F76D08A","1EC5D2B9-3539-419A-8DD6-CE82DEABB02C","95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0","672DEFAB-2BE5-4C60-9779-3B44694FBEB1","E3476213-5872-492C-BE29-0C6A5A150ED8","AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE","54B67D51-AB19-40A0-A2A6-EC51F3171CAC","1CF44342-896F-4ACB-847F-7CB3CD10ED5A","279A9257-1667-4E0C-844B-A4E0D02462F0","DDCBD835-4B3F-4B8F-9623-696DA76C3A2C","D2CB17F3-5DD0-4E97-BF99-40A95ABF976B","FA519665-2394-43D3-8DCF-802A158F3291","90519BB5-7419-46E0-B7E3-4C26304F3414","0B7FC23C-C63C-4F20-8BAF-1BD1B7205762","B54FAD70-E598-4B06-8F41-00843A06D4B0","5A8ECBD6-ADDE-43FA-8D9E-BC483898DF8A","69DD3160-FAD3-4AD8-9B1C-CB9229AD8034","2C8AD368-8815-41D5-8C8D-CD36ECCF4A96","80C5655D-B03D-413B-A84C-D59A60D8EEEC","BA8066E4-5B8E-4048-97C5-332953805999","E27E2CB2-789E-4269-B5E8-2631B5D2840B","0EDAA37B-E8BA-4DE7-820A-17A44E299F5C","81F15272-5E6E-4544-B6FE-96BDD357A17C","1ED99A20-94B6-4F1F-9524-CBBCEADB0A79"],"isPressed":false,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10745},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(200.1,10.0)","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(122.9,-11.6)"},"10720":{"submorphs":[],"scripts":[],"id":"7647DE50-4C86-402C-A2B0-201A38B3D86E","shape":{"__isSmartRef__":true,"id":10721},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":10719},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":10722}],"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":10724}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"eventHandler":{"__isSmartRef__":true,"id":10725},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":220,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[222,"30F054A3-7658-405B-8098-B7D87AA8A9ED","556D6E07-45B7-42EC-A486-DE275EF0B034","06B0B080-467A-46CC-8B0D-9C0A9B9A71F1","5E2D96C9-BB9B-4735-8673-A79847435197","B48AA022-2022-4A2A-9090-4D884FB3DFD3","8B2F743A-98C5-45E1-B03C-5019114EAC47","D09C56C3-A2DC-4BDF-B8A1-6365138ECD01","74158C3D-B79E-43E7-B111-48701B10ACE2","B19E117B-E40F-4B9F-86AC-BFB2AAFD5336","4E3B3D72-E52C-44ED-AE32-78939BA1ECFD","2459D1F0-E49C-4882-AB4C-D78C1A496962","3D8D3B02-0459-45C1-A606-D0DB4B07958C","78AAE288-D261-4BEA-9436-C8C31B890B44","2E10F795-9892-4BF7-9A46-BCB90FD6112E","DE32EFA9-C920-42F6-9F2E-7EDABEC006AF","23FBFC79-1927-48FD-8C1C-09FFD7539784","3409506C-9BAE-43DA-BCAF-94392F9646DF","ED94289E-98FC-4126-9EED-25FDC98D5BFC","63C2F1D8-3A1B-464B-9945-1F661D4CFE26","782AAB82-32E9-4A37-9DC0-3118636C2CCE","D564B3C8-D9B5-4D7D-80DD-16715ED878F6","D9344242-9F26-4A5D-B86D-6FAEA43B439C","E7E3A5EE-8F82-4F04-9E65-771E2E4AC9D1","55BF0D1C-FCDF-4D8B-9E42-8EF0F36074A3","B3BE05E0-5704-45B4-8B1D-E7FDA5CE6235","9A503124-0F1D-4390-B668-E4457CBC1376","26D1AD85-C129-4C24-A16A-B6863FC35F41","7425ED3B-1418-47C8-A2EE-52CDF3C4D860","C4B9C269-4F6E-4EA2-A6EA-38C21A011591","952BC06E-5007-4618-9289-931E66292E9D","BB2E676F-0EE9-4AD1-8108-34E3EE9902CA"],"_WordBreak":"break-all","_Scale":1,"__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(2.0,1.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(5,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"10721":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(220.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"10722":{"style":{"__isSmartRef__":true,"id":10723},"chunkOwner":{"__isSmartRef__":true,"id":10720},"_id":"_6921","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10723":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10724":{"sourceObj":{"__isSmartRef__":true,"id":10720},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":10719},"targetMethodName":"selection","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10725":{"morph":{"__isSmartRef__":true,"id":10720},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10726":{"_Fill":{"__isSmartRef__":true,"id":10727},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(220.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"10727":{"stops":[{"__isSmartRef__":true,"id":10728},{"__isSmartRef__":true,"id":10729},{"__isSmartRef__":true,"id":10730},{"__isSmartRef__":true,"id":10731}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10728":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"10729":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"10730":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"10731":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"10732":{"stops":[{"__isSmartRef__":true,"id":10733},{"__isSmartRef__":true,"id":10734},{"__isSmartRef__":true,"id":10735},{"__isSmartRef__":true,"id":10736}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10733":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"10734":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10735":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10736":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"10737":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10738":{"morph":{"__isSmartRef__":true,"id":10719},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10739":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":10740},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":580,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":28,"name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":10741},"textChunks":[{"__isSmartRef__":true,"id":10742}],"eventHandler":{"__isSmartRef__":true,"id":10744},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":580,"_MinTextHeight":null,"_Rotation":0,"_Scale":1.002003004005006,"previousSelection":[35,35],"priorSelectionRange":[23,23],"charsReplaced":"WIP / Proof of Concept","lastFindLoc":22,"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","isCopyMorphRef":true,"morphRefId":2,"prevScroll":[0,0],"__serializedExpressions__":["_Position","textColor","_TextColor","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(37.0,23.0)","textColor":"Color.rgb(0,0,0)","_TextColor":"Color.rgb(0,79,152)","distanceToDragEvent":"lively.pt(221.0,-12.0)"},"10740":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(580.0,43.0)","_BorderColor":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"10741":{"partsSpaceName":"PartsBin/Worlds/","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10742":{"style":{"__isSmartRef__":true,"id":10743},"chunkOwner":{"__isSmartRef__":true,"id":10739},"storedString":"","_id":"_1365","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10743":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10744":{"morph":{"__isSmartRef__":true,"id":10739},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10745":{"reset":{"__isSmartRef__":true,"id":10746},"onMouseDown":{"__isSmartRef__":true,"id":10750},"onBlur":{"__isSmartRef__":true,"id":10758},"createScenePresentation":{"__isSmartRef__":true,"id":10766},"presentTargetChooser":{"__isSmartRef__":true,"id":10770},"removeTargetChooser":{"__isSmartRef__":true,"id":10774},"removeHighlight":{"__isSmartRef__":true,"id":10778},"highlightCurrentTarget":{"__isSmartRef__":true,"id":10782},"updateTargetFromSelection":{"__isSmartRef__":true,"id":10786},"currentMorphicScene":{"__isSmartRef__":true,"id":10790},"highlightTarget":{"__isSmartRef__":true,"id":10794},"setLabel":{"__isSmartRef__":true,"id":10798},"updateTargetFromOwner":{"__isSmartRef__":true,"id":10806}},"10746":{"varMapping":{"__isSmartRef__":true,"id":10747},"source":"function reset() {\n this.removeTargetChooser();\n this.setLabel('empty');\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\n}","funcProperties":{"__isSmartRef__":true,"id":10748},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10747":{"this":{"__isSmartRef__":true,"id":10719}},"10748":{"timestamp":{"__isSmartRef__":true,"id":10749},"user":"lauritz","tags":[]},"10749":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:57 GMT+0200 (W. Europe Daylight Time)"},"10750":{"varMapping":{"__isSmartRef__":true,"id":10751},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) {\n return $super(evt);\n }\n \n if (this.listMorph) {\n // clicked on morph, not the list, not the list's scrollbar\n if (evt.target === this.renderContext().shapeNode)\n this.removeTargetChooser();\n } else {\n this.presentTargetChooser();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10756},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10751":{"this":{"__isSmartRef__":true,"id":10719},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10752}},"10752":{"$super":{"__isSmartRef__":true,"id":10753}},"10753":{"varMapping":{"__isSmartRef__":true,"id":10754},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10755},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10754":{"obj":{"__isSmartRef__":true,"id":10719},"name":"onMouseDown"},"10755":{},"10756":{"timestamp":{"__isSmartRef__":true,"id":10757},"user":"lauritz","tags":[]},"10757":{"isSerializedDate":true,"string":"Fri Aug 03 2012 12:44:10 GMT+0200 (W. Europe Daylight Time)"},"10758":{"varMapping":{"__isSmartRef__":true,"id":10759},"source":"function onBlur(evt) {\n $super(evt);\n \n // remove the scene presentation when clicked elsewhere\n var target = evt.world.clickedOnMorph;\n if (!this.listMorph || !this.listMorph.isAncestorOf(target)) {\n this.removeTargetChooser();\n } else {\n this.focus();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10764},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10759":{"this":{"__isSmartRef__":true,"id":10719},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10760}},"10760":{"$super":{"__isSmartRef__":true,"id":10761}},"10761":{"varMapping":{"__isSmartRef__":true,"id":10762},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10763},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10762":{"obj":{"__isSmartRef__":true,"id":10719},"name":"onBlur"},"10763":{},"10764":{"timestamp":{"__isSmartRef__":true,"id":10765},"user":"lauritz","tags":[]},"10765":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:05 GMT+0200 (W. Europe Daylight Time)"},"10766":{"varMapping":{"__isSmartRef__":true,"id":10767},"source":"function createScenePresentation() {\n var that = this,\n items = this.currentMorphicScene(),\n height = this.owner.getExtent().y,\n bounds = new Rectangle(0, this.getExtent().y, this.getExtent().x * 2, height),\n treeMorph = new lively.morphic.Tree(),\n rect = lively.morphic.Morph.makeRectangle(bounds),\n currentTarget = null;\n \n treeMorph.childrenPerPage = 10000;\n treeMorph.setName(\"MorphSelectorTree\");\n treeMorph.getLayouter().defer();\n treeMorph.setItem(items);\n treeMorph.childNodes.each(function (n) {\n n.expand();\n })\n \n currentTarget = this.highlightCurrentTarget(treeMorph);\n \n rect.setFill(Color.white);\n rect.beClip(true);\n rect.disableGrabbing();\n rect.disableDragging();\n rect.setBorderWidth(1);\n rect.setBorderColor(Color.rgb(150,150,150));\n rect.addMorph(treeMorph);\n rect.treeMorph = treeMorph;\n rect.currentTarget = currentTarget;\n\n return rect;\n}","funcProperties":{"__isSmartRef__":true,"id":10768},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10767":{"this":{"__isSmartRef__":true,"id":10719}},"10768":{"timestamp":{"__isSmartRef__":true,"id":10769},"user":"lauritz","tags":[]},"10769":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:56 GMT+0200 (W. Europe Daylight Time)"},"10770":{"varMapping":{"__isSmartRef__":true,"id":10771},"source":"function presentTargetChooser() {\n var list = this.createScenePresentation(),\n tree = list.treeMorph,\n target = list.currentTarget\n \n list.setVisible(false)\n this.addMorph(list)\n this.listMorph = list\n list.focus()\n\n // need temp here, doesn't work otherwise, strange errors... Javascript WAT\n var layouting = function() {\n list.setVisible(true)\n \n if (target) {\n var globalTransform = new lively.morphic.Similitude()\n for (var morph = target; (morph != list) && \n (morph != undefined); morph = morph.owner) {\n globalTransform.preConcatenate(morph.getTransform());\n } \n \n list.scrollRectIntoView(target.getBounds().\n translatedBy(globalTransform.getTranslation()));\n tree.getLayouter().resume();\n }\n }\n layouting.morphicDelay(1);\n}","funcProperties":{"__isSmartRef__":true,"id":10772},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10771":{"this":{"__isSmartRef__":true,"id":10719}},"10772":{"timestamp":{"__isSmartRef__":true,"id":10773},"user":"lauritz","tags":[]},"10773":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:13:22 GMT+0200 (W. Europe Daylight Time)"},"10774":{"varMapping":{"__isSmartRef__":true,"id":10775},"source":"function removeTargetChooser() {\n if (this.listMorph) {\n this.listMorph.remove();\n delete this.listMorph; \n }\n}","funcProperties":{"__isSmartRef__":true,"id":10776},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10775":{"this":{"__isSmartRef__":true,"id":10719}},"10776":{"timestamp":{"__isSmartRef__":true,"id":10777},"user":"lauritz","tags":[]},"10777":{"isSerializedDate":true,"string":"Fri Aug 03 2012 12:43:38 GMT+0200 (W. Europe Daylight Time)"},"10778":{"varMapping":{"__isSmartRef__":true,"id":10779},"source":"function removeHighlight(node) {\n node.submorphs[0].setFill(Color.rgb(255,255,255))\n}","funcProperties":{"__isSmartRef__":true,"id":10780},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10779":{"this":{"__isSmartRef__":true,"id":10719}},"10780":{"timestamp":{"__isSmartRef__":true,"id":10781},"user":"lauritz","tags":[]},"10781":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:32:15 GMT+0200 (W. Europe Daylight Time)"},"10782":{"varMapping":{"__isSmartRef__":true,"id":10783},"source":"function highlightCurrentTarget(tree) {\n var target = this.owner.target,\n nodes = tree.childNodes,\n highlightNode;\n\n if (!target) {\n return\n } else if (target.isMorph) {\n var expandables = [target],\n nextOwner = target,\n currentNode\n while (nextOwner.owner) {\n expandables.push(nextOwner.owner)\n nextOwner = nextOwner.owner\n }\n expandables.reverse().each(function (m) {\n currentNode = nodes.detect(function (n) {\n return n.item.value === m;\n })\n if (currentNode) {\n nodes = currentNode.childNodes\n if (!nodes && currentNode.item.children) {\n currentNode.expand();\n nodes = currentNode.childNodes;\n }\n } else {\n return;\n }\n })\n if (currentNode && currentNode.item.value === target) {\n highlightNode = currentNode;\n }\n } else {\n var groupNodes = nodes.detect(function (n) {\n return n.item.value === 'groups';\n }).childNodes\n highlightNode = groupNodes.detect(function (n) {\n // group names are unique\n return n.item.value.name === target.name;\n })\n }\n\n if (highlightNode) {\n this.highlightTarget(highlightNode);\n }\n return highlightNode;\n}","funcProperties":{"__isSmartRef__":true,"id":10784},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10783":{"this":{"__isSmartRef__":true,"id":10719}},"10784":{"timestamp":{"__isSmartRef__":true,"id":10785},"user":"lauritz","tags":[]},"10785":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:31:39 GMT+0200 (W. Europe Daylight Time)"},"10786":{"varMapping":{"__isSmartRef__":true,"id":10787},"source":"function updateTargetFromSelection(selection) { \n var that = this;\n var update = function(confirmed) {\n if (confirmed) {\n that.owner.setTarget(selection);\n that.setLabel(selection.getName() || selection.toString());\n }\n }\n \n this.removeTargetChooser();\n if (this.owner.hasUnsavedChanges && this.owner.hasUnsavedChanges()) {\n this.owner.confirmUnsavedChanges(update);\n } else {\n update(true);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10788},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10787":{"this":{"__isSmartRef__":true,"id":10719}},"10788":{"timestamp":{"__isSmartRef__":true,"id":10789},"user":"lauritz","tags":[]},"10789":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:57 GMT+0200 (W. Europe Daylight Time)"},"10790":{"varMapping":{"__isSmartRef__":true,"id":10791},"source":"function currentMorphicScene() {\n var onSelect = function onSelect(tree) {\n this.selector.updateTargetFromSelection(this.value);\n }\n var properties = {\n editorPane: this.owner,\n selector: this\n }\n \n return {children: [{ \n name: 'World',\n value: this.world(),\n selector: this,\n onSelect: onSelect,\n children: this.world().submorphs.invoke('treeItemsOfMorphNames',\n {scripts: [onSelect],\n properties: properties,\n showUnnamed: true}).compact()\n }]};\n}","funcProperties":{"__isSmartRef__":true,"id":10792},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10791":{"this":{"__isSmartRef__":true,"id":10719}},"10792":{"timestamp":{"__isSmartRef__":true,"id":10793},"user":"lauritz","tags":[]},"10793":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:43 GMT+0200 (W. Europe Daylight Time)"},"10794":{"varMapping":{"__isSmartRef__":true,"id":10795},"source":"function highlightTarget(node) {\n node.submorphs[0].setFill(Color.rgb(218,218,218))\n}","funcProperties":{"__isSmartRef__":true,"id":10796},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10795":{"this":{"__isSmartRef__":true,"id":10719}},"10796":{"timestamp":{"__isSmartRef__":true,"id":10797},"user":"lauritz","tags":[]},"10797":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:32:12 GMT+0200 (W. Europe Daylight Time)"},"10798":{"varMapping":{"__isSmartRef__":true,"id":10799},"source":"function setLabel(label) {\n this.label.setTextString(label);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":10804},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10799":{"this":{"__isSmartRef__":true,"id":10719},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10800}},"10800":{"$super":{"__isSmartRef__":true,"id":10801}},"10801":{"varMapping":{"__isSmartRef__":true,"id":10802},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10803},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10802":{"obj":{"__isSmartRef__":true,"id":10719},"name":"setLabel"},"10803":{},"10804":{"timestamp":{"__isSmartRef__":true,"id":10805},"user":"lauritz","tags":[]},"10805":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:31 GMT+0200 (W. Europe Daylight Time)"},"10806":{"varMapping":{"__isSmartRef__":true,"id":10807},"source":"function updateTargetFromOwner() {\n this.setLabel(this.owner.target);\n}","funcProperties":{"__isSmartRef__":true,"id":10808},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10807":{"this":{"__isSmartRef__":true,"id":10719}},"10808":{"timestamp":{"__isSmartRef__":true,"id":10809},"user":"lauritz","tags":[]},"10809":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:24:24 GMT+0200 (W. Europe Daylight Time)"},"10810":{"submorphs":[],"scripts":[],"id":"FAAB1122-9C0F-4C53-9F9D-D30760723A1D","shape":{"__isSmartRef__":true,"id":10811},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":64.8979476392384,"showsHalos":false,"_FontSize":9,"name":"ObjectEditorScriptsText2","partsBinMetaInfo":{"__isSmartRef__":true,"id":10812},"textChunks":[{"__isSmartRef__":true,"id":10813}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":10815},"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":64.8979476392384,"_ClipMode":"visible","draggingEnabled":false,"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"owner":{"__isSmartRef__":true,"id":10044},"derivationIds":[224,"35EF8FE5-067D-45B6-AF21-77040F11D340","80DC09DD-22D4-4089-B5C3-857B32C9BE9B","EF080074-E6B9-47F3-A87F-26313B40C430","F6977801-C1A7-445C-9BF1-8A1019E202FB","8C9157AE-0343-4CFB-8186-1D5E05D2ECBE","DD3C23F8-6463-4EAE-959B-C486E27D9BDA","1E8D3752-D212-41F8-BC63-B094E0C80707","75C07D11-AE5D-4A36-B2D0-F2A6EA414E72","494AB1C0-2C09-49DE-B4AA-1F24DC7495FF","25199967-E3BA-4763-A704-37BD3152A5F7","8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9","DDB23EF0-540C-4046-AD4D-C001E8A5F20C","FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9","52850E3E-BE46-467C-A381-902F5E4859FD","147F9160-7168-44A4-9EA4-A36466EE1F52","8E4FB238-FC20-4DA7-AC9F-6921EBBD5609","3D09A998-5E60-4E94-9C6A-B08E7D98F02A","B8986B95-68A4-4212-8560-C86C8F7B3B3C","81BAFCDC-090F-4A92-8AD6-C3127620CCF4","3663625F-2BB0-494C-A467-04148A441F42","8F0EE2A4-3C90-4F71-A04E-2B285D2543CD","B5F10B61-9C89-4903-BD4C-DF3B9D283432","7005184B-8CE8-4DB8-82D8-D75E16ADE428","B8106E33-B470-45C3-916E-6E92CAFDD854","3013F6C8-9D86-49F3-9EB0-AA42B27F1DC6","A49BA117-B9D4-43F4-82EA-458B9D16FDBA","9FB9DF10-FCEC-44FE-9614-6DFC4B814576","54F9AFFD-B235-48AC-85E0-57921251546E","7A472A4B-7292-49B5-9F03-DE2E3A096714","C8629DF3-424B-47D3-A3FD-68201FFFC455","2CE99CF4-87BB-479D-BC02-FBE7F5E3C283"],"_MaxTextHeight":null,"_MinTextHeight":null,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(10.0,12.9)","textColor":"Color.rgb(0,0,0)","distanceToDragEvent":"lively.pt(45.8,-27.8)"},"10811":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(64.9,15.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"10812":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10813":{"style":{"__isSmartRef__":true,"id":10814},"chunkOwner":{"__isSmartRef__":true,"id":10810},"storedString":"Tag:","_id":"_1367","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10814":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10815":{"morph":{"__isSmartRef__":true,"id":10810},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10816":{"submorphs":[{"__isSmartRef__":true,"id":10817}],"scripts":[],"id":"15EA822E-000B-4149-88DB-CFD6C82D0B0F","shape":{"__isSmartRef__":true,"id":10823},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10829},"lighterFill":{"__isSmartRef__":true,"id":10834},"label":{"__isSmartRef__":true,"id":10817},"showsHalos":false,"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":10839},"listMorph":null,"list":[],"eventHandler":{"__isSmartRef__":true,"id":10840},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":10044},"setTargetToListSelection":"all","savedTextString":"all","derivationIds":[225,"7F83847B-D0B1-4A31-8601-43424B97C858","E08FC110-71D7-4FFD-B4A8-08F8147B95BA","5534107D-C5C9-48DD-A1ED-B87E9D9B672C","0B89FA7A-768C-4062-98AE-C455E8DAFF19","799320C6-CFBA-40E7-B03D-64BFE9B78248","9B650AA3-271B-4E72-B230-51C6F64B7462","C95D3672-724C-4C2C-9CDD-EF308062F627","C66EBEEC-B7CE-4DD9-8BDF-905F071F965D","D68B143A-A712-4FD0-8803-62CCB4C7F763","ED802271-AE5C-4BE9-AC4E-7CED44BC864B","1BD989CB-146C-431F-8B15-9199C4CD5D32","42172AA4-1B06-4C5B-9BB7-FAED1206CF34","32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA","9B4BF2BE-49D5-4B9D-8F38-1692443069A9","FCAB3690-731A-45E7-984F-843DFE705AF1","94B10A66-8219-43AD-B902-DA999A66222D","BB0E2EB7-ABCE-44C7-96E7-6679FB2981D1","2FCEE551-302B-46C9-B646-3B9BE9187182","B4267F52-1ACC-42A1-904D-E9F7D485D8AB","14770110-045A-4BE4-BCF2-7C886DF70F7D","5387EA76-6B03-426A-B385-9C4231B66352","23545203-A969-439B-8761-E83A810696D0","C5467F6E-CBD7-4AF4-94BE-D0D62E4F7DDD","2FC5F9D1-B611-4273-BD5B-107350364579","318398B6-6689-4DE7-88FD-636BD968773D","3241459F-2019-4BD2-A0CF-BD2A174DDA76","69022916-A511-4A6C-8220-5B4CCD34FCEF","E772C128-C42D-4B13-A3DB-3EC0DFDC9FC5","4DD223AA-79FC-4FB3-9301-F197D9D6B358","46929EDB-248B-41D6-AC15-410A659C24A5","1B002698-D346-4EF1-9F48-E74D4EC3C948"],"isPressed":false,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10841},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(39.1,10.0)","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(85.7,-11.6)"},"10817":{"submorphs":[],"scripts":[],"id":"8ADBA1DB-BECE-4913-AB9D-D43CBD033B6D","shape":{"__isSmartRef__":true,"id":10818},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":10816},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":10819}],"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":10821}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"eventHandler":{"__isSmartRef__":true,"id":10822},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":130,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[226,"03DBF3F8-8EA2-4426-BA64-C4297DDAB015","B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1","4AA6AE51-338B-4E3E-814B-9F99C693A2D5","08F6CE56-AD91-4C27-9429-C3DEA313696C","D39C963C-FD24-4498-A6D8-71E5102CE58A","132C2A9E-3466-4051-AAEA-6E485A91F408","DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D","567FC668-A57C-41CB-8252-8912826B3144","D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF","AABED87D-D7C0-494A-8803-26F4601E35FF","696C3A2A-C695-4D17-A044-41A73436AB8D","206A0BFD-6997-4E0E-9193-089D1F66B22A","F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696","64A754E9-7083-4CAE-B5C2-7B436EFFE4BA","64737503-A352-42CC-A249-667DA2B42746","9218F1CA-E23F-4E1A-89C3-DB19DE720861","CF7EAC38-1041-4B83-B087-359885B8528B","84469C7C-C93D-4F16-ACAA-0045A4A37FCA","9D3DD447-66A0-4B4A-B378-FB864D8C1468","163D1C2B-EDE9-4F8F-B466-EF9F4CB14384","50DCF8C9-23AA-4241-AC5B-724CC11950DA","CCACCC51-0109-4F73-B122-AA60E40EC54B","285D1797-A21F-4439-81AD-932B45F54879","7354C28D-A54E-48B6-913E-4949B5F4625E","68EAB78C-AAA8-4EC3-8493-CFD23672B5B3","2AD9DBC6-BDBD-4022-AFE1-B6D94D6860BF","5D634617-10A2-45FE-A453-D3452456AB07","EE3AF0A1-F42E-4AE8-A115-3458AA56DAF3","D8A87F07-FBE8-4C1E-ADE9-3AF6EE15FCD3","72270145-A97E-4B0C-BA7D-1B68CE1A0841","85F71043-A168-4F84-95DC-DD0392FD2935"],"_WordBreak":"break-all","_Scale":1,"__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(2.0,1.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(5,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"10818":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(130.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"10819":{"style":{"__isSmartRef__":true,"id":10820},"chunkOwner":{"__isSmartRef__":true,"id":10817},"_id":"_986","storedString":"all","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10820":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10821":{"sourceObj":{"__isSmartRef__":true,"id":10817},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":10816},"targetMethodName":"selection","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10822":{"morph":{"__isSmartRef__":true,"id":10817},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10823":{"_Fill":{"__isSmartRef__":true,"id":10824},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(130.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"10824":{"stops":[{"__isSmartRef__":true,"id":10825},{"__isSmartRef__":true,"id":10826},{"__isSmartRef__":true,"id":10827},{"__isSmartRef__":true,"id":10828}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10825":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(230,243,253)"},"10826":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(171,215,248)"},"10827":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(171,215,248)"},"10828":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(157,198,229)"},"10829":{"stops":[{"__isSmartRef__":true,"id":10830},{"__isSmartRef__":true,"id":10831},{"__isSmartRef__":true,"id":10832},{"__isSmartRef__":true,"id":10833}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10830":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"10831":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"10832":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"10833":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"10834":{"stops":[{"__isSmartRef__":true,"id":10835},{"__isSmartRef__":true,"id":10836},{"__isSmartRef__":true,"id":10837},{"__isSmartRef__":true,"id":10838}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10835":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"10836":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10837":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10838":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"10839":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10840":{"morph":{"__isSmartRef__":true,"id":10816},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10841":{"createListMorph":{"__isSmartRef__":true,"id":10842},"getList":{"__isSmartRef__":true,"id":10846},"removeList":{"__isSmartRef__":true,"id":10850},"reset":{"__isSmartRef__":true,"id":10854},"onMouseUp":{"__isSmartRef__":true,"id":10858},"onBlur":{"__isSmartRef__":true,"id":10866},"setTag":{"__isSmartRef__":true,"id":10874}},"10842":{"varMapping":{"__isSmartRef__":true,"id":10843},"source":"function createListMorph() {\n var items = this.getList();\n\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n \n connect(listMorph, 'selection', this, 'setTag');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":10844},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10843":{"this":{"__isSmartRef__":true,"id":10816}},"10844":{"timestamp":{"__isSmartRef__":true,"id":10845},"user":"lauritz","categories":[]},"10845":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (W. Europe Standard Time)"},"10846":{"varMapping":{"__isSmartRef__":true,"id":10847},"source":"function getList() {\n if (!this.owner.target) return [''];\n\n var target = this.owner.target;\n\n var tags = Functions.own(target).collect(function (each) {\n return target[each].tags || [];\n }).flatten().uniq();\n\n var sortedTags = tags.sortBy(function(name) { \n return name.toLowerCase() \n });\n \n sortedTags.unshift('all'); \n return sortedTags;\n}","funcProperties":{"__isSmartRef__":true,"id":10848},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10847":{"this":{"__isSmartRef__":true,"id":10816}},"10848":{"timestamp":{"__isSmartRef__":true,"id":10849},"user":"lauritz","tags":[]},"10849":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (W. Europe Standard Time)"},"10850":{"varMapping":{"__isSmartRef__":true,"id":10851},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":10852},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10851":{"this":{"__isSmartRef__":true,"id":10816}},"10852":{"timestamp":{"__isSmartRef__":true,"id":10853},"user":"lauritz","categories":[]},"10853":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (W. Europe Standard Time)"},"10854":{"varMapping":{"__isSmartRef__":true,"id":10855},"source":"function reset() {\n this.list = [];\n this.setLabel('all');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":10856},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10855":{"this":{"__isSmartRef__":true,"id":10816}},"10856":{"timestamp":{"__isSmartRef__":true,"id":10857},"user":"lauritz","tags":[]},"10857":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (W. Europe Standard Time)"},"10858":{"varMapping":{"__isSmartRef__":true,"id":10859},"source":"function onMouseUp(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n this.removeList();\n return true;\n } \n if (this.getList().size() < 2) return;\n var list = this.createListMorph();\n this.addMorph(list);\n this.listMorph = list;\n return true;\n}","funcProperties":{"__isSmartRef__":true,"id":10864},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10859":{"this":{"__isSmartRef__":true,"id":10816},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10860}},"10860":{"$super":{"__isSmartRef__":true,"id":10861}},"10861":{"varMapping":{"__isSmartRef__":true,"id":10862},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10863},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10862":{"obj":{"__isSmartRef__":true,"id":10816},"name":"onMouseUp"},"10863":{},"10864":{"timestamp":{"__isSmartRef__":true,"id":10865},"user":"lauritz","categories":[]},"10865":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (W. Europe Standard Time)"},"10866":{"varMapping":{"__isSmartRef__":true,"id":10867},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":10872},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10867":{"this":{"__isSmartRef__":true,"id":10816},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10868}},"10868":{"$super":{"__isSmartRef__":true,"id":10869}},"10869":{"varMapping":{"__isSmartRef__":true,"id":10870},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10871},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10870":{"obj":{"__isSmartRef__":true,"id":10816},"name":"onBlur"},"10871":{},"10872":{"timestamp":{"__isSmartRef__":true,"id":10873},"user":"lauritz","categories":[]},"10873":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (W. Europe Standard Time)"},"10874":{"varMapping":{"__isSmartRef__":true,"id":10875},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":10876},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10875":{"this":{"__isSmartRef__":true,"id":10816}},"10876":{"timestamp":{"__isSmartRef__":true,"id":10877},"user":"lauritz","categories":[]},"10877":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (W. Europe Standard Time)"},"10878":{"submorphs":[{"__isSmartRef__":true,"id":10879}],"scripts":[],"id":"6D5A6782-8230-4B01-A2CB-183C6C43EB5D","shape":{"__isSmartRef__":true,"id":10884},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10885},"lighterFill":{"__isSmartRef__":true,"id":10890},"label":{"__isSmartRef__":true,"id":10879},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":10895},"attributeConnections":[{"__isSmartRef__":true,"id":10896}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":10919},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","87E42FF6-3862-481D-97D6-643676E15F32","4F370A81-5A80-4821-8ECC-D52B56F31E15","1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516","0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D","97086CE7-CD46-4035-A371-02A41D555A66","E342B91D-F54B-4DA8-8AE7-10C59CE22B41","A838C48E-4033-4688-8DCF-20659BD824FF","E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE","B6FB81D1-145B-40F9-ACF1-17276DA45EBA","09C79781-5461-4815-88DE-22FB67558136","85A5FA10-01D9-4051-8D56-29DB02CF8817","6E2F44D0-D69A-4DD7-91AD-0B0E1E871633","66FB4A47-82E6-417D-8248-4038D0CBBF5A","3CDC67E7-CAC7-4636-B7FF-50D008C6EB0D","4475CB12-8CFB-41DB-9399-EC6B68E18BA3","6175C505-1BCA-42E9-9C4C-07A4A309A245","B4FEE8FD-E680-459F-A82E-7606A48170D5","AC0B6630-E189-474B-A5E2-13726C1E0E6A","B5559DA4-1483-446C-8332-23DC886B44A5","955AF1F4-5BF5-4129-BA11-0DC54E21E510","6646015F-BD0A-4FEB-85F0-557FB8EC655A","A5682378-2307-447E-AD50-1DEC1AAC9FCB","1A04209F-A70E-4385-A6E2-D508EABC2DFC","EDA53C4F-765D-4424-9DBF-C62388440C46","C877D292-B4FE-42F3-AD5D-11AC5F084977","6791D186-00FB-4A9A-8C8E-DF0B3FBB7F70"],"owner":{"__isSmartRef__":true,"id":10044},"layout":{"__isSmartRef__":true,"id":10920},"_ClipMode":"visible","isPressed":false,"_Rotation":0,"_Scale":0.994014980014994,"__serializedExpressions__":["distanceToDragEvent","_Position"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","distanceToDragEvent":"lively.pt(72.0,-13.0)","_Position":"lively.pt(687.7,9.5)"},"10879":{"submorphs":[],"scripts":[],"id":"3C9CE8AB-9002-45EF-9D0B-FD500AD098DC","shape":{"__isSmartRef__":true,"id":10880},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":10878},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":10881}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":10883},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4","56735895-BA99-4D98-9866-AA5DBD86237E","81041CF7-31DB-4F65-BB39-FE438A4F266F","D03829B3-268E-40A0-A440-3E4BAC344F30","714637F0-714A-4833-909B-BA4AF1B4628B","DC956E73-7398-4CAF-B6F2-9A226E344396","C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F","39386C7E-9099-4159-BFE9-80AD37319211","2764FB6E-70D1-4BC5-B3CB-9979A48B8205","C55C8A7C-412C-453E-A99F-CE78C2AADB94","4BD9A8D4-2EC1-40AC-A1CE-5F1347B0152D","3450EAEB-E3D2-4FAF-98DF-354B3B8715D6","C906736E-48DF-4054-BA5A-A089610456D7","DE5C59FB-90A6-4DD4-AC39-5CC8B3912969","5830FB93-49A1-4A31-A687-69C4579D5FA7","AE9038D5-0EBD-40A0-8043-9689D163D108","13E47AE3-8FA4-4D33-B6D0-DC9AB9E63590","330AAB8C-6D17-4763-AACC-669FC5DD3A91","CA04BB7A-205C-412D-9900-C2DE7C5FAD36","37AADE55-77DE-4E93-9A3E-241BB5002F88","60EB450E-29D4-42B9-8FF7-CA138515052E","7D5C0196-98BF-4CCD-9142-3D29E68EE180","0F70CA1F-07A9-4EFA-872A-3255F9C850DC","7A2FAFFA-9A09-40FB-B04A-80B0B34C696B","85768439-7424-4BFE-8191-BCA51F70FE26","926F3B6F-1286-4B95-AAB5-B4F4D49434DF"],"_MinTextWidth":97,"_MinTextHeight":null,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"10880":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"10881":{"style":{"__isSmartRef__":true,"id":10882},"chunkOwner":{"__isSmartRef__":true,"id":10879},"storedString":"run","_id":"_1369","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10882":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10883":{"morph":{"__isSmartRef__":true,"id":10879},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10884":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":10885},"_BorderRadius":5.2,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"10885":{"stops":[{"__isSmartRef__":true,"id":10886},{"__isSmartRef__":true,"id":10887},{"__isSmartRef__":true,"id":10888},{"__isSmartRef__":true,"id":10889}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10886":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"10887":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"10888":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"10889":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"10890":{"stops":[{"__isSmartRef__":true,"id":10891},{"__isSmartRef__":true,"id":10892},{"__isSmartRef__":true,"id":10893},{"__isSmartRef__":true,"id":10894}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10891":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"10892":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10893":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10894":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"10895":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10896":{"sourceObj":{"__isSmartRef__":true,"id":10878},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10044},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":10897},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10897":{"submorphs":[{"__isSmartRef__":true,"id":10898}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10905},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","eventHandler":{"__isSmartRef__":true,"id":10908},"__layered_droppingEnabled__":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":10909},{"__isSmartRef__":true,"id":10910}],"con":{"__isSmartRef__":true,"id":10896},"showsMorphMenu":true,"showsHalos":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10911},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"10898":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10899},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","eventHandler":{"__isSmartRef__":true,"id":10904},"__layered_droppingEnabled__":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":10897},"_Rotation":-3.130064002485303,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(0.0,0.0)"},"10899":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":10900},{"__isSmartRef__":true,"id":10901},{"__isSmartRef__":true,"id":10902},{"__isSmartRef__":true,"id":10903}],"_ClipMode":"visible","_BorderWidth":0,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-12.0,-6.0)","_Extent":"lively.pt(16.0,12.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(0,0,0)"},"10900":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"10901":{"isAbsolute":true,"x":-12,"y":6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"10902":{"isAbsolute":true,"x":4,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"10903":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"10904":{"morph":{"__isSmartRef__":true,"id":10898},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10905":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":10906},{"__isSmartRef__":true,"id":10907}],"_ClipMode":"visible","_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-1.0,-1.0)","_Extent":"lively.pt(831.0,11.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"10906":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"10907":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"10908":{"morph":{"__isSmartRef__":true,"id":10897},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10909":{"morph":{"__isSmartRef__":true,"id":10897},"index":0,"connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"10910":{"morph":{"__isSmartRef__":true,"id":10897},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":10898},"markerDirection":"prev","__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"10911":{"morphMenuItems":{"__isSmartRef__":true,"id":10912}},"10912":{"varMapping":{"__isSmartRef__":true,"id":10913},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":10918},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10913":{"this":{"__isSmartRef__":true,"id":10897},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10914}},"10914":{"$super":{"__isSmartRef__":true,"id":10915}},"10915":{"varMapping":{"__isSmartRef__":true,"id":10916},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10917},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10916":{"obj":{"__isSmartRef__":true,"id":10897},"name":"morphMenuItems"},"10917":{},"10918":{},"10919":{"morph":{"__isSmartRef__":true,"id":10878},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10920":{"centeredHorizontal":false,"moveHorizontal":true},"10921":{"submorphs":[{"__isSmartRef__":true,"id":10922}],"scripts":[],"id":"2F5D5D40-4729-4F2A-AE2F-5F0AEB727569","shape":{"__isSmartRef__":true,"id":10927},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10928},"lighterFill":{"__isSmartRef__":true,"id":10933},"label":{"__isSmartRef__":true,"id":10922},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":10938},"attributeConnections":[{"__isSmartRef__":true,"id":10939}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":10962},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","D686F0CB-027B-4CA9-8B8D-9306389B219D","F51327CB-803E-4234-BFB3-6F5252D1C936","A79280E8-6AE3-4016-AF47-CE78F71924C6","B05829EB-D452-4D81-983B-E2CE425C8260","32B117E5-52D8-4843-B80E-090B9817E099","49AC923E-5272-4E3C-8F02-4F2AED2BC4E9","85AAEA9C-5E12-4DEC-8994-9A5FE655A740","2A7FF9BF-85D3-4962-8EB4-0F7016C672EB","3BB17748-B91B-43F5-84BE-2537402A6382","8BA10BD3-43C5-4A41-B9D9-DCD8C74EA208","8BADA640-EDC1-41B2-BEF3-0F2520EA25DD","CAFB5342-EFD3-483E-AE4A-343D211653EF","C3DC8C6F-A36C-4456-AF34-B0A318C1AAD8","88093937-29BB-43FC-AD82-4A0A4BDC349F","27E1FA12-CE4A-4C1F-891F-EEEF92BD672F","A12311D6-23C1-4711-9271-5B582F89F15B","F615015A-8BAE-4FC4-B9A4-D1D1122AC0A2","77333AB0-F43F-45D7-BAEE-8B9FF7865CAF","6A0E622E-4C99-42C1-8EEE-E659BFC2996E","D0264D42-222E-4900-908B-4EA13729B6AA","CC6A8A07-5A2D-407A-B540-6BA0C73356C5","FA68B30F-8583-41B2-898D-8DAFE1A75F15","D5C01E0F-F7DF-4896-8CEF-099C9F3E6CB8","B521A25F-FA55-4F6B-BAC1-0B2544DF98C1","C567F039-E57C-4C5E-AFAA-D05B2C481A69","3D4A4A11-9E45-4C87-9398-C3EBD8A53468","E0FE37EB-5354-489E-A5E9-99AB7E1974E9"],"layout":{"__isSmartRef__":true,"id":10963},"owner":{"__isSmartRef__":true,"id":10044},"_ClipMode":"visible","isPressed":false,"_Rotation":0,"_Scale":0.9880657804942089,"__serializedExpressions__":["distanceToDragEvent","_Position"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","distanceToDragEvent":"lively.pt(68.8,-14.5)","_Position":"lively.pt(574.4,9.5)"},"10922":{"submorphs":[],"scripts":[],"id":"C5105AA0-E91B-432F-B419-E9B5869EBC1F","shape":{"__isSmartRef__":true,"id":10923},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":10921},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":10924}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":10926},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25","918C6CC4-3540-4341-BAFD-B195F7807FEE","5AABB138-5EE8-40A5-AB3C-5A9625D0A353","4529D79B-4CC5-467E-91F8-661C3A5F49F8","1E5E570C-FD42-45E3-A7F6-768BB14ACD14","A13FB4E0-72F2-4E7C-A861-EDCBA1393860","B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C","002A2173-D26D-4EED-8906-A489C1E158C0","63362D04-B829-41E6-9E68-5B8DB03D382F","996B60A4-8698-448F-A35F-79C768B4976B","F0727398-A1F0-47F5-92CF-BB9677FA05FA","38707063-D664-49A0-B2FB-F0666EC532D5","0402FB51-915F-4491-8FA1-553F0D8F7F35","5A35285D-C6A5-4830-97D9-0890A3F33F39","53121F0B-7DA5-4622-AC08-DD4805D53374","6C84E15D-112D-4C04-87C1-937691E296A7","4ECBD7E4-8B18-4331-8A37-07F4D8DCDCA0","3D4B43A2-AD74-4131-A939-D680216EDA6B","B22327BB-C876-4084-BEFA-4D06AE2B2849","2D34C2E9-76B8-49DC-9FCC-39B523CD0EF4","F098174A-AABC-4F95-8193-C29CA85D6188","714713CE-F5E8-4817-835F-99EA27075558","532DCEDE-C300-48C9-9DBA-58A1E02E1632","2F1C117F-2507-446D-8B43-9BD30AC726FB","74DABF7B-1E90-4D21-93D1-802BC208E9C7","4829579F-88C9-4E62-BE7F-E085AD1EC231","7732A951-B604-4901-B6F1-779441952E6A"],"_MinTextWidth":97,"_MinTextHeight":null,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"10923":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(2,2,0,0)"},"10924":{"style":{"__isSmartRef__":true,"id":10925},"chunkOwner":{"__isSmartRef__":true,"id":10922},"storedString":"save","_id":"_1370","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10925":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10926":{"morph":{"__isSmartRef__":true,"id":10922},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10927":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":10928},"_BorderRadius":5.2,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"10928":{"stops":[{"__isSmartRef__":true,"id":10929},{"__isSmartRef__":true,"id":10930},{"__isSmartRef__":true,"id":10931},{"__isSmartRef__":true,"id":10932}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10929":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"10930":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"10931":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"10932":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"10933":{"stops":[{"__isSmartRef__":true,"id":10934},{"__isSmartRef__":true,"id":10935},{"__isSmartRef__":true,"id":10936},{"__isSmartRef__":true,"id":10937}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10934":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"10935":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10936":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10937":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"10938":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10939":{"sourceObj":{"__isSmartRef__":true,"id":10921},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10279},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":10940},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10940":{"submorphs":[{"__isSmartRef__":true,"id":10941}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10948},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","eventHandler":{"__isSmartRef__":true,"id":10951},"__layered_droppingEnabled__":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":10952},{"__isSmartRef__":true,"id":10953}],"con":{"__isSmartRef__":true,"id":10939},"showsMorphMenu":true,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10954},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"10941":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10942},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","eventHandler":{"__isSmartRef__":true,"id":10947},"__layered_droppingEnabled__":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":10940},"_Rotation":3.077607197692381,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(201.2,40.2)"},"10942":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":10943},{"__isSmartRef__":true,"id":10944},{"__isSmartRef__":true,"id":10945},{"__isSmartRef__":true,"id":10946}],"_ClipMode":"visible","_BorderWidth":0,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-12.0,-6.0)","_Extent":"lively.pt(16.0,12.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(0,0,0)"},"10943":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"10944":{"isAbsolute":true,"x":-12,"y":6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"10945":{"isAbsolute":true,"x":4,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"10946":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"10947":{"morph":{"__isSmartRef__":true,"id":10941},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10948":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":10949},{"__isSmartRef__":true,"id":10950}],"_ClipMode":"visible","_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(200.0,9.0)","_Extent":"lively.pt(480.0,32.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"10949":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"10950":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"10951":{"morph":{"__isSmartRef__":true,"id":10940},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10952":{"morph":{"__isSmartRef__":true,"id":10940},"index":0,"connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"10953":{"morph":{"__isSmartRef__":true,"id":10940},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":10941},"markerDirection":"prev","__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"10954":{"morphMenuItems":{"__isSmartRef__":true,"id":10955}},"10955":{"varMapping":{"__isSmartRef__":true,"id":10956},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":10961},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10956":{"this":{"__isSmartRef__":true,"id":10940},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10957}},"10957":{"$super":{"__isSmartRef__":true,"id":10958}},"10958":{"varMapping":{"__isSmartRef__":true,"id":10959},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":10960},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"10959":{"obj":{"__isSmartRef__":true,"id":10940},"name":"morphMenuItems"},"10960":{},"10961":{},"10962":{"morph":{"__isSmartRef__":true,"id":10921},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10963":{"centeredHorizontal":false,"moveHorizontal":true},"10964":{"submorphs":[{"__isSmartRef__":true,"id":10965}],"scripts":[],"id":"F4868B12-BB1A-4AC9-A47A-31442F89B741","shape":{"__isSmartRef__":true,"id":10970},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":10971},"lighterFill":{"__isSmartRef__":true,"id":10976},"label":{"__isSmartRef__":true,"id":10965},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":10981},"attributeConnections":[{"__isSmartRef__":true,"id":10982}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":10983},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","79434046-F834-490E-B705-0CE871D9E8B3","FF38CA79-C0DF-4F2F-8FC3-407571EF6A54","B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4","5B8D7C39-987A-4849-BFFD-3F316CE03852","F7C30F5C-7270-44B1-ADFF-7473F2012DB0","5142302E-3E9A-476B-AB24-B2448DA6D3E4","FEA3C508-593D-4BC7-B645-8B5630CF2EDE","34DBC442-E1DE-42D7-8C63-BA9A1890C994","4F9067A3-5A5C-4637-A76F-7E590CEE2BDA","ADF74818-537A-4669-A455-9509BA7BD7E5","AFCD7FA7-5429-4B1A-B8B8-AB03C18ABA08","604C352D-0347-4329-A299-EAA3FF90B543","46C5ED11-DE03-428F-A758-5308B3D323B5","7C978B2A-9109-42E1-95C5-A59CC74BD31B","2D34E370-3EA6-48DD-B3A7-FE7EB1CCD78D","A0B7F880-0D72-475C-A002-2EAA7D20C004","1146967F-5295-4931-9637-CF72A6A6D724","775F3066-BB4B-4673-B529-500522EF5165","F01F4895-6DEF-4C26-9CEC-A569AEDD22E6","DDD1C856-9C9F-4CB1-A795-E083B7214E82","51E21302-B2D2-49D0-82D9-D964A6B3C54F","BC9DA8C7-933D-4140-96D3-1E7ADEEC8D69","26FA6101-FD83-4A6D-BA08-839ADCA2E33A","43BD3A17-F549-4B6B-8D78-0F84AFE3A168","00F383AA-5D1B-4E2E-AE7D-233CB4D63E9B"],"owner":{"__isSmartRef__":true,"id":10044},"_ClipMode":"visible","isPressed":false,"layout":{"__isSmartRef__":true,"id":10984},"_Rotation":0,"_Scale":0.9940149800149939,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(468.5,9.0)","distanceToDragEvent":"lively.pt(72.1,-12.5)"},"10965":{"submorphs":[],"scripts":[],"id":"C0E67B54-D1F9-4B57-8E98-A931673B17F1","shape":{"__isSmartRef__":true,"id":10966},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":10964},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":10967}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":10969},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","CB475566-05CE-43E2-B04D-EE32BC4CB718","6BB077CE-92E6-47BE-BE88-9A48488562D1","9E359973-2FDB-417B-BB06-AB34D52BD310","58F098ED-A190-44F2-B73E-80802B2CF2F6","AEA84B35-B349-4307-92C6-8F229705DFC2","A677CADF-24FF-4177-9A3A-FE9AAE7D60FE","0F875AD9-E54C-4735-9BA9-7B89574233A1","840EBE92-3BC2-42EC-819E-3CD002576490","78C4969D-2C33-4B17-9027-89B411B9F496","C9A3D112-C2BC-43A3-A3CA-A68F41A0E4CF","78CF2F1A-6697-4D03-AB2B-CAF862B4EDD6","8B416918-CA4B-46D1-8A3C-40F8A754E44D","01510710-A85B-4054-B0ED-7F2F02434806","8ABD23FB-E90C-4EEB-BF53-DF3C6ACF2BD4","87607080-4A72-484D-A5BD-5F67D468505F","F0E39FE9-F71C-4587-B25A-C4D2C29FE579","BA2AB73A-3967-4F9E-8828-8A638E521B31","5ECC4D2F-4996-403F-AF14-BD1F4BB720F6","54B08934-6893-4B80-8625-B60ABCE9CBC6","4808CF23-17EA-43D8-AE10-DAB21C642FA8","0813DF8A-CC9E-435B-B5A1-DF68BF226F37","047C4EE2-26A1-4AA7-9CE9-E8FF9A9D863B","728334BD-34B0-44FA-A778-2696AA82FEFA","7354635C-DC38-4BE3-9F56-070CE37B65EF","91627811-FB7C-4011-A0C4-7E94EE5DEBC6"],"_MinTextWidth":97,"_MinTextHeight":null,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"10966":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(2,2,0,0)"},"10967":{"style":{"__isSmartRef__":true,"id":10968},"chunkOwner":{"__isSmartRef__":true,"id":10965},"storedString":"Tests","_id":"_1371","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10968":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10969":{"morph":{"__isSmartRef__":true,"id":10965},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10970":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":10971},"_BorderRadius":5.2,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"10971":{"stops":[{"__isSmartRef__":true,"id":10972},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10972":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"10973":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"10974":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"10975":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"10976":{"stops":[{"__isSmartRef__":true,"id":10977},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10977":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"10978":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10979":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"10980":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"10981":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"10982":{"sourceObj":{"__isSmartRef__":true,"id":10964},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10044},"targetMethodName":"openPartTestRunner","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"10983":{"morph":{"__isSmartRef__":true,"id":10964},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10984":{"moveHorizontal":true},"10985":{"submorphs":[{"__isSmartRef__":true,"id":10986},{"__isSmartRef__":true,"id":10993}],"scripts":[],"id":"BC6EA957-941C-4387-9EA1-65CCB3835D4E","shape":{"__isSmartRef__":true,"id":10996},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":11002},"lighterFill":{"__isSmartRef__":true,"id":11007},"label":{"__isSmartRef__":true,"id":10986},"name":"MagnifierButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":11012},"attributeConnections":[{"__isSmartRef__":true,"id":11015}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":11016},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","81CB4C12-BCF0-4097-8B6D-D9419046367A","0767A57D-9BB2-48C6-9654-753D2B9D00A6","42871246-6725-4E41-A2C1-5A5BCF041097","BCE6E775-B5DF-4D6B-9F06-CDC02C1B1D0F","797EC165-A639-42D9-A059-669F6BEB92A7","FA498EFD-E50E-4CE0-9FA8-9AE2E8AE9580","4B68C371-CB37-45B4-910A-611E5FFC23DD","94E374B9-7ED4-4E39-96F1-6FD4E7AC3428","34D63515-7CC7-43FB-B7BB-87AFCA377D63","7E0B172C-0AF5-4C6E-B184-25A8FAE4FAB8","12239D52-D3D3-4713-BC3E-F0B95C488CB7","72559D92-4616-45A9-A0F2-72BA4147C0FB","E86C7328-AF24-4881-84AF-B7C7CEFEAE14","22D731CF-38F0-41CC-B125-74D2842ED847","B58A1A30-782E-4675-A276-2C01D35BEC70","ACEABA6D-071C-46C2-A325-BE30189AA45F","686443AE-DCDC-4998-8A39-48BC57D64FDC","8D660766-7C93-404C-9D92-B12CBF59A3CE","20DF1A18-6F2B-4D66-9110-75EB343C3C61","04A5B209-2310-464D-BE59-A2A0A975DC21"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":10044},"highlightRectangle":{"__isSmartRef__":true,"id":11017},"isPressed":false,"_Rotation":0,"_Scale":0.9920279440699439,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11091},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(424.5,8.5)","distanceToDragEvent":"lively.pt(37.9,-7.9)"},"10986":{"submorphs":[],"scripts":[],"id":"E941FD23-30C9-406F-8514-AFF8ECDBB676","shape":{"__isSmartRef__":true,"id":10987},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":24,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":10985},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10990}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":10992},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E","5AC5C4DE-00B0-43DB-B7F1-765674CE818B","750A11C6-766E-4B48-AE32-D71DE811EB4A","66A7B56E-A94E-44AE-8AED-C0C1B07554D4","CA8596D3-2D4F-453B-BE1B-DCEC8F85389B","4D7DC32F-79CB-4AF8-8B21-AB4F1809D4A8","439DE430-7651-470E-97D8-00E7F96B04DA","DAC920E6-217B-4515-AC09-2F9DCBA7375C","BD48C003-0502-451D-B6AA-7369FF3D1030","C3B8F4EA-3F44-47F4-B569-A0D5AB263BA0","BF7F0FA3-3F2A-4EEF-9687-BE2B0635DF13","3D7AEAC1-C9DD-4941-BA46-16F6783F5699","E04A78F9-3D6E-403F-BA8D-2583FCFFCE53","47E1F29B-6896-467D-8654-CA18929AE57A","509D86FF-5400-4374-BE79-90F0A7E3E90C","C7E53EE0-065A-4C59-8D13-311566722BB7","BA078BAC-7263-4B10-AFD3-3C4EA0DD8707","BCFE28D1-A115-453E-9116-EECC8FE1D50F","A354FF2E-BD85-429A-97C2-254D6033F50C","8166A33E-62E5-48BE-8B74-F3EDC63722A4"],"_MinTextWidth":24,"_MinTextHeight":null,"_FontSize":10,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"10987":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(24.0,24.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"10988":{"style":{"__isSmartRef__":true,"id":10989},"chunkOwner":{"__isSmartRef__":true,"id":10986},"storedString":"","_id":"_1372","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10989":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10990":{"style":{"__isSmartRef__":true,"id":10991},"chunkOwner":{"__isSmartRef__":true,"id":10986},"storedString":"","_id":"_1373","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10991":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10992":{"morph":{"__isSmartRef__":true,"id":10986},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10993":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10994},"derivationIds":[null,"29E543E0-AE93-493A-A694-FC1C330D0544","F0366E4C-E97F-4C77-BEE4-340A0668ADD5","347F6028-5092-4F54-9A34-3EFF3FF0B815","BF7387E7-BCD7-4A5B-B9D2-C14ECF59EFCA","85BA370B-966E-41F7-8C2F-F3A926EC2AA2","1652172B-339A-43A1-9589-70E68B35A28E","705524F7-129B-4102-834E-2A1A45985BB5","5707DF70-CD77-4D53-96ED-5A0AEB227FB7","257E62CE-C668-4317-B5B7-8D394BDC3F6C","2DD4BEA5-E85A-4CD0-953E-9EB2E0735654","BB96B696-7BD4-44C4-9D60-B1551B89D6FA","FCAABC48-FBAF-4E12-8BC9-AC4ACB5A167B","EB81C4D7-5BD8-4DAC-BD70-8675E2338AAC","1DBAE3FF-B2F6-4348-8E06-81139C138D6E","49E7D450-EF74-4E94-B33B-B888D952F3BD","F0B267C4-54BA-4E6F-BFDD-4B047F4FF41A","36B8611D-B449-4F6E-8D0F-B5FD6406D45D","779DB518-01BD-4D32-AD65-BFED801E5D06","F47D501C-3750-4F0D-A2E1-E1B9CDA8368C","16658116-D208-4690-A276-6A6D336F69A0"],"id":"4B9EA990-7648-409A-A236-3627F0EE004E","eventHandler":{"__isSmartRef__":true,"id":10995},"_ClipMode":"visible","__layered_droppingEnabled__":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":10985},"name":"leftpointing_magnifying_glass.png","isBeingDragged":false,"showsHalos":false,"eventsAreDisabled":true,"_HandStyle":"default","_PointerEvents":"none","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Image","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(-3.0,0.0)","distanceToDragEvent":"lively.pt(39.9,-9.0)"},"10994":{"_ImageURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==","_NodeClass":["image"],"_NodeId":"29E543E0-AE93-493A-A694-FC1C330D0544","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Image","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(29.0,29.0)","_Padding":"lively.rect(0,0,0,0)"},"10995":{"morph":{"__isSmartRef__":true,"id":10993},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10996":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":10997},"_BorderRadius":5.2,"__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(24.0,24.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"10997":{"stops":[{"__isSmartRef__":true,"id":10998},{"__isSmartRef__":true,"id":10999},{"__isSmartRef__":true,"id":11000},{"__isSmartRef__":true,"id":11001}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"10998":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"10999":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"11000":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"11001":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"11002":{"stops":[{"__isSmartRef__":true,"id":11003},{"__isSmartRef__":true,"id":11004},{"__isSmartRef__":true,"id":11005},{"__isSmartRef__":true,"id":11006}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"11003":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"11004":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"11005":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"11006":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"11007":{"stops":[{"__isSmartRef__":true,"id":11008},{"__isSmartRef__":true,"id":11009},{"__isSmartRef__":true,"id":11010},{"__isSmartRef__":true,"id":11011}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"11008":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"11009":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"11010":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"11011":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"11012":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":11013}],"revisionOnLoad":154251,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"11013":{"date":{"__isSmartRef__":true,"id":11014},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"11014":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (W. Europe Daylight Time)"},"11015":{"sourceObj":{"__isSmartRef__":true,"id":10985},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10985},"targetMethodName":"onFire","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"11016":{"morph":{"__isSmartRef__":true,"id":10985},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11017":{"submorphs":[],"scripts":[],"id":"364FF344-E489-461B-BC8C-ED45E4823ED4","shape":{"__isSmartRef__":true,"id":11018},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"HighlightRectangle","partsBinMetaInfo":{"__isSmartRef__":true,"id":11019},"eventHandler":{"__isSmartRef__":true,"id":11060},"attributeConnections":[{"__isSmartRef__":true,"id":11061},{"__isSmartRef__":true,"id":11062},{"__isSmartRef__":true,"id":11063}],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","6FECB598-D130-4242-BF1B-E18767608129","0B23F218-078F-4912-A262-31B957885F41","C56BA290-B836-4946-B4EF-DBB6FBA2368C","61176BAF-CFE6-4F2C-9F0A-971AAD6595A1","CB4127B2-0AA5-4B50-9978-F1FF39924A82","113050BB-CF0E-4193-91C6-9C25FC857EE8","EFF939E4-317B-4662-943F-77A6E6F65BD0","AA288E7F-3972-4F0D-87DD-61E4BD9C9C97","903E8C60-1158-42D5-85D2-DF134DA6CEC1","28FD6210-A549-4A11-9178-04E77FF556C0","B3312E29-D786-469F-865E-91FD69475A52","D947A1C1-DCBE-4485-A33D-DF549F6978E0","56CE0E60-45BE-43FF-9C6C-296D8AC326B6","CC61E3F8-8C8D-4F24-A591-023D3C88DEC8"],"partTests":{"__isSmartRef__":true,"id":11065},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"prevScroll":[0,0],"#startLetters":"","eventsAreDisabled":false,"_HandStyle":"default","_PointerEvents":"auto","_Rotation":0,"_Scale":1.0060210561262526,"owner":null,"magnifierButton":{"__isSmartRef__":true,"id":10985},"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11070},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(105.0,393.9)","distanceToDragEvent":"lively.pt(44.0,-14.0)"},"11018":{"_BorderWidth":0,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":0.2597,"_BorderStyle":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(226.4,69.8)","_BorderColor":"Color.rgb(204,0,0)","_Fill":"Color.rgb(58,0,255)","_Padding":"lively.rect(0,0,0,0)"},"11019":{"partsSpaceName":"PartsBin/Tools","comment":"A rectangle which highlights the object under the first hand of the world","migrationLevel":4,"partName":"HighlightRectangle","changes":[{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11022},{"__isSmartRef__":true,"id":11024},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11030},{"__isSmartRef__":true,"id":11032},{"__isSmartRef__":true,"id":11034},{"__isSmartRef__":true,"id":11036},{"__isSmartRef__":true,"id":11038},{"__isSmartRef__":true,"id":11040},{"__isSmartRef__":true,"id":11042},{"__isSmartRef__":true,"id":11044},{"__isSmartRef__":true,"id":11046},{"__isSmartRef__":true,"id":11048},{"__isSmartRef__":true,"id":11050},{"__isSmartRef__":true,"id":11052},{"__isSmartRef__":true,"id":11054},{"__isSmartRef__":true,"id":11056},{"__isSmartRef__":true,"id":11058}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"11020":{"date":{"__isSmartRef__":true,"id":11021},"author":"timfelgentreff","message":"no comment","id":"3DB7DB40-210A-4BED-91FD-9287005703EC"},"11021":{"isSerializedDate":true,"string":"Thu May 24 2012 17:04:54 GMT+0200 (W. Europe Daylight Time)"},"11022":{"date":{"__isSmartRef__":true,"id":11023},"author":"tessi","message":"no comment","id":"23D7AA12-66A9-4C3B-B494-131256C291AC"},"11023":{"isSerializedDate":true,"string":"Thu May 24 2012 16:57:13 GMT+0200 (W. Europe Daylight Time)"},"11024":{"date":{"__isSmartRef__":true,"id":11025},"author":"tessi","message":"no comment","id":"2C30B7CA-388F-4F51-B4CF-A2E50E381148"},"11025":{"isSerializedDate":true,"string":"Thu May 24 2012 16:23:11 GMT+0200 (W. Europe Daylight Time)"},"11026":{"date":{"__isSmartRef__":true,"id":11027},"author":"tessi","message":"diable events","id":"7C1F71A3-FDAC-470A-B9A9-E1F2C9FEF18E"},"11027":{"isSerializedDate":true,"string":"Thu May 24 2012 14:46:08 GMT+0200 (W. Europe Daylight Time)"},"11028":{"date":{"__isSmartRef__":true,"id":11029},"author":"tessi","message":"no comment","id":"01996A33-11BC-4C15-96D7-B7D219E2E961"},"11029":{"isSerializedDate":true,"string":"Thu May 24 2012 14:39:50 GMT+0200 (W. Europe Daylight Time)"},"11030":{"date":{"__isSmartRef__":true,"id":11031},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"11031":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (W. Europe Daylight Time)"},"11032":{"date":{"__isSmartRef__":true,"id":11033},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"11033":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (W. Europe Daylight Time)"},"11034":{"date":{"__isSmartRef__":true,"id":11035},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"11035":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (W. Europe Standard Time)"},"11036":{"date":{"__isSmartRef__":true,"id":11037},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"11037":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (W. Europe Standard Time)"},"11038":{"date":{"__isSmartRef__":true,"id":11039},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"11039":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (W. Europe Standard Time)"},"11040":{"date":{"__isSmartRef__":true,"id":11041},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"11041":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (W. Europe Daylight Time)"},"11042":{"date":{"__isSmartRef__":true,"id":11043},"author":"tessi","message":"no comment","id":"4B982A01-25B3-455A-848D-89C2C3C471D7"},"11043":{"isSerializedDate":true,"string":"Thu May 24 2012 13:58:01 GMT+0200 (W. Europe Daylight Time)"},"11044":{"date":{"__isSmartRef__":true,"id":11045},"author":"tessi","message":"no comment","id":"2FD6CB7B-3BC7-4666-98B4-AACF1001954D"},"11045":{"isSerializedDate":true,"string":"Thu May 24 2012 14:07:32 GMT+0200 (W. Europe Daylight Time)"},"11046":{"date":{"__isSmartRef__":true,"id":11047},"author":"tessi","message":"no comment","id":"09CF5ECF-2C87-4B66-A164-39848628596F"},"11047":{"isSerializedDate":true,"string":"Thu May 24 2012 15:34:59 GMT+0200 (W. Europe Daylight Time)"},"11048":{"date":{"__isSmartRef__":true,"id":11049},"author":"tessi","message":"no comment","id":"252A3EB5-DB00-4CF9-BF38-2927DD1C5229"},"11049":{"isSerializedDate":true,"string":"Thu May 24 2012 16:34:29 GMT+0200 (W. Europe Daylight Time)"},"11050":{"date":{"__isSmartRef__":true,"id":11051},"author":"tessi","message":"no comment","id":"81534551-62C1-4FC9-96CB-A5AC6642CA1E"},"11051":{"isSerializedDate":true,"string":"Thu May 24 2012 16:45:49 GMT+0200 (W. Europe Daylight Time)"},"11052":{"date":{"__isSmartRef__":true,"id":11053},"author":"tessi","message":"no comment","id":"5125DE3A-D50E-4621-8490-F3A9D99C2C4C"},"11053":{"isSerializedDate":true,"string":"Thu May 24 2012 16:47:20 GMT+0200 (W. Europe Daylight Time)"},"11054":{"date":{"__isSmartRef__":true,"id":11055},"author":"tessi","message":"no comment","id":"C81A2FBF-CB0B-4A0B-9D63-F9AEDFCB5DA6"},"11055":{"isSerializedDate":true,"string":"Thu May 24 2012 16:51:06 GMT+0200 (W. Europe Daylight Time)"},"11056":{"date":{"__isSmartRef__":true,"id":11057},"author":"tessi","message":"no comment","id":"DC8EF5EC-7563-45B6-816D-20E2DC218525"},"11057":{"isSerializedDate":true,"string":"Thu May 24 2012 16:52:10 GMT+0200 (W. Europe Daylight Time)"},"11058":{"date":{"__isSmartRef__":true,"id":11059},"author":"timfelgentreff","message":"no comment","id":"E7515DFB-DE7D-4E1F-A2C3-85166DCE4942"},"11059":{"isSerializedDate":true,"string":"Thu May 24 2012 16:59:39 GMT+0200 (W. Europe Daylight Time)"},"11060":{"morph":{"__isSmartRef__":true,"id":11017},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11061":{"sourceObj":{"__isSmartRef__":true,"id":11017},"sourceAttrName":"onMouseMove","targetObj":{"__isSmartRef__":true,"id":11017},"targetMethodName":"updateOnMove","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"11062":{"sourceObj":{"__isSmartRef__":true,"id":11017},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":10985},"targetMethodName":"removeHighlighting","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"11063":{"sourceObj":{"__isSmartRef__":true,"id":11017},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":10044},"targetMethodName":"setTarget","converterString":"function () {\n return this.sourceObj.morphUnderCursor();\n }","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11064},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"11064":{"source":{"__isSmartRef__":true,"id":11017},"target":{"__isSmartRef__":true,"id":10044}},"11065":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11066}},"11066":{"test01IsMorph":{"__isSmartRef__":true,"id":11067}},"11067":{"varMapping":{"__isSmartRef__":true,"id":11068},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":11069},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11068":{"this":{"__isSmartRef__":true,"id":11065}},"11069":{},"11070":{"update":{"__isSmartRef__":true,"id":11071},"updateOnMove":{"__isSmartRef__":true,"id":11075},"bringToFront":{"__isSmartRef__":true,"id":11079},"morphUnderCursor":{"__isSmartRef__":true,"id":11087}},"11071":{"varMapping":{"__isSmartRef__":true,"id":11072},"source":"function update(morphUnderCursor) {\n if (morphUnderCursor === this.magnifierButton ||\n this.magnifierButton.submorphs.include(morphUnderCursor)) {\n morphToHighlight = this.magnifierButton.currentTarget();\n } else {\n morphToHighlight = morphUnderCursor;\n }\n\n if (morphToHighlight && morphToHighlight.world()) {\n this.setPosition(morphToHighlight.getPositionInWorld());\n this.setExtent(morphToHighlight.getExtent());\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11073},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11072":{"this":{"__isSmartRef__":true,"id":11017}},"11073":{"timestamp":{"__isSmartRef__":true,"id":11074},"user":"lauritz","tags":[]},"11074":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:29:58 GMT+0200 (W. Europe Daylight Time)"},"11075":{"varMapping":{"__isSmartRef__":true,"id":11076},"source":"function updateOnMove() {\n this.update(this.morphUnderCursor());\n this.bringToFront();\n}","funcProperties":{"__isSmartRef__":true,"id":11077},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11076":{"this":{"__isSmartRef__":true,"id":11017}},"11077":{"timestamp":{"__isSmartRef__":true,"id":11078},"user":"lauritz","tags":[]},"11078":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:18:33 GMT+0200 (W. Europe Daylight Time)"},"11079":{"varMapping":{"__isSmartRef__":true,"id":11080},"source":"function bringToFront() {\n this.renderContext().morphNode.style.zIndex= 1000;\n}","funcProperties":{"__isSmartRef__":true,"id":11085},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11080":{"this":{"__isSmartRef__":true,"id":11017},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11081}},"11081":{"$super":{"__isSmartRef__":true,"id":11082}},"11082":{"varMapping":{"__isSmartRef__":true,"id":11083},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":11084},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11083":{"obj":{"__isSmartRef__":true,"id":11017},"name":"bringToFront"},"11084":{},"11085":{"timestamp":{"__isSmartRef__":true,"id":11086},"user":"lauritz","tags":[]},"11086":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:12:09 GMT+0200 (W. Europe Daylight Time)"},"11087":{"varMapping":{"__isSmartRef__":true,"id":11088},"source":"function morphUnderCursor() {\n var that = this,\n world = lively.morphic.World.current(); \n \n return world.morphsContainingPoint(world.firstHand().getPosition()).detect(\n function(ea) {\n return !ea.isPlaceholder &&\n !ea.isHalo &&\n (!ea.owner || !ea.owner.isHalo) &&\n !(ea === that);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":11089},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11088":{"this":{"__isSmartRef__":true,"id":11017}},"11089":{"timestamp":{"__isSmartRef__":true,"id":11090},"user":"lauritz","tags":[]},"11090":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:18:36 GMT+0200 (W. Europe Daylight Time)"},"11091":{"onFire":{"__isSmartRef__":true,"id":11092},"removeHighlighting":{"__isSmartRef__":true,"id":11096},"onMouseMove":{"__isSmartRef__":true,"id":11100},"onMouseOut":{"__isSmartRef__":true,"id":11108},"reset":{"__isSmartRef__":true,"id":11116},"isTracking":{"__isSmartRef__":true,"id":11120},"isHighlighting":{"__isSmartRef__":true,"id":11124},"currentTarget":{"__isSmartRef__":true,"id":11128}},"11092":{"varMapping":{"__isSmartRef__":true,"id":11093},"source":"function onFire() {\n var hand = lively.morphic.World.current().firstHand(),\n highlight = this.highlightRectangle,\n that = this;\n\n if (this.isTracking()) {\n this.removeHighlighting();\n } else {\n this.world().addMorph(highlight);\n hand.highlightConnection = connect(hand, \"scrollFocusMorph\", highlight, \"update\");\n highlight.bringToFront();\n if (!this.currentTarget() || !this.currentTarget().world()) {\n highlight.setExtent(pt(0,0));\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11094},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11093":{"this":{"__isSmartRef__":true,"id":10985}},"11094":{"timestamp":{"__isSmartRef__":true,"id":11095},"user":"lauritz","tags":[]},"11095":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:40:51 GMT+0200 (W. Europe Daylight Time)"},"11096":{"varMapping":{"__isSmartRef__":true,"id":11097},"source":"function removeHighlighting() {\n var hand = this.world().firstHand();\n \n if (this.highlightRectangle) {\n this.highlightRectangle.remove();\n }\n \n hand.attributeConnections.removeAt(\n hand.attributeConnections.indexOf(hand.highlightConnection));\n hand.highlightConnection = null;\n}","funcProperties":{"__isSmartRef__":true,"id":11098},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11097":{"this":{"__isSmartRef__":true,"id":10985}},"11098":{"timestamp":{"__isSmartRef__":true,"id":11099},"user":"lauritz","tags":[]},"11099":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:20:30 GMT+0200 (W. Europe Daylight Time)"},"11100":{"varMapping":{"__isSmartRef__":true,"id":11101},"source":"function onMouseMove(evt) {\n var target = this.currentTarget();\n if (target && target.world() && !this.isHighlighting()) {\n this.highlightRectangle.update(target);\n this.world().addMorph(this.highlightRectangle);\n this.highlightRectangle.bringToFront();\n this.targetHighlight = this.highlightRectangle;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11106},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11101":{"this":{"__isSmartRef__":true,"id":10985},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11102}},"11102":{"$super":{"__isSmartRef__":true,"id":11103}},"11103":{"varMapping":{"__isSmartRef__":true,"id":11104},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":11105},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11104":{"obj":{"__isSmartRef__":true,"id":10985},"name":"onMouseMove"},"11105":{},"11106":{"timestamp":{"__isSmartRef__":true,"id":11107},"user":"lauritz","tags":[]},"11107":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:25:52 GMT+0200 (W. Europe Daylight Time)"},"11108":{"varMapping":{"__isSmartRef__":true,"id":11109},"source":"function onMouseOut() {\n if (this.isHighlighting()) {\n if (!this.isTracking()) {\n this.targetHighlight.remove();\n }\n delete this.targetHighlight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11114},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11109":{"this":{"__isSmartRef__":true,"id":10985},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11110}},"11110":{"$super":{"__isSmartRef__":true,"id":11111}},"11111":{"varMapping":{"__isSmartRef__":true,"id":11112},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":11113},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11112":{"obj":{"__isSmartRef__":true,"id":10985},"name":"onMouseOut"},"11113":{},"11114":{"timestamp":{"__isSmartRef__":true,"id":11115},"user":"lauritz","tags":[]},"11115":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:21:57 GMT+0200 (W. Europe Daylight Time)"},"11116":{"varMapping":{"__isSmartRef__":true,"id":11117},"source":"function reset() {\n this.highlightRectangle.attributeConnections = [];\n \n connect(rect, \"onMouseMove\", this.highlightRectangle, \"updateOnMove\")\n connect(rect, \"onMouseUp\", this, \"removeHighlighting\")\n connect(rect, \"onMouseUp\", this.owner, \"setTarget\",\n {converter: function () {\n return this.sourceObj.morphUnderCursor();\n }\n })\n}","funcProperties":{"__isSmartRef__":true,"id":11118},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11117":{"this":{"__isSmartRef__":true,"id":10985}},"11118":{"timestamp":{"__isSmartRef__":true,"id":11119},"user":"lauritz","tags":[]},"11119":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:20:55 GMT+0200 (W. Europe Daylight Time)"},"11120":{"varMapping":{"__isSmartRef__":true,"id":11121},"source":"function isTracking() {\n return !!this.world().firstHand().highlightConnection;\n}","funcProperties":{"__isSmartRef__":true,"id":11122},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11121":{"this":{"__isSmartRef__":true,"id":10985}},"11122":{"timestamp":{"__isSmartRef__":true,"id":11123},"user":"lauritz","tags":[]},"11123":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:11:25 GMT+0200 (W. Europe Daylight Time)"},"11124":{"varMapping":{"__isSmartRef__":true,"id":11125},"source":"function isHighlighting() {\n return !!this.targetHighlight;\n}","funcProperties":{"__isSmartRef__":true,"id":11126},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11125":{"this":{"__isSmartRef__":true,"id":10985}},"11126":{"timestamp":{"__isSmartRef__":true,"id":11127},"user":"lauritz","tags":[]},"11127":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:11:22 GMT+0200 (W. Europe Daylight Time)"},"11128":{"varMapping":{"__isSmartRef__":true,"id":11129},"source":"function currentTarget() {\n return this.owner.target;\n}","funcProperties":{"__isSmartRef__":true,"id":11130},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11129":{"this":{"__isSmartRef__":true,"id":10985}},"11130":{"timestamp":{"__isSmartRef__":true,"id":11131},"user":"lauritz","tags":[]},"11131":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:26:02 GMT+0200 (W. Europe Daylight Time)"},"11132":{"target":{"__isSmartRef__":true,"id":10044},"selector":"update","args":[],"stopped":false,"tickTime":500,"suspended":false,"__LivelyClassName__":"lively.morphic.TargetScript","__SourceModuleName__":"Global.lively.morphic.Core"},"11133":{"_BorderWidth":1,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(808.0,431.8)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"11134":{"partsSpaceName":"PartsBin/Basic","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":11135}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"11135":{"date":{"__isSmartRef__":true,"id":11136},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"11136":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (W. Europe Daylight Time)"},"11137":{"morph":{"__isSmartRef__":true,"id":10044},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11138":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"11139":{},"11140":{"displayInitialScript":{"__isSmartRef__":true,"id":11141},"displayJavaScriptSource":{"__isSmartRef__":true,"id":11145},"displaySourceForConnection":{"__isSmartRef__":true,"id":11149},"displaySourceForScript":{"__isSmartRef__":true,"id":11153},"generateSourceForConnection":{"__isSmartRef__":true,"id":11157},"generateSourceForScript":{"__isSmartRef__":true,"id":11161},"generateTargetCode":{"__isSmartRef__":true,"id":11165},"newConnection":{"__isSmartRef__":true,"id":11169},"newScript":{"__isSmartRef__":true,"id":11173},"reset":{"__isSmartRef__":true,"id":11177},"selectChangedContent":{"__isSmartRef__":true,"id":11181},"setTarget":{"__isSmartRef__":true,"id":11185},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":11189},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":11193},"updateLists":{"__isSmartRef__":true,"id":11197},"onShutdown":{"__isSmartRef__":true,"id":11201},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":11205},"update":{"__isSmartRef__":true,"id":11209},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":11213},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":11217},"printTags":{"__isSmartRef__":true,"id":11225},"setTag":{"__isSmartRef__":true,"id":11229},"runScript":{"__isSmartRef__":true,"id":11233},"openPartTestRunner":{"__isSmartRef__":true,"id":11237},"hasUnsavedChanges":{"__isSmartRef__":true,"id":11241}},"11141":{"varMapping":{"__isSmartRef__":true,"id":11142},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.preselectItem();\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.preselectItem();\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11143},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11142":{"this":{"__isSmartRef__":true,"id":10044}},"11143":{"timestamp":{"__isSmartRef__":true,"id":11144},"user":"lauritz","tags":[]},"11144":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (W. Europe Standard Time)"},"11145":{"varMapping":{"__isSmartRef__":true,"id":11146},"source":"function displayJavaScriptSource(jsCode) {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n var callback = function(confirmed) {\n if (confirmed) that.scriptPane.display(jsCode)\n };\n this.confirmUnsavedChanges(callback);\n } else {\n this.scriptPane.display(jsCode);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11147},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11146":{"this":{"__isSmartRef__":true,"id":10044}},"11147":{"timestamp":{"__isSmartRef__":true,"id":11148},"user":"lauritz","tags":[]},"11148":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (W. Europe Standard Time)"},"11149":{"varMapping":{"__isSmartRef__":true,"id":11150},"source":"function displaySourceForConnection(connection) {\n var code = \"\", that = this;\n if (connection === undefined) return;\n if (connection === null) {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":11151},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11150":{"this":{"__isSmartRef__":true,"id":10044}},"11151":{"timestamp":{"__isSmartRef__":true,"id":11152},"user":"conradcalmez","tags":[]},"11152":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (W. Europe Standard Time)"},"11153":{"varMapping":{"__isSmartRef__":true,"id":11154},"source":"function displaySourceForScript(scriptName) {\n var code = \"\",\n that = this;\n if (scriptName === null) {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForScript(scriptName);\n }\n if (code) this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":11155},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11154":{"this":{"__isSmartRef__":true,"id":10044}},"11155":{"timestamp":{"__isSmartRef__":true,"id":11156},"user":"cschuster","tags":[]},"11156":{"isSerializedDate":true,"string":"Thu Aug 30 2012 08:14:26 GMT+0200 (W. Europe Daylight Time)"},"11157":{"varMapping":{"__isSmartRef__":true,"id":11158},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":11159},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11158":{"this":{"__isSmartRef__":true,"id":10044}},"11159":{"timestamp":{"__isSmartRef__":true,"id":11160},"user":"lauritz","tags":[]},"11160":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (W. Europe Standard Time)"},"11161":{"varMapping":{"__isSmartRef__":true,"id":11162},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName],\n annotation = '',\n scriptSource = '',\n tagScript = '';\n\n if (!script) return;\n\n if (script.timestamp && script.user) \n annotation = Strings.format('// changed at %s by %s \\n', script.timestamp, script.user);\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\n\n return annotation + scriptSource + tagScript;\n}","funcProperties":{"__isSmartRef__":true,"id":11163},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11162":{"this":{"__isSmartRef__":true,"id":10044}},"11163":{"timestamp":{"__isSmartRef__":true,"id":11164},"user":"cschuster","tags":[]},"11164":{"isSerializedDate":true,"string":"Thu Aug 30 2012 08:14:45 GMT+0200 (W. Europe Daylight Time)"},"11165":{"varMapping":{"__isSmartRef__":true,"id":11166},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":11167},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11166":{"this":{"__isSmartRef__":true,"id":10044}},"11167":{"timestamp":{"__isSmartRef__":true,"id":11168},"user":"lauritz","tags":[]},"11168":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (W. Europe Standard Time)"},"11169":{"varMapping":{"__isSmartRef__":true,"id":11170},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11171},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11170":{"this":{"__isSmartRef__":true,"id":10044}},"11171":{"timestamp":{"__isSmartRef__":true,"id":11172},"user":"lauritz","tags":[]},"11172":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (W. Europe Standard Time)"},"11173":{"varMapping":{"__isSmartRef__":true,"id":11174},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n \\n}).tag([]);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":11175},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11174":{"this":{"__isSmartRef__":true,"id":10044}},"11175":{"timestamp":{"__isSmartRef__":true,"id":11176},"user":"lauritz","tags":[]},"11176":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:24:25 GMT+0100 (W. Europe Standard Time)"},"11177":{"varMapping":{"__isSmartRef__":true,"id":11178},"source":"function reset() {\n this.scriptPane = this.get('ObjectEditorScriptPane')\n this.scriptList = this.get('ObjectEditorScriptList')\n this.connectionList = this.get('ObjectEditorConnectionList')\n this.morphSelector = this.get('ObjectEditorMorphSelector')\n \n this.target = null;\n this.currentTag = null;\n \n this.scriptPane.reset();\n this.scriptList.setList();\n this.scriptList.selection = null;\n this.connectionList.setList();\n this.connectionList.selection = null;\n this.morphSelector.reset();\n this.tagChooser.reset();\n \n this.stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":11179},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"11178":{"this":{"__isSmartRef__":true,"id":10044}},"11179":{"timestamp":{"__isSmartRef__":true,"id":11180},"user":"lauritz","tags":[]},"11180":{"isSerializedDate":true,"string":"Fri Aug 03 2012 11:45:36 GMT+0200 (W. Europe Daylight Time)"},"11181":{"varMapping":{"__isSmartRef__":true,"id":11182},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = this.connectionList.selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n this.updateLists();\n this.displayInitialScript();\n } \n}","funcProperties":{"__isSmartRef__":true,"id":12180},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12179":{"this":{"__isSmartRef__":true,"id":11502}},"12180":{},"12181":{"varMapping":{"__isSmartRef__":true,"id":12182},"source":"function updateLists() {\n this.scriptList.setList(this.sortedScriptNamesOfObj(this.target));\n var scriptListItems = this.scriptList.getList();\n scriptListItems.unshift(\"-- ALL --\");\n this.scriptList.setList(scriptListItems);\n\n this.connectionList.setList(this.sortedConnectionNamesOfObj(this.target));\n var connectionListItems = this.connectionList.getList();\n connectionListItems.unshift(\"-- ALL --\");\n this.connectionList.setList(connectionListItems);\n}","funcProperties":{"__isSmartRef__":true,"id":12183},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12182":{"this":{"__isSmartRef__":true,"id":11502}},"12183":{},"12184":{"varMapping":{"__isSmartRef__":true,"id":12185},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.selectAt(0);\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.selectAt(0);\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12186},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12185":{"this":{"__isSmartRef__":true,"id":11502}},"12186":{},"12187":{"varMapping":{"__isSmartRef__":true,"id":12188},"source":"function reset() {\n this.target = null;\n this.scriptPane.doitContext = null;\n this.scriptList.setList();\n this.connectionList.setList();\n this.scriptPane.setTextString(\"\");\n this.morphSelector.reset();\n}","funcProperties":{"__isSmartRef__":true,"id":12189},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12188":{"this":{"__isSmartRef__":true,"id":11502}},"12189":{},"12190":{"varMapping":{"__isSmartRef__":true,"id":12191},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n var index = this.scriptList.getList().indexOf(addScriptMatches[0]);\n if (index > -1) { \n return this.scriptList.selectAt(index);\n }\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i -1) {\n var c = selection[1];\n disconnect(c.sourceObj, c.sourceAttrName, c.targetObj, c.targetMethodName);\n editor.updateLists();\n editor.displayInitialScript();\n } \n }\n\n var message = 'Disconnect \"' + selection[0] +'\" connection?';\n var callback = disconnectConnection;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":12283},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12282":{"this":{"__isSmartRef__":true,"id":12258}},"12283":{"timestamp":{"__isSmartRef__":true,"id":12284},"user":"lauritz","categories":[]},"12284":{"isSerializedDate":true,"string":"Fri Nov 11 2011 01:46:54 GMT+0100 (W. Europe Standard Time)"},"12285":{"submorphs":[{"__isSmartRef__":true,"id":12286}],"scripts":[],"id":"AAF33073-DE03-4326-BD67-FBD3FE06678D","shape":{"__isSmartRef__":true,"id":12291},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":12297},"lighterFill":{"__isSmartRef__":true,"id":12302},"label":{"__isSmartRef__":true,"id":12286},"attributeConnections":[{"__isSmartRef__":true,"id":12307}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"name":"ObjectEditorRemoveScriptButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":12309},"owner":{"__isSmartRef__":true,"id":11495},"eventHandler":{"__isSmartRef__":true,"id":12310},"isCopyMorphRef":true,"morphRefId":24,"draggingEnabled":false,"objectEditorPane":{"__isSmartRef__":true,"id":11495},"derivationIds":[217,"FDC10087-12CF-4570-9211-8309CB6A9AA3","E18FC530-4B1F-4F08-8DA6-3866A3519E56","04A2AAC3-6A9E-40BB-9408-EBB2567EE63B","8C1A42CE-840C-4AAE-BD79-C93A445B9EBF","61FC11FA-B87E-4EFE-BD15-564D3178B68B","ED34F9B5-9E00-41B3-8313-D9C3D6B3B231","A7481F4B-D444-4B4F-BDA2-4F9F03AEC24D","7DDF7175-34FC-4521-A7C3-580A8BE63351","DEA39C05-FAD7-4882-AB3D-0EE12C3408F9","99186A50-1411-4B6F-B1CB-FF0742C20D7D","10F3E467-6BB8-4D07-BD17-8C50593FD6B8","7260818C-6472-4288-8BDD-1E7798A543F3","DEBB5BDB-018D-4BA1-9FB9-73DC84C51D89","D75BCAED-3029-46EB-B944-4A102BB1BC0F","9A977DA2-B325-4DFA-9683-3DC9ECEFAAC0","48A5078F-B4A5-4F4E-884D-84CCDFFBE6F0","33905494-AA01-4311-8398-1F6C3D4F1BAC","5D7201A7-1374-49AD-851F-E3167EFED99E","9B69B6C6-71F2-402E-89D1-E97FC2D3AE13","DA1B3A74-F4A6-427B-8FBD-3D2E9D8CD866","DBFC4A4F-8601-4C32-9460-53902C3B0F37","ED51CA7C-CE32-4CF5-9398-0BA9B791FF5E","4F7A7C1A-3788-478C-AFF5-BA62C7FCB01D","FCEFF15E-E5B8-4C7E-A139-302649441119","3674B8DC-F4E5-4A5C-ACEC-96D743BB6050","33E0336F-FD6A-4AAB-AECB-B7D6C7C80631","761015EE-47CF-40F6-A403-8A959B2DB0A6","361B531D-7A1C-441A-BE8B-0B503543FF6C","E283DDFD-1D8F-4E3D-A0BC-40C30221FFDC","0EC23EA3-7B34-429A-922D-5D139F127D1E","7E51F443-B27F-4B6F-8AC0-51D08D8FB329"],"_ClipMode":"visible","isPressed":false,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12311},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(160.0,40.0)","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(33.4,-21.3)"},"12286":{"submorphs":[],"scripts":[],"id":"99E75BF8-8EDC-4513-99B7-615481D87185","shape":{"__isSmartRef__":true,"id":12287},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":25,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":12285},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":12288}],"prevScroll":[0,0],"_FontFamily":"Helvetica, Sans-Serif","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","eventHandler":{"__isSmartRef__":true,"id":12290},"_HandStyle":"default","_PointerEvents":"none","_MinTextWidth":25,"_MinTextHeight":null,"draggingEnabled":false,"derivationIds":[218,"852A7BD9-52EE-4708-A2D5-1BDECF33C958","7B4F173E-9726-472A-9B30-530D4AA92AD9","CBA217F6-2832-4213-9ABE-47753C1A4180","E6B97D1D-95D5-4644-9359-1D08D42A51F4","4391A57E-70C2-4628-9828-DD668CCE546E","F0C6C298-3B8B-42B2-B5E9-E5B82F607B01","DF0CAF75-4247-4797-B1A0-AD7444391E2A","B4C4F09B-F663-47A1-B85F-461D5452F5F8","FD966AB1-4685-4151-9A38-B1B21B0237EF","CA91FC2C-D7CC-4123-AFD2-108F8F0C2E97","88F1581A-7AEF-4646-B7F9-3890CDDB8494","DC577877-7F00-4238-9246-08C2A10C0CC9","818C9467-71A2-44D6-B01F-1523A0CD5476","C0CF3DDB-AA12-49E0-B12A-6B620552BB47","853E19A1-E97D-463D-A24F-0148671EB696","0203CA4C-E523-4F7D-824B-F09BA3914BDD","18B98A59-6C8E-4386-B3EF-A17259C51C0F","24D84E0A-FA16-47DE-934D-E60729EEB227","7035F1EB-4B8C-4F20-B3AC-966403F55C0A","69831817-0662-4848-8481-44558987D21D","BA13E4C6-DF2A-4059-9174-7725FA3FE514","3E989A29-2A8F-4AFE-B312-A0852B746605","7B675033-945D-4AE1-B85F-DBD35C7B02AA","E0D76A08-70F9-4710-907E-B2D83D60D29A","495F5D43-B450-45B7-B238-FC12AA8F6488","B551041D-4E6E-44F3-8405-1DCE5344BCCD","0A287650-EC32-45AA-8504-0513B196727F","717B0EFA-1422-4224-9A53-5A494F6191A4","C86C167E-8A7D-43BE-AFED-AAEDA70B95EE","97247E8A-2818-4B44-BCDD-348126BD380C","DBD12A55-8830-4DAC-9B09-56E72668513C"],"_WordBreak":"break-all","_Scale":1,"__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"12287":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(25.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"12288":{"style":{"__isSmartRef__":true,"id":12289},"chunkOwner":{"__isSmartRef__":true,"id":12286},"storedString":"-","_id":"_1363","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12289":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12290":{"morph":{"__isSmartRef__":true,"id":12286},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12291":{"_Fill":{"__isSmartRef__":true,"id":12292},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(25.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"12292":{"stops":[{"__isSmartRef__":true,"id":12293},{"__isSmartRef__":true,"id":12294},{"__isSmartRef__":true,"id":12295},{"__isSmartRef__":true,"id":12296}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"12293":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"12294":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"12295":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"12296":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"12297":{"stops":[{"__isSmartRef__":true,"id":12298},{"__isSmartRef__":true,"id":12299},{"__isSmartRef__":true,"id":12300},{"__isSmartRef__":true,"id":12301}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"12298":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"12299":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"12300":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"12301":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"12302":{"stops":[{"__isSmartRef__":true,"id":12303},{"__isSmartRef__":true,"id":12304},{"__isSmartRef__":true,"id":12305},{"__isSmartRef__":true,"id":12306}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"12303":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"12304":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"12305":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"12306":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"12307":{"sourceObj":{"__isSmartRef__":true,"id":12285},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":12285},"targetMethodName":"deleteSelectedScript","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":12308},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"12308":{"source":{"__isSmartRef__":true,"id":12285},"target":{"__isSmartRef__":true,"id":12285}},"12309":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12310":{"morph":{"__isSmartRef__":true,"id":12285},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12311":{"deleteSelectedScript":{"__isSmartRef__":true,"id":12312}},"12312":{"varMapping":{"__isSmartRef__":true,"id":12313},"source":"function deleteSelectedScript() {\n\n var editor = this.objectEditorPane;\n var selection = editor.scriptList.selection;\n\n if (!editor.target || editor.scriptList.getList().size() < 2) \n return; \n\n var deleteScript = function (confirmed) {\n if (!confirmed) return;\n \n if (selection && editor.target) {\n if (!editor.target.hasOwnProperty(selection)) \n return;\n delete editor.target[selection];\n editor.updateLists();\n editor.displayInitialScript();\n }\n }\n\n var message = 'Delete \"' + selection + '\" script?';\n var callback = deleteScript;\n\n var dialog = new lively.morphic.ConfirmDialog(message, callback);\n\n return this.world().openDialog(dialog);\n}","funcProperties":{"__isSmartRef__":true,"id":12314},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12313":{"this":{"__isSmartRef__":true,"id":12285}},"12314":{"timestamp":{"__isSmartRef__":true,"id":12315},"user":"lauritz"},"12315":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:12:21 GMT+0100 (W. Europe Standard Time)"},"12316":{"submorphs":[{"__isSmartRef__":true,"id":12317}],"scripts":[],"id":"27F8464C-49CF-448C-A96E-7FB452268263","shape":{"__isSmartRef__":true,"id":12323},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":12324},"lighterFill":{"__isSmartRef__":true,"id":12329},"label":{"__isSmartRef__":true,"id":12317},"showsHalos":false,"name":"ObjectEditorMorphSelector","partsBinMetaInfo":{"__isSmartRef__":true,"id":12334},"list":[],"eventHandler":{"__isSmartRef__":true,"id":12335},"owner":{"__isSmartRef__":true,"id":11495},"textString":"","selection":{"__isSmartRef__":true,"id":12336},"_ClipMode":"visible","prevScroll":[0,0],"derivationIds":[221,"4AC64FBA-95AC-42B2-A078-B6DA97889093","E26ED0E6-C4CE-4C82-94D5-175270E8459E","D292F2FC-C2B6-48AE-B779-8CC5868FFA49","53A862EB-032C-4BF0-9B21-58C7E0C0A9B2","CC4D188B-510F-48DE-A0E1-EC8D2CD63F9F","0CD057F2-3517-4849-A69E-1EF79B05ACE8","66EBBB7D-8FA7-4D43-AE78-A18DA3B970BA","A50C1893-4138-4E29-865B-92F53F76D08A","1EC5D2B9-3539-419A-8DD6-CE82DEABB02C","95DC06D5-F4C7-49E2-8A01-110D1B0AFBD0","672DEFAB-2BE5-4C60-9779-3B44694FBEB1","E3476213-5872-492C-BE29-0C6A5A150ED8","AA2F6ABE-1CCB-403D-94DD-8FB371F3DDCE","54B67D51-AB19-40A0-A2A6-EC51F3171CAC","1CF44342-896F-4ACB-847F-7CB3CD10ED5A","279A9257-1667-4E0C-844B-A4E0D02462F0","DDCBD835-4B3F-4B8F-9623-696DA76C3A2C","D2CB17F3-5DD0-4E97-BF99-40A95ABF976B","FA519665-2394-43D3-8DCF-802A158F3291","90519BB5-7419-46E0-B7E3-4C26304F3414","0B7FC23C-C63C-4F20-8BAF-1BD1B7205762","B54FAD70-E598-4B06-8F41-00843A06D4B0","5A8ECBD6-ADDE-43FA-8D9E-BC483898DF8A","69DD3160-FAD3-4AD8-9B1C-CB9229AD8034","2C8AD368-8815-41D5-8C8D-CD36ECCF4A96","80C5655D-B03D-413B-A84C-D59A60D8EEEC","BA8066E4-5B8E-4048-97C5-332953805999","E27E2CB2-789E-4269-B5E8-2631B5D2840B","0EDAA37B-E8BA-4DE7-820A-17A44E299F5C","81F15272-5E6E-4544-B6FE-96BDD357A17C","1ED99A20-94B6-4F1F-9524-CBBCEADB0A79"],"isPressed":false,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12342},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(200.1,10.0)","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(122.9,-11.6)"},"12317":{"submorphs":[],"scripts":[],"id":"B4A0CAE5-1E6F-41CD-AF02-9B070CF98199","shape":{"__isSmartRef__":true,"id":12318},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":220,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":12316},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":12319}],"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":12321}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"eventHandler":{"__isSmartRef__":true,"id":12322},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":220,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[222,"30F054A3-7658-405B-8098-B7D87AA8A9ED","556D6E07-45B7-42EC-A486-DE275EF0B034","06B0B080-467A-46CC-8B0D-9C0A9B9A71F1","5E2D96C9-BB9B-4735-8673-A79847435197","B48AA022-2022-4A2A-9090-4D884FB3DFD3","8B2F743A-98C5-45E1-B03C-5019114EAC47","D09C56C3-A2DC-4BDF-B8A1-6365138ECD01","74158C3D-B79E-43E7-B111-48701B10ACE2","B19E117B-E40F-4B9F-86AC-BFB2AAFD5336","4E3B3D72-E52C-44ED-AE32-78939BA1ECFD","2459D1F0-E49C-4882-AB4C-D78C1A496962","3D8D3B02-0459-45C1-A606-D0DB4B07958C","78AAE288-D261-4BEA-9436-C8C31B890B44","2E10F795-9892-4BF7-9A46-BCB90FD6112E","DE32EFA9-C920-42F6-9F2E-7EDABEC006AF","23FBFC79-1927-48FD-8C1C-09FFD7539784","3409506C-9BAE-43DA-BCAF-94392F9646DF","ED94289E-98FC-4126-9EED-25FDC98D5BFC","63C2F1D8-3A1B-464B-9945-1F661D4CFE26","782AAB82-32E9-4A37-9DC0-3118636C2CCE","D564B3C8-D9B5-4D7D-80DD-16715ED878F6","D9344242-9F26-4A5D-B86D-6FAEA43B439C","E7E3A5EE-8F82-4F04-9E65-771E2E4AC9D1","55BF0D1C-FCDF-4D8B-9E42-8EF0F36074A3","B3BE05E0-5704-45B4-8B1D-E7FDA5CE6235","9A503124-0F1D-4390-B668-E4457CBC1376","26D1AD85-C129-4C24-A16A-B6863FC35F41","7425ED3B-1418-47C8-A2EE-52CDF3C4D860","C4B9C269-4F6E-4EA2-A6EA-38C21A011591","952BC06E-5007-4618-9289-931E66292E9D","BB2E676F-0EE9-4AD1-8108-34E3EE9902CA"],"_WordBreak":"break-all","_Scale":1,"__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(2.0,1.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(5,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"12318":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(220.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"12319":{"style":{"__isSmartRef__":true,"id":12320},"chunkOwner":{"__isSmartRef__":true,"id":12317},"_id":"_19785","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12320":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12321":{"sourceObj":{"__isSmartRef__":true,"id":12317},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":12316},"targetMethodName":"selection","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"12322":{"morph":{"__isSmartRef__":true,"id":12317},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12323":{"_Fill":{"__isSmartRef__":true,"id":12324},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(220.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"12324":{"stops":[{"__isSmartRef__":true,"id":12325},{"__isSmartRef__":true,"id":12326},{"__isSmartRef__":true,"id":12327},{"__isSmartRef__":true,"id":12328}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"12325":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"12326":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"12327":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"12328":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"12329":{"stops":[{"__isSmartRef__":true,"id":12330},{"__isSmartRef__":true,"id":12331},{"__isSmartRef__":true,"id":12332},{"__isSmartRef__":true,"id":12333}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"12330":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"12331":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"12332":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"12333":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"12334":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12335":{"morph":{"__isSmartRef__":true,"id":12316},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12336":{"submorphs":[],"scripts":[],"id":181,"shape":{"__isSmartRef__":true,"id":12337},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":580,"_MaxTextHeight":null,"showsHalos":false,"_FontSize":28,"name":"Title","partsBinMetaInfo":{"__isSmartRef__":true,"id":12338},"textChunks":[{"__isSmartRef__":true,"id":12339}],"eventHandler":{"__isSmartRef__":true,"id":12341},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_MinTextWidth":580,"_MinTextHeight":null,"_Rotation":0,"_Scale":1.002003004005006,"previousSelection":[35,35],"priorSelectionRange":[23,23],"charsReplaced":"WIP / Proof of Concept","lastFindLoc":22,"_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","isCopyMorphRef":true,"morphRefId":2,"prevScroll":[0,0],"__serializedExpressions__":["_Position","textColor","_TextColor","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(37.0,23.0)","textColor":"Color.rgb(0,0,0)","_TextColor":"Color.rgb(0,79,152)","distanceToDragEvent":"lively.pt(221.0,-12.0)"},"12337":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(580.0,43.0)","_BorderColor":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"12338":{"partsSpaceName":"PartsBin/Worlds/","comment":"For example a world title.","partName":"Title","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12339":{"style":{"__isSmartRef__":true,"id":12340},"chunkOwner":{"__isSmartRef__":true,"id":12336},"storedString":"","_id":"_1365","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12340":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12341":{"morph":{"__isSmartRef__":true,"id":12336},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12342":{"reset":{"__isSmartRef__":true,"id":12343},"onMouseDown":{"__isSmartRef__":true,"id":12347},"onBlur":{"__isSmartRef__":true,"id":12355},"createScenePresentation":{"__isSmartRef__":true,"id":12363},"presentTargetChooser":{"__isSmartRef__":true,"id":12367},"removeTargetChooser":{"__isSmartRef__":true,"id":12371},"removeHighlight":{"__isSmartRef__":true,"id":12375},"highlightCurrentTarget":{"__isSmartRef__":true,"id":12379},"updateTargetFromSelection":{"__isSmartRef__":true,"id":12383},"currentMorphicScene":{"__isSmartRef__":true,"id":12387},"highlightTarget":{"__isSmartRef__":true,"id":12391},"setLabel":{"__isSmartRef__":true,"id":12395},"updateTargetFromOwner":{"__isSmartRef__":true,"id":12403}},"12343":{"varMapping":{"__isSmartRef__":true,"id":12344},"source":"function reset() {\n this.removeTargetChooser();\n this.setLabel('empty');\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'});\n}","funcProperties":{"__isSmartRef__":true,"id":12345},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12344":{"this":{"__isSmartRef__":true,"id":12316}},"12345":{"timestamp":{"__isSmartRef__":true,"id":12346},"user":"lauritz","tags":[]},"12346":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:57 GMT+0200 (W. Europe Daylight Time)"},"12347":{"varMapping":{"__isSmartRef__":true,"id":12348},"source":"function onMouseDown(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) {\n return $super(evt);\n }\n \n if (this.listMorph) {\n // clicked on morph, not the list, not the list's scrollbar\n if (evt.target === this.renderContext().shapeNode)\n this.removeTargetChooser();\n } else {\n this.presentTargetChooser();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12353},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12348":{"this":{"__isSmartRef__":true,"id":12316},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12349}},"12349":{"$super":{"__isSmartRef__":true,"id":12350}},"12350":{"varMapping":{"__isSmartRef__":true,"id":12351},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12352},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12351":{"obj":{"__isSmartRef__":true,"id":12316},"name":"onMouseDown"},"12352":{},"12353":{"timestamp":{"__isSmartRef__":true,"id":12354},"user":"lauritz","tags":[]},"12354":{"isSerializedDate":true,"string":"Fri Aug 03 2012 12:44:10 GMT+0200 (W. Europe Daylight Time)"},"12355":{"varMapping":{"__isSmartRef__":true,"id":12356},"source":"function onBlur(evt) {\n $super(evt);\n \n // remove the scene presentation when clicked elsewhere\n var target = evt.world.clickedOnMorph;\n if (!this.listMorph || !this.listMorph.isAncestorOf(target)) {\n this.removeTargetChooser();\n } else {\n this.focus();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12361},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12356":{"this":{"__isSmartRef__":true,"id":12316},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12357}},"12357":{"$super":{"__isSmartRef__":true,"id":12358}},"12358":{"varMapping":{"__isSmartRef__":true,"id":12359},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12360},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12359":{"obj":{"__isSmartRef__":true,"id":12316},"name":"onBlur"},"12360":{},"12361":{"timestamp":{"__isSmartRef__":true,"id":12362},"user":"lauritz","tags":[]},"12362":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:05 GMT+0200 (W. Europe Daylight Time)"},"12363":{"varMapping":{"__isSmartRef__":true,"id":12364},"source":"function createScenePresentation() {\n var that = this,\n items = this.currentMorphicScene(),\n height = this.owner.getExtent().y,\n bounds = new Rectangle(0, this.getExtent().y, this.getExtent().x * 2, height),\n treeMorph = new lively.morphic.Tree(),\n rect = lively.morphic.Morph.makeRectangle(bounds),\n currentTarget = null;\n \n treeMorph.childrenPerPage = 10000;\n treeMorph.setName(\"MorphSelectorTree\");\n treeMorph.getLayouter().defer();\n treeMorph.setItem(items);\n treeMorph.childNodes.each(function (n) {\n n.expand();\n })\n \n currentTarget = this.highlightCurrentTarget(treeMorph);\n \n rect.setFill(Color.white);\n rect.beClip(true);\n rect.disableGrabbing();\n rect.disableDragging();\n rect.setBorderWidth(1);\n rect.setBorderColor(Color.rgb(150,150,150));\n rect.addMorph(treeMorph);\n rect.treeMorph = treeMorph;\n rect.currentTarget = currentTarget;\n\n return rect;\n}","funcProperties":{"__isSmartRef__":true,"id":12365},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12364":{"this":{"__isSmartRef__":true,"id":12316}},"12365":{"timestamp":{"__isSmartRef__":true,"id":12366},"user":"lauritz","tags":[]},"12366":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:56 GMT+0200 (W. Europe Daylight Time)"},"12367":{"varMapping":{"__isSmartRef__":true,"id":12368},"source":"function presentTargetChooser() {\n var list = this.createScenePresentation(),\n tree = list.treeMorph,\n target = list.currentTarget\n \n list.setVisible(false)\n this.addMorph(list)\n this.listMorph = list\n list.focus()\n\n // need temp here, doesn't work otherwise, strange errors... Javascript WAT\n var layouting = function() {\n list.setVisible(true)\n \n if (target) {\n var globalTransform = new lively.morphic.Similitude()\n for (var morph = target; (morph != list) && \n (morph != undefined); morph = morph.owner) {\n globalTransform.preConcatenate(morph.getTransform());\n } \n \n list.scrollRectIntoView(target.getBounds().\n translatedBy(globalTransform.getTranslation()));\n tree.getLayouter().resume();\n }\n }\n layouting.morphicDelay(1);\n}","funcProperties":{"__isSmartRef__":true,"id":12369},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12368":{"this":{"__isSmartRef__":true,"id":12316}},"12369":{"timestamp":{"__isSmartRef__":true,"id":12370},"user":"lauritz","tags":[]},"12370":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:13:22 GMT+0200 (W. Europe Daylight Time)"},"12371":{"varMapping":{"__isSmartRef__":true,"id":12372},"source":"function removeTargetChooser() {\n if (this.listMorph) {\n this.listMorph.remove();\n delete this.listMorph; \n }\n}","funcProperties":{"__isSmartRef__":true,"id":12373},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12372":{"this":{"__isSmartRef__":true,"id":12316}},"12373":{"timestamp":{"__isSmartRef__":true,"id":12374},"user":"lauritz","tags":[]},"12374":{"isSerializedDate":true,"string":"Fri Aug 03 2012 12:43:38 GMT+0200 (W. Europe Daylight Time)"},"12375":{"varMapping":{"__isSmartRef__":true,"id":12376},"source":"function removeHighlight(node) {\n node.submorphs[0].setFill(Color.rgb(255,255,255))\n}","funcProperties":{"__isSmartRef__":true,"id":12377},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12376":{"this":{"__isSmartRef__":true,"id":12316}},"12377":{"timestamp":{"__isSmartRef__":true,"id":12378},"user":"lauritz","tags":[]},"12378":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:32:15 GMT+0200 (W. Europe Daylight Time)"},"12379":{"varMapping":{"__isSmartRef__":true,"id":12380},"source":"function highlightCurrentTarget(tree) {\n var target = this.owner.target,\n nodes = tree.childNodes,\n highlightNode;\n\n if (!target) {\n return\n } else if (target.isMorph) {\n var expandables = [target],\n nextOwner = target,\n currentNode\n while (nextOwner.owner) {\n expandables.push(nextOwner.owner)\n nextOwner = nextOwner.owner\n }\n expandables.reverse().each(function (m) {\n currentNode = nodes.detect(function (n) {\n return n.item.value === m;\n })\n if (currentNode) {\n nodes = currentNode.childNodes\n if (!nodes && currentNode.item.children) {\n currentNode.expand();\n nodes = currentNode.childNodes;\n }\n } else {\n return;\n }\n })\n if (currentNode && currentNode.item.value === target) {\n highlightNode = currentNode;\n }\n } else {\n var groupNodes = nodes.detect(function (n) {\n return n.item.value === 'groups';\n }).childNodes\n highlightNode = groupNodes.detect(function (n) {\n // group names are unique\n return n.item.value.name === target.name;\n })\n }\n\n if (highlightNode) {\n this.highlightTarget(highlightNode);\n }\n return highlightNode;\n}","funcProperties":{"__isSmartRef__":true,"id":12381},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12380":{"this":{"__isSmartRef__":true,"id":12316}},"12381":{"timestamp":{"__isSmartRef__":true,"id":12382},"user":"lauritz","tags":[]},"12382":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:31:39 GMT+0200 (W. Europe Daylight Time)"},"12383":{"varMapping":{"__isSmartRef__":true,"id":12384},"source":"function updateTargetFromSelection(selection) { \n var that = this;\n var update = function(confirmed) {\n if (confirmed) {\n that.owner.setTarget(selection);\n that.setLabel(selection.getName() || selection.toString());\n }\n }\n \n this.removeTargetChooser();\n if (this.owner.hasUnsavedChanges && this.owner.hasUnsavedChanges()) {\n this.owner.confirmUnsavedChanges(update);\n } else {\n update(true);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12385},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12384":{"this":{"__isSmartRef__":true,"id":12316}},"12385":{"timestamp":{"__isSmartRef__":true,"id":12386},"user":"lauritz","tags":[]},"12386":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:57 GMT+0200 (W. Europe Daylight Time)"},"12387":{"varMapping":{"__isSmartRef__":true,"id":12388},"source":"function currentMorphicScene() {\n var onSelect = function onSelect(tree) {\n this.selector.updateTargetFromSelection(this.value);\n }\n var properties = {\n editorPane: this.owner,\n selector: this\n }\n \n return {children: [{ \n name: 'World',\n value: this.world(),\n selector: this,\n onSelect: onSelect,\n children: this.world().submorphs.invoke('treeItemsOfMorphNames',\n {scripts: [onSelect],\n properties: properties,\n showUnnamed: true}).compact()\n }]};\n}","funcProperties":{"__isSmartRef__":true,"id":12389},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12388":{"this":{"__isSmartRef__":true,"id":12316}},"12389":{"timestamp":{"__isSmartRef__":true,"id":12390},"user":"lauritz","tags":[]},"12390":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:29:43 GMT+0200 (W. Europe Daylight Time)"},"12391":{"varMapping":{"__isSmartRef__":true,"id":12392},"source":"function highlightTarget(node) {\n node.submorphs[0].setFill(Color.rgb(218,218,218))\n}","funcProperties":{"__isSmartRef__":true,"id":12393},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12392":{"this":{"__isSmartRef__":true,"id":12316}},"12393":{"timestamp":{"__isSmartRef__":true,"id":12394},"user":"lauritz","tags":[]},"12394":{"isSerializedDate":true,"string":"Fri Aug 03 2012 13:32:12 GMT+0200 (W. Europe Daylight Time)"},"12395":{"varMapping":{"__isSmartRef__":true,"id":12396},"source":"function setLabel(label) {\n this.label.setTextString(label);\n this.label.setAlign('left');\n}","funcProperties":{"__isSmartRef__":true,"id":12401},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12396":{"this":{"__isSmartRef__":true,"id":12316},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12397}},"12397":{"$super":{"__isSmartRef__":true,"id":12398}},"12398":{"varMapping":{"__isSmartRef__":true,"id":12399},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12400},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12399":{"obj":{"__isSmartRef__":true,"id":12316},"name":"setLabel"},"12400":{},"12401":{"timestamp":{"__isSmartRef__":true,"id":12402},"user":"lauritz","tags":[]},"12402":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:04:31 GMT+0200 (W. Europe Daylight Time)"},"12403":{"varMapping":{"__isSmartRef__":true,"id":12404},"source":"function updateTargetFromOwner() {\n this.setLabel(this.owner.target);\n}","funcProperties":{"__isSmartRef__":true,"id":12405},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12404":{"this":{"__isSmartRef__":true,"id":12316}},"12405":{"timestamp":{"__isSmartRef__":true,"id":12406},"user":"lauritz","tags":[]},"12406":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:24:24 GMT+0200 (W. Europe Daylight Time)"},"12407":{"submorphs":[],"scripts":[],"id":"7EDC884F-1D52-4EC7-9549-8B9EB312282C","shape":{"__isSmartRef__":true,"id":12408},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":false,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_MaxTextWidth":64.8979476392384,"showsHalos":false,"_FontSize":9,"name":"ObjectEditorScriptsText2","partsBinMetaInfo":{"__isSmartRef__":true,"id":12409},"textChunks":[{"__isSmartRef__":true,"id":12410}],"charsReplaced":"Scripts","lastFindLoc":-7,"priorSelectionRange":[0,7],"prevScroll":[0,0],"eventHandler":{"__isSmartRef__":true,"id":12412},"_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":64.8979476392384,"_ClipMode":"visible","draggingEnabled":false,"eventsAreIgnored":true,"isCopyMorphRef":true,"morphRefId":27,"owner":{"__isSmartRef__":true,"id":11495},"derivationIds":[224,"35EF8FE5-067D-45B6-AF21-77040F11D340","80DC09DD-22D4-4089-B5C3-857B32C9BE9B","EF080074-E6B9-47F3-A87F-26313B40C430","F6977801-C1A7-445C-9BF1-8A1019E202FB","8C9157AE-0343-4CFB-8186-1D5E05D2ECBE","DD3C23F8-6463-4EAE-959B-C486E27D9BDA","1E8D3752-D212-41F8-BC63-B094E0C80707","75C07D11-AE5D-4A36-B2D0-F2A6EA414E72","494AB1C0-2C09-49DE-B4AA-1F24DC7495FF","25199967-E3BA-4763-A704-37BD3152A5F7","8E4A5937-D1FA-4AF7-BD8D-B542C636CEF9","DDB23EF0-540C-4046-AD4D-C001E8A5F20C","FF45AAB3-E5C7-42A0-A704-F068DB2E2AF9","52850E3E-BE46-467C-A381-902F5E4859FD","147F9160-7168-44A4-9EA4-A36466EE1F52","8E4FB238-FC20-4DA7-AC9F-6921EBBD5609","3D09A998-5E60-4E94-9C6A-B08E7D98F02A","B8986B95-68A4-4212-8560-C86C8F7B3B3C","81BAFCDC-090F-4A92-8AD6-C3127620CCF4","3663625F-2BB0-494C-A467-04148A441F42","8F0EE2A4-3C90-4F71-A04E-2B285D2543CD","B5F10B61-9C89-4903-BD4C-DF3B9D283432","7005184B-8CE8-4DB8-82D8-D75E16ADE428","B8106E33-B470-45C3-916E-6E92CAFDD854","3013F6C8-9D86-49F3-9EB0-AA42B27F1DC6","A49BA117-B9D4-43F4-82EA-458B9D16FDBA","9FB9DF10-FCEC-44FE-9614-6DFC4B814576","54F9AFFD-B235-48AC-85E0-57921251546E","7A472A4B-7292-49B5-9F03-DE2E3A096714","C8629DF3-424B-47D3-A3FD-68201FFFC455","2CE99CF4-87BB-479D-BC02-FBE7F5E3C283"],"_MaxTextHeight":null,"_MinTextHeight":null,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","textColor","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(10.0,12.9)","textColor":"Color.rgb(0,0,0)","distanceToDragEvent":"lively.pt(45.8,-27.8)"},"12408":{"fill":null,"_BorderWidth":0,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(64.9,15.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"12409":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12410":{"style":{"__isSmartRef__":true,"id":12411},"chunkOwner":{"__isSmartRef__":true,"id":12407},"storedString":"Tag:","_id":"_1367","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12411":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12412":{"morph":{"__isSmartRef__":true,"id":12407},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12413":{"submorphs":[{"__isSmartRef__":true,"id":12414}],"scripts":[],"id":"0901A0DF-E1FA-402B-B9E9-D19667753776","shape":{"__isSmartRef__":true,"id":12420},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":true,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":12426},"lighterFill":{"__isSmartRef__":true,"id":12431},"label":{"__isSmartRef__":true,"id":12414},"showsHalos":false,"name":"ObjectEditorTagChooser","partsBinMetaInfo":{"__isSmartRef__":true,"id":12436},"listMorph":null,"list":[],"eventHandler":{"__isSmartRef__":true,"id":12437},"textString":"PartsBinBrowser","selection":"","_ClipMode":"visible","prevScroll":[0,0],"owner":{"__isSmartRef__":true,"id":11495},"setTargetToListSelection":"all","savedTextString":"all","derivationIds":[225,"7F83847B-D0B1-4A31-8601-43424B97C858","E08FC110-71D7-4FFD-B4A8-08F8147B95BA","5534107D-C5C9-48DD-A1ED-B87E9D9B672C","0B89FA7A-768C-4062-98AE-C455E8DAFF19","799320C6-CFBA-40E7-B03D-64BFE9B78248","9B650AA3-271B-4E72-B230-51C6F64B7462","C95D3672-724C-4C2C-9CDD-EF308062F627","C66EBEEC-B7CE-4DD9-8BDF-905F071F965D","D68B143A-A712-4FD0-8803-62CCB4C7F763","ED802271-AE5C-4BE9-AC4E-7CED44BC864B","1BD989CB-146C-431F-8B15-9199C4CD5D32","42172AA4-1B06-4C5B-9BB7-FAED1206CF34","32DFAF99-E6F8-426B-829D-FD6C2BCB8FAA","9B4BF2BE-49D5-4B9D-8F38-1692443069A9","FCAB3690-731A-45E7-984F-843DFE705AF1","94B10A66-8219-43AD-B902-DA999A66222D","BB0E2EB7-ABCE-44C7-96E7-6679FB2981D1","2FCEE551-302B-46C9-B646-3B9BE9187182","B4267F52-1ACC-42A1-904D-E9F7D485D8AB","14770110-045A-4BE4-BCF2-7C886DF70F7D","5387EA76-6B03-426A-B385-9C4231B66352","23545203-A969-439B-8761-E83A810696D0","C5467F6E-CBD7-4AF4-94BE-D0D62E4F7DDD","2FC5F9D1-B611-4273-BD5B-107350364579","318398B6-6689-4DE7-88FD-636BD968773D","3241459F-2019-4BD2-A0CF-BD2A174DDA76","69022916-A511-4A6C-8220-5B4CCD34FCEF","E772C128-C42D-4B13-A3DB-3EC0DFDC9FC5","4DD223AA-79FC-4FB3-9301-F197D9D6B358","46929EDB-248B-41D6-AC15-410A659C24A5","1B002698-D346-4EF1-9F48-E74D4EC3C948"],"isPressed":false,"_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","padding","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12438},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(39.1,10.0)","padding":"lively.rect(5,0,0,0)","distanceToDragEvent":"lively.pt(85.7,-11.6)"},"12414":{"submorphs":[],"scripts":[],"id":"A0BAA89F-20FE-4774-A8CD-988E2D92921D","shape":{"__isSmartRef__":true,"id":12415},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":130,"_MaxTextHeight":null,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":12413},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":12416}],"prevScroll":[0,0],"attributeConnections":[{"__isSmartRef__":true,"id":12418}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"eventHandler":{"__isSmartRef__":true,"id":12419},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_MinTextWidth":130,"_MinTextHeight":null,"_Align":"left","_FontFamily":"Arial","_FontSize":10,"derivationIds":[226,"03DBF3F8-8EA2-4426-BA64-C4297DDAB015","B8F87302-BEC3-48CD-9BBA-6C7DBB6287E1","4AA6AE51-338B-4E3E-814B-9F99C693A2D5","08F6CE56-AD91-4C27-9429-C3DEA313696C","D39C963C-FD24-4498-A6D8-71E5102CE58A","132C2A9E-3466-4051-AAEA-6E485A91F408","DB8BC4A1-ED41-446B-AB6C-7E73DD857B5D","567FC668-A57C-41CB-8252-8912826B3144","D0B0775F-C8E7-49EB-BBB2-C7BB7DD464BF","AABED87D-D7C0-494A-8803-26F4601E35FF","696C3A2A-C695-4D17-A044-41A73436AB8D","206A0BFD-6997-4E0E-9193-089D1F66B22A","F2F1F966-6C41-4EBA-AFCE-FAE8C79AA696","64A754E9-7083-4CAE-B5C2-7B436EFFE4BA","64737503-A352-42CC-A249-667DA2B42746","9218F1CA-E23F-4E1A-89C3-DB19DE720861","CF7EAC38-1041-4B83-B087-359885B8528B","84469C7C-C93D-4F16-ACAA-0045A4A37FCA","9D3DD447-66A0-4B4A-B378-FB864D8C1468","163D1C2B-EDE9-4F8F-B466-EF9F4CB14384","50DCF8C9-23AA-4241-AC5B-724CC11950DA","CCACCC51-0109-4F73-B122-AA60E40EC54B","285D1797-A21F-4439-81AD-932B45F54879","7354C28D-A54E-48B6-913E-4949B5F4625E","68EAB78C-AAA8-4EC3-8493-CFD23672B5B3","2AD9DBC6-BDBD-4022-AFE1-B6D94D6860BF","5D634617-10A2-45FE-A453-D3452456AB07","EE3AF0A1-F42E-4AE8-A115-3458AA56DAF3","D8A87F07-FBE8-4C1E-ADE9-3AF6EE15FCD3","72270145-A97E-4B0C-BA7D-1B68CE1A0841","85F71043-A168-4F84-95DC-DD0392FD2935"],"_WordBreak":"break-all","_Scale":1,"__serializedExpressions__":["_Position","textColor","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(2.0,1.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(5,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"12415":{"borderWidth":0,"fill":null,"_ClipMode":"hidden","_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(130.0,20.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"12416":{"style":{"__isSmartRef__":true,"id":12417},"chunkOwner":{"__isSmartRef__":true,"id":12414},"_id":"_986","storedString":"all","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12417":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12418":{"sourceObj":{"__isSmartRef__":true,"id":12414},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":12413},"targetMethodName":"selection","converterString":null,"updaterString":null,"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"12419":{"morph":{"__isSmartRef__":true,"id":12414},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12420":{"_Fill":{"__isSmartRef__":true,"id":12421},"_BorderWidth":1,"_BorderRadius":5,"_ClipMode":"visible","__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(130.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"12421":{"stops":[{"__isSmartRef__":true,"id":12422},{"__isSmartRef__":true,"id":12423},{"__isSmartRef__":true,"id":12424},{"__isSmartRef__":true,"id":12425}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"12422":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(230,243,253)"},"12423":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(171,215,248)"},"12424":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(171,215,248)"},"12425":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(157,198,229)"},"12426":{"stops":[{"__isSmartRef__":true,"id":12427},{"__isSmartRef__":true,"id":12428},{"__isSmartRef__":true,"id":12429},{"__isSmartRef__":true,"id":12430}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"12427":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"12428":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"12429":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"12430":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"12431":{"stops":[{"__isSmartRef__":true,"id":12432},{"__isSmartRef__":true,"id":12433},{"__isSmartRef__":true,"id":12434},{"__isSmartRef__":true,"id":12435}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"12432":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"12433":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"12434":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"12435":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"12436":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"partName":"ChoiceButton","comment":"Click on it and you get a list of things to choose from.","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12437":{"morph":{"__isSmartRef__":true,"id":12413},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12438":{"createListMorph":{"__isSmartRef__":true,"id":12439},"getList":{"__isSmartRef__":true,"id":12443},"removeList":{"__isSmartRef__":true,"id":12447},"reset":{"__isSmartRef__":true,"id":12451},"onMouseUp":{"__isSmartRef__":true,"id":12455},"onBlur":{"__isSmartRef__":true,"id":12463},"setTag":{"__isSmartRef__":true,"id":12471}},"12439":{"varMapping":{"__isSmartRef__":true,"id":12440},"source":"function createListMorph() {\n var items = this.getList();\n\n var height = Math.min(this.owner.getExtent().y, items.length * 17);\n var extent = new Rectangle(0, this.getExtent().y, this.getExtent().x, height);\n\n var listMorph = new lively.morphic.List(extent);\n listMorph.setList(items);\n listMorph.setFontSize(10);\n\n listMorph.disableGrabbing();\n listMorph.disableDragging();\n \n connect(listMorph, 'selection', this, 'setTag');\n \n return listMorph;\n}","funcProperties":{"__isSmartRef__":true,"id":12441},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12440":{"this":{"__isSmartRef__":true,"id":12413}},"12441":{"timestamp":{"__isSmartRef__":true,"id":12442},"user":"lauritz","categories":[]},"12442":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:35:59 GMT+0100 (W. Europe Standard Time)"},"12443":{"varMapping":{"__isSmartRef__":true,"id":12444},"source":"function getList() {\n if (!this.owner.target) return [''];\n\n var target = this.owner.target;\n\n var tags = Functions.own(target).collect(function (each) {\n return target[each].tags || [];\n }).flatten().uniq();\n\n var sortedTags = tags.sortBy(function(name) { \n return name.toLowerCase() \n });\n \n sortedTags.unshift('all'); \n return sortedTags;\n}","funcProperties":{"__isSmartRef__":true,"id":12445},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12444":{"this":{"__isSmartRef__":true,"id":12413}},"12445":{"timestamp":{"__isSmartRef__":true,"id":12446},"user":"lauritz","tags":[]},"12446":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:25 GMT+0100 (W. Europe Standard Time)"},"12447":{"varMapping":{"__isSmartRef__":true,"id":12448},"source":"function removeList() {\n this.listMorph && this.listMorph.remove()\n this.listMorph = null;\n}","funcProperties":{"__isSmartRef__":true,"id":12449},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12448":{"this":{"__isSmartRef__":true,"id":12413}},"12449":{"timestamp":{"__isSmartRef__":true,"id":12450},"user":"lauritz","categories":[]},"12450":{"isSerializedDate":true,"string":"Thu Nov 17 2011 19:06:51 GMT+0100 (W. Europe Standard Time)"},"12451":{"varMapping":{"__isSmartRef__":true,"id":12452},"source":"function reset() {\n this.list = [];\n this.setLabel('all');\n this.label.setAlign('left');\n this.removeList();\n this.applyStyle({fixedWidth: true, fixedHeight: true, borderWidth: 1, overflow: 'visible'})\n}","funcProperties":{"__isSmartRef__":true,"id":12453},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12452":{"this":{"__isSmartRef__":true,"id":12413}},"12453":{"timestamp":{"__isSmartRef__":true,"id":12454},"user":"lauritz","tags":[]},"12454":{"isSerializedDate":true,"string":"Fri Dec 16 2011 20:27:53 GMT+0100 (W. Europe Standard Time)"},"12455":{"varMapping":{"__isSmartRef__":true,"id":12456},"source":"function onMouseUp(evt) {\n if (evt.isCommandKey() || evt.isRightMouseButtonDown()) return $super(evt);\n if (this.listMorph) {\n this.removeList();\n return true;\n } \n if (this.getList().size() < 2) return;\n var list = this.createListMorph();\n this.addMorph(list);\n this.listMorph = list;\n return true;\n}","funcProperties":{"__isSmartRef__":true,"id":12461},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12456":{"this":{"__isSmartRef__":true,"id":12413},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12457}},"12457":{"$super":{"__isSmartRef__":true,"id":12458}},"12458":{"varMapping":{"__isSmartRef__":true,"id":12459},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12460},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12459":{"obj":{"__isSmartRef__":true,"id":12413},"name":"onMouseUp"},"12460":{},"12461":{"timestamp":{"__isSmartRef__":true,"id":12462},"user":"lauritz","categories":[]},"12462":{"isSerializedDate":true,"string":"Thu Nov 17 2011 18:59:16 GMT+0100 (W. Europe Standard Time)"},"12463":{"varMapping":{"__isSmartRef__":true,"id":12464},"source":"function onBlur(evt) {\n $super(evt);\n \n // workaround - otherwise other morphs get this event\n var clickedMorph = evt && evt.world && evt.world.clickedOnMorph;\n if (clickedMorph && (clickedMorph !== this && clickedMorph !== this.listMorph)) {\n this.removeList();\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12469},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12464":{"this":{"__isSmartRef__":true,"id":12413},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12465}},"12465":{"$super":{"__isSmartRef__":true,"id":12466}},"12466":{"varMapping":{"__isSmartRef__":true,"id":12467},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12468},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12467":{"obj":{"__isSmartRef__":true,"id":12413},"name":"onBlur"},"12468":{},"12469":{"timestamp":{"__isSmartRef__":true,"id":12470},"user":"lauritz","categories":[]},"12470":{"isSerializedDate":true,"string":"Mon Nov 21 2011 23:10:03 GMT+0100 (W. Europe Standard Time)"},"12471":{"varMapping":{"__isSmartRef__":true,"id":12472},"source":"function setTag(tag) {\n this.setLabel(tag || '');\n this.label.setAlign('left');\n this.owner.setTag(tag);\n}","funcProperties":{"__isSmartRef__":true,"id":12473},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12472":{"this":{"__isSmartRef__":true,"id":12413}},"12473":{"timestamp":{"__isSmartRef__":true,"id":12474},"user":"lauritz","categories":[]},"12474":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:36:12 GMT+0100 (W. Europe Standard Time)"},"12475":{"submorphs":[{"__isSmartRef__":true,"id":12476}],"scripts":[],"id":"38971A9D-C9E2-49B5-BC80-93C3EC321D33","shape":{"__isSmartRef__":true,"id":12481},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":12482},"lighterFill":{"__isSmartRef__":true,"id":12487},"label":{"__isSmartRef__":true,"id":12476},"name":"Button","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":12492},"attributeConnections":[{"__isSmartRef__":true,"id":12493}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":12516},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","87E42FF6-3862-481D-97D6-643676E15F32","4F370A81-5A80-4821-8ECC-D52B56F31E15","1C6D1DC9-2F9B-4DC4-B453-1CA45B17C516","0E8EC0BF-934B-410B-AEC2-0ECA8C8F774D","97086CE7-CD46-4035-A371-02A41D555A66","E342B91D-F54B-4DA8-8AE7-10C59CE22B41","A838C48E-4033-4688-8DCF-20659BD824FF","E9BBC453-FFF6-4EE8-BDB0-605D5D4557AE","B6FB81D1-145B-40F9-ACF1-17276DA45EBA","09C79781-5461-4815-88DE-22FB67558136","85A5FA10-01D9-4051-8D56-29DB02CF8817","6E2F44D0-D69A-4DD7-91AD-0B0E1E871633","66FB4A47-82E6-417D-8248-4038D0CBBF5A","3CDC67E7-CAC7-4636-B7FF-50D008C6EB0D","4475CB12-8CFB-41DB-9399-EC6B68E18BA3","6175C505-1BCA-42E9-9C4C-07A4A309A245","B4FEE8FD-E680-459F-A82E-7606A48170D5","AC0B6630-E189-474B-A5E2-13726C1E0E6A","B5559DA4-1483-446C-8332-23DC886B44A5","955AF1F4-5BF5-4129-BA11-0DC54E21E510","6646015F-BD0A-4FEB-85F0-557FB8EC655A","A5682378-2307-447E-AD50-1DEC1AAC9FCB","1A04209F-A70E-4385-A6E2-D508EABC2DFC","EDA53C4F-765D-4424-9DBF-C62388440C46","C877D292-B4FE-42F3-AD5D-11AC5F084977","6791D186-00FB-4A9A-8C8E-DF0B3FBB7F70"],"owner":{"__isSmartRef__":true,"id":11495},"layout":{"__isSmartRef__":true,"id":12517},"_ClipMode":"visible","isPressed":false,"_Rotation":0,"_Scale":0.994014980014994,"__serializedExpressions__":["distanceToDragEvent","_Position"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","distanceToDragEvent":"lively.pt(72.0,-13.0)","_Position":"lively.pt(1068.7,9.5)"},"12476":{"submorphs":[],"scripts":[],"id":"94D0C0E9-69C7-4948-B60F-11CE1B374583","shape":{"__isSmartRef__":true,"id":12477},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":12475},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":12478}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":12480},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","BA4EC8D2-AB29-4F9F-B5A0-715A4746A4C4","56735895-BA99-4D98-9866-AA5DBD86237E","81041CF7-31DB-4F65-BB39-FE438A4F266F","D03829B3-268E-40A0-A440-3E4BAC344F30","714637F0-714A-4833-909B-BA4AF1B4628B","DC956E73-7398-4CAF-B6F2-9A226E344396","C1F72D31-1F49-4C0C-ACF3-C3AD7E698D2F","39386C7E-9099-4159-BFE9-80AD37319211","2764FB6E-70D1-4BC5-B3CB-9979A48B8205","C55C8A7C-412C-453E-A99F-CE78C2AADB94","4BD9A8D4-2EC1-40AC-A1CE-5F1347B0152D","3450EAEB-E3D2-4FAF-98DF-354B3B8715D6","C906736E-48DF-4054-BA5A-A089610456D7","DE5C59FB-90A6-4DD4-AC39-5CC8B3912969","5830FB93-49A1-4A31-A687-69C4579D5FA7","AE9038D5-0EBD-40A0-8043-9689D163D108","13E47AE3-8FA4-4D33-B6D0-DC9AB9E63590","330AAB8C-6D17-4763-AACC-669FC5DD3A91","CA04BB7A-205C-412D-9900-C2DE7C5FAD36","37AADE55-77DE-4E93-9A3E-241BB5002F88","60EB450E-29D4-42B9-8FF7-CA138515052E","7D5C0196-98BF-4CCD-9142-3D29E68EE180","0F70CA1F-07A9-4EFA-872A-3255F9C850DC","7A2FAFFA-9A09-40FB-B04A-80B0B34C696B","85768439-7424-4BFE-8191-BCA51F70FE26","926F3B6F-1286-4B95-AAB5-B4F4D49434DF"],"_MinTextWidth":97,"_MinTextHeight":null,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"12477":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(2,2,0,0)"},"12478":{"style":{"__isSmartRef__":true,"id":12479},"chunkOwner":{"__isSmartRef__":true,"id":12476},"storedString":"run","_id":"_1369","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12479":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12480":{"morph":{"__isSmartRef__":true,"id":12476},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12481":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":12482},"_BorderRadius":5.2,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"12482":{"stops":[{"__isSmartRef__":true,"id":12483},{"__isSmartRef__":true,"id":12484},{"__isSmartRef__":true,"id":12485},{"__isSmartRef__":true,"id":12486}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"12483":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"12484":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"12485":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"12486":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"12487":{"stops":[{"__isSmartRef__":true,"id":12488},{"__isSmartRef__":true,"id":12489},{"__isSmartRef__":true,"id":12490},{"__isSmartRef__":true,"id":12491}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"12488":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"12489":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"12490":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"12491":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"12492":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12493":{"sourceObj":{"__isSmartRef__":true,"id":12475},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11495},"targetMethodName":"runScript","visualConnector":{"__isSmartRef__":true,"id":12494},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"12494":{"submorphs":[{"__isSmartRef__":true,"id":12495}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12502},"derivationIds":[null],"id":"C89B50A0-17E7-4D22-AE1D-5112520DAEE7","eventHandler":{"__isSmartRef__":true,"id":12505},"__layered_droppingEnabled__":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":12506},{"__isSmartRef__":true,"id":12507}],"con":{"__isSmartRef__":true,"id":12493},"showsMorphMenu":true,"showsHalos":false,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12508},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"12495":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":12496},"derivationIds":[null],"id":"2A71BE9E-6820-46AF-ACED-3C9BDCC918AF","eventHandler":{"__isSmartRef__":true,"id":12501},"__layered_droppingEnabled__":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":12494},"_Rotation":-3.130064002485303,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(0.0,0.0)"},"12496":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":12497},{"__isSmartRef__":true,"id":12498},{"__isSmartRef__":true,"id":12499},{"__isSmartRef__":true,"id":12500}],"_ClipMode":"visible","_BorderWidth":0,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-12.0,-6.0)","_Extent":"lively.pt(16.0,12.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(0,0,0)"},"12497":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"12498":{"isAbsolute":true,"x":-12,"y":6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"12499":{"isAbsolute":true,"x":4,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"12500":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"12501":{"morph":{"__isSmartRef__":true,"id":12495},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12502":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":12503},{"__isSmartRef__":true,"id":12504}],"_ClipMode":"visible","_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-1.0,-1.0)","_Extent":"lively.pt(831.0,11.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"12503":{"isAbsolute":true,"x":829.7085000406639,"y":9.565843617262885,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"12504":{"isAbsolute":true,"x":0,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"12505":{"morph":{"__isSmartRef__":true,"id":12494},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12506":{"morph":{"__isSmartRef__":true,"id":12494},"index":0,"connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"12507":{"morph":{"__isSmartRef__":true,"id":12494},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":12495},"markerDirection":"prev","__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"12508":{"morphMenuItems":{"__isSmartRef__":true,"id":12509}},"12509":{"varMapping":{"__isSmartRef__":true,"id":12510},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":12515},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12510":{"this":{"__isSmartRef__":true,"id":12494},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12511}},"12511":{"$super":{"__isSmartRef__":true,"id":12512}},"12512":{"varMapping":{"__isSmartRef__":true,"id":12513},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12514},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12513":{"obj":{"__isSmartRef__":true,"id":12494},"name":"morphMenuItems"},"12514":{},"12515":{},"12516":{"morph":{"__isSmartRef__":true,"id":12475},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12517":{"centeredHorizontal":false,"moveHorizontal":true},"12518":{"submorphs":[{"__isSmartRef__":true,"id":12519}],"scripts":[],"id":"F07D4194-AC15-49BC-8246-53D6A370BC18","shape":{"__isSmartRef__":true,"id":12524},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":12525},"lighterFill":{"__isSmartRef__":true,"id":12530},"label":{"__isSmartRef__":true,"id":12519},"name":"saveButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":12535},"attributeConnections":[{"__isSmartRef__":true,"id":12536}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":12559},"derivationIds":[7251,"BE69DA70-C9C3-4495-A6B5-413BD2FFA0D1","79FE3D3F-77C4-4B39-8243-D672185B416D","A4D2FEDF-2654-4381-AB43-8F89B9CA2E86","D686F0CB-027B-4CA9-8B8D-9306389B219D","F51327CB-803E-4234-BFB3-6F5252D1C936","A79280E8-6AE3-4016-AF47-CE78F71924C6","B05829EB-D452-4D81-983B-E2CE425C8260","32B117E5-52D8-4843-B80E-090B9817E099","49AC923E-5272-4E3C-8F02-4F2AED2BC4E9","85AAEA9C-5E12-4DEC-8994-9A5FE655A740","2A7FF9BF-85D3-4962-8EB4-0F7016C672EB","3BB17748-B91B-43F5-84BE-2537402A6382","8BA10BD3-43C5-4A41-B9D9-DCD8C74EA208","8BADA640-EDC1-41B2-BEF3-0F2520EA25DD","CAFB5342-EFD3-483E-AE4A-343D211653EF","C3DC8C6F-A36C-4456-AF34-B0A318C1AAD8","88093937-29BB-43FC-AD82-4A0A4BDC349F","27E1FA12-CE4A-4C1F-891F-EEEF92BD672F","A12311D6-23C1-4711-9271-5B582F89F15B","F615015A-8BAE-4FC4-B9A4-D1D1122AC0A2","77333AB0-F43F-45D7-BAEE-8B9FF7865CAF","6A0E622E-4C99-42C1-8EEE-E659BFC2996E","D0264D42-222E-4900-908B-4EA13729B6AA","CC6A8A07-5A2D-407A-B540-6BA0C73356C5","FA68B30F-8583-41B2-898D-8DAFE1A75F15","D5C01E0F-F7DF-4896-8CEF-099C9F3E6CB8","B521A25F-FA55-4F6B-BAC1-0B2544DF98C1","C567F039-E57C-4C5E-AFAA-D05B2C481A69","3D4A4A11-9E45-4C87-9398-C3EBD8A53468","E0FE37EB-5354-489E-A5E9-99AB7E1974E9"],"layout":{"__isSmartRef__":true,"id":12560},"owner":{"__isSmartRef__":true,"id":11495},"_ClipMode":"visible","isPressed":false,"_Rotation":0,"_Scale":0.9880657804942089,"__serializedExpressions__":["distanceToDragEvent","_Position"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","distanceToDragEvent":"lively.pt(68.8,-14.5)","_Position":"lively.pt(955.4,9.5)"},"12519":{"submorphs":[],"scripts":[],"id":"990BDC3D-5DBC-43C4-A5FA-B6B7232255F4","shape":{"__isSmartRef__":true,"id":12520},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":12518},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":12521}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":12523},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[7252,"E0EF3EFE-3ADF-4E46-8705-7BF444E4BCED","307A3596-1175-4EA6-AA27-5BA4C9D95AB7","0EF99131-C569-4C2C-B613-E0D8423C1334","9AECBFB8-25A5-483F-86AD-D7CF9ABC9A25","918C6CC4-3540-4341-BAFD-B195F7807FEE","5AABB138-5EE8-40A5-AB3C-5A9625D0A353","4529D79B-4CC5-467E-91F8-661C3A5F49F8","1E5E570C-FD42-45E3-A7F6-768BB14ACD14","A13FB4E0-72F2-4E7C-A861-EDCBA1393860","B8E4C964-4FFF-4A9F-B0A9-612546B1DC8C","002A2173-D26D-4EED-8906-A489C1E158C0","63362D04-B829-41E6-9E68-5B8DB03D382F","996B60A4-8698-448F-A35F-79C768B4976B","F0727398-A1F0-47F5-92CF-BB9677FA05FA","38707063-D664-49A0-B2FB-F0666EC532D5","0402FB51-915F-4491-8FA1-553F0D8F7F35","5A35285D-C6A5-4830-97D9-0890A3F33F39","53121F0B-7DA5-4622-AC08-DD4805D53374","6C84E15D-112D-4C04-87C1-937691E296A7","4ECBD7E4-8B18-4331-8A37-07F4D8DCDCA0","3D4B43A2-AD74-4131-A939-D680216EDA6B","B22327BB-C876-4084-BEFA-4D06AE2B2849","2D34C2E9-76B8-49DC-9FCC-39B523CD0EF4","F098174A-AABC-4F95-8193-C29CA85D6188","714713CE-F5E8-4817-835F-99EA27075558","532DCEDE-C300-48C9-9DBA-58A1E02E1632","2F1C117F-2507-446D-8B43-9BD30AC726FB","74DABF7B-1E90-4D21-93D1-802BC208E9C7","4829579F-88C9-4E62-BE7F-E085AD1EC231","7732A951-B604-4901-B6F1-779441952E6A"],"_MinTextWidth":97,"_MinTextHeight":null,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"12520":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(2,2,0,0)"},"12521":{"style":{"__isSmartRef__":true,"id":12522},"chunkOwner":{"__isSmartRef__":true,"id":12519},"storedString":"save","_id":"_1370","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12522":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12523":{"morph":{"__isSmartRef__":true,"id":12519},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12524":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":12525},"_BorderRadius":5.2,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"12525":{"stops":[{"__isSmartRef__":true,"id":12526},{"__isSmartRef__":true,"id":12527},{"__isSmartRef__":true,"id":12528},{"__isSmartRef__":true,"id":12529}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"12526":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"12527":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"12528":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"12529":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"12530":{"stops":[{"__isSmartRef__":true,"id":12531},{"__isSmartRef__":true,"id":12532},{"__isSmartRef__":true,"id":12533},{"__isSmartRef__":true,"id":12534}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"12531":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"12532":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"12533":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"12534":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"12535":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12536":{"sourceObj":{"__isSmartRef__":true,"id":12518},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11730},"targetMethodName":"doSave","visualConnector":{"__isSmartRef__":true,"id":12537},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"12537":{"submorphs":[{"__isSmartRef__":true,"id":12538}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12545},"derivationIds":[null],"id":"F46012D5-C8BE-4E52-BF98-D052FDAAE17A","eventHandler":{"__isSmartRef__":true,"id":12548},"__layered_droppingEnabled__":true,"halosEnabled":true,"owner":null,"controlPoints":[{"__isSmartRef__":true,"id":12549},{"__isSmartRef__":true,"id":12550}],"con":{"__isSmartRef__":true,"id":12536},"showsMorphMenu":true,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12551},"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"12538":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":12539},"derivationIds":[null],"id":"A2A83C78-09B8-473C-829B-198206D7A9E4","eventHandler":{"__isSmartRef__":true,"id":12544},"__layered_droppingEnabled__":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":12537},"_Rotation":3.077607197692381,"__serializedExpressions__":["_Position"],"__LivelyClassName__":"lively.morphic.Path","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","_Position":"lively.pt(201.2,40.2)"},"12539":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":12540},{"__isSmartRef__":true,"id":12541},{"__isSmartRef__":true,"id":12542},{"__isSmartRef__":true,"id":12543}],"_ClipMode":"visible","_BorderWidth":0,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor","_Fill"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(-12.0,-6.0)","_Extent":"lively.pt(16.0,12.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(0,0,0)"},"12540":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"12541":{"isAbsolute":true,"x":-12,"y":6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"12542":{"isAbsolute":true,"x":4,"y":0,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"12543":{"isAbsolute":true,"x":-12,"y":-6,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"12544":{"morph":{"__isSmartRef__":true,"id":12538},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12545":{"dontChangeShape":false,"cachedVertices":null,"_PathElements":[{"__isSmartRef__":true,"id":12546},{"__isSmartRef__":true,"id":12547}],"_ClipMode":"visible","_BorderWidth":1,"__serializedExpressions__":["_Position","_Extent","_Padding","_BorderColor"],"__LivelyClassName__":"lively.morphic.Shapes.Path","__SourceModuleName__":"Global.lively.morphic.PathShapes","_Position":"lively.pt(200.0,9.0)","_Extent":"lively.pt(480.0,32.0)","_Padding":"lively.rect(0,0,0,0)","_BorderColor":"Color.rgb(0,0,0)"},"12546":{"isAbsolute":true,"x":679.4857209639925,"y":9.595948897894004,"__LivelyClassName__":"lively.morphic.Shapes.MoveTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"12547":{"isAbsolute":true,"x":201.20421122525056,"y":40.24084224505009,"__LivelyClassName__":"lively.morphic.Shapes.LineTo","__SourceModuleName__":"Global.lively.morphic.PathShapes"},"12548":{"morph":{"__isSmartRef__":true,"id":12537},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12549":{"morph":{"__isSmartRef__":true,"id":12537},"index":0,"connectedMagnet":null,"__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"12550":{"morph":{"__isSmartRef__":true,"id":12537},"index":1,"connectedMagnet":null,"marker":{"__isSmartRef__":true,"id":12538},"markerDirection":"prev","__LivelyClassName__":"lively.morphic.ControlPoint","__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs"},"12551":{"morphMenuItems":{"__isSmartRef__":true,"id":12552}},"12552":{"varMapping":{"__isSmartRef__":true,"id":12553},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString ||\n 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter:\n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true,\n fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(),\n visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":12558},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12553":{"this":{"__isSmartRef__":true,"id":12537},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12554}},"12554":{"$super":{"__isSmartRef__":true,"id":12555}},"12555":{"varMapping":{"__isSmartRef__":true,"id":12556},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12557},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12556":{"obj":{"__isSmartRef__":true,"id":12537},"name":"morphMenuItems"},"12557":{},"12558":{},"12559":{"morph":{"__isSmartRef__":true,"id":12518},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12560":{"centeredHorizontal":false,"moveHorizontal":true},"12561":{"submorphs":[{"__isSmartRef__":true,"id":12562}],"scripts":[],"id":"BC54D7B5-94E9-46A2-9340-0E1CBF47991B","shape":{"__isSmartRef__":true,"id":12567},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":12568},"lighterFill":{"__isSmartRef__":true,"id":12573},"label":{"__isSmartRef__":true,"id":12562},"name":"openTestsButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":12578},"attributeConnections":[{"__isSmartRef__":true,"id":12579}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":12580},"derivationIds":[7251,"84054D2E-8176-440D-B413-279956A34FC2","79434046-F834-490E-B705-0CE871D9E8B3","FF38CA79-C0DF-4F2F-8FC3-407571EF6A54","B1D50332-9F4F-4F7C-AC3F-95DC6C73EAA4","5B8D7C39-987A-4849-BFFD-3F316CE03852","F7C30F5C-7270-44B1-ADFF-7473F2012DB0","5142302E-3E9A-476B-AB24-B2448DA6D3E4","FEA3C508-593D-4BC7-B645-8B5630CF2EDE","34DBC442-E1DE-42D7-8C63-BA9A1890C994","4F9067A3-5A5C-4637-A76F-7E590CEE2BDA","ADF74818-537A-4669-A455-9509BA7BD7E5","AFCD7FA7-5429-4B1A-B8B8-AB03C18ABA08","604C352D-0347-4329-A299-EAA3FF90B543","46C5ED11-DE03-428F-A758-5308B3D323B5","7C978B2A-9109-42E1-95C5-A59CC74BD31B","2D34E370-3EA6-48DD-B3A7-FE7EB1CCD78D","A0B7F880-0D72-475C-A002-2EAA7D20C004","1146967F-5295-4931-9637-CF72A6A6D724","775F3066-BB4B-4673-B529-500522EF5165","F01F4895-6DEF-4C26-9CEC-A569AEDD22E6","DDD1C856-9C9F-4CB1-A795-E083B7214E82","51E21302-B2D2-49D0-82D9-D964A6B3C54F","BC9DA8C7-933D-4140-96D3-1E7ADEEC8D69","26FA6101-FD83-4A6D-BA08-839ADCA2E33A","43BD3A17-F549-4B6B-8D78-0F84AFE3A168","00F383AA-5D1B-4E2E-AE7D-233CB4D63E9B"],"owner":{"__isSmartRef__":true,"id":11495},"_ClipMode":"visible","isPressed":false,"layout":{"__isSmartRef__":true,"id":12581},"_Rotation":0,"_Scale":0.9940149800149939,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(849.5,9.0)","distanceToDragEvent":"lively.pt(72.1,-12.5)"},"12562":{"submorphs":[],"scripts":[],"id":"B12329D9-7486-44D0-A3D7-F24EDEE1F213","shape":{"__isSmartRef__":true,"id":12563},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":97,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":12561},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":12564}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":12566},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[7252,"0A0A6CB1-BD92-4F39-A425-2EB3D2D4CBA2","CB475566-05CE-43E2-B04D-EE32BC4CB718","6BB077CE-92E6-47BE-BE88-9A48488562D1","9E359973-2FDB-417B-BB06-AB34D52BD310","58F098ED-A190-44F2-B73E-80802B2CF2F6","AEA84B35-B349-4307-92C6-8F229705DFC2","A677CADF-24FF-4177-9A3A-FE9AAE7D60FE","0F875AD9-E54C-4735-9BA9-7B89574233A1","840EBE92-3BC2-42EC-819E-3CD002576490","78C4969D-2C33-4B17-9027-89B411B9F496","C9A3D112-C2BC-43A3-A3CA-A68F41A0E4CF","78CF2F1A-6697-4D03-AB2B-CAF862B4EDD6","8B416918-CA4B-46D1-8A3C-40F8A754E44D","01510710-A85B-4054-B0ED-7F2F02434806","8ABD23FB-E90C-4EEB-BF53-DF3C6ACF2BD4","87607080-4A72-484D-A5BD-5F67D468505F","F0E39FE9-F71C-4587-B25A-C4D2C29FE579","BA2AB73A-3967-4F9E-8828-8A638E521B31","5ECC4D2F-4996-403F-AF14-BD1F4BB720F6","54B08934-6893-4B80-8625-B60ABCE9CBC6","4808CF23-17EA-43D8-AE10-DAB21C642FA8","0813DF8A-CC9E-435B-B5A1-DF68BF226F37","047C4EE2-26A1-4AA7-9CE9-E8FF9A9D863B","728334BD-34B0-44FA-A778-2696AA82FEFA","7354635C-DC38-4BE3-9F56-070CE37B65EF","91627811-FB7C-4011-A0C4-7E94EE5DEBC6"],"_MinTextWidth":97,"_MinTextHeight":null,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)"},"12563":{"_BorderWidth":0,"_Fill":null,"_ClipMode":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(2,2,0,0)"},"12564":{"style":{"__isSmartRef__":true,"id":12565},"chunkOwner":{"__isSmartRef__":true,"id":12562},"storedString":"Tests","_id":"_1371","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12565":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12566":{"morph":{"__isSmartRef__":true,"id":12562},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12567":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":12568},"_BorderRadius":5.2,"_ClipMode":"visible","_Opacity":1,"_BorderStyle":"solid","_AppearanceStylingMode":false,"_BorderStylingMode":false,"__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(101.0,21.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"12568":{"stops":[{"__isSmartRef__":true,"id":12569},{"__isSmartRef__":true,"id":12570},{"__isSmartRef__":true,"id":12571},{"__isSmartRef__":true,"id":12572}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"12569":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"12570":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"12571":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"12572":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"12573":{"stops":[{"__isSmartRef__":true,"id":12574},{"__isSmartRef__":true,"id":12575},{"__isSmartRef__":true,"id":12576},{"__isSmartRef__":true,"id":12577}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"12574":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"12575":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"12576":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"12577":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"12578":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"Button","comment":"Has a script that is called on button press","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12579":{"sourceObj":{"__isSmartRef__":true,"id":12561},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11495},"targetMethodName":"openPartTestRunner","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"12580":{"morph":{"__isSmartRef__":true,"id":12561},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12581":{"moveHorizontal":true},"12582":{"submorphs":[{"__isSmartRef__":true,"id":12583},{"__isSmartRef__":true,"id":12590}],"scripts":[],"id":"BF7907D1-45DD-4246-92D7-6B9633D15DE4","shape":{"__isSmartRef__":true,"id":12593},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":12599},"lighterFill":{"__isSmartRef__":true,"id":12604},"label":{"__isSmartRef__":true,"id":12583},"name":"MagnifierButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":12609},"attributeConnections":[{"__isSmartRef__":true,"id":12612}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"eventHandler":{"__isSmartRef__":true,"id":12613},"derivationIds":[2588,"22797D34-67DE-4A06-81F0-4DF0A87ADBBC","81CB4C12-BCF0-4097-8B6D-D9419046367A","0767A57D-9BB2-48C6-9654-753D2B9D00A6","42871246-6725-4E41-A2C1-5A5BCF041097","BCE6E775-B5DF-4D6B-9F06-CDC02C1B1D0F","797EC165-A639-42D9-A059-669F6BEB92A7","FA498EFD-E50E-4CE0-9FA8-9AE2E8AE9580","4B68C371-CB37-45B4-910A-611E5FFC23DD","94E374B9-7ED4-4E39-96F1-6FD4E7AC3428","34D63515-7CC7-43FB-B7BB-87AFCA377D63","7E0B172C-0AF5-4C6E-B184-25A8FAE4FAB8","12239D52-D3D3-4713-BC3E-F0B95C488CB7","72559D92-4616-45A9-A0F2-72BA4147C0FB","E86C7328-AF24-4881-84AF-B7C7CEFEAE14","22D731CF-38F0-41CC-B125-74D2842ED847","B58A1A30-782E-4675-A276-2C01D35BEC70","ACEABA6D-071C-46C2-A325-BE30189AA45F","686443AE-DCDC-4998-8A39-48BC57D64FDC","8D660766-7C93-404C-9D92-B12CBF59A3CE","20DF1A18-6F2B-4D66-9110-75EB343C3C61","04A5B209-2310-464D-BE59-A2A0A975DC21"],"_ClipMode":"visible","owner":{"__isSmartRef__":true,"id":11495},"highlightRectangle":{"__isSmartRef__":true,"id":12614},"isPressed":false,"_Rotation":0,"_Scale":0.9920279440699439,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12688},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(424.5,8.5)","distanceToDragEvent":"lively.pt(37.9,-7.9)"},"12583":{"submorphs":[],"scripts":[],"id":"84726A8C-D5A9-49E9-AA52-9D235BEF2305","shape":{"__isSmartRef__":true,"id":12584},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_MaxTextWidth":24,"_MaxTextHeight":null,"textStyle":null,"owner":{"__isSmartRef__":true,"id":12582},"isLabel":true,"eventsAreIgnored":true,"_ClipMode":"hidden","textChunks":[{"__isSmartRef__":true,"id":12585},{"__isSmartRef__":true,"id":12587}],"_Align":"center","eventHandler":{"__isSmartRef__":true,"id":12589},"_HandStyle":"default","_PointerEvents":"none","derivationIds":[2589,"024C5ADE-C4CF-4E8E-BEC5-F93AD4839702","A2CC4D56-B9D8-4A48-B6FF-DDDD85ACDC2E","5AC5C4DE-00B0-43DB-B7F1-765674CE818B","750A11C6-766E-4B48-AE32-D71DE811EB4A","66A7B56E-A94E-44AE-8AED-C0C1B07554D4","CA8596D3-2D4F-453B-BE1B-DCEC8F85389B","4D7DC32F-79CB-4AF8-8B21-AB4F1809D4A8","439DE430-7651-470E-97D8-00E7F96B04DA","DAC920E6-217B-4515-AC09-2F9DCBA7375C","BD48C003-0502-451D-B6AA-7369FF3D1030","C3B8F4EA-3F44-47F4-B569-A0D5AB263BA0","BF7F0FA3-3F2A-4EEF-9687-BE2B0635DF13","3D7AEAC1-C9DD-4941-BA46-16F6783F5699","E04A78F9-3D6E-403F-BA8D-2583FCFFCE53","47E1F29B-6896-467D-8654-CA18929AE57A","509D86FF-5400-4374-BE79-90F0A7E3E90C","C7E53EE0-065A-4C59-8D13-311566722BB7","BA078BAC-7263-4B10-AFD3-3C4EA0DD8707","BCFE28D1-A115-453E-9116-EECC8FE1D50F","A354FF2E-BD85-429A-97C2-254D6033F50C","8166A33E-62E5-48BE-8B74-F3EDC63722A4"],"_MinTextWidth":24,"_MinTextHeight":null,"_FontSize":10,"_WordBreak":"break-all","__serializedExpressions__":["_Position","padding","_Padding","_TextColor"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","padding":"lively.rect(5,5,0,0)","_Padding":"lively.rect(0,0,0,0)","_TextColor":"Color.rgb(0,0,0)"},"12584":{"_BorderWidth":0,"_Fill":null,"__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(24.0,24.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"12585":{"style":{"__isSmartRef__":true,"id":12586},"chunkOwner":{"__isSmartRef__":true,"id":12583},"storedString":"","_id":"_1372","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12586":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12587":{"style":{"__isSmartRef__":true,"id":12588},"chunkOwner":{"__isSmartRef__":true,"id":12583},"storedString":"","_id":"_1373","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12588":{"textShadow":"0px 1px 0 rgba(255,255,255,1)","__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12589":{"morph":{"__isSmartRef__":true,"id":12583},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12590":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":12591},"derivationIds":[null,"29E543E0-AE93-493A-A694-FC1C330D0544","F0366E4C-E97F-4C77-BEE4-340A0668ADD5","347F6028-5092-4F54-9A34-3EFF3FF0B815","BF7387E7-BCD7-4A5B-B9D2-C14ECF59EFCA","85BA370B-966E-41F7-8C2F-F3A926EC2AA2","1652172B-339A-43A1-9589-70E68B35A28E","705524F7-129B-4102-834E-2A1A45985BB5","5707DF70-CD77-4D53-96ED-5A0AEB227FB7","257E62CE-C668-4317-B5B7-8D394BDC3F6C","2DD4BEA5-E85A-4CD0-953E-9EB2E0735654","BB96B696-7BD4-44C4-9D60-B1551B89D6FA","FCAABC48-FBAF-4E12-8BC9-AC4ACB5A167B","EB81C4D7-5BD8-4DAC-BD70-8675E2338AAC","1DBAE3FF-B2F6-4348-8E06-81139C138D6E","49E7D450-EF74-4E94-B33B-B888D952F3BD","F0B267C4-54BA-4E6F-BFDD-4B047F4FF41A","36B8611D-B449-4F6E-8D0F-B5FD6406D45D","779DB518-01BD-4D32-AD65-BFED801E5D06","F47D501C-3750-4F0D-A2E1-E1B9CDA8368C","16658116-D208-4690-A276-6A6D336F69A0"],"id":"CB9F259E-27FF-4690-ADAF-7C347F91080D","eventHandler":{"__isSmartRef__":true,"id":12592},"_ClipMode":"visible","__layered_droppingEnabled__":true,"halosEnabled":true,"owner":{"__isSmartRef__":true,"id":12582},"name":"leftpointing_magnifying_glass.png","isBeingDragged":false,"showsHalos":false,"eventsAreDisabled":true,"_HandStyle":"default","_PointerEvents":"none","_Rotation":0,"_Scale":1,"__serializedExpressions__":["_Position","distanceToDragEvent"],"__LivelyClassName__":"lively.morphic.Image","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(-3.0,0.0)","distanceToDragEvent":"lively.pt(39.9,-9.0)"},"12591":{"_ImageURL":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAABAAAAAQBPJcTWAAAALnRFWHRUaXRsZQBMRUZULVBPSU5USU5HIE1BR05JRllJTkcgR0xBU1MgKFUrMUY1MEQpw88haQAAABV0RVh0QXV0aG9yAEFuZHJldyBNYXJjdXNl5zc3gwAAAC90RVh0U29mdHdhcmUAaW5mby5maWxlZm9ybWF0LmRhdGEuVW5pY29kZVBuZ1NlcnZsZXRoAX8wAAAAQ3RFWHREZXNjcmlwdGlvbgBodHRwOi8vd3d3LmZpbGVmb3JtYXQuaW5mby9pbmZvL3VuaWNvZGUvMWY1MGQvaW5kZXguaHRtk2hNQgAAADt0RVh0Q29weXJpZ2h0AGh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzIuMC9siJKDAAAIDklEQVR42u1daWxVRRQeCi0tIqCAQCTIUtEIGlk0ilqEkEbiQhSKGAyCooIIggsiQuMWZNGwVMUFNIhKZBMobZClgK1FwAU3wIpSREDcUFZFEM/JOzf3vPHet9ze1/eYe77k+zNzl5nz3ZlzZntPKYFAcHojDXimmKH6cQbwZuBM4HLgx8A9wBPAU8BjwJ3ADcDFwMnArsCaYjr/0BB4DwlwjAwfL38DzgX2AdYWk3pDJnAM8E/NuN8BpwEHAq8DXgpsCswANgN2APak/BeBu7T7sQX1A9YQE8fuDwYAf2BG/JrEaefxmSjaeOAO9syNwBwxd2Q0o/7fMhr6h8Fx+oBIX346cATwF/aON6Qbc0ZH4G4y0lHgOGAdD8/Be/KAs4AFwKsdrqkHnAA8Tu8rAzYWCWz0Bh5hraKTT11fL+AH1FXlA8/SrsEu61fmW9qLFEqNAv5LRsEw9twEvKMzcAvwJ3LoHG2AW+n9B4HdgixGHhNjiccuKlbUp9aC7yoGnqflraa8A8C2QRTjMvIVaITyKI61BjnkqiILWEjvPAwcxvLqAj+nvAqH7s1oNAfupcpjeNskhnvQOQ/xYfxQCziHRVl3sjxsNfspvYSuNR4Ywn5ClT5CA7lYkUPRU0YVy4CivkVlOE7TKxa6AP+ivKlBEORe9nUO8XD/QhWay6oqmlK3dYoirTYs70FK/wd4ocli1KVIByu7XXmb9BsOPEmj76riSfZxbAM2oPQMmqLB9GUmC/I0M8AtHp9xCd3/rM8fCHISy+vH0ruaOi3Coyqv6ETPKPSpXEOZ4X9XoSl+y89sovTNJgoyklW8rw8+aKFP5apFo3SrbMNcWsnFpgmylkU19R3yY4mc0mk0j88Z62PZ5jHDV7DQugE5dkx/3CQxzlb2qt6aCF1HtJH6BHoGju4v97F8+Sp8zeRGlldCaZtMEmQAq+zICL5hpUvrwfXy19gzZvhcvj6aILNZ3ij2ETQzRZA3WWU7RrgOfQsu05YCnyLxcFS9h91fTlMgfqKdJsg6lteBpQ8wRZASVqmmUa7txvwEJ/qe8SoxGxYymK+wpnMsNGHpxviRbVShkzEatAb5iEHUSrqzQVuiUMkMf5IFGWnM/71giiAHqEL7U7iMf2gtkk/B7/M51E4qMlklvzwNymgxl+VvobQPTRCkMavkDpaelkJlbOkgyDUsv0LZu19Oe/A++BBLvyIB0ZJX9HIQhHdZBymt1BQfso9V1Jorag28PUXKN8tBkHqUV4elLTJFkM9YpVqzllOcAmXDiG6vJsZhlt+Kpc80RZBiF2eJK4fZSS5bd4fWUcTyc1n6Y6YIMpVVii+LTgFOTHLZNjoIMpTlT2fpXUwRpIcKn021gHuwcDN0ss525Cnn3fIt2DXfK3vPljGbHtK1gdcFmkNdkYTK4gz0Tgcxytg1fI6rUBkGvubA54Ta0lTFK9VYFhS/xKV18PEHX3MfYpogfPUND9DwuamFlP5oNZXlZRcxlmsDWutsCl/aNQYZWhfBnTlOceNsLq459E1wyyhwEeNvFb7ZusClrEbhNlbJoyp8Y3UejehxPWS08v/MBrbIlcr92BvfwZit7KMKOC3f3FRBcBC2mRlBnz0dpOzN17gvqrdP7+2p7PkoJz7Hrq2pCfeqMhzXasbI1/KHa/m4Y93reRFcU1mrIh8IXaLCJzpnsLyfKRozHrNZpbFF9NHyx2pGw2tWAZ8H3gW8UjmvvWdSlIQb3raq6Kdzp6vwBbOhWn5/FRCggy9lFcdN1521ax5Q0Y9B41o7nkn8Rv1/gSkS0T/crb0vV4Uv465UAUNjLerCkfAN2jUXKef19apwnYP4AynK4tfNU6m1ZlMtaK/stQZrLXu0Q6g6OIpTjoVfAK/Xnp1GDp1fhy0th1rwHLqmEbXYHkEQJYcGitwouG2onoPx0Ne8q+yDmtGIs8lPUFCgH/Q5R4XPQlt8nfKzKB9/ouNHLT/ddFEw7t+uGQbPko90GY+gOHgcoRc5+YeBj1DY3JPyGrq8qy6JdMhBDAyz8azhZLq2JRuP4HE3a6f8KhNH7k4Dt9UORqoE3qGqfiAUo7L7lX1kjfMd4H0UHGTTFMpLzH8VUAS3iN2znsQ1GugvprCvkvMYdSFouBYxPu98FdoKusblmZXUoiz0J1FuYgPUfCrXAof7S4MgimXIRVH8wwHq5vBLna9Cs8ULyEgVWrCg8zAJ79TtjGDXjSMx5kd4Fk7XB+a3uq5Sob1QfoW86JzxR2zcjjyj3/mKTafUpCAi2nPLVcB+QA379YdoGuWEBxEwars1hujIOpZQQS1jWhzvKXeIDAOBRhT+YgQ2kcYK71NLwgOauAKJ50jwpFW8J2jHKHvLKwYBuENmVxyibAiqKIlCOkVY1g8HZHkQ5SOXeTaBR9RW9vT7agp34xVlo4jiL7KoG0TjriCR4hVlk0r8EYrAtZQiZa+14wx1qzhF2Syi+C+K5VOWko8RUVJIlPc8irIhKCP6ZItSqeJbh8kSU/qHDCbKMuZT4hFlrpgxcaIUUcuJR5TdYsLEiFLIQuLMOESZJOZLnCjLyMhrabqkZRRR1qsArDQmW5SlZOxPVWhJ2E2UNRJlVQ/wi19CRv9WhXbJoCh8zb+IujVBNYqymIyPP55ZxsQoVvK78kkBrp28rXVThSJGcoE7YZ5RoTMlc8SBpw7kj2IEAoFAIBAIBAKBQCAQCAQCgUAgEAgEAoFAIBAIBAKBQCAQCAQCgSAZ+A+0ucC4BysctgAAAABJRU5ErkJggg==","_NodeClass":["image"],"_NodeId":"29E543E0-AE93-493A-A694-FC1C330D0544","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__serializedExpressions__":["_Position","_Extent","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Image","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(29.0,29.0)","_Padding":"lively.rect(0,0,0,0)"},"12592":{"morph":{"__isSmartRef__":true,"id":12590},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12593":{"_BorderWidth":1.1840000000000002,"_Fill":{"__isSmartRef__":true,"id":12594},"_BorderRadius":5.2,"__serializedExpressions__":["position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(24.0,24.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"12594":{"stops":[{"__isSmartRef__":true,"id":12595},{"__isSmartRef__":true,"id":12596},{"__isSmartRef__":true,"id":12597},{"__isSmartRef__":true,"id":12598}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"12595":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"12596":{"offset":0.3,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"12597":{"offset":0.7,"__serializedExpressions__":["color"],"color":"Color.rgb(221,221,221)"},"12598":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(204,204,204)"},"12599":{"stops":[{"__isSmartRef__":true,"id":12600},{"__isSmartRef__":true,"id":12601},{"__isSmartRef__":true,"id":12602},{"__isSmartRef__":true,"id":12603}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"12600":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"12601":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"12602":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"12603":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"12604":{"stops":[{"__isSmartRef__":true,"id":12605},{"__isSmartRef__":true,"id":12606},{"__isSmartRef__":true,"id":12607},{"__isSmartRef__":true,"id":12608}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"12605":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"12606":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"12607":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"12608":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"12609":{"partsSpaceName":"PartsBin/Inputs","migrationLevel":4,"partName":"ScriptableButton","comment":"Has a script that is called on button press","changes":[{"__isSmartRef__":true,"id":12610}],"revisionOnLoad":154251,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12610":{"date":{"__isSmartRef__":true,"id":12611},"author":"robertkrahn","message":"no comment","id":"0366C0A2-0C8E-4AEB-AAC3-120434134545"},"12611":{"isSerializedDate":true,"string":"Sat Apr 21 2012 14:10:10 GMT+0200 (W. Europe Daylight Time)"},"12612":{"sourceObj":{"__isSmartRef__":true,"id":12582},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":12582},"targetMethodName":"onFire","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"12613":{"morph":{"__isSmartRef__":true,"id":12582},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12614":{"submorphs":[],"scripts":[],"id":"364FF344-E489-461B-BC8C-ED45E4823ED4","shape":{"__isSmartRef__":true,"id":12615},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"HighlightRectangle","partsBinMetaInfo":{"__isSmartRef__":true,"id":12616},"eventHandler":{"__isSmartRef__":true,"id":12657},"attributeConnections":[{"__isSmartRef__":true,"id":12658},{"__isSmartRef__":true,"id":12659},{"__isSmartRef__":true,"id":12660}],"doNotSerialize":[],"doNotCopyProperties":[],"derivationIds":[127,"F0291F62-F100-480C-AEBF-0230398F7983","AE8B5ED7-E305-45BC-BE4A-1C28A49EE12B","39BA345C-17FA-45A0-BAC2-F0CF5654ACF8","FE91EA31-D8AE-461B-8A49-95DA5FBAE5B4","F38439A3-2F4E-4AC2-BF73-2633C00B1393","6748F5B5-2284-4748-A6EE-F1A261CBAD0B","6FECB598-D130-4242-BF1B-E18767608129","0B23F218-078F-4912-A262-31B957885F41","C56BA290-B836-4946-B4EF-DBB6FBA2368C","61176BAF-CFE6-4F2C-9F0A-971AAD6595A1","CB4127B2-0AA5-4B50-9978-F1FF39924A82","113050BB-CF0E-4193-91C6-9C25FC857EE8","EFF939E4-317B-4662-943F-77A6E6F65BD0","AA288E7F-3972-4F0D-87DD-61E4BD9C9C97","903E8C60-1158-42D5-85D2-DF134DA6CEC1","28FD6210-A549-4A11-9178-04E77FF556C0","B3312E29-D786-469F-865E-91FD69475A52","D947A1C1-DCBE-4485-A33D-DF549F6978E0","56CE0E60-45BE-43FF-9C6C-296D8AC326B6","CC61E3F8-8C8D-4F24-A591-023D3C88DEC8"],"partTests":{"__isSmartRef__":true,"id":12662},"_ClipMode":"visible","moved":true,"isBeingDragged":false,"prevScroll":[0,0],"#startLetters":"","eventsAreDisabled":false,"_HandStyle":"default","_PointerEvents":"auto","_Rotation":0,"_Scale":1.0060210561262526,"owner":null,"magnifierButton":{"__isSmartRef__":true,"id":12582},"__serializedExpressions__":["_Position","distanceToDragEvent"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12667},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(41.0,220.0)","distanceToDragEvent":"lively.pt(44.0,-14.0)"},"12615":{"_BorderWidth":0,"_ClipMode":"visible","_BorderRadius":0,"_Opacity":0.2597,"_BorderStyle":"hidden","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(1726.6,605.0)","_BorderColor":"Color.rgb(204,0,0)","_Fill":"Color.rgb(58,0,255)","_Padding":"lively.rect(0,0,0,0)"},"12616":{"partsSpaceName":"PartsBin/Tools","comment":"A rectangle which highlights the object under the first hand of the world","migrationLevel":4,"partName":"HighlightRectangle","changes":[{"__isSmartRef__":true,"id":12617},{"__isSmartRef__":true,"id":12619},{"__isSmartRef__":true,"id":12621},{"__isSmartRef__":true,"id":12623},{"__isSmartRef__":true,"id":12625},{"__isSmartRef__":true,"id":12627},{"__isSmartRef__":true,"id":12629},{"__isSmartRef__":true,"id":12631},{"__isSmartRef__":true,"id":12633},{"__isSmartRef__":true,"id":12635},{"__isSmartRef__":true,"id":12637},{"__isSmartRef__":true,"id":12639},{"__isSmartRef__":true,"id":12641},{"__isSmartRef__":true,"id":12643},{"__isSmartRef__":true,"id":12645},{"__isSmartRef__":true,"id":12647},{"__isSmartRef__":true,"id":12649},{"__isSmartRef__":true,"id":12651},{"__isSmartRef__":true,"id":12653},{"__isSmartRef__":true,"id":12655}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12617":{"date":{"__isSmartRef__":true,"id":12618},"author":"timfelgentreff","message":"no comment","id":"3DB7DB40-210A-4BED-91FD-9287005703EC"},"12618":{"isSerializedDate":true,"string":"Thu May 24 2012 17:04:54 GMT+0200 (W. Europe Daylight Time)"},"12619":{"date":{"__isSmartRef__":true,"id":12620},"author":"tessi","message":"no comment","id":"23D7AA12-66A9-4C3B-B494-131256C291AC"},"12620":{"isSerializedDate":true,"string":"Thu May 24 2012 16:57:13 GMT+0200 (W. Europe Daylight Time)"},"12621":{"date":{"__isSmartRef__":true,"id":12622},"author":"tessi","message":"no comment","id":"2C30B7CA-388F-4F51-B4CF-A2E50E381148"},"12622":{"isSerializedDate":true,"string":"Thu May 24 2012 16:23:11 GMT+0200 (W. Europe Daylight Time)"},"12623":{"date":{"__isSmartRef__":true,"id":12624},"author":"tessi","message":"diable events","id":"7C1F71A3-FDAC-470A-B9A9-E1F2C9FEF18E"},"12624":{"isSerializedDate":true,"string":"Thu May 24 2012 14:46:08 GMT+0200 (W. Europe Daylight Time)"},"12625":{"date":{"__isSmartRef__":true,"id":12626},"author":"tessi","message":"no comment","id":"01996A33-11BC-4C15-96D7-B7D219E2E961"},"12626":{"isSerializedDate":true,"string":"Thu May 24 2012 14:39:50 GMT+0200 (W. Europe Daylight Time)"},"12627":{"date":{"__isSmartRef__":true,"id":12628},"author":"undefined","message":"whoopsie","id":"3F17A2D2-3C24-424B-B0FA-E43112267D23"},"12628":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:36 GMT+0200 (W. Europe Daylight Time)"},"12629":{"date":{"__isSmartRef__":true,"id":12630},"author":"undefined","message":"whoopsie","id":"CEA5DCD5-2DB7-40AD-A776-262A7A0666FC"},"12630":{"isSerializedDate":true,"string":"Thu May 03 2012 15:51:30 GMT+0200 (W. Europe Daylight Time)"},"12631":{"date":{"__isSmartRef__":true,"id":12632},"author":"undefined","message":"sorry","id":"44B56D2E-9B59-4C67-A305-49A6E10E66C2"},"12632":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:53:45 GMT+0100 (W. Europe Standard Time)"},"12633":{"date":{"__isSmartRef__":true,"id":12634},"author":"fbo","message":"","id":"BD1C654D-9100-4B66-BC62-B15FF2498B2B"},"12634":{"isSerializedDate":true,"string":"Sat Feb 25 2012 02:59:09 GMT+0100 (W. Europe Standard Time)"},"12635":{"date":{"__isSmartRef__":true,"id":12636},"author":"undefined","message":"css transitions","id":"1004E0FC-D96B-4F40-B3E0-F514A3FCFFD7"},"12636":{"isSerializedDate":true,"string":"Wed Mar 14 2012 10:42:26 GMT+0100 (W. Europe Standard Time)"},"12637":{"date":{"__isSmartRef__":true,"id":12638},"author":"undefined","message":"suddenly, the rectangle became a CarDemo","id":"B5083AA8-9BAE-48DD-A6B4-FD7DB3998350"},"12638":{"isSerializedDate":true,"string":"Mon Apr 09 2012 13:42:07 GMT+0200 (W. Europe Daylight Time)"},"12639":{"date":{"__isSmartRef__":true,"id":12640},"author":"tessi","message":"no comment","id":"4B982A01-25B3-455A-848D-89C2C3C471D7"},"12640":{"isSerializedDate":true,"string":"Thu May 24 2012 13:58:01 GMT+0200 (W. Europe Daylight Time)"},"12641":{"date":{"__isSmartRef__":true,"id":12642},"author":"tessi","message":"no comment","id":"2FD6CB7B-3BC7-4666-98B4-AACF1001954D"},"12642":{"isSerializedDate":true,"string":"Thu May 24 2012 14:07:32 GMT+0200 (W. Europe Daylight Time)"},"12643":{"date":{"__isSmartRef__":true,"id":12644},"author":"tessi","message":"no comment","id":"09CF5ECF-2C87-4B66-A164-39848628596F"},"12644":{"isSerializedDate":true,"string":"Thu May 24 2012 15:34:59 GMT+0200 (W. Europe Daylight Time)"},"12645":{"date":{"__isSmartRef__":true,"id":12646},"author":"tessi","message":"no comment","id":"252A3EB5-DB00-4CF9-BF38-2927DD1C5229"},"12646":{"isSerializedDate":true,"string":"Thu May 24 2012 16:34:29 GMT+0200 (W. Europe Daylight Time)"},"12647":{"date":{"__isSmartRef__":true,"id":12648},"author":"tessi","message":"no comment","id":"81534551-62C1-4FC9-96CB-A5AC6642CA1E"},"12648":{"isSerializedDate":true,"string":"Thu May 24 2012 16:45:49 GMT+0200 (W. Europe Daylight Time)"},"12649":{"date":{"__isSmartRef__":true,"id":12650},"author":"tessi","message":"no comment","id":"5125DE3A-D50E-4621-8490-F3A9D99C2C4C"},"12650":{"isSerializedDate":true,"string":"Thu May 24 2012 16:47:20 GMT+0200 (W. Europe Daylight Time)"},"12651":{"date":{"__isSmartRef__":true,"id":12652},"author":"tessi","message":"no comment","id":"C81A2FBF-CB0B-4A0B-9D63-F9AEDFCB5DA6"},"12652":{"isSerializedDate":true,"string":"Thu May 24 2012 16:51:06 GMT+0200 (W. Europe Daylight Time)"},"12653":{"date":{"__isSmartRef__":true,"id":12654},"author":"tessi","message":"no comment","id":"DC8EF5EC-7563-45B6-816D-20E2DC218525"},"12654":{"isSerializedDate":true,"string":"Thu May 24 2012 16:52:10 GMT+0200 (W. Europe Daylight Time)"},"12655":{"date":{"__isSmartRef__":true,"id":12656},"author":"timfelgentreff","message":"no comment","id":"E7515DFB-DE7D-4E1F-A2C3-85166DCE4942"},"12656":{"isSerializedDate":true,"string":"Thu May 24 2012 16:59:39 GMT+0200 (W. Europe Daylight Time)"},"12657":{"morph":{"__isSmartRef__":true,"id":12614},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12658":{"sourceObj":{"__isSmartRef__":true,"id":12614},"sourceAttrName":"onMouseMove","targetObj":{"__isSmartRef__":true,"id":12614},"targetMethodName":"updateOnMove","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"12659":{"sourceObj":{"__isSmartRef__":true,"id":12614},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":12582},"targetMethodName":"removeHighlighting","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"12660":{"sourceObj":{"__isSmartRef__":true,"id":12614},"sourceAttrName":"onMouseUp","targetObj":{"__isSmartRef__":true,"id":11495},"targetMethodName":"setTarget","converterString":"function () {\n return this.sourceObj.morphUnderCursor();\n }","updaterString":null,"varMapping":{"__isSmartRef__":true,"id":12661},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"12661":{"source":{"__isSmartRef__":true,"id":12614},"target":{"__isSmartRef__":true,"id":11495}},"12662":{"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12663}},"12663":{"test01IsMorph":{"__isSmartRef__":true,"id":12664}},"12664":{"varMapping":{"__isSmartRef__":true,"id":12665},"source":"function test01IsMorph(aPart) {\n this.assert(aPart.isMorph, 'rectangle should be a morph');\n}","funcProperties":{"__isSmartRef__":true,"id":12666},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12665":{"this":{"__isSmartRef__":true,"id":12662}},"12666":{},"12667":{"update":{"__isSmartRef__":true,"id":12668},"updateOnMove":{"__isSmartRef__":true,"id":12672},"bringToFront":{"__isSmartRef__":true,"id":12676},"morphUnderCursor":{"__isSmartRef__":true,"id":12684}},"12668":{"varMapping":{"__isSmartRef__":true,"id":12669},"source":"function update(morphUnderCursor) {\n if (morphUnderCursor === this.magnifierButton ||\n this.magnifierButton.submorphs.include(morphUnderCursor)) {\n morphToHighlight = this.magnifierButton.currentTarget();\n } else {\n morphToHighlight = morphUnderCursor;\n }\n\n if (morphToHighlight && morphToHighlight.world()) {\n this.setPosition(morphToHighlight.getPositionInWorld());\n this.setExtent(morphToHighlight.getExtent());\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12670},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12669":{"this":{"__isSmartRef__":true,"id":12614}},"12670":{"timestamp":{"__isSmartRef__":true,"id":12671},"user":"lauritz","tags":[]},"12671":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:29:58 GMT+0200 (W. Europe Daylight Time)"},"12672":{"varMapping":{"__isSmartRef__":true,"id":12673},"source":"function updateOnMove() {\n this.update(this.morphUnderCursor());\n this.bringToFront();\n}","funcProperties":{"__isSmartRef__":true,"id":12674},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12673":{"this":{"__isSmartRef__":true,"id":12614}},"12674":{"timestamp":{"__isSmartRef__":true,"id":12675},"user":"lauritz","tags":[]},"12675":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:18:33 GMT+0200 (W. Europe Daylight Time)"},"12676":{"varMapping":{"__isSmartRef__":true,"id":12677},"source":"function bringToFront() {\n this.renderContext().morphNode.style.zIndex= 1000;\n}","funcProperties":{"__isSmartRef__":true,"id":12682},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12677":{"this":{"__isSmartRef__":true,"id":12614},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12678}},"12678":{"$super":{"__isSmartRef__":true,"id":12679}},"12679":{"varMapping":{"__isSmartRef__":true,"id":12680},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12681},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12680":{"obj":{"__isSmartRef__":true,"id":12614},"name":"bringToFront"},"12681":{},"12682":{"timestamp":{"__isSmartRef__":true,"id":12683},"user":"lauritz","tags":[]},"12683":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:12:09 GMT+0200 (W. Europe Daylight Time)"},"12684":{"varMapping":{"__isSmartRef__":true,"id":12685},"source":"function morphUnderCursor() {\n var that = this,\n world = lively.morphic.World.current(); \n \n return world.morphsContainingPoint(world.firstHand().getPosition()).detect(\n function(ea) {\n return !ea.isPlaceholder &&\n !ea.isHalo &&\n (!ea.owner || !ea.owner.isHalo) &&\n !(ea === that);\n });\n}","funcProperties":{"__isSmartRef__":true,"id":12686},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12685":{"this":{"__isSmartRef__":true,"id":12614}},"12686":{"timestamp":{"__isSmartRef__":true,"id":12687},"user":"lauritz","tags":[]},"12687":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:18:36 GMT+0200 (W. Europe Daylight Time)"},"12688":{"onFire":{"__isSmartRef__":true,"id":12689},"removeHighlighting":{"__isSmartRef__":true,"id":12693},"onMouseMove":{"__isSmartRef__":true,"id":12697},"onMouseOut":{"__isSmartRef__":true,"id":12705},"reset":{"__isSmartRef__":true,"id":12713},"isTracking":{"__isSmartRef__":true,"id":12717},"isHighlighting":{"__isSmartRef__":true,"id":12721},"currentTarget":{"__isSmartRef__":true,"id":12725}},"12689":{"varMapping":{"__isSmartRef__":true,"id":12690},"source":"function onFire() {\n var hand = lively.morphic.World.current().firstHand(),\n highlight = this.highlightRectangle,\n that = this;\n\n if (this.isTracking()) {\n this.removeHighlighting();\n } else {\n this.world().addMorph(highlight);\n hand.highlightConnection = connect(hand, \"scrollFocusMorph\", highlight, \"update\");\n highlight.bringToFront();\n if (!this.currentTarget() || !this.currentTarget().world()) {\n highlight.setExtent(pt(0,0));\n }\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12691},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12690":{"this":{"__isSmartRef__":true,"id":12582}},"12691":{"timestamp":{"__isSmartRef__":true,"id":12692},"user":"lauritz","tags":[]},"12692":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:40:51 GMT+0200 (W. Europe Daylight Time)"},"12693":{"varMapping":{"__isSmartRef__":true,"id":12694},"source":"function removeHighlighting() {\n var hand = this.world().firstHand();\n \n if (this.highlightRectangle) {\n this.highlightRectangle.remove();\n }\n \n hand.attributeConnections.removeAt(\n hand.attributeConnections.indexOf(hand.highlightConnection));\n hand.highlightConnection = null;\n}","funcProperties":{"__isSmartRef__":true,"id":12695},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12694":{"this":{"__isSmartRef__":true,"id":12582}},"12695":{"timestamp":{"__isSmartRef__":true,"id":12696},"user":"lauritz","tags":[]},"12696":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:20:30 GMT+0200 (W. Europe Daylight Time)"},"12697":{"varMapping":{"__isSmartRef__":true,"id":12698},"source":"function onMouseMove(evt) {\n var target = this.currentTarget();\n if (target && target.world() && !this.isHighlighting()) {\n this.highlightRectangle.update(target);\n this.world().addMorph(this.highlightRectangle);\n this.highlightRectangle.bringToFront();\n this.targetHighlight = this.highlightRectangle;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12703},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12698":{"this":{"__isSmartRef__":true,"id":12582},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12699}},"12699":{"$super":{"__isSmartRef__":true,"id":12700}},"12700":{"varMapping":{"__isSmartRef__":true,"id":12701},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12702},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12701":{"obj":{"__isSmartRef__":true,"id":12582},"name":"onMouseMove"},"12702":{},"12703":{"timestamp":{"__isSmartRef__":true,"id":12704},"user":"lauritz","tags":[]},"12704":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:25:52 GMT+0200 (W. Europe Daylight Time)"},"12705":{"varMapping":{"__isSmartRef__":true,"id":12706},"source":"function onMouseOut() {\n if (this.isHighlighting()) {\n if (!this.isTracking()) {\n this.targetHighlight.remove();\n }\n delete this.targetHighlight;\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12711},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12706":{"this":{"__isSmartRef__":true,"id":12582},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12707}},"12707":{"$super":{"__isSmartRef__":true,"id":12708}},"12708":{"varMapping":{"__isSmartRef__":true,"id":12709},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":12710},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12709":{"obj":{"__isSmartRef__":true,"id":12582},"name":"onMouseOut"},"12710":{},"12711":{"timestamp":{"__isSmartRef__":true,"id":12712},"user":"lauritz","tags":[]},"12712":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:21:57 GMT+0200 (W. Europe Daylight Time)"},"12713":{"varMapping":{"__isSmartRef__":true,"id":12714},"source":"function reset() {\n this.highlightRectangle.attributeConnections = [];\n \n connect(rect, \"onMouseMove\", this.highlightRectangle, \"updateOnMove\")\n connect(rect, \"onMouseUp\", this, \"removeHighlighting\")\n connect(rect, \"onMouseUp\", this.owner, \"setTarget\",\n {converter: function () {\n return this.sourceObj.morphUnderCursor();\n }\n })\n}","funcProperties":{"__isSmartRef__":true,"id":12715},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12714":{"this":{"__isSmartRef__":true,"id":12582}},"12715":{"timestamp":{"__isSmartRef__":true,"id":12716},"user":"lauritz","tags":[]},"12716":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:20:55 GMT+0200 (W. Europe Daylight Time)"},"12717":{"varMapping":{"__isSmartRef__":true,"id":12718},"source":"function isTracking() {\n return !!this.world().firstHand().highlightConnection;\n}","funcProperties":{"__isSmartRef__":true,"id":12719},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12718":{"this":{"__isSmartRef__":true,"id":12582}},"12719":{"timestamp":{"__isSmartRef__":true,"id":12720},"user":"lauritz","tags":[]},"12720":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:11:25 GMT+0200 (W. Europe Daylight Time)"},"12721":{"varMapping":{"__isSmartRef__":true,"id":12722},"source":"function isHighlighting() {\n return !!this.targetHighlight;\n}","funcProperties":{"__isSmartRef__":true,"id":12723},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12722":{"this":{"__isSmartRef__":true,"id":12582}},"12723":{"timestamp":{"__isSmartRef__":true,"id":12724},"user":"lauritz","tags":[]},"12724":{"isSerializedDate":true,"string":"Fri Aug 03 2012 14:11:22 GMT+0200 (W. Europe Daylight Time)"},"12725":{"varMapping":{"__isSmartRef__":true,"id":12726},"source":"function currentTarget() {\n return this.owner.target;\n}","funcProperties":{"__isSmartRef__":true,"id":12727},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12726":{"this":{"__isSmartRef__":true,"id":12582}},"12727":{"timestamp":{"__isSmartRef__":true,"id":12728},"user":"lauritz","tags":[]},"12728":{"isSerializedDate":true,"string":"Wed Jun 06 2012 18:26:02 GMT+0200 (W. Europe Daylight Time)"},"12729":{"target":{"__isSmartRef__":true,"id":11495},"selector":"update","args":[],"stopped":false,"tickTime":500,"suspended":false,"__LivelyClassName__":"lively.morphic.TargetScript","__SourceModuleName__":"Global.lively.morphic.Core"},"12730":{"_BorderWidth":1,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(1189.0,521.8)","_BorderColor":"Color.rgb(95,94,95)","_Fill":"Color.rgb(255,255,255)","_Padding":"lively.rect(0,0,0,0)"},"12731":{"partsSpaceName":"PartsBin/Basic","comment":"Edit scripts and connections of a specific morph.","migrationLevel":4,"partName":"ObjectEditorPane","changes":[{"__isSmartRef__":true,"id":12732}],"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"12732":{"date":{"__isSmartRef__":true,"id":12733},"author":"lauritz","message":"Adapted the update behavior on ticks. Reduces the impact of HTML's autoscroll to selected list items."},"12733":{"isSerializedDate":true,"string":"Fri Oct 21 2011 00:39:30 GMT+0200 (W. Europe Daylight Time)"},"12734":{"morph":{"__isSmartRef__":true,"id":11495},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12735":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"12736":{},"12737":{"displayInitialScript":{"__isSmartRef__":true,"id":12738},"displayJavaScriptSource":{"__isSmartRef__":true,"id":12742},"displaySourceForConnection":{"__isSmartRef__":true,"id":12746},"displaySourceForScript":{"__isSmartRef__":true,"id":12750},"generateSourceForConnection":{"__isSmartRef__":true,"id":12754},"generateSourceForScript":{"__isSmartRef__":true,"id":12758},"generateTargetCode":{"__isSmartRef__":true,"id":12762},"newConnection":{"__isSmartRef__":true,"id":12766},"newScript":{"__isSmartRef__":true,"id":12770},"reset":{"__isSmartRef__":true,"id":12774},"selectChangedContent":{"__isSmartRef__":true,"id":12778},"setTarget":{"__isSmartRef__":true,"id":12782},"sortedConnectionNamesOfObj":{"__isSmartRef__":true,"id":12786},"sortedScriptNamesOfObj":{"__isSmartRef__":true,"id":12790},"updateLists":{"__isSmartRef__":true,"id":12794},"onShutdown":{"__isSmartRef__":true,"id":12798},"confirmUnsavedChanges":{"__isSmartRef__":true,"id":12802},"update":{"__isSmartRef__":true,"id":12806},"ensureAnnotationLayer":{"__isSmartRef__":true,"id":12810},"copyToPartsBinWithUserRequest":{"__isSmartRef__":true,"id":12814},"printTags":{"__isSmartRef__":true,"id":12822},"setTag":{"__isSmartRef__":true,"id":12826},"runScript":{"__isSmartRef__":true,"id":12830},"openPartTestRunner":{"__isSmartRef__":true,"id":12834},"hasUnsavedChanges":{"__isSmartRef__":true,"id":12838}},"12738":{"varMapping":{"__isSmartRef__":true,"id":12739},"source":"function displayInitialScript() {\n if (this.scriptList.getList().size() > 1) {\n this.scriptList.preselectItem();\n } else if (this.connectionList.getList().size() > 1) {\n this.connectionList.preselectItem();\n } else {\n this.scriptList.selectAt(0);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12740},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12739":{"this":{"__isSmartRef__":true,"id":11495}},"12740":{"timestamp":{"__isSmartRef__":true,"id":12741},"user":"lauritz","tags":[]},"12741":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:13:43 GMT+0100 (W. Europe Standard Time)"},"12742":{"varMapping":{"__isSmartRef__":true,"id":12743},"source":"function displayJavaScriptSource(jsCode) {\n if (this.scriptPane.hasChanged()) {\n var that = this;\n var callback = function(confirmed) {\n if (confirmed) that.scriptPane.display(jsCode)\n };\n this.confirmUnsavedChanges(callback);\n } else {\n this.scriptPane.display(jsCode);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12744},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12743":{"this":{"__isSmartRef__":true,"id":11495}},"12744":{"timestamp":{"__isSmartRef__":true,"id":12745},"user":"lauritz","tags":[]},"12745":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (W. Europe Standard Time)"},"12746":{"varMapping":{"__isSmartRef__":true,"id":12747},"source":"function displaySourceForConnection(connection) {\n var code = \"\", that = this;\n if (connection === undefined) return;\n if (connection === null) {\n this.sortedConnectionNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForConnection(each[1])).concat(\"\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForConnection(connection);\n }\n this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":12748},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12747":{"this":{"__isSmartRef__":true,"id":11495}},"12748":{"timestamp":{"__isSmartRef__":true,"id":12749},"user":"conradcalmez","tags":[]},"12749":{"isSerializedDate":true,"string":"Thu Feb 02 2012 14:59:30 GMT+0100 (W. Europe Standard Time)"},"12750":{"varMapping":{"__isSmartRef__":true,"id":12751},"source":"function displaySourceForScript(scriptName) {\n var code = \"\",\n that = this;\n if (scriptName === null) {\n this.sortedScriptNamesOfObj(this.target).forEach(function(each) {\n code = code.concat(that.generateSourceForScript(each)).concat(\"\\n\\n\\n\");\n });\n code = code.substring(0, code.length - \"\\n\\n\\n\".length - 1);\n } else {\n code = this.generateSourceForScript(scriptName);\n }\n if (code) this.displayJavaScriptSource(code);\n}","funcProperties":{"__isSmartRef__":true,"id":12752},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12751":{"this":{"__isSmartRef__":true,"id":11495}},"12752":{"timestamp":{"__isSmartRef__":true,"id":12753},"user":"cschuster","tags":[]},"12753":{"isSerializedDate":true,"string":"Thu Aug 30 2012 08:14:26 GMT+0200 (W. Europe Daylight Time)"},"12754":{"varMapping":{"__isSmartRef__":true,"id":12755},"source":"function generateSourceForConnection(connection) {\n var c = connection, targetObject = this.target;\n\tif (!c.getTargetObj() || !c.getTargetObj().name || \n\t\t!c.getSourceObj() || !c.getSourceObj().name) return String(c);\n\n\tvar optConfig = []\n\tif (c.converterString)\n\t\toptConfig.push(\"converter: \\n\\t\" + c.converterString)\n\tif (c.updaterString)\n\t\toptConfig.push(\"updater: \\n\\t\" + c.updaterString)\n\treturn Strings.format('connect(%s, \"%s\", %s, \"%s\", {%s});', \n\t\t\tthis.generateTargetCode(targetObject, c.getSourceObj()),\n\t\t\tc.getSourceAttrName(),\n\t\t\tthis.generateTargetCode(targetObject, c.getTargetObj()),\n\t\t\tc.getTargetMethodName(),\n\t\t\toptConfig.join(','));\n\n}","funcProperties":{"__isSmartRef__":true,"id":12756},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12755":{"this":{"__isSmartRef__":true,"id":11495}},"12756":{"timestamp":{"__isSmartRef__":true,"id":12757},"user":"lauritz","tags":[]},"12757":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (W. Europe Standard Time)"},"12758":{"varMapping":{"__isSmartRef__":true,"id":12759},"source":"function generateSourceForScript(scriptName) {\n var script = this.target[scriptName],\n annotation = '',\n scriptSource = '',\n tagScript = '';\n\n if (!script) return;\n\n if (script.timestamp && script.user) \n annotation = Strings.format('// changed at %s by %s \\n', script.timestamp, script.user);\n scriptSource = Strings.format('this.addScript(%s)', script.getOriginal());\n tagScript = Strings.format('.tag(%s);', this.printTags(script));\n\n return annotation + scriptSource + tagScript;\n}","funcProperties":{"__isSmartRef__":true,"id":12760},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12759":{"this":{"__isSmartRef__":true,"id":11495}},"12760":{"timestamp":{"__isSmartRef__":true,"id":12761},"user":"cschuster","tags":[]},"12761":{"isSerializedDate":true,"string":"Thu Aug 30 2012 08:14:45 GMT+0200 (W. Europe Daylight Time)"},"12762":{"varMapping":{"__isSmartRef__":true,"id":12763},"source":"function generateTargetCode(baseObject, targetObject) {\n\tvar name = targetObject.name;\n\tif (baseObject === targetObject) \n\t\treturn \"this\";\n\telse if (baseObject[name] === targetObject) \n\t\treturn \"this.\" + name;\n\telse if (baseObject.testObject === targetObject) \n\t\treturn \"this.testObject\";\n\telse if (baseObject.get(name) === targetObject) \n\t\treturn 'this.get(\"' + name + '\")';\n\telse if (targetObject instanceof Morph) \n\t\treturn '$morph(\"' + name + '\")';\n\telse \n\t\treturn \"????\";\n}","funcProperties":{"__isSmartRef__":true,"id":12764},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12763":{"this":{"__isSmartRef__":true,"id":11495}},"12764":{"timestamp":{"__isSmartRef__":true,"id":12765},"user":"lauritz","tags":[]},"12765":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (W. Europe Standard Time)"},"12766":{"varMapping":{"__isSmartRef__":true,"id":12767},"source":"function newConnection() {\n if (this.target) {\n var code = \"connect(SOURCE, SOURCE_PROPERTY, TARGET, TARGET_PROPERTY);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12768},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12767":{"this":{"__isSmartRef__":true,"id":11495}},"12768":{"timestamp":{"__isSmartRef__":true,"id":12769},"user":"lauritz","tags":[]},"12769":{"isSerializedDate":true,"string":"Thu Nov 17 2011 04:59:26 GMT+0100 (W. Europe Standard Time)"},"12770":{"varMapping":{"__isSmartRef__":true,"id":12771},"source":"function newScript() {\n if (this.target) {\n var code = \"this.addScript(function SCRIPTNAME() {\\n \\n}).tag([]);\";\n this.displayJavaScriptSource(code);\n }\n}","funcProperties":{"__isSmartRef__":true,"id":12772},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12771":{"this":{"__isSmartRef__":true,"id":11495}},"12772":{"timestamp":{"__isSmartRef__":true,"id":12773},"user":"lauritz","tags":[]},"12773":{"isSerializedDate":true,"string":"Tue Nov 29 2011 04:24:25 GMT+0100 (W. Europe Standard Time)"},"12774":{"varMapping":{"__isSmartRef__":true,"id":12775},"source":"function reset() {\n this.scriptPane = this.get('ObjectEditorScriptPane')\n this.scriptList = this.get('ObjectEditorScriptList')\n this.connectionList = this.get('ObjectEditorConnectionList')\n this.morphSelector = this.get('ObjectEditorMorphSelector')\n \n this.target = null;\n this.currentTag = null;\n \n this.scriptPane.reset();\n this.scriptList.setList();\n this.scriptList.selection = null;\n this.connectionList.setList();\n this.connectionList.selection = null;\n this.morphSelector.reset();\n this.tagChooser.reset();\n \n this.stopStepping();\n}","funcProperties":{"__isSmartRef__":true,"id":12776},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"12775":{"this":{"__isSmartRef__":true,"id":11495}},"12776":{"timestamp":{"__isSmartRef__":true,"id":12777},"user":"lauritz","tags":[]},"12777":{"isSerializedDate":true,"string":"Fri Aug 03 2012 11:45:36 GMT+0200 (W. Europe Daylight Time)"},"12778":{"varMapping":{"__isSmartRef__":true,"id":12779},"source":"function selectChangedContent(source) {\n\n var addScriptRegex = /this\\.addScript\\s*\\(\\s*function\\s*([^\\(]*)/g;\n var addScriptMatches = [];\n var addScriptMatch = addScriptRegex.exec(source);\n while (addScriptMatch) {\n addScriptMatches.push(addScriptMatch[1]);\n addScriptMatch = addScriptRegex.exec(source);\n }\n \n // if scripts were added, select either a specific one or all\n if (addScriptMatches.length > 0) { \n if (addScriptMatches.length === 1) {\n return this.scriptList.selectAddedScript(addScriptMatches[0]);\n }\n return this.scriptList.selectAt(0);\n }\n\n var connectionRegex = \n /connect\\(\\s*([^,]*)\\s*,\\s*\"([^,]*)\"\\s*,\\s*([^,]*)\\s*,\\s*\"([^,]*)\"/g;\n var connectionMatches = [];\n var connectionMatch = connectionRegex.exec(source);\n while (connectionMatch) {\n connectionMatches.push(connectionMatch);\n connectionMatch = connectionRegex.exec(source);\n }\n\n // if connections were made, select either a specific one or all\n if (connectionMatches.length > 0) {\n if (connectionMatches.length === 1) {\n var match = connectionMatches[0];\n for (var i=0; i