JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / bin / jalview / structure / StructureMappingcommandSet.js
1 Clazz.declarePackage ("jalview.structure");\r
2 c$ = Clazz.decorateAsClass (function () {\r
3 this.mapping = null;\r
4 this.commands = null;\r
5 this.handledBy = null;\r
6 Clazz.instantialize (this, arguments);\r
7 }, jalview.structure, "StructureMappingcommandSet");\r
8 Clazz.makeConstructor (c$, \r
9 function (handledBy, files, commands) {\r
10 this.mapping = files;\r
11 this.handledBy = handledBy;\r
12 this.commands = commands;\r
13 }, "~O,~S,~A");\r