@nfdi4plants/arctrl 2.1.0-alpha.4 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/CWL/CWLTypes.js +135 -0
  2. package/CWL/Decode.js +585 -0
  3. package/CWL/Inputs.js +62 -0
  4. package/CWL/Outputs.js +59 -0
  5. package/CWL/Requirements.js +72 -0
  6. package/CWL/ToolDescription.js +81 -0
  7. package/CWL/WorkflowDescription.js +81 -0
  8. package/CWL/WorkflowSteps.js +98 -0
  9. package/Core/ArcTypes.js +76 -87
  10. package/Core/Helper/Identifier.js +2 -2
  11. package/Core/OntologyAnnotation.js +8 -5
  12. package/Core/Table/ArcTable.js +15 -7
  13. package/Core/Table/CompositeHeader.js +4 -0
  14. package/Core/Template.js +8 -0
  15. package/Json/{ROCrateObject.js → LDObject.js} +66 -17
  16. package/Json/Process/Material.js +32 -8
  17. package/Json/Process/ProcessInput.js +3 -3
  18. package/Json/Process/Sample.js +32 -8
  19. package/Json/Process/Source.js +32 -8
  20. package/Json/context/rocrate/isa_assay_context.js +4 -4
  21. package/JsonIO/LDObject.js +31 -0
  22. package/ROCrate/ArcROCrateMetadata.js +35 -0
  23. package/ROCrate/ISAProfile/Assay.js +30 -2
  24. package/ROCrate/ISAProfile/Data.js +32 -5
  25. package/ROCrate/ISAProfile/Dataset.js +3 -3
  26. package/ROCrate/ISAProfile/Investigation.js +30 -2
  27. package/ROCrate/ISAProfile/LabProcess.js +113 -5
  28. package/ROCrate/ISAProfile/LabProtocol.js +4 -4
  29. package/ROCrate/ISAProfile/Person.js +32 -5
  30. package/ROCrate/ISAProfile/PropertyValue.js +59 -5
  31. package/ROCrate/ISAProfile/Sample.js +32 -5
  32. package/ROCrate/ISAProfile/ScholarlyArticle.js +59 -5
  33. package/ROCrate/ISAProfile/Study.js +30 -2
  34. package/ROCrate/LDObject.js +105 -0
  35. package/Spreadsheet/AnnotationTable/ArcTable.js +8 -5
  36. package/Spreadsheet/Template.js +29 -11
  37. package/Yaml/ValidationPackage.js +6 -6
  38. package/Yaml/ValidationPackagesConfig.js +6 -6
  39. package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/DynObj.fs +4 -4
  40. package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/DynObj.fs.js +0 -44
  41. package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/HashCodes.fs +4 -1
  42. package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/HashCodes.fs.js +8 -3
  43. package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/obj/Debug/netstandard2.0/DynamicObj.AssemblyInfo.fs +1 -1
  44. package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/obj/Release/netstandard2.0/DynamicObj.AssemblyInfo.fs +3 -3
  45. package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Decode.fs +398 -373
  46. package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Decode.fs.js +35 -2
  47. package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/obj/Debug/netstandard2.0/YAMLicious.AssemblyInfo.fs +1 -1
  48. package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/obj/Release/netstandard2.0/YAMLicious.AssemblyInfo.fs +1 -1
  49. package/fable_modules/project_cracked.json +1 -1
  50. package/package.json +1 -1
  51. package/JsonIO/ROCrateObject.js +0 -146
  52. package/ROCrate/ROCrateObject.js +0 -61
  53. /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/DynamicObj.fableproj +0 -0
  54. /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/DynamicObj.fs +0 -0
  55. /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/DynamicObj.fs.js +0 -0
  56. /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/FableJS.fs +0 -0
  57. /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/FableJS.fs.js +0 -0
  58. /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/FablePy.fs +0 -0
  59. /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/PropertyHelper.fs +0 -0
  60. /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/PropertyHelper.fs.js +0 -0
  61. /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/ReflectionUtils.fs +0 -0
  62. /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/ReflectionUtils.fs.js +0 -0
  63. /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
  64. /package/fable_modules/{DynamicObj.4.0.0 → DynamicObj.4.0.3}/obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
  65. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Encode.fs +0 -0
  66. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Encode.fs.js +0 -0
  67. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Interop/JsInterop.fs +0 -0
  68. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Interop/JsInterop.fs.js +0 -0
  69. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Interop/PyInterop.fs +0 -0
  70. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Library.fs +0 -0
  71. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Library.fs.js +0 -0
  72. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Persil.fs +0 -0
  73. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Persil.fs.js +0 -0
  74. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Preprocessing.fs +0 -0
  75. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Preprocessing.fs.js +0 -0
  76. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Reader.fs +0 -0
  77. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Reader.fs.js +0 -0
  78. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Regex.fs +0 -0
  79. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Regex.fs.js +0 -0
  80. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/RegexActivePatterns.fs +0 -0
  81. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/RegexActivePatterns.fs.js +0 -0
  82. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Writer.fs +0 -0
  83. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/Writer.fs.js +0 -0
  84. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/YAMLicious.fableproj +0 -0
  85. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/YAMLiciousTypes.fs +0 -0
  86. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/YAMLiciousTypes.fs.js +0 -0
  87. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
  88. /package/fable_modules/{YAMLicious.0.0.1 → YAMLicious.0.0.3}/obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
package/CWL/Outputs.js ADDED
@@ -0,0 +1,59 @@
1
+ import { FSharpRef, Record } from "../fable_modules/fable-library-js.4.22.0/Types.js";
2
+ import { class_type, record_type, option_type, string_type } from "../fable_modules/fable-library-js.4.22.0/Reflection.js";
3
+ import { value, unwrap } from "../fable_modules/fable-library-js.4.22.0/Option.js";
4
+ import { CWLType } from "./CWLTypes.js";
5
+ import { defaultOf } from "../fable_modules/fable-library-js.4.22.0/Util.js";
6
+ import { setOptionalProperty } from "../fable_modules/DynamicObj.4.0.3/DynObj.fs.js";
7
+ import { DynamicObj_$reflection, DynamicObj } from "../fable_modules/DynamicObj.4.0.3/DynamicObj.fs.js";
8
+
9
+ export class OutputBinding extends Record {
10
+ constructor(Glob) {
11
+ super();
12
+ this.Glob = Glob;
13
+ }
14
+ }
15
+
16
+ export function OutputBinding_$reflection() {
17
+ return record_type("ARCtrl.CWL.OutputBinding", [], OutputBinding, () => [["Glob", option_type(string_type)]]);
18
+ }
19
+
20
+ export class CWLOutput extends DynamicObj {
21
+ constructor(name, type_, outputBinding, outputSource) {
22
+ super();
23
+ const this$ = new FSharpRef(defaultOf());
24
+ this.name = name;
25
+ this$.contents = this;
26
+ this["init@11"] = 1;
27
+ setOptionalProperty("type", type_, this$.contents);
28
+ setOptionalProperty("outputBinding", outputBinding, this$.contents);
29
+ setOptionalProperty("outputSource", outputSource, this$.contents);
30
+ }
31
+ get Name() {
32
+ const this$ = this;
33
+ return this$.name;
34
+ }
35
+ get Type_() {
36
+ let matchValue, o;
37
+ const this$ = this;
38
+ return unwrap((matchValue = this$.TryGetPropertyValue("type"), (matchValue != null) ? ((o = value(matchValue), (o instanceof CWLType) ? o : undefined)) : undefined));
39
+ }
40
+ get OutputBinding() {
41
+ let matchValue, o;
42
+ const this$ = this;
43
+ return unwrap((matchValue = this$.TryGetPropertyValue("outputBinding"), (matchValue != null) ? ((o = value(matchValue), (o instanceof OutputBinding) ? o : undefined)) : undefined));
44
+ }
45
+ get OutputSource() {
46
+ let matchValue, o;
47
+ const this$ = this;
48
+ return unwrap((matchValue = this$.TryGetPropertyValue("outputSource"), (matchValue != null) ? ((o = value(matchValue), (typeof o === "string") ? o : undefined)) : undefined));
49
+ }
50
+ }
51
+
52
+ export function CWLOutput_$reflection() {
53
+ return class_type("ARCtrl.CWL.CWLOutput", undefined, CWLOutput, DynamicObj_$reflection());
54
+ }
55
+
56
+ export function CWLOutput_$ctor_744035D(name, type_, outputBinding, outputSource) {
57
+ return new CWLOutput(name, type_, outputBinding, outputSource);
58
+ }
59
+
@@ -0,0 +1,72 @@
1
+ import { Union, FSharpRef, Record } from "../fable_modules/fable-library-js.4.22.0/Types.js";
2
+ import { union_type, float64_type, array_type, record_type, class_type, option_type, string_type } from "../fable_modules/fable-library-js.4.22.0/Reflection.js";
3
+ import { defaultOf } from "../fable_modules/fable-library-js.4.22.0/Util.js";
4
+ import { setOptionalProperty } from "../fable_modules/DynamicObj.4.0.3/DynObj.fs.js";
5
+ import { DynamicObj_$reflection, DynamicObj } from "../fable_modules/DynamicObj.4.0.3/DynamicObj.fs.js";
6
+ import { CWLType_$reflection, SoftwarePackage_$reflection, SchemaDefRequirementType_$reflection } from "./CWLTypes.js";
7
+
8
+ export class DockerRequirement extends Record {
9
+ constructor(DockerPull, DockerFile, DockerImageId) {
10
+ super();
11
+ this.DockerPull = DockerPull;
12
+ this.DockerFile = DockerFile;
13
+ this.DockerImageId = DockerImageId;
14
+ }
15
+ }
16
+
17
+ export function DockerRequirement_$reflection() {
18
+ return record_type("ARCtrl.CWL.DockerRequirement", [], DockerRequirement, () => [["DockerPull", option_type(string_type)], ["DockerFile", option_type(class_type("Microsoft.FSharp.Collections.FSharpMap`2", [string_type, string_type]))], ["DockerImageId", option_type(string_type)]]);
19
+ }
20
+
21
+ export class EnvironmentDef extends Record {
22
+ constructor(EnvName, EnvValue) {
23
+ super();
24
+ this.EnvName = EnvName;
25
+ this.EnvValue = EnvValue;
26
+ }
27
+ }
28
+
29
+ export function EnvironmentDef_$reflection() {
30
+ return record_type("ARCtrl.CWL.EnvironmentDef", [], EnvironmentDef, () => [["EnvName", string_type], ["EnvValue", string_type]]);
31
+ }
32
+
33
+ export class ResourceRequirementInstance extends DynamicObj {
34
+ constructor(coresMin, coresMax, ramMin, ramMax, tmpdirMin, tmpdirMax, outdirMin, outdirMax) {
35
+ super();
36
+ const this$ = new FSharpRef(defaultOf());
37
+ this$.contents = this;
38
+ this["init@24"] = 1;
39
+ setOptionalProperty("coresMin", coresMin, this$.contents);
40
+ setOptionalProperty("coresMax", coresMax, this$.contents);
41
+ setOptionalProperty("ramMin", ramMin, this$.contents);
42
+ setOptionalProperty("ramMax", ramMax, this$.contents);
43
+ setOptionalProperty("tmpdirMin", tmpdirMin, this$.contents);
44
+ setOptionalProperty("tmpdirMax", tmpdirMax, this$.contents);
45
+ setOptionalProperty("outdirMin", outdirMin, this$.contents);
46
+ setOptionalProperty("outdirMax", outdirMax, this$.contents);
47
+ }
48
+ }
49
+
50
+ export function ResourceRequirementInstance_$reflection() {
51
+ return class_type("ARCtrl.CWL.ResourceRequirementInstance", undefined, ResourceRequirementInstance, DynamicObj_$reflection());
52
+ }
53
+
54
+ export function ResourceRequirementInstance_$ctor_D76FC00(coresMin, coresMax, ramMin, ramMax, tmpdirMin, tmpdirMax, outdirMin, outdirMax) {
55
+ return new ResourceRequirementInstance(coresMin, coresMax, ramMin, ramMax, tmpdirMin, tmpdirMax, outdirMin, outdirMax);
56
+ }
57
+
58
+ export class Requirement extends Union {
59
+ constructor(tag, fields) {
60
+ super();
61
+ this.tag = tag;
62
+ this.fields = fields;
63
+ }
64
+ cases() {
65
+ return ["InlineJavascriptRequirement", "SchemaDefRequirement", "DockerRequirement", "SoftwareRequirement", "InitialWorkDirRequirement", "EnvVarRequirement", "ShellCommandRequirement", "ResourceRequirement", "WorkReuseRequirement", "NetworkAccessRequirement", "InplaceUpdateRequirement", "ToolTimeLimitRequirement", "SubworkflowFeatureRequirement", "ScatterFeatureRequirement", "MultipleInputFeatureRequirement", "StepInputExpressionRequirement"];
66
+ }
67
+ }
68
+
69
+ export function Requirement_$reflection() {
70
+ return union_type("ARCtrl.CWL.Requirement", [], Requirement, () => [[], [["Item", array_type(SchemaDefRequirementType_$reflection())]], [["Item", DockerRequirement_$reflection()]], [["Item", array_type(SoftwarePackage_$reflection())]], [["Item", array_type(CWLType_$reflection())]], [["Item", array_type(EnvironmentDef_$reflection())]], [], [["Item", ResourceRequirementInstance_$reflection()]], [], [], [], [["Item", float64_type]], [], [], [], []]);
71
+ }
72
+
@@ -0,0 +1,81 @@
1
+ import { defaultArg, unwrap } from "../fable_modules/fable-library-js.4.22.0/Option.js";
2
+ import { DynamicObj_$reflection, DynamicObj } from "../fable_modules/DynamicObj.4.0.3/DynamicObj.fs.js";
3
+ import { class_type } from "../fable_modules/fable-library-js.4.22.0/Reflection.js";
4
+
5
+ export class CWLToolDescription extends DynamicObj {
6
+ constructor(outputs, cwlVersion, baseCommand, requirements, hints, inputs, metadata) {
7
+ super();
8
+ this._cwlVersion = defaultArg(cwlVersion, "v1.2");
9
+ this._outputs = outputs;
10
+ this._baseCommand = baseCommand;
11
+ this._requirements = requirements;
12
+ this._hints = hints;
13
+ this._inputs = inputs;
14
+ this._metadata = metadata;
15
+ }
16
+ get CWLVersion() {
17
+ const this$ = this;
18
+ return this$._cwlVersion;
19
+ }
20
+ set CWLVersion(version) {
21
+ const this$ = this;
22
+ this$._cwlVersion = version;
23
+ }
24
+ get Outputs() {
25
+ const this$ = this;
26
+ return this$._outputs;
27
+ }
28
+ set Outputs(outputs) {
29
+ const this$ = this;
30
+ this$._outputs = outputs;
31
+ }
32
+ get BaseCommand() {
33
+ const this$ = this;
34
+ return unwrap(this$._baseCommand);
35
+ }
36
+ set BaseCommand(baseCommand) {
37
+ const this$ = this;
38
+ this$._baseCommand = baseCommand;
39
+ }
40
+ get Requirements() {
41
+ const this$ = this;
42
+ return unwrap(this$._requirements);
43
+ }
44
+ set Requirements(requirements) {
45
+ const this$ = this;
46
+ this$._requirements = requirements;
47
+ }
48
+ get Hints() {
49
+ const this$ = this;
50
+ return unwrap(this$._hints);
51
+ }
52
+ set Hints(hints) {
53
+ const this$ = this;
54
+ this$._hints = hints;
55
+ }
56
+ get Inputs() {
57
+ const this$ = this;
58
+ return unwrap(this$._inputs);
59
+ }
60
+ set Inputs(inputs) {
61
+ const this$ = this;
62
+ this$._inputs = inputs;
63
+ }
64
+ get Metadata() {
65
+ const this$ = this;
66
+ return unwrap(this$._metadata);
67
+ }
68
+ set Metadata(metadata) {
69
+ const this$ = this;
70
+ this$._metadata = metadata;
71
+ }
72
+ }
73
+
74
+ export function CWLToolDescription_$reflection() {
75
+ return class_type("ARCtrl.CWL.CWLToolDescription", undefined, CWLToolDescription, DynamicObj_$reflection());
76
+ }
77
+
78
+ export function CWLToolDescription_$ctor_Z3224DB85(outputs, cwlVersion, baseCommand, requirements, hints, inputs, metadata) {
79
+ return new CWLToolDescription(outputs, cwlVersion, baseCommand, requirements, hints, inputs, metadata);
80
+ }
81
+
@@ -0,0 +1,81 @@
1
+ import { defaultArg, unwrap } from "../fable_modules/fable-library-js.4.22.0/Option.js";
2
+ import { DynamicObj_$reflection, DynamicObj } from "../fable_modules/DynamicObj.4.0.3/DynamicObj.fs.js";
3
+ import { class_type } from "../fable_modules/fable-library-js.4.22.0/Reflection.js";
4
+
5
+ export class CWLWorkflowDescription extends DynamicObj {
6
+ constructor(steps, inputs, outputs, cwlVersion, requirements, hints, metadata) {
7
+ super();
8
+ this._cwlVersion = defaultArg(cwlVersion, "v1.2");
9
+ this._steps = steps;
10
+ this._inputs = inputs;
11
+ this._outputs = outputs;
12
+ this._requirements = requirements;
13
+ this._hints = hints;
14
+ this._metadata = metadata;
15
+ }
16
+ get CWLVersion() {
17
+ const this$ = this;
18
+ return this$._cwlVersion;
19
+ }
20
+ set CWLVersion(version) {
21
+ const this$ = this;
22
+ this$._cwlVersion = version;
23
+ }
24
+ get Steps() {
25
+ const this$ = this;
26
+ return this$._steps;
27
+ }
28
+ set Steps(steps) {
29
+ const this$ = this;
30
+ this$._steps = steps;
31
+ }
32
+ get Inputs() {
33
+ const this$ = this;
34
+ return this$._inputs;
35
+ }
36
+ set Inputs(inputs) {
37
+ const this$ = this;
38
+ this$._inputs = inputs;
39
+ }
40
+ get Outputs() {
41
+ const this$ = this;
42
+ return this$._outputs;
43
+ }
44
+ set Outputs(outputs) {
45
+ const this$ = this;
46
+ this$._outputs = outputs;
47
+ }
48
+ get Requirements() {
49
+ const this$ = this;
50
+ return unwrap(this$._requirements);
51
+ }
52
+ set Requirements(requirements) {
53
+ const this$ = this;
54
+ this$._requirements = requirements;
55
+ }
56
+ get Hints() {
57
+ const this$ = this;
58
+ return unwrap(this$._hints);
59
+ }
60
+ set Hints(hints) {
61
+ const this$ = this;
62
+ this$._hints = hints;
63
+ }
64
+ get Metadata() {
65
+ const this$ = this;
66
+ return unwrap(this$._metadata);
67
+ }
68
+ set Metadata(metadata) {
69
+ const this$ = this;
70
+ this$._metadata = metadata;
71
+ }
72
+ }
73
+
74
+ export function CWLWorkflowDescription_$reflection() {
75
+ return class_type("ARCtrl.CWL.CWLWorkflowDescription", undefined, CWLWorkflowDescription, DynamicObj_$reflection());
76
+ }
77
+
78
+ export function CWLWorkflowDescription_$ctor_704BBD06(steps, inputs, outputs, cwlVersion, requirements, hints, metadata) {
79
+ return new CWLWorkflowDescription(steps, inputs, outputs, cwlVersion, requirements, hints, metadata);
80
+ }
81
+
@@ -0,0 +1,98 @@
1
+ import { Record } from "../fable_modules/fable-library-js.4.22.0/Types.js";
2
+ import { class_type, array_type, record_type, option_type, string_type } from "../fable_modules/fable-library-js.4.22.0/Reflection.js";
3
+ import { unwrap } from "../fable_modules/fable-library-js.4.22.0/Option.js";
4
+ import { DynamicObj_$reflection, DynamicObj } from "../fable_modules/DynamicObj.4.0.3/DynamicObj.fs.js";
5
+
6
+ export class StepInput extends Record {
7
+ constructor(Id, Source, DefaultValue, ValueFrom) {
8
+ super();
9
+ this.Id = Id;
10
+ this.Source = Source;
11
+ this.DefaultValue = DefaultValue;
12
+ this.ValueFrom = ValueFrom;
13
+ }
14
+ }
15
+
16
+ export function StepInput_$reflection() {
17
+ return record_type("ARCtrl.CWL.StepInput", [], StepInput, () => [["Id", string_type], ["Source", option_type(string_type)], ["DefaultValue", option_type(string_type)], ["ValueFrom", option_type(string_type)]]);
18
+ }
19
+
20
+ export class StepOutput extends Record {
21
+ constructor(Id) {
22
+ super();
23
+ this.Id = Id;
24
+ }
25
+ }
26
+
27
+ export function StepOutput_$reflection() {
28
+ return record_type("ARCtrl.CWL.StepOutput", [], StepOutput, () => [["Id", array_type(string_type)]]);
29
+ }
30
+
31
+ export class WorkflowStep extends DynamicObj {
32
+ constructor(id, in_, out_, run, requirements, hints) {
33
+ super();
34
+ this._id = id;
35
+ this._in = in_;
36
+ this._out = out_;
37
+ this._run = run;
38
+ this._requirements = requirements;
39
+ this._hints = hints;
40
+ }
41
+ get Id() {
42
+ const this$ = this;
43
+ return this$._id;
44
+ }
45
+ set Id(id) {
46
+ const this$ = this;
47
+ this$._id = id;
48
+ }
49
+ get In() {
50
+ const this$ = this;
51
+ return this$._in;
52
+ }
53
+ set In(in_) {
54
+ const this$ = this;
55
+ this$._in = in_;
56
+ }
57
+ get Out() {
58
+ const this$ = this;
59
+ return this$._out;
60
+ }
61
+ set Out(out_) {
62
+ const this$ = this;
63
+ this$._out = out_;
64
+ }
65
+ get Run() {
66
+ const this$ = this;
67
+ return this$._run;
68
+ }
69
+ set Run(run) {
70
+ const this$ = this;
71
+ this$._run = run;
72
+ }
73
+ get Requirements() {
74
+ const this$ = this;
75
+ return unwrap(this$._requirements);
76
+ }
77
+ set Requirements(requirements) {
78
+ const this$ = this;
79
+ this$._requirements = requirements;
80
+ }
81
+ get Hints() {
82
+ const this$ = this;
83
+ return unwrap(this$._hints);
84
+ }
85
+ set Hints(hints) {
86
+ const this$ = this;
87
+ this$._hints = hints;
88
+ }
89
+ }
90
+
91
+ export function WorkflowStep_$reflection() {
92
+ return class_type("ARCtrl.CWL.WorkflowStep", undefined, WorkflowStep, DynamicObj_$reflection());
93
+ }
94
+
95
+ export function WorkflowStep_$ctor_4159DCB0(id, in_, out_, run, requirements, hints) {
96
+ return new WorkflowStep(id, in_, out_, run, requirements, hints);
97
+ }
98
+