Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / jalview / structure / StructureMappingcommandSet.js
1 Clazz.declarePackage ("jalview.structure");
2 c$ = Clazz.decorateAsClass (function () {
3 this.mapping = null;
4 this.commands = null;
5 this.handledBy = null;
6 Clazz.instantialize (this, arguments);
7 }, jalview.structure, "StructureMappingcommandSet");
8 Clazz.makeConstructor (c$, 
9 function (handledBy, files, commands) {
10 this.mapping = files;
11 this.handledBy = handledBy;
12 this.commands = commands;
13 }, "~O,~S,~A");