@lionweb/io-lionweb-mps-specific 0.7.0-alpha.6 → 0.7.0-alpha.7

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.
@@ -0,0 +1,2718 @@
1
+ language TL.LDM.Language.Definition.Base:
2
+ concept AbstractArgument:
3
+ @ConceptDescription:
4
+ short description: Base type for all arguments
5
+ concept AbstractEnumeratedType:
6
+ @ConceptDescription:
7
+ short description: A value that represents a discrete set of options
8
+ concept AbstractEnumeratedValue:
9
+ @ConceptDescription:
10
+ short description: A value that represents a discrete set of options
11
+ concept AbstractRealType:
12
+ @ConceptDescription:
13
+ short description: A type that can be represented by a plain real number
14
+ concept AbstractRealValue:
15
+ @KeyedDescription:
16
+ documentation: Base concept for values that represent a real number
17
+ containment value:
18
+ @KeyedDescription:
19
+ documentation: The real number value
20
+ containment exponent:
21
+ @KeyedDescription:
22
+ documentation: The exponent to apply to the value. This can be used to overcome precision issues caused by different programming languages or hardware
23
+ concept AbstractStreamDotTarget:
24
+ @ConceptDescription:
25
+ short description: An abstract concept that represents dot operations on streams
26
+ concept AbstractType:
27
+ @ConceptDescription:
28
+ short description: Abstract concept for all kinds of types with (mostly numeric) values
29
+ concept AbstractValue:
30
+ @ConceptDescription:
31
+ short description: Abstract concept for all kinds of (mostly numeric) values
32
+ concept AngleType:
33
+ @ConceptDescription:
34
+ short description: A type that represents an angle expressed in °
35
+ alias: °
36
+ concept AngleValue:
37
+ @ConceptDescription:
38
+ short description: A value that represents an angle expressed in °
39
+ concept AngularAccelerationType:
40
+ @ConceptDescription:
41
+ short description: A type that represents an angular acceleration in rad/s^2
42
+ alias: rad/s^2
43
+ concept AngularAccelerationValue:
44
+ @ConceptDescription:
45
+ short description: A value that represents an angular acceleration in rad/s^2
46
+ concept AngularSpeedType:
47
+ @ConceptDescription:
48
+ short description: A type that represents an angular speed in rad/s
49
+ alias: rad/s
50
+ concept AngularSpeedValue:
51
+ @ConceptDescription:
52
+ short description: A value that represents an angular speed in rad/s
53
+ concept ArgumentReferenceExpression:
54
+ @ConceptDescription:
55
+ short description: reference to an argument
56
+ concept Documentation:
57
+ @ConceptDescription:
58
+ short description: Documentation text
59
+ concept EnergyType:
60
+ @ConceptDescription:
61
+ short description: A type that represents energy represented in J
62
+ alias: J
63
+ concept EnergyValue:
64
+ @ConceptDescription:
65
+ short description: A value that represents energy represented in J
66
+ concept FrequencyType:
67
+ @ConceptDescription:
68
+ short description: A type that represents a frequency represented in Hz
69
+ alias: Hz
70
+ concept FrequencyValue:
71
+ @ConceptDescription:
72
+ short description: A value that represents a frequency represented in Hz
73
+ interface IAngleValue:
74
+ @KeyedDescription:
75
+ see also:
76
+ concept AngleType in language TL.LDM.Language.Definition.Base
77
+ interface IAngularAccelerationValue:
78
+ @KeyedDescription:
79
+ see also:
80
+ concept AngularAccelerationType in language TL.LDM.Language.Definition.Base
81
+ interface IAngularSpeedValue:
82
+ @KeyedDescription:
83
+ see also:
84
+ concept AngularSpeedType in language TL.LDM.Language.Definition.Base
85
+ interface IEnergyValue:
86
+ @KeyedDescription:
87
+ see also:
88
+ concept EnergyType in language TL.LDM.Language.Definition.Base
89
+ interface IFrequencyValue:
90
+ @KeyedDescription:
91
+ see also:
92
+ concept FrequencyType in language TL.LDM.Language.Definition.Base
93
+ interface IIntegerValue:
94
+ @KeyedDescription:
95
+ documentation: Marker interface for all integer values
96
+ see also:
97
+ concept IntegerType in language TL.LDM.Language.Definition.Base
98
+ interface ILengthValue:
99
+ @KeyedDescription:
100
+ see also:
101
+ concept LengthType in language TL.LDM.Language.Definition.Base
102
+ interface IPercentValue:
103
+ @KeyedDescription:
104
+ see also:
105
+ concept PercentType in language TL.LDM.Language.Definition.Base
106
+ interface IPowerValue:
107
+ @KeyedDescription:
108
+ see also:
109
+ concept PowerType in language TL.LDM.Language.Definition.Base
110
+ interface IRealValue:
111
+ @KeyedDescription:
112
+ see also:
113
+ concept AbstractRealType in language TL.LDM.Language.Definition.Base
114
+ interface ISpatialFrequencyValue:
115
+ @KeyedDescription:
116
+ see also:
117
+ concept SpatialFrequencyType in language TL.LDM.Language.Definition.Base
118
+ interface ISpeedValue:
119
+ @KeyedDescription:
120
+ see also:
121
+ concept SpeedType in language TL.LDM.Language.Definition.Base
122
+ interface ITemplateDerivable:
123
+ @KeyedDescription:
124
+ documentation: Indicates this element might be derived from a template
125
+ containment templateOrigin:
126
+ @KeyedDescription:
127
+ documentation: Information about the template this element derives from
128
+ interface ITimeValue:
129
+ @KeyedDescription:
130
+ see also:
131
+ concept TimeType in language TL.LDM.Language.Definition.Base
132
+ interface IWavelengthValue:
133
+ @KeyedDescription:
134
+ see also:
135
+ concept WavelengthType in language TL.LDM.Language.Definition.Base
136
+ concept IntegerType:
137
+ @ConceptDescription:
138
+ short description: A type that represents an integer
139
+ alias: integer
140
+ concept IntegerValue:
141
+ @KeyedDescription: (no info)
142
+ concept LengthType:
143
+ @ConceptDescription:
144
+ short description: A type that represents a length represented in m
145
+ alias: m
146
+ concept LengthValue:
147
+ @ConceptDescription:
148
+ short description: A value that represents a length represented in m
149
+ concept ListValue:
150
+ @ConceptDescription:
151
+ short description: list of nodes
152
+ alias: list
153
+ concept MatrixType:
154
+ @ConceptDescription:
155
+ short description: A datatype that represents matrices of a given width and heigh
156
+ alias: matrix
157
+ concept PercentOfOperator:
158
+ @ConceptDescription:
159
+ short description: expressed X % of Y
160
+ alias: %of
161
+ concept PercentType:
162
+ @ConceptDescription:
163
+ short description: A type that represents a percentage
164
+ alias: %
165
+ concept PercentValue:
166
+ @ConceptDescription:
167
+ short description: A value that represents a percentage
168
+ concept PowerType:
169
+ @ConceptDescription:
170
+ short description: A type that represents power expressed in W
171
+ alias: W
172
+ concept PowerValue:
173
+ @ConceptDescription:
174
+ short description: A value that represents power expressed in W
175
+ concept SpatialFrequencyType:
176
+ @ConceptDescription:
177
+ short description: A type that represents a spatial frequency represented in 1/m
178
+ alias: 1/m
179
+ concept SpatialFrequencyValue:
180
+ @ConceptDescription:
181
+ short description: A value that represents a spatial frequency represented in 1/m
182
+ concept SpeedType:
183
+ @ConceptDescription:
184
+ short description: A type that represents a speed represented in m/s
185
+ alias: m/s
186
+ concept SpeedValue:
187
+ @ConceptDescription:
188
+ short description: A value that represents a speed represented in m/s
189
+ concept StreamType:
190
+ @ConceptDescription:
191
+ short description: Datatype that represents a stream of a base types
192
+ alias: stream
193
+ concept TemplateIdentifier:
194
+ @KeyedDescription:
195
+ documentation: Information about a template
196
+ @ConceptDescription:
197
+ alias: template-id
198
+ property key:
199
+ @KeyedDescription:
200
+ documentation: The key is a technical name of the template. Typically not the name that is shown in any editor.
201
+ property version:
202
+ @KeyedDescription:
203
+ documentation: The version of the used template
204
+ concept TimeType:
205
+ @ConceptDescription:
206
+ short description: A type that represents time expressed in s
207
+ alias: s
208
+ concept TimeValue:
209
+ @ConceptDescription:
210
+ short description: A value that represents time expressed in s
211
+ concept WavelengthType:
212
+ @ConceptDescription:
213
+ short description: A type that represents a wavelength expressed in nm
214
+ alias: nm
215
+ concept WavelengthValue:
216
+ @ConceptDescription:
217
+ short description: A value that represents a wavelength expressed in nm
218
+ language org.iets3.core.expr.base:
219
+ interface ITyped:
220
+ containment type:
221
+ @KeyedDescription:
222
+ documentation: type is actually required, but is 0..1 here to improve editor usability
223
+ concept Expression:
224
+ @ConceptDescription:
225
+ short description: a base concept for expressions
226
+ concept Type:
227
+ @ConceptDescription:
228
+ short description: a base concept for types
229
+ concept BinaryArithmeticExpression:
230
+ @ConceptDescription:
231
+ short description: a base concept for binary arithmetic expressions
232
+ interface ITypeable:
233
+ @KeyedDescription:
234
+ documentation: Nodes that have a defined type but not necessarily specified explicitly in a child
235
+ concept PrimitiveLiteral:
236
+ @ConceptDescription:
237
+ short description: a base concept for primitive literals
238
+ concept BinaryExpression:
239
+ @ConceptDescription:
240
+ short description: a base concept for binary expressions
241
+ concept AbstractMinMaxExpression:
242
+ @ConceptDescription:
243
+ short description: a base concept for min/max expression
244
+ concept AltOption:
245
+ @ConceptDescription:
246
+ short description: an alternative option
247
+ concept AlternativesExpression:
248
+ @ConceptDescription:
249
+ short description: decide between several alternatives
250
+ alias: alt
251
+ concept AlwaysValue:
252
+ @ConceptDescription:
253
+ short description: a value that is everytime "true"
254
+ alias: always
255
+ concept AndTag:
256
+ @ConceptDescription:
257
+ short description: and
258
+ alias: &&
259
+ concept AssignmentExpr:
260
+ @ConceptDescription:
261
+ short description: assign a value to a variable or ref
262
+ alias: :=
263
+ concept AttemptType:
264
+ @ConceptDescription:
265
+ short description: an attempt type
266
+ alias: attempt
267
+ concept BangOp:
268
+ @ConceptDescription:
269
+ short description: force away option
270
+ alias: !
271
+ containment optionValue:
272
+ @Deprecated: (no info)
273
+ concept BinaryComparisonExpression:
274
+ @ConceptDescription:
275
+ short description: a base concept for binary comparison expressions
276
+ concept BinaryEqualityExpression:
277
+ @ConceptDescription:
278
+ short description: a base concept for binary equality expressions
279
+ concept BinaryLogicalExpression:
280
+ @ConceptDescription:
281
+ short description: a base concept for binary logical expressions
282
+ concept CastExpression:
283
+ @ConceptDescription:
284
+ short description: cast general type to a more specific one
285
+ alias: cast
286
+ concept CheckTypeConstraintsExpr:
287
+ @ConceptDescription:
288
+ short description: check whether the constraints for a type hold
289
+ alias: check
290
+ concept ColonCast:
291
+ @ConceptDescription:
292
+ short description: cast a general type to a more specific one (postfix)
293
+ alias: :
294
+ concept ConstraintAndErrorNode:
295
+ @ConceptDescription:
296
+ short description: a constraint and error node
297
+ concept Contract:
298
+ @ConceptDescription:
299
+ short description: a collections of constraints
300
+ concept ContractItem:
301
+ @ConceptDescription:
302
+ short description: a base concept for contract items
303
+ concept ConvenientBoolean:
304
+ @ConceptDescription:
305
+ short description: a convenient boolean
306
+ concept ConvenientBooleanValue:
307
+ @ConceptDescription:
308
+ short description: a base concept for convenient boolean values
309
+ concept ConvenientValueCond:
310
+ @ConceptDescription:
311
+ short description: an if condition for a convenient boolean value
312
+ alias: if
313
+ concept DeRefTarget:
314
+ @ConceptDescription:
315
+ short description: navigate from a reference to its target
316
+ alias: deref
317
+ concept DefaultValueExpression:
318
+ @ConceptDescription:
319
+ short description: get the default/neutral value of a type
320
+ alias: default
321
+ concept DivExpression:
322
+ @ConceptDescription:
323
+ short description: a numeric division
324
+ alias: /
325
+ concept DocWordRef:
326
+ @ConceptDescription:
327
+ short description: a reference to a named node
328
+ concept DotExpression:
329
+ @ConceptDescription:
330
+ short description: a dot expression
331
+ concept EmptyExpression:
332
+ @ConceptDescription:
333
+ short description: an empty line in an expression block
334
+ concept EmptyType:
335
+ @ConceptDescription:
336
+ short description: an empty type
337
+ alias: emptytype
338
+ concept EmptyValue:
339
+ @ConceptDescription:
340
+ short description: an empty value with an optional type
341
+ alias: empty
342
+ concept EqualsExpression:
343
+ @ConceptDescription:
344
+ short description: compare two values for equality
345
+ alias: ==
346
+ concept ErrorExpression:
347
+ @ConceptDescription:
348
+ short description: create an error value
349
+ alias: error
350
+ concept ErrorLiteral:
351
+ @ConceptDescription:
352
+ short description: an error literal
353
+ concept ErrorTarget:
354
+ @ConceptDescription:
355
+ short description: the error-case in a validity-check
356
+ alias: err
357
+ concept ExprInContract:
358
+ @ConceptDescription:
359
+ short description: a base concept for expressions in contracts
360
+ concept FailExpr:
361
+ @ConceptDescription:
362
+ short description: a specification of a failure-case
363
+ alias: fail
364
+ concept GenericErrorType:
365
+ @ConceptDescription:
366
+ short description: a generic error types
367
+ alias: error
368
+ concept GreaterEqualsExpression:
369
+ @ConceptDescription:
370
+ short description: greater or equals than
371
+ alias: >=
372
+ concept GreaterExpression:
373
+ @ConceptDescription:
374
+ short description: greater than
375
+ alias: >
376
+ concept HasValueOp:
377
+ @ConceptDescription:
378
+ short description: check if a value is present
379
+ alias: hasValue
380
+ interface IControlAdvancedFeatures_old:
381
+ @Deprecated:
382
+ comment: The concept was moved to language "org.iets3.core.base"
383
+ interface IEmptyLiteral:
384
+ @KeyedDescription:
385
+ documentation: Marker interface used to mark literals that at runtime evaluate to empty value.
386
+ concept IfElseSection:
387
+ @ConceptDescription:
388
+ short description: an else part of an if expression
389
+ alias: else
390
+ concept IfExpression:
391
+ @ConceptDescription:
392
+ short description: a conditional statement expression (if-then-else)
393
+ alias: if
394
+ containment elsePart:
395
+ @Deprecated: (no info)
396
+ concept ImplicitValidityValExpr:
397
+ @ConceptDescription:
398
+ short description: a value of the particular type
399
+ alias: it
400
+ concept InlineMessage:
401
+ @ConceptDescription:
402
+ short description: an inline message
403
+ alias: message
404
+ concept Invariant:
405
+ @ConceptDescription:
406
+ short description: a constraint that has to be true all the time
407
+ alias: inv
408
+ concept IsSomeExpression:
409
+ @ConceptDescription:
410
+ short description: check if an option value contains a value (and not none)
411
+ alias: isSome
412
+ concept JoinType:
413
+ @ConceptDescription:
414
+ short description: a join type
415
+ alias: join
416
+ concept LessEqualsExpression:
417
+ @ConceptDescription:
418
+ short description: less or equal than
419
+ alias: <=
420
+ concept LessExpression:
421
+ @ConceptDescription:
422
+ short description: less than
423
+ alias: <
424
+ concept LogicalAndExpression:
425
+ @ConceptDescription:
426
+ short description: a logical conjunction of two values
427
+ alias: &&
428
+ concept LogicalIffExpression:
429
+ @ConceptDescription:
430
+ short description: if and only if
431
+ alias: <=>
432
+ concept LogicalImpliesExpression:
433
+ @ConceptDescription:
434
+ short description: implies
435
+ alias: =>
436
+ concept LogicalNotExpression:
437
+ @ConceptDescription:
438
+ short description: a logical negation
439
+ alias: !
440
+ concept LogicalOrExpression:
441
+ @ConceptDescription:
442
+ short description: a logical or of two values
443
+ alias: ||
444
+ concept MakeRefTarget:
445
+ @ConceptDescription:
446
+ short description: create a reference to the entity
447
+ alias: ref
448
+ concept MaxExpression:
449
+ @ConceptDescription:
450
+ short description: get the biggest value of a set of values
451
+ alias: max
452
+ concept MessageValueType:
453
+ @ConceptDescription:
454
+ short description: a message type
455
+ alias: message
456
+ concept MinExpression:
457
+ @ConceptDescription:
458
+ short description: get the smallest value of a set of values
459
+ alias: min
460
+ concept MinusExpression:
461
+ @ConceptDescription:
462
+ short description: numeric minus
463
+ alias: -
464
+ concept ModExpression:
465
+ @ConceptDescription:
466
+ short description: numeric modulus
467
+ alias: mod
468
+ concept MulExpression:
469
+ @ConceptDescription:
470
+ short description: numeric multiplication
471
+ alias: *
472
+ concept MulTag:
473
+ @ConceptDescription:
474
+ short description: multiplication
475
+ alias: *
476
+ concept NeverValue:
477
+ @ConceptDescription:
478
+ short description: a value that is everytime "false"
479
+ alias: never
480
+ concept NonStrictEqualsExpression:
481
+ @ConceptDescription:
482
+ short description: non-strict equals (intended for semantic modelling only)
483
+ alias: ===
484
+ concept NoneLiteral:
485
+ @ConceptDescription:
486
+ short description: nothing (in the context of options)
487
+ alias: none
488
+ concept NoneType:
489
+ @ConceptDescription:
490
+ short description: a type representing nothing (in the context of options)
491
+ alias: none
492
+ concept NotEqualsExpression:
493
+ @ConceptDescription:
494
+ short description: not equals
495
+ alias: !=
496
+ concept OkTarget:
497
+ @ConceptDescription:
498
+ short description: the ok-case in a validity-check
499
+ alias: ok
500
+ concept OneOfTarget:
501
+ @ConceptDescription:
502
+ short description: test for membership in a set of values
503
+ alias: oneOf
504
+ concept OperatorGroup:
505
+ @ConceptDescription:
506
+ short description: execute an operation on multiple expressions
507
+ alias: join
508
+ concept OperatorTag:
509
+ @ConceptDescription:
510
+ short description: a base concept for operator tags
511
+ concept OptionOrExpression:
512
+ @ConceptDescription:
513
+ short description: get the optioned value, or an alternative
514
+ alias: ?:
515
+ concept OptionType:
516
+ @ConceptDescription:
517
+ short description: optional type (something or none)
518
+ alias: opt
519
+ concept OrTag:
520
+ @ConceptDescription:
521
+ short description: or
522
+ alias: ||
523
+ concept ParensExpression:
524
+ @ConceptDescription:
525
+ short description: parentheses
526
+ alias: (
527
+ concept PlainConstraint:
528
+ @ConceptDescription:
529
+ short description: a plain constraint
530
+ concept PlusExpression:
531
+ @ConceptDescription:
532
+ short description: numeric plus
533
+ alias: +
534
+ concept PlusTag:
535
+ @ConceptDescription:
536
+ short description: plus
537
+ alias: +
538
+ concept Postcondition:
539
+ @ConceptDescription:
540
+ short description: a postcondition (guaranteed after execution)
541
+ alias: post
542
+ concept PragmaDisableCaching:
543
+ @ConceptDescription:
544
+ short description: disable the interpreter caching
545
+ alias: §disable-caching-globally
546
+ concept PragmaExpression:
547
+ @ConceptDescription:
548
+ short description: a base concept for pragma expressions
549
+ concept Precondition:
550
+ @ConceptDescription:
551
+ short description: a precondition (assumed to hold before execution)
552
+ alias: pre
553
+ concept PrimitiveType:
554
+ @ConceptDescription:
555
+ short description: a base concept for primitive types
556
+ concept ProgramLocationOp:
557
+ @ConceptDescription:
558
+ short description: a base concept for program location operations
559
+ concept ProgramLocationType:
560
+ @ConceptDescription:
561
+ short description: a programm location
562
+ alias: loc
563
+ concept ProgramLocationUrlOp:
564
+ @ConceptDescription:
565
+ short description: an url of a programm location
566
+ alias: url
567
+ concept RangeTarget:
568
+ @ConceptDescription:
569
+ short description: check if is within a range
570
+ alias: inRange
571
+ annotation ReductionInspector:
572
+ @ConceptDescription:
573
+ short description: show the reduced form under the attributed expression
574
+ concept ReferenceType:
575
+ @ConceptDescription:
576
+ short description: a reference type
577
+ alias: ref
578
+ annotation Revealer:
579
+ @ConceptDescription:
580
+ short description: reveal if a condition is met
581
+ concept RevealerThis:
582
+ @ConceptDescription:
583
+ short description: a reference to the revealed concept
584
+ alias: revealed
585
+ annotation SimpleExpressionValueInspector:
586
+ @ConceptDescription:
587
+ short description: an inspector for simple expression values
588
+ concept SomeValExpr:
589
+ @ConceptDescription:
590
+ short description: a value inside an option
591
+ concept SpecificErrorType:
592
+ @ConceptDescription:
593
+ short description: a particular error literal
594
+ alias: error[
595
+ concept SuccessExpression:
596
+ @ConceptDescription:
597
+ short description: success; no error
598
+ alias: success
599
+ concept SuccessType:
600
+ @ConceptDescription:
601
+ short description: a successful attempt type
602
+ alias: success
603
+ concept SuccessValueExpr:
604
+ @ConceptDescription:
605
+ short description: the return value in a successful try (inside a try expression)
606
+ concept ThisExpression:
607
+ @ConceptDescription:
608
+ short description: the current context
609
+ alias: this
610
+ concept TracerExpression:
611
+ @ConceptDescription:
612
+ short description: a tracer expression
613
+ concept TryErrorClause:
614
+ @ConceptDescription:
615
+ short description: handle errors in an attempt type
616
+ alias: error
617
+ concept TryExpression:
618
+ @ConceptDescription:
619
+ short description: try to evaluate expression and handle potential errors
620
+ alias: try
621
+ concept TrySuccessClause:
622
+ @ConceptDescription:
623
+ short description: handle the succcessful case in a try
624
+ alias: =>
625
+ concept TupleAccessExpr:
626
+ @ConceptDescription:
627
+ short description: an index-based access of a tuple
628
+ concept TupleType:
629
+ @ConceptDescription:
630
+ short description: an n-ary tuple type
631
+ alias: [
632
+ concept TupleValue:
633
+ @ConceptDescription:
634
+ short description: a n-ary tuple value
635
+ alias: [
636
+ concept UnaryExpression:
637
+ @ConceptDescription:
638
+ short description: a base concept for unary expressions
639
+ concept UnaryMinusExpression:
640
+ @ConceptDescription:
641
+ short description: numeric negation
642
+ alias: -
643
+ concept ValidityType:
644
+ @ConceptDescription:
645
+ short description: a composite type for checking validities
646
+ alias: validity
647
+ concept VoidType:
648
+ @ConceptDescription:
649
+ short description: no return value
650
+ alias: void
651
+ language org.iets3.core.expr.simpleTypes:
652
+ concept NumberLiteral:
653
+ @ConceptDescription:
654
+ short description: a number literal
655
+ concept AbstractStringDotTarget:
656
+ @ConceptDescription:
657
+ short description: a base operation for string operations
658
+ concept BooleanLiteral:
659
+ @ConceptDescription:
660
+ short description: a base literal for booleans
661
+ concept BooleanType:
662
+ @ConceptDescription:
663
+ short description: a type for truth values of logic and Boolean algebra
664
+ alias: boolean
665
+ concept BoundsExpression:
666
+ @ConceptDescription:
667
+ short description: limit a number within min/max bounds
668
+ alias: bounds
669
+ concept ConvertPrecisionNumberExpression:
670
+ @ConceptDescription:
671
+ short description: change the precision of a number (rounding, truncating)
672
+ alias: precision
673
+ concept FalseLiteral:
674
+ @ConceptDescription:
675
+ short description: a false literal
676
+ alias: false
677
+ concept IntegerType:
678
+ @ConceptDescription:
679
+ short description: a numeric type corresponding to number[-inf|inf]{0}
680
+ alias: int
681
+ concept InterpolExprWord:
682
+ @ConceptDescription:
683
+ short description: embed an expression into an interpolated string
684
+ alias: $(
685
+ concept LimitExpression:
686
+ @ConceptDescription:
687
+ short description: limit a value to the bounds given by the specified numeric type
688
+ alias: limit
689
+ concept NumberPrecSpec:
690
+ @ConceptDescription:
691
+ short description: a specification of a number's precision (digits behind dot)
692
+ concept NumberRangeSpec:
693
+ @ConceptDescription:
694
+ short description: specify a number's range
695
+ concept NumberType:
696
+ @ConceptDescription:
697
+ short description: a number type with an optional precision and range
698
+ alias: number
699
+ concept NumericType:
700
+ @ConceptDescription:
701
+ short description: a base type for numeric types
702
+ concept OtherwiseLiteral:
703
+ @ConceptDescription:
704
+ short description: equal to true, but used to represent default case
705
+ alias: otherwise
706
+ concept RealType:
707
+ @ConceptDescription:
708
+ short description: a numeric type corresponding to number[-inf|inf]{9}
709
+ alias: real
710
+ concept RoundDownRoundingMode:
711
+ @ConceptDescription:
712
+ short description: round down
713
+ alias: round down
714
+ concept RoundHalfUpRoundingMode:
715
+ @ConceptDescription:
716
+ short description: a mathematical rounding mode
717
+ alias: round half up
718
+ concept RoundUpRoundingMode:
719
+ @ConceptDescription:
720
+ short description: round up
721
+ alias: round up
722
+ concept RoundingMode:
723
+ @ConceptDescription:
724
+ short description: a base concept for rounding modes
725
+ concept StringContainsTarget:
726
+ @ConceptDescription:
727
+ short description: check if the string contains a substring
728
+ alias: contains
729
+ concept StringEndsWithTarget:
730
+ @ConceptDescription:
731
+ short description: check if the string ends with an expression
732
+ alias: endsWith
733
+ concept StringInterpolationExpr:
734
+ @ConceptDescription:
735
+ short description: a string with embeddable $(expressions)
736
+ alias: '''
737
+ concept StringLengthTarget:
738
+ @ConceptDescription:
739
+ short description: get the length of the string
740
+ alias: length
741
+ concept StringLiteral:
742
+ @ConceptDescription:
743
+ short description: a string literal
744
+ alias: "
745
+ concept StringStartsWithTarget:
746
+ @ConceptDescription:
747
+ short description: check that the string starts with an expression
748
+ alias: startsWith
749
+ concept StringToIntTarget:
750
+ @ConceptDescription:
751
+ short description: convert a string to an integer
752
+ alias: toInt
753
+ concept StringType:
754
+ @ConceptDescription:
755
+ short description: a sequence of characters type
756
+ alias: string
757
+ concept ToleranceExpr:
758
+ @ConceptDescription:
759
+ short description: a tolerance
760
+ alias: ±
761
+ concept TrueLiteral:
762
+ @ConceptDescription:
763
+ short description: a true literal
764
+ alias: true
765
+ concept TruncateRoundingMode:
766
+ @ConceptDescription:
767
+ short description: chop off the decimal portion
768
+ alias: truncate
769
+ language jetbrains.mps.lang.core:
770
+ interface ISuppressErrors:
771
+ @KeyedDescription:
772
+ documentation: concept implementing this interface can suppress any error that appear on instances of that concept, any descendants of that instances or nodes which hold such instances as attributes
773
+ language TL.LDM.Language.Definition.Capability:
774
+ concept BeamCapability:
775
+ @ConceptDescription:
776
+ short description: Describes the beam provided through a lightpath
777
+ alias: beam
778
+ concept BeamControlBrightLineModeCapability:
779
+ @ConceptDescription:
780
+ short description: Indicates that the beams are controlled independently from each other by requesting an absolute value
781
+ alias: bright line mode
782
+ concept BeamControlBrightLineWeldCapability:
783
+ @ConceptDescription:
784
+ short description: Indicates that the beams are controlled relatively to each other with a ratio that accumulates to 100% over all beams
785
+ alias: bright line weld
786
+ concept BeamControlNoneCapability:
787
+ @ConceptDescription:
788
+ short description: Indicates that no special beam control is applicable
789
+ alias: none
790
+ concept BeamCoreCapability:
791
+ @ConceptDescription:
792
+ alias: core
793
+ concept BeamCoreRingCapability:
794
+ @ConceptDescription:
795
+ alias: ring
796
+ concept BeamCoreType:
797
+ @ConceptDescription:
798
+ alias: Abstract Beam Core
799
+ concept BeamGeometryCircleCapability:
800
+ @ConceptDescription:
801
+ alias: circle
802
+ concept BeamGeometrySquareCapability:
803
+ @ConceptDescription:
804
+ alias: square
805
+ concept CapillaryDepthMeasurementCapability:
806
+ @ConceptDescription:
807
+ short description: Indicates that the depth of capillars produced by welding can be measured
808
+ alias: capillary depth measurement
809
+ concept CombinedBeamCoreRestrictionCapability:
810
+ @ConceptDescription:
811
+ short description: Describes restrictions of beam cores if one wants to use them in combination
812
+ alias: restriction
813
+ concept DefocusParameterIsRampableCapability:
814
+ @ConceptDescription:
815
+ short description: Indicates whether defocus process parameters are rampable
816
+ alias: defocus rampable
817
+ concept ExpectsInitialJumpFromOriginCapability:
818
+ @ConceptDescription:
819
+ short description: Indicates if a initial jump path from origin (0,0,0) at the start of each program is expected
820
+ alias: initial jump expected
821
+ concept GaussianBeamShapeCapability:
822
+ @ConceptDescription:
823
+ short description: The beam shape is gaussian
824
+ alias: gaussian
825
+ concept IPFOOVarCapability:
826
+ @ConceptDescription:
827
+ alias: IPFO OVar
828
+ concept IPFOProgramProcessingCapability:
829
+ @ConceptDescription:
830
+ short description: Indicates the ability to process IPFO programs
831
+ alias: IPFO program processing
832
+ concept KinematicCapability:
833
+ @KeyedDescription:
834
+ documentation: Describes the capabilities and properties a kinematic provides
835
+ @ConceptDescription:
836
+ short description: The kinematic abilities
837
+ alias: kinematic
838
+ containment firmware:
839
+ @KeyedDescription:
840
+ documentation: The firmware of the kinematic
841
+ containment workingArea:
842
+ @KeyedDescription:
843
+ documentation: The working area where the kinematic can navigate in
844
+ containment focalLength:
845
+ @KeyedDescription:
846
+ documentation: The focal length the optic of the kinematic has
847
+ containment speedControl:
848
+ @KeyedDescription:
849
+ documentation: The speed control properties
850
+ containment accelerationControl:
851
+ @KeyedDescription:
852
+ documentation: The acceleration control properties
853
+ containment pointProcessing:
854
+ @KeyedDescription:
855
+ documentation: Properties affecting the processing of a point
856
+ containment arcProcessing:
857
+ @KeyedDescription:
858
+ documentation: Properties affecting the processing of an arc
859
+ containment cycleTime:
860
+ @KeyedDescription:
861
+ documentation: The cycle time of the motion controller of the kinematic
862
+ containment minLength:
863
+ @KeyedDescription:
864
+ documentation: The minimal distance the kinematic must move in one direction
865
+ containment speedRampable:
866
+ @KeyedDescription:
867
+ documentation: Indicates if the speed can be ramped while moving in one direction
868
+ containment defocusRampable:
869
+ @KeyedDescription:
870
+ documentation: Indicates if the defocus can be ramped
871
+ containment initialJumpFromOrigin:
872
+ @KeyedDescription:
873
+ documentation: Indicates if an initial jump from origin to the start of the processing has to be defined by the program the kinematic has to execute
874
+ containment finalJumpToOrigin:
875
+ @KeyedDescription:
876
+ documentation: Indicates if automatically a jump from the end of the processing to the origin is done by the kinematic
877
+ containment powerControls:
878
+ @KeyedDescription:
879
+ documentation: The power controls the kinematic provides
880
+ concept LaserPowerCapability:
881
+ @ConceptDescription:
882
+ alias: laserPower
883
+ concept OVarCapability:
884
+ @ConceptDescription:
885
+ short description: Ability to be configured via OVars
886
+ alias: OVar
887
+ concept PfoFirmwareCapability:
888
+ @KeyedDescription:
889
+ documentation: Represents properties and capabilities of a PFO firmware
890
+ @ConceptDescription:
891
+ short description: Represents properties and capabilities of a PFO firmware
892
+ alias: pfo-firmware
893
+ containment programNumberRange:
894
+ @KeyedDescription:
895
+ documentation: Definition of the available program number range for PFO programs
896
+ containment teachProgramNumber:
897
+ @KeyedDescription:
898
+ documentation: Program number to use for test and teach programs
899
+ containment calibrationLineProgramNumber:
900
+ @KeyedDescription:
901
+ documentation: Program number to use for calibration line programs
902
+ containment intermediateFormatVersion:
903
+ @KeyedDescription:
904
+ documentation: Version of the intermediate format the PFO uses
905
+ concept PowerControlCapability:
906
+ @ConceptDescription:
907
+ alias: power control
908
+ concept PowerParameterIsRampableCapability:
909
+ @ConceptDescription:
910
+ short description: Indicates whether power process parameters are rampable
911
+ alias: power rampable
912
+ concept ProcessingUnitCapability:
913
+ @ConceptDescription:
914
+ short description: The structural composition of a kinematic, a beam and a sensoric capability
915
+ alias: processing-unit
916
+ concept ProtectionGlassContaminationMonitoringCapability:
917
+ @ConceptDescription:
918
+ short description: Protection glass contamination monitoring
919
+ alias: pg contamination monitoring
920
+ concept ProtectionGlassPresenceDetectionCapability:
921
+ @ConceptDescription:
922
+ short description: Protection glass presence detection
923
+ alias: pg presence detection
924
+ concept RealtimePathCheckCapability:
925
+ @ConceptDescription:
926
+ short description: Monitor the path deviation
927
+ alias: realtime path check
928
+ concept SeamGeometryMeasurementCapability:
929
+ @ConceptDescription:
930
+ short description: Indicates that the geometrical dimensions of a weld seam can be measured
931
+ alias: seam geometry measurement
932
+ concept SeamMonitoringInterfaceCapability:
933
+ @ConceptDescription:
934
+ short description: Provide an interface for interaction with a seam control sensor system
935
+ alias: seam monitoring
936
+ concept SensoricCapability:
937
+ @ConceptDescription:
938
+ short description: A container for all sensoric capabilities and properties
939
+ alias: sensoric
940
+ concept SpeedParameterIsRampableCapability:
941
+ @ConceptDescription:
942
+ short description: Indicates whether speed process parameters are rampable
943
+ alias: speed rampable
944
+ concept TopHatBeamShapeCapability:
945
+ @ConceptDescription:
946
+ short description: The shape of the beam is top hat
947
+ alias: top hat
948
+ concept WobbleCapability:
949
+ @ConceptDescription:
950
+ alias: wobble
951
+ language TL.LDM.Language.Definition.Property:
952
+ concept WavelengthProperty:
953
+ @ConceptDescription:
954
+ short description: The wavelength a thing can consume or provide
955
+ alias: wavelength
956
+ concept PowerProperty:
957
+ @ConceptDescription:
958
+ short description: The minimum and maximum power a thing can consume or provide
959
+ alias: power
960
+ concept VersionProperty:
961
+ @ConceptDescription:
962
+ short description: A software or firmaware version
963
+ alias: version
964
+ concept FocalLengthProperty:
965
+ @ConceptDescription:
966
+ short description: The focal length of a thing
967
+ alias: focal length
968
+ concept SpeedControlledProperty:
969
+ @ConceptDescription:
970
+ short description: Speed controlled
971
+ alias: speed controlled
972
+ concept AccelerationControlledProperty:
973
+ containment maxAccelerationTime:
974
+ @Deprecated: (no info)
975
+ concept PointProcessingProperty:
976
+ @ConceptDescription:
977
+ short description: The conditions for processing a single point
978
+ alias: point processing
979
+ containment preDelay:
980
+ @Deprecated: (no info)
981
+ concept ArcProcessingProperty:
982
+ @ConceptDescription:
983
+ short description: The conditions for processing a single arc
984
+ alias: arc processing
985
+ containment postDelay:
986
+ @Deprecated: (no info)
987
+ concept MotionControllerCycleTimeProperty:
988
+ @ConceptDescription:
989
+ short description: The cycle time of a motion controller
990
+ alias: motion cycle time
991
+ concept FinalJumpToOriginProperty:
992
+ @ConceptDescription:
993
+ short description: Indicates if a jump to the origin (0,0,0) will occur after process/program execution
994
+ alias: final-jump-to-origin
995
+ concept IntegerRangeGenericProperty:
996
+ @ConceptDescription:
997
+ short description: A integer value range defining the min and max of a integer value
998
+ alias: int-range
999
+ property min_old:
1000
+ @Deprecated:
1001
+ comment: use min containment instead
1002
+ property max_old:
1003
+ @Deprecated:
1004
+ comment: use max containment instead
1005
+ concept AngleProperty:
1006
+ @ConceptDescription:
1007
+ short description: Defines a minimum and a maximum angle
1008
+ alias: angle
1009
+ concept BusAddressProperty:
1010
+ @ConceptDescription:
1011
+ alias: busaddress
1012
+ concept LightPathNumberProperty:
1013
+ @ConceptDescription:
1014
+ short description: The number of a lightpath
1015
+ alias: lightpath-number
1016
+ concept AbstractFiberCoreGeometryProperty:
1017
+ @ConceptDescription:
1018
+ short description: The cladding thickness adds or reduces (positive or negative value) measure of associated core
1019
+ concept AccelerationControllableProperty:
1020
+ @ConceptDescription:
1021
+ alias: acceleration controllable
1022
+ concept CaseDimensionProperty:
1023
+ @ConceptDescription:
1024
+ alias: case dimension
1025
+ concept CircleApproximationAlgorithmProperty:
1026
+ @ConceptDescription:
1027
+ short description: The spatial and temporal approximation algorithm for a circle
1028
+ alias: circle approximation algorithm
1029
+ concept CircularFiberCoreGeometryProperty:
1030
+ @ConceptDescription:
1031
+ alias: circular fiber core geometry
1032
+ concept CircularFiberRingGeometryProperty:
1033
+ @ConceptDescription:
1034
+ short description: A circular fiber ring core surronding an inner core
1035
+ concept ComXInterfaceProperty:
1036
+ @ConceptDescription:
1037
+ short description: Indicates that a COMX interface is available
1038
+ alias: comX interface
1039
+ concept ConeFrustumWorkingAreaProperty:
1040
+ @ConceptDescription:
1041
+ short description: The 3D description of an frustum of cone optic working area
1042
+ alias: cone frustum working area
1043
+ concept EncoderProperty:
1044
+ @ConceptDescription:
1045
+ alias: encoder
1046
+ concept FieldAngleXMaxProperty:
1047
+ @ConceptDescription:
1048
+ short description: The maximum field angle on a x-axis
1049
+ alias: field angle X max
1050
+ concept FieldAngleYMaxProperty:
1051
+ @ConceptDescription:
1052
+ short description: The maximum field angle on a y-axis
1053
+ alias: field angle Y max
1054
+ concept LineApproximationAlgorithmProperty:
1055
+ @ConceptDescription:
1056
+ short description: The spatial and temporal approximation algorithm for a line
1057
+ alias: line approximation algorithm
1058
+ concept LineLaserProperty:
1059
+ @ConceptDescription:
1060
+ short description: Indicates that a line laser is available
1061
+ alias: line laser
1062
+ concept PFOProgramSizeProperty:
1063
+ @ConceptDescription:
1064
+ short description: The minimum and maximum amount of PFO-Geometries a PFO-Program can consist of
1065
+ alias: pfo program size
1066
+ concept PointApproximationAlgorithmProperty:
1067
+ @ConceptDescription:
1068
+ short description: The temporal approximation of a point
1069
+ alias: point aproxximation algorithm
1070
+ concept ProgramCountMaxProperty:
1071
+ @ConceptDescription:
1072
+ short description: The maximum number of programs that can be stored
1073
+ alias: program count max
1074
+ concept PyramidFrustumWorkingAreaProperty:
1075
+ @ConceptDescription:
1076
+ short description: The 3D description of an frustum of cone optic working area
1077
+ alias: pyramid frustum working area
1078
+ concept SerialNumberProperty:
1079
+ @ConceptDescription:
1080
+ short description: A serial number or some other identifier with a similar semantic
1081
+ alias: serial number
1082
+ concept SquareFiberCoreGeometryProperty:
1083
+ @ConceptDescription:
1084
+ alias: square fiber core geometry
1085
+ language TL.LDM.Language.Definition.Geometry.Base:
1086
+ concept AbstractCoordinate:
1087
+ @ConceptDescription:
1088
+ short description: An abstract notion of a coordinate
1089
+ concept AbstractCoordinateDotTarget:
1090
+ @ConceptDescription:
1091
+ short description: Abstract concept for operations on coordinates
1092
+ concept AbstractGeometricType:
1093
+ @ConceptDescription:
1094
+ short description: an abstract type that represents geometric
1095
+ alias: geometric
1096
+ concept CartesianCoordinate:
1097
+ @KeyedDescription:
1098
+ documentation: A cartesian coordinate, expressed with x, y and z as length values
1099
+ @ConceptDescription:
1100
+ short description: A cartesion coordinate, expressed with x, y and z
1101
+ alias: [
1102
+ containment x:
1103
+ @KeyedDescription:
1104
+ documentation: The x length value of the coordinate
1105
+ containment y:
1106
+ @KeyedDescription:
1107
+ documentation: The y length value of the coordinate
1108
+ containment z:
1109
+ @KeyedDescription:
1110
+ documentation: The z length value of the coordinate
1111
+ concept CartesianCoordinateLiteral:
1112
+ @ConceptDescription:
1113
+ short description: Hard-coded cartesian coordinate expression
1114
+ alias: [
1115
+ concept ClockwiseDirectionValue:
1116
+ @ConceptDescription:
1117
+ short description: Clockwise direction of a geometry. (This is no processing information)
1118
+ alias: clockwise
1119
+ concept ComputedCoordinate:
1120
+ @ConceptDescription:
1121
+ short description: A coordinate that is computed from another coordinates
1122
+ alias: computed
1123
+ concept ComputedCoordinateType:
1124
+ @ConceptDescription:
1125
+ short description: A type that represents coordinates that are computed from other coordinates
1126
+ concept CoordinateDotXTarget:
1127
+ @ConceptDescription:
1128
+ short description: returns the X component of a coordinate
1129
+ alias: x
1130
+ concept CoordinateDotYTarget:
1131
+ @ConceptDescription:
1132
+ short description: returns the Y component of a coordinate
1133
+ alias: y
1134
+ concept CoordinateDotZTarget:
1135
+ @ConceptDescription:
1136
+ short description: returns the Z component of a coordinate
1137
+ alias: z
1138
+ concept CoordinateReferenceExpression:
1139
+ @ConceptDescription:
1140
+ short description: Reference to a coordinate to be used in expressions
1141
+ alias: coord.-ref
1142
+ concept CoordinateType:
1143
+ @ConceptDescription:
1144
+ short description: a type that represents coordinates
1145
+ concept CounterClockwiseDirectionValue:
1146
+ @ConceptDescription:
1147
+ short description: Counter clockwise direction of a geometry. (This is no processing information)
1148
+ alias: counter clockwise
1149
+ concept DirectionType:
1150
+ @ConceptDescription:
1151
+ alias: direction
1152
+ concept GenericGeometryType:
1153
+ @ConceptDescription:
1154
+ short description: a type that represents any geometry
1155
+ concept GeometryReference:
1156
+ @ConceptDescription:
1157
+ short description: A reference to a geometry
1158
+ concept GeometryType:
1159
+ @ConceptDescription:
1160
+ short description: A type representing geometries
1161
+ concept ReferenceCoordinate:
1162
+ @ConceptDescription:
1163
+ alias: ref
1164
+ concept ReferenceGeometryDirection:
1165
+ @ConceptDescription:
1166
+ short description: Reference to a geometry direction
1167
+ alias: ref dir
1168
+ concept ReferencePointType:
1169
+ @ConceptDescription:
1170
+ short description: a datatype representing reference points of paths (start, end, etc)
1171
+ language TL.LDM.Language.Definition.Geometry.Primitive:
1172
+ concept AbstractDynamicsPath:
1173
+ @ConceptDescription:
1174
+ short description: A path that represent dynamic movements of a kinematic
1175
+ concept AbstractMeasurementPath:
1176
+ @ConceptDescription:
1177
+ short description: Abstract base for paths used (only) for measurements (e.g. weld depth measurements)
1178
+ concept AbstractNonMachiningPath:
1179
+ @ConceptDescription:
1180
+ short description: A path that will not be machined with a laser beam
1181
+ concept AbstractPath:
1182
+ @ConceptDescription:
1183
+ short description: A sequence of line-like movements
1184
+ concept AbstractPathDotTarget:
1185
+ @ConceptDescription:
1186
+ short description: Abstract concept for operations on paths
1187
+ concept AbstractPosition:
1188
+ @ConceptDescription:
1189
+ short description: Semantic location on a path or primitve geometry
1190
+ concept AbstractPositioningPath:
1191
+ @ConceptDescription:
1192
+ short description: A path that represents a movement to position the tool center point of a kinematic (e.g a PFO)
1193
+ concept AbstractPrimitiveGeometry:
1194
+ @ConceptDescription:
1195
+ short description: A geometry that can be processed by the system without applying structural breakdown
1196
+ concept CenterPosition:
1197
+ @ConceptDescription:
1198
+ short description: The center position of a line-like geometry or path that has not to be on the geometry it self
1199
+ alias: center
1200
+ concept ControlSetupPath:
1201
+ @ConceptDescription:
1202
+ short description: A path representing a movement to setup a controller (e.g. seam tracking)
1203
+ alias: control-setup-path
1204
+ concept EndPosition:
1205
+ @ConceptDescription:
1206
+ short description: The end position of a line-like geometry or path
1207
+ alias: end
1208
+ concept GenericPath:
1209
+ @ConceptDescription:
1210
+ short description: A path that contains other paths (of different types)
1211
+ alias: generic-path
1212
+ concept GeometryCorrespondence:
1213
+ @ConceptDescription:
1214
+ short description: Describes the
1215
+ alias: geo-correspondence
1216
+ interface IPath:
1217
+ @KeyedDescription:
1218
+ documentation: Describes the ability to be processed by a kinematic
1219
+ interface IPrimitiveGeometry:
1220
+ @KeyedDescription:
1221
+ documentation: Groups all primitive geometries. Primitive means a geometry can not be deconstructed further in a mathematically sense.
1222
+ concept ImplicitPathReferenceExpression:
1223
+ @KeyedDescription:
1224
+ documentation: A reference to the implicit context path
1225
+ see also:
1226
+ interface IImplicitPathContext in language TL.LDM.Language.Definition.Geometry.Primitive
1227
+ @ConceptDescription:
1228
+ alias: implicit-path
1229
+ concept JumpPath:
1230
+ @ConceptDescription:
1231
+ short description: A path that represents a direct jump of the tool center point of a kinematic (e.g. a PFO)
1232
+ alias: jump-path
1233
+ concept MachiningPath:
1234
+ @ConceptDescription:
1235
+ short description: A path on which the workpiece is altered
1236
+ alias: machining-path
1237
+ concept PathDotAllSubpathsTarget:
1238
+ @ConceptDescription:
1239
+ short description: all subpaths of a given path
1240
+ alias: subpaths
1241
+ concept PathDotLengthTarget:
1242
+ @ConceptDescription:
1243
+ short description: returns the length of the current path
1244
+ alias: length
1245
+ concept PathDotSubpathTarget:
1246
+ @ConceptDescription:
1247
+ short description: returns the paths within the current path
1248
+ concept PathReferenceExpression:
1249
+ @ConceptDescription:
1250
+ short description: references another path in a construction (usually in computed coordinates)
1251
+ concept PathType:
1252
+ @ConceptDescription:
1253
+ short description: A type for a path
1254
+ alias: path
1255
+ concept Position:
1256
+ @ConceptDescription:
1257
+ short description: The position of a point
1258
+ alias: position
1259
+ concept PositionType:
1260
+ @ConceptDescription:
1261
+ alias: position
1262
+ concept PostMeasurementPath:
1263
+ @ConceptDescription:
1264
+ short description: A path used to setup a measurement and make sure the previous machining path will be measured correctly
1265
+ alias: post-measurement-path
1266
+ concept PostPath:
1267
+ @ConceptDescription:
1268
+ short description: A path that is used for decelerating a kinematic (e.g. a PFO)
1269
+ alias: post-path
1270
+ concept PreMeasurementPath:
1271
+ @ConceptDescription:
1272
+ short description: A path used to setup a measurement and make sure the following machining path will be measured correctly
1273
+ alias: pre-measurement-path
1274
+ concept PrePath:
1275
+ @ConceptDescription:
1276
+ short description: A path that is used for accelerating a kinematic (e.g. a PFO)
1277
+ alias: pre-path
1278
+ concept PrimitiveArc:
1279
+ @ConceptDescription:
1280
+ short description: A primitive arc
1281
+ alias: arc (primitive)
1282
+ concept PrimitiveEllipseArc:
1283
+ @ConceptDescription:
1284
+ short description: A primitive ellipse arc
1285
+ alias: ellipse-arc (primitive)
1286
+ concept PrimitiveLine:
1287
+ @ConceptDescription:
1288
+ short description: A primitive line
1289
+ alias: line (primitive)
1290
+ concept PrimitivePoint:
1291
+ @ConceptDescription:
1292
+ short description: A primitive point
1293
+ alias: point (primitive)
1294
+ concept SkyweldingPath:
1295
+ @ConceptDescription:
1296
+ short description: A path that is used to perform skywelding
1297
+ alias: skywelding-path
1298
+ concept StartPosition:
1299
+ @ConceptDescription:
1300
+ short description: The start position of a line-like geometry or path
1301
+ alias: start
1302
+ concept UnspecifiedPathType:
1303
+ @ConceptDescription:
1304
+ short description: Any path type
1305
+ language TL.LDM.Language.Definition.Geometry.HighLevel:
1306
+ concept AbstractHighLevelGeometry:
1307
+ @ConceptDescription:
1308
+ short description: Groups all high-level geometries
1309
+ concept Arc:
1310
+ @ConceptDescription:
1311
+ short description: A arc (high-level)
1312
+ alias: arc
1313
+ concept Circle:
1314
+ @ConceptDescription:
1315
+ short description: A circle
1316
+ alias: circle
1317
+ concept Ellipse:
1318
+ @ConceptDescription:
1319
+ short description: A ellipse
1320
+ alias: ellipse
1321
+ concept EllipseArc:
1322
+ @ConceptDescription:
1323
+ short description: A ellipse arc
1324
+ alias: ellipse-arc
1325
+ concept Line:
1326
+ @ConceptDescription:
1327
+ short description: A line (high-level)
1328
+ alias: line
1329
+ concept Point:
1330
+ @ConceptDescription:
1331
+ short description: A point (high-level)
1332
+ alias: point
1333
+ concept Poly:
1334
+ @ConceptDescription:
1335
+ short description: A high-level geometry that is built from line like geometries
1336
+ alias: poly
1337
+ concept Rectangle:
1338
+ @ConceptDescription:
1339
+ short description: A rectangle
1340
+ alias: rectangle
1341
+ containment startEndCorner:
1342
+ @KeyedDescription:
1343
+ documentation: The start and end corner of the rectangle
1344
+ containment corner2:
1345
+ @KeyedDescription:
1346
+ documentation: The second corner of the rectangle. This describes the implicit processing direction starting from the startEndCorner towards the corner2.
1347
+ containment corner3:
1348
+ @KeyedDescription:
1349
+ documentation: The third corner of the rectangle. This corner is placed in diagonal opposition to the startEndCorner.
1350
+ concept ThreePointArc:
1351
+ @ConceptDescription:
1352
+ short description: A arc defined via three points
1353
+ alias: arc (3-point)
1354
+ language TL.LDM.Language.Definition.Geometry.Construction:
1355
+ concept AbstractConstructionRefinement:
1356
+ @ConceptDescription:
1357
+ short description: Groups all construction refinements
1358
+ concept Construction:
1359
+ @ConceptDescription:
1360
+ short description: a group of a construction refinements of a set of geometries (HL, P, M, D)
1361
+ alias: construction
1362
+ concept ConstructionArgument:
1363
+ @ConceptDescription:
1364
+ short description: an argument specified on a construction
1365
+ concept ConstructionArgumentReferenceCoordinate:
1366
+ @ConceptDescription:
1367
+ short description: A coordinate expressed as a reference to a argument
1368
+ concept ConstructionArgumentReferenceDirection:
1369
+ @ConceptDescription:
1370
+ short description: A direction expressed as a reference to an argument
1371
+ concept ConstructionRefinementType:
1372
+ @ConceptDescription:
1373
+ alias: ConstructionRefinement
1374
+ concept HighLevelConstructionRefinement:
1375
+ @ConceptDescription:
1376
+ alias: high-level refinement
1377
+ concept PrimitiveConstructionRefinement:
1378
+ @ConceptDescription:
1379
+ alias: primitive refinement
1380
+ concept ProcessingConstructionRefinement:
1381
+ @ConceptDescription:
1382
+ alias: processing refinement
1383
+ concept ProcessingConstructionRefinementDotPathTarget:
1384
+ @ConceptDescription:
1385
+ short description: returns a path in the processing construction refinment
1386
+ concept ThisConstructionRefinementExpression:
1387
+ @ConceptDescription:
1388
+ alias: this-refinement
1389
+ concept UpstreamExpression:
1390
+ @ConceptDescription:
1391
+ alias: upstream
1392
+ concept WobbleConstruction:
1393
+ @ConceptDescription:
1394
+ short description: a group of construction refinements of a set of geometries to be used in wobble programs
1395
+ alias: wobble-construction
1396
+ language TL.LDM.Language.Definition.LaserProcessingSystem:
1397
+ concept KinematicToBusaddressMapping:
1398
+ @ConceptDescription:
1399
+ short description: Mapping of a kinematic capability to a busaddress of a kinematic component (e.g. a PFO)
1400
+ alias: kinematic-to-busaddress-mapping
1401
+ concept LaserProcessingSystem:
1402
+ @KeyedDescription:
1403
+ documentation: A system of laser products and functions represented by properties, capabilities and their structural organisation
1404
+ @ConceptDescription:
1405
+ alias: laser processing system
1406
+ containment capabilities:
1407
+ @KeyedDescription:
1408
+ documentation: A set of unstructured capabilities of the laser processing system
1409
+ containment processingZones:
1410
+ @KeyedDescription:
1411
+ documentation: The processing zones the laser processing system provides
1412
+ containment zonePathsMappings:
1413
+ @KeyedDescription:
1414
+ documentation: Mappings that describe the relation between light paths and processing zones
1415
+ containment kinematicBusaddressMappings:
1416
+ @KeyedDescription:
1417
+ documentation: Mappings of the kinematics inside the processing zones to a bus address
1418
+ containment powerControlNominalPowerMappings:
1419
+ @KeyedDescription:
1420
+ documentation: Mappings of the kinematics power controls to their nominal power values provided by the beam source
1421
+ containment powerControlBeamCoreMappings:
1422
+ @KeyedDescription:
1423
+ documentation: Mappings of power controls to beam cores
1424
+ concept PowerControlToBeamCoreMapping:
1425
+ @ConceptDescription:
1426
+ alias: power-control-beam-core-mapping
1427
+ concept PowerControlToNominalPowerMapping:
1428
+ @ConceptDescription:
1429
+ short description: Mapping of a power control to its nominal power values (min and max)
1430
+ alias: power-control-to-nominal-power-mapping
1431
+ concept ProcessingZone:
1432
+ @ConceptDescription:
1433
+ alias: processing zone
1434
+ concept ProcessingZoneToLightPathsMapping:
1435
+ @ConceptDescription:
1436
+ short description: Map a processing zone to one or more lightpaths
1437
+ alias: zone-to-paths-mapping
1438
+ language TL.LDM.Language.Definition.Process:
1439
+ concept AbsoluteBeamPowerRequest:
1440
+ @ConceptDescription:
1441
+ short description: requests power from a particular beam
1442
+ concept AbstractBeamParameterValue:
1443
+ @ConceptDescription:
1444
+ short description: beam specification, incl. power, shape, pulse
1445
+ concept AbstractControlLoop:
1446
+ @ConceptDescription:
1447
+ short description: abstract base concept for control loop implementations
1448
+ concept AbstractDefocusParameterValue:
1449
+ @ConceptDescription:
1450
+ short description: abstract base concept for defocusing strategies
1451
+ concept AbstractException:
1452
+ @ConceptDescription:
1453
+ short description: any exception throwable by statements or monitors; can be caught in catch blocks
1454
+ concept AbstractFocusPositionValue:
1455
+ @ConceptDescription:
1456
+ short description: abstract base concept for the focus position (above, below)
1457
+ concept AbstractInputCategory:
1458
+ @ConceptDescription:
1459
+ short description: abstract base concept for input categories (continuous, discrete)
1460
+ concept AbstractInputOutputDeclaration:
1461
+ @ConceptDescription:
1462
+ short description: abstract base concept for inputs and outputs
1463
+ concept AbstractMeasurementParameter:
1464
+ @ConceptDescription:
1465
+ short description: abstract base concep for measurement parameter
1466
+ concept AbstractMonitor:
1467
+ @ConceptDescription:
1468
+ short description: Something that is monitored in parallel to the commands in a try block; can raise exceptions
1469
+ concept AbstractOptimizePathAngleSetting:
1470
+ @KeyedDescription:
1471
+ documentation: Abstract concept for all contour optimization settings related to angle optimizations
1472
+ concept AbstractPathContourSetting:
1473
+ @ConceptDescription:
1474
+ short description: Abstract base concept for path contour settings
1475
+ concept AbstractPathSelector:
1476
+ @ConceptDescription:
1477
+ short description: abstract base concept for path selectors in start optimisations
1478
+ concept AbstractPowerWave:
1479
+ @ConceptDescription:
1480
+ short description: abstract base concept for laser power specification (cw, pw)
1481
+ concept AbstractPredefinedRadialIntensityDistribution:
1482
+ @ConceptDescription:
1483
+ short description: abstract base concept for predefined radial intensity distributions
1484
+ concept AbstractProcessParameter:
1485
+ @ConceptDescription:
1486
+ short description: abstract base concept for process parameters
1487
+ concept AbstractProcessParameterSetting:
1488
+ @ConceptDescription:
1489
+ short description: Abstract base concept for process parameter value settings
1490
+ concept AbstractProcessParameterValue:
1491
+ @ConceptDescription:
1492
+ short description: abstract base concept for process parameter values
1493
+ concept AbstractProcessStartMode:
1494
+ @ConceptDescription:
1495
+ short description: abstract base concept to describe how the process is started
1496
+ concept AbstractProgram:
1497
+ @ConceptDescription:
1498
+ short description: Groups all programs
1499
+ concept AbstractPulseRepetition:
1500
+ @ConceptDescription:
1501
+ short description: abstract base concept for pulse repetition approaches
1502
+ concept AbstractRadialIntensityDistribution:
1503
+ @ConceptDescription:
1504
+ short description: abstract base concept for radial intensity distributions
1505
+ concept AbstractRampProcessParameterSetting:
1506
+ @ConceptDescription:
1507
+ short description: define a ramp, a changing value for the parameter
1508
+ alias: ramp
1509
+ concept AbstractSegmentationImplementation:
1510
+ @ConceptDescription:
1511
+ short description: abstract base concept for spatial and temporal segmentations
1512
+ concept AbstractSensoricParameter:
1513
+ @ConceptDescription:
1514
+ short description: abstract base concept for sensoric parameters
1515
+ concept AbstractSensoricParameterSetting:
1516
+ @ConceptDescription:
1517
+ short description: Abstract base concept for measurement parameter value settings
1518
+ concept AbstractSensoricParmeterLiteral:
1519
+ @ConceptDescription:
1520
+ short description: abstract base concept for sensoric parameter values
1521
+ concept AbstractSupportingPoint:
1522
+ @ConceptDescription:
1523
+ short description: Abstract concept for supporting points (temporal and spatial)
1524
+ concept AbstractSupportingPointSetting:
1525
+ @KeyedDescription:
1526
+ documentation: This is NOT an ISetting, as it only makes sense in the context of RampProcessParameterSetting
1527
+ see also:
1528
+ interface ISetting in language TL.LDM.Language.Definition.Process
1529
+ concept AbstractRampProcessParameterSetting in language TL.LDM.Language.Definition.Process
1530
+ @ConceptDescription:
1531
+ short description: Abstract base concepts for ramp supporting points value settings (spatial, temporal)
1532
+ concept AbstractVirtualPathExpression:
1533
+ @KeyedDescription:
1534
+ documentation: Groups all expressions modifying an existing path into a virtual path
1535
+ containment path:
1536
+ @KeyedDescription:
1537
+ documentation: The path to extend
1538
+ concept AbstractWobbleParameter:
1539
+ @KeyedDescription:
1540
+ documentation: Abstract concept for wobble parameter
1541
+ concept AbstractWobbleParameterSetting:
1542
+ @KeyedDescription:
1543
+ documentation: Groups all wobble parameter settings
1544
+ containment parameter:
1545
+ @KeyedDescription:
1546
+ documentation: The wobble parameter this setting applies to
1547
+ concept AbstractWobbleParameterValue:
1548
+ @KeyedDescription:
1549
+ documentation: Abstract concept for wobble parameter values
1550
+ concept AditionalMovementSetting:
1551
+ @ConceptDescription:
1552
+ alias: additional-movement
1553
+ concept AdjustSpeedSetting:
1554
+ @ConceptDescription:
1555
+ alias: adjust-speed
1556
+ concept AllPathsSelector:
1557
+ @ConceptDescription:
1558
+ short description: optimize for all paths
1559
+ alias: all paths
1560
+ concept AngleLessThanPathSelector:
1561
+ @ConceptDescription:
1562
+ short description: optimize for corners below a particular angle
1563
+ alias: angle less than
1564
+ concept ApproximatePathSetting:
1565
+ @ConceptDescription:
1566
+ short description: Setting for the path approximation if one is applied (e.g. for a ellipse-arc)
1567
+ alias: approximate-path
1568
+ concept BeamCoresParameterValue:
1569
+ @ConceptDescription:
1570
+ short description: define the beam for each of the cores separately
1571
+ alias: cores
1572
+ concept BeamParameter:
1573
+ @ConceptDescription:
1574
+ short description: configures the beam, incl. shape, pulse and power
1575
+ alias: beam
1576
+ concept CapabilityReferenceExpression:
1577
+ @KeyedDescription:
1578
+ documentation: Refer to capability as program argument value in a program call
1579
+ see also:
1580
+ concept ProgramCall in language TL.LDM.Language.Definition.Process
1581
+ concept ProgramArgument in language TL.LDM.Language.Definition.Process
1582
+ @ConceptDescription:
1583
+ short description: Refer to capability as program argument value in a program call
1584
+ concept CommentStatement:
1585
+ @ConceptDescription:
1586
+ short description: a comment (for documentation, not to comment out code)
1587
+ alias: //
1588
+ annotation ConfigurationOptionAnnotation:
1589
+ @ConceptDescription:
1590
+ short description: marks the owning program element as depending on a config condition
1591
+ concept ConstantProcessParameterSetting:
1592
+ @ConceptDescription:
1593
+ short description: define a single, constant value for the process parameter
1594
+ alias: constant
1595
+ concept ConstructionImport:
1596
+ @ConceptDescription:
1597
+ short description: imports a construction declared in the solution that owns this process
1598
+ alias: construction
1599
+ concept ConstructionReferenceExpression:
1600
+ @ConceptDescription:
1601
+ alias: construction
1602
+ concept ConstructorArgument:
1603
+ @ConceptDescription:
1604
+ short description: a constructor argument for an instatiable thing
1605
+ concept ContinuousInput:
1606
+ @ConceptDescription:
1607
+ short description: an input that continuously produces new values (and produces a stream)
1608
+ alias: continuous
1609
+ concept ContinuousWave:
1610
+ @ConceptDescription:
1611
+ short description: a non-pulsed laser
1612
+ alias: cw
1613
+ concept Controller:
1614
+ @ConceptDescription:
1615
+ short description: produces a continuously changing value during a processing step
1616
+ alias: controller
1617
+ concept ControllerInstance:
1618
+ @ConceptDescription:
1619
+ short description: an instance of a controller
1620
+ concept ControllerInstanceValueReferenceExpression:
1621
+ @ConceptDescription:
1622
+ short description: reference to the (current) value of a controller instance
1623
+ concept Crossjet:
1624
+ @ConceptDescription:
1625
+ short description: TBD
1626
+ alias: crossjet
1627
+ concept CurrentLoopIterationCountExpression:
1628
+ @KeyedDescription:
1629
+ documentation: Represent the current iteration count of a loop statement
1630
+ reference target:
1631
+ @KeyedDescription:
1632
+ documentation: The loop statement the iteration count is retrieved from
1633
+ concept CustomRadialIntensityDistribution:
1634
+ @ConceptDescription:
1635
+ short description: a user-defined definition of a laser's radial intensity
1636
+ alias: radial intensity distribution
1637
+ concept CustomRadialIntensityDistributionReference:
1638
+ @ConceptDescription:
1639
+ short description: reference to a custom radial instensity distribution
1640
+ concept DefocusParameter:
1641
+ @ConceptDescription:
1642
+ short description: controls the (vertical) defocus of the beam
1643
+ alias: defocus
1644
+ concept DiscreteInput:
1645
+ @ConceptDescription:
1646
+ short description: an input that produces values one at a time (and produces a list)
1647
+ alias: discrete
1648
+ concept EmptyDeclaration:
1649
+ @ConceptDescription:
1650
+ short description: an empty line declaration
1651
+ concept EmptyStatement:
1652
+ @ConceptDescription:
1653
+ short description: an empty line statement
1654
+ concept EndMoment:
1655
+ @ConceptDescription:
1656
+ alias: end
1657
+ concept EveryPFOProgramOnItsOwn:
1658
+ @ConceptDescription:
1659
+ short description: Treats every pro program on its own
1660
+ alias: every-PFO-prog-on-its-own
1661
+ concept ExpressionControlLoop:
1662
+ @ConceptDescription:
1663
+ short description: control loop implementation based on an expression
1664
+ alias: expression
1665
+ concept ExpressionStatement:
1666
+ @ConceptDescription:
1667
+ short description: a statement that only contains an expression
1668
+ concept ExtendPathExpression:
1669
+ @KeyedDescription:
1670
+ documentation: Creates a new virtual path from the original one that extends beyond its original end
1671
+ @ConceptDescription:
1672
+ alias: extend
1673
+ containment length:
1674
+ @KeyedDescription:
1675
+ documentation: The length of the extension
1676
+ concept FocusPositionAboveTargetGeometry:
1677
+ @ConceptDescription:
1678
+ short description: defocus achieved by moving up, away from the material
1679
+ alias: above target shape (+)
1680
+ concept FocusPositionBelowTargetGeometry:
1681
+ @ConceptDescription:
1682
+ short description: defocus achieved by moving down, towards the material
1683
+ alias: below target shape (-)
1684
+ concept FocusPositionOnTargetGeometry:
1685
+ @ConceptDescription:
1686
+ short description: no defocus; focus directly on the material
1687
+ alias: on target shape (0)
1688
+ concept ForEachReferenceExpression:
1689
+ @ConceptDescription:
1690
+ short description: reference to the iterator variable of a foreach
1691
+ concept ForEachStatement:
1692
+ @ConceptDescription:
1693
+ short description: iterates over each element of a list
1694
+ alias: foreach
1695
+ concept FrequencyPulseRepetition:
1696
+ @ConceptDescription:
1697
+ short description: repeats the pulse based on a (temporal) frequency
1698
+ alias: frequency
1699
+ concept GaussRadialIntensityDistribution:
1700
+ @ConceptDescription:
1701
+ short description: a gaussian radial intensity distribution
1702
+ alias: gauss
1703
+ concept Glass:
1704
+ @ConceptDescription:
1705
+ short description: TBD
1706
+ alias: glass
1707
+ interface IPathContourSetting:
1708
+ @KeyedDescription:
1709
+ documentation: Groups all path contour settings
1710
+ interface IProcessParameterSetting:
1711
+ @KeyedDescription:
1712
+ documentation: Groups all process parameter settings
1713
+ interface ISensoricParameterSetting:
1714
+ @KeyedDescription:
1715
+ documentation: Groups all sensoric parameter settings
1716
+ interface ISetting:
1717
+ @KeyedDescription:
1718
+ documentation: Groups all settings
1719
+ interface IWobbleParameterSetting:
1720
+ @KeyedDescription:
1721
+ documentation: Groups all wobble parameter settings
1722
+ concept IfStatement:
1723
+ @ConceptDescription:
1724
+ short description: execute statements based on a boolean condition. Or not.
1725
+ alias: if
1726
+ concept ImmediatePulseRepetition:
1727
+ @ConceptDescription:
1728
+ short description: produce another pulse as soon as the previous one finishes
1729
+ alias: immediate
1730
+ concept Input:
1731
+ @ConceptDescription:
1732
+ short description: a declaration of a process input; to be filled by the deployment
1733
+ alias: input
1734
+ concept InputReferenceExpression:
1735
+ @ConceptDescription:
1736
+ short description: reference to a process input
1737
+ concept JoinPathExpression:
1738
+ @KeyedDescription:
1739
+ documentation: Creates a new virtual path that joins multiple separately-defined paths into a new single one
1740
+ @ConceptDescription:
1741
+ alias: join
1742
+ containment paths:
1743
+ @KeyedDescription:
1744
+ documentation: The paths to join
1745
+ concept LengthDefocusParameterValue:
1746
+ @ConceptDescription:
1747
+ short description: expresses defocus as a length in mm
1748
+ alias: length
1749
+ concept LoopStatement:
1750
+ @KeyedDescription:
1751
+ documentation: Iterate a number of times over a set of statements
1752
+ @ConceptDescription:
1753
+ short description: loops N number of times
1754
+ alias: loop
1755
+ concept MShapeRadialIntensityDistribution:
1756
+ @ConceptDescription:
1757
+ short description: an M-shaped radial intensity distribution
1758
+ alias: m-shape
1759
+ concept MatrixifyDimension:
1760
+ @ConceptDescription:
1761
+ short description: a dimension definition in a matrixification
1762
+ concept MatrixifyDimensionReferenceExpression:
1763
+ @ConceptDescription:
1764
+ short description: referes to a particular dimension of a matrix
1765
+ concept MatrixifyPathExpression:
1766
+ @ConceptDescription:
1767
+ short description: repeats a path multiple times, varying parameters
1768
+ alias: matrixify
1769
+ concept MeasureSetting:
1770
+ @ConceptDescription:
1771
+ alias: measure
1772
+ concept NativeControlLoop:
1773
+ @ConceptDescription:
1774
+ short description: a control loop implementation expressed in native code (e.g. C)
1775
+ alias: native
1776
+ concept OffsetPathExpression:
1777
+ @KeyedDescription:
1778
+ documentation: Creates a new virtual path from the original one that start position is offset
1779
+ @ConceptDescription:
1780
+ alias: offset
1781
+ containment length:
1782
+ @KeyedDescription:
1783
+ documentation: The length of the offset
1784
+ concept OncePulseRepetition:
1785
+ @ConceptDescription:
1786
+ short description: repeat the pulse only once
1787
+ alias: once
1788
+ concept OptimizePathStartSetting:
1789
+ @ConceptDescription:
1790
+ alias: optimize-start
1791
+ concept Output:
1792
+ @ConceptDescription:
1793
+ short description: an output port of the process
1794
+ alias: output
1795
+ concept ParallelStatement:
1796
+ @ConceptDescription:
1797
+ short description: executes multiple statements in parallel
1798
+ alias: parallel
1799
+ concept PathRepetitionAccessExpression:
1800
+ @KeyedDescription:
1801
+ documentation: Access the [index]-th repetition of a repeated path
1802
+ see also:
1803
+ concept RepeatPathExpression in language TL.LDM.Language.Definition.Process
1804
+ @ConceptDescription:
1805
+ alias: repetition
1806
+ property index:
1807
+ @KeyedDescription:
1808
+ documentation: The index of the path repetition to access
1809
+ concept PauseStatement:
1810
+ @ConceptDescription:
1811
+ short description: interrupt PFO movement for a given amount of time
1812
+ alias: pause
1813
+ concept PfoProgram:
1814
+ @ConceptDescription:
1815
+ short description: a program with arguments, statements and an optional return value
1816
+ alias: pfo program
1817
+ concept PostMeasurementParameter:
1818
+ @ConceptDescription:
1819
+ short description: controls the processing after finishing a measurement
1820
+ alias: post-measurement
1821
+ concept PostMeasurementParameterValue:
1822
+ @ConceptDescription:
1823
+ short description: a value describing the length of a post measurement path
1824
+ concept PreMeasurementParameter:
1825
+ @ConceptDescription:
1826
+ short description: controls the processing before starting a measurement
1827
+ alias: pre-measurement
1828
+ concept PreMeasurementParameterValue:
1829
+ @ConceptDescription:
1830
+ short description: a value describing the length of a post measurement path
1831
+ concept Process:
1832
+ @ConceptDescription:
1833
+ short description: A procedural description how the machine applies the laser tool to a workpiece
1834
+ concept ProcessArgument:
1835
+ @ConceptDescription:
1836
+ short description: a compile-time argument for a process
1837
+ concept ProcessValue:
1838
+ @ConceptDescription:
1839
+ short description: a value in the process; can be referenced from anywhere in that process
1840
+ alias: val
1841
+ concept ProcessValueReferenceExpression:
1842
+ @ConceptDescription:
1843
+ short description: a reference to a process value
1844
+ concept ProcessingConstructionRefinementType:
1845
+ @ConceptDescription:
1846
+ short description: A type that represents processing construction refinements
1847
+ concept ProcessingStepStatement:
1848
+ @ConceptDescription:
1849
+ short description: process one path, specifies beam, defocus and speeds
1850
+ alias: step
1851
+ concept ProgramArgument:
1852
+ @ConceptDescription:
1853
+ short description: An argument of a program, with name and type
1854
+ concept ProgramBased:
1855
+ @ConceptDescription:
1856
+ short description: abstract base concept for run modes that reference a program as entry point
1857
+ concept ProgramCall:
1858
+ @ConceptDescription:
1859
+ short description: a call to a program that passes values for all its arguments
1860
+ concept ProgramValueStatement:
1861
+ @ConceptDescription:
1862
+ short description: a local program value that can be referenced from within the declaring program
1863
+ alias: val
1864
+ concept ProgramValueStatementReferenceExpression:
1865
+ @ConceptDescription:
1866
+ short description: a reference to a locally defined value
1867
+ concept PulsedWave:
1868
+ @ConceptDescription:
1869
+ short description: uses pulsed laser power
1870
+ alias: pw
1871
+ concept RadialDistributionRadius:
1872
+ @ConceptDescription:
1873
+ short description: a point at a given distance from beam center
1874
+ concept Reactive:
1875
+ @ConceptDescription:
1876
+ short description: runs nothing on its own, waits for a trigger to fire
1877
+ alias: reactive
1878
+ concept RepeatPathExpression:
1879
+ @KeyedDescription:
1880
+ documentation: Creates a new virtual path from a original one that contains multiple repetitions of the original one
1881
+ @ConceptDescription:
1882
+ alias: repeat
1883
+ containment repetitionCount:
1884
+ @KeyedDescription:
1885
+ documentation: The number of repetitions of the original path
1886
+ concept ReturnStatement:
1887
+ @ConceptDescription:
1888
+ short description: returns a value from a program
1889
+ alias: return
1890
+ concept ReversePathExpression:
1891
+ @KeyedDescription:
1892
+ documentation: Creates a new virtual path from the original one that is reversed
1893
+ @ConceptDescription:
1894
+ alias: reverse
1895
+ concept Rotation:
1896
+ @ConceptDescription:
1897
+ short description: defines a rotation around the three axis
1898
+ containment dphi:
1899
+ @KeyedDescription:
1900
+ documentation: rotation around x-axis
1901
+ containment drho:
1902
+ @KeyedDescription:
1903
+ documentation: rotation around y-axis
1904
+ containment dtheta:
1905
+ @KeyedDescription:
1906
+ documentation: rotation around z-axis
1907
+ concept RunCyclic:
1908
+ @ConceptDescription:
1909
+ short description: runs the referenced program over and over again, forever
1910
+ alias: cyclic
1911
+ concept RunOnce:
1912
+ @ConceptDescription:
1913
+ short description: runs the referenced program exactly once
1914
+ alias: once
1915
+ concept SIK:
1916
+ @ConceptDescription:
1917
+ short description: TBD
1918
+ alias: sik
1919
+ concept Scaling:
1920
+ @ConceptDescription:
1921
+ short description: scales something along the three spacial axis
1922
+ alias: scale
1923
+ containment fx:
1924
+ @KeyedDescription:
1925
+ documentation: scaling along the x-axis
1926
+ containment fy:
1927
+ @KeyedDescription:
1928
+ documentation: scaling along the y-axis
1929
+ containment fz:
1930
+ @KeyedDescription:
1931
+ documentation: scaling along the z-axis
1932
+ concept Segmentation:
1933
+ @ConceptDescription:
1934
+ short description: a reusable definition of segments of a path
1935
+ alias: segmentation
1936
+ concept SegmentationReference:
1937
+ @ConceptDescription:
1938
+ short description: a reference to a segmentation
1939
+ concept SensoricProgram:
1940
+ @ConceptDescription:
1941
+ short description: a sensoric program executed before, during or after the execution of a processing program
1942
+ alias: sensoric program
1943
+ concept SetOutputStatement:
1944
+ @ConceptDescription:
1945
+ short description: sets a new value for an output
1946
+ alias: set
1947
+ concept SettingsStatement:
1948
+ @ConceptDescription:
1949
+ short description: a statement for settings
1950
+ alias: settings
1951
+ concept ShapeDefocusBeamParameterValue:
1952
+ @ConceptDescription:
1953
+ short description: describe the beam via a combination of shape and defocus
1954
+ alias: shape-defocus
1955
+ concept SpatialFrequencyPulseRepetition:
1956
+ @ConceptDescription:
1957
+ short description: repeat the pulse X times per length
1958
+ alias: spatial-frequency
1959
+ concept SpatialRampProcessParameterSetting:
1960
+ @ConceptDescription:
1961
+ alias: spatial ramp
1962
+ concept SpatialSegmentation:
1963
+ @ConceptDescription:
1964
+ short description: segmentation defintion in terms of space/length
1965
+ alias: spatial
1966
+ concept SpatialSupportingPoint:
1967
+ @ConceptDescription:
1968
+ short description: A spatial support point
1969
+ concept SpatialSupportingPointSetting:
1970
+ @ConceptDescription:
1971
+ short description: Process parameter value setting at a particular location
1972
+ alias: loc
1973
+ concept SpeedParameter:
1974
+ @ConceptDescription:
1975
+ short description: configures the speed of the PFO
1976
+ alias: speed
1977
+ concept SpeedParameterValue:
1978
+ @ConceptDescription:
1979
+ short description: define a value for the speed of the PFO
1980
+ concept StartMoment:
1981
+ @ConceptDescription:
1982
+ alias: start
1983
+ concept Statement:
1984
+ @ConceptDescription:
1985
+ short description: a statement that is used in procedure bodies
1986
+ concept StatementList:
1987
+ @ConceptDescription:
1988
+ short description: a list of statements surrounded by curlies
1989
+ alias: {
1990
+ concept Straylight:
1991
+ @ConceptDescription:
1992
+ short description: TBD
1993
+ alias: straylight
1994
+ concept StreamDotCurrentTarget:
1995
+ @ConceptDescription:
1996
+ short description: returns the current value of the stream
1997
+ alias: current
1998
+ concept TemporalRampProcessParameterSetting:
1999
+ @ConceptDescription:
2000
+ alias: temporal ramp
2001
+ concept TemporalSegmentation:
2002
+ @ConceptDescription:
2003
+ short description: segmentation defintion in terms of time
2004
+ alias: temporal
2005
+ concept TemporalSupportingPoint:
2006
+ @ConceptDescription:
2007
+ short description: A temporal supporting point
2008
+ concept TemporalSupportingPointSetting:
2009
+ @ConceptDescription:
2010
+ short description: parameter value at a particular time
2011
+ alias: time
2012
+ concept TimeSinceControllerStartExpression:
2013
+ @ConceptDescription:
2014
+ short description: time variable used for control algos in controllers
2015
+ alias: time
2016
+ concept TophatRadialIntensityDistribution:
2017
+ @ConceptDescription:
2018
+ short description: a radial intensity distribution that resembles a tophat
2019
+ alias: tophat
2020
+ concept TransformationMatrixExpression:
2021
+ @ConceptDescription:
2022
+ short description: a literal of a transformation matrix
2023
+ alias: trafomatrix
2024
+ containment translate:
2025
+ @KeyedDescription:
2026
+ documentation: Defines the translation (movement along the three spacial axis) of a Transformation
2027
+ see also:
2028
+ concept Translation in language TL.LDM.Language.Definition.Process
2029
+ containment rotate:
2030
+ @KeyedDescription:
2031
+ documentation: Defines the rotational properties of a transformation for the transformation
2032
+ see also:
2033
+ concept Rotation in language TL.LDM.Language.Definition.Process
2034
+ containment scale:
2035
+ @KeyedDescription:
2036
+ documentation: Defines a scaling of the size of a transformation along the three axis
2037
+ see also:
2038
+ concept Scaling in language TL.LDM.Language.Definition.Process
2039
+ concept TransformationMatrixType:
2040
+ @ConceptDescription:
2041
+ short description: a datatype representing transformation matrices
2042
+ alias: trafomatrix
2043
+ concept Translation:
2044
+ @ConceptDescription:
2045
+ short description: translate (moves) something along the three axis
2046
+ alias: translate
2047
+ containment dx:
2048
+ @KeyedDescription:
2049
+ documentation: movement along the x-axis
2050
+ containment dy:
2051
+ @KeyedDescription:
2052
+ documentation: movement along the y-axis
2053
+ containment dz:
2054
+ @KeyedDescription:
2055
+ documentation: movement along the z-axis
2056
+ concept TryCatchStatement:
2057
+ @ConceptDescription:
2058
+ short description: a block within which exceptions or monitor failures can be handled
2059
+ alias: try
2060
+ concept UserDefinedExceptionDeclaration:
2061
+ @ConceptDescription:
2062
+ short description: a user-defined exception
2063
+ alias: exception
2064
+ concept ValueExpression:
2065
+ @ConceptDescription:
2066
+ alias: value
2067
+ concept WhileStatement:
2068
+ @ConceptDescription:
2069
+ short description: repeat a block while a condition remains true
2070
+ alias: while
2071
+ concept WobbleDimensionScalingParameter:
2072
+ @KeyedDescription:
2073
+ documentation: A parameter describing a scaling of the wobble dimension. The scaling is applied to the geometrical bounding box around the wobble geometries
2074
+ @ConceptDescription:
2075
+ alias: wobble-dimension-scaling
2076
+ concept WobbleDimensionScalingParameterValue:
2077
+ @KeyedDescription:
2078
+ documentation: Describes absolute scaling values of the wobble dimension.
2079
+ containment xDimension:
2080
+ @KeyedDescription:
2081
+ documentation: The absolute x-axis dimension
2082
+ containment yDimension:
2083
+ @KeyedDescription:
2084
+ documentation: The absolute y-axis dimension
2085
+ containment zDimension:
2086
+ @KeyedDescription:
2087
+ documentation: The absolute z-axis dimension
2088
+ concept WobbleProgram:
2089
+ @ConceptDescription:
2090
+ short description: a wobble program to describe the in parallel executed movement while processing a pfo program
2091
+ alias: wobble program
2092
+ concept WobbleRotationParameter:
2093
+ @KeyedDescription:
2094
+ documentation: A parameter describing a rotation of the coordinate system of a wobble program in relation to the coordinate system of a pfo program.
2095
+ @ConceptDescription:
2096
+ alias: wobble-rotation
2097
+ concept WobbleRotationParameterValue:
2098
+ @KeyedDescription:
2099
+ documentation: Describes absolute rotation values of the wobble coordinate system
2100
+ containment angle:
2101
+ @KeyedDescription:
2102
+ documentation: The rotation as angle in degrees
2103
+ concept WobbleRotationSetting:
2104
+ @KeyedDescription:
2105
+ documentation: Setting for the wobble rotation
2106
+ @ConceptDescription:
2107
+ alias: rotate
2108
+ concept WobbleScaleSetting:
2109
+ @KeyedDescription:
2110
+ documentation: Setting for the wobble dimension scaling
2111
+ see also:
2112
+ concept WobbleDimensionScalingParameter in language TL.LDM.Language.Definition.Process
2113
+ @ConceptDescription:
2114
+ alias: scale
2115
+ containment value:
2116
+ @KeyedDescription:
2117
+ documentation: Value of the wobble dimension scaling
2118
+ language TL.LDM.Language.Definition.Pulse:
2119
+ concept AbstractPulseDeclaration:
2120
+ @ConceptDescription:
2121
+ short description: Abstract base concept for user-defined pulse shapes
2122
+ concept AbstractElementalPulse:
2123
+ @ConceptDescription:
2124
+ short description: Abstract base concept for pulse definitions that can be reused
2125
+ concept CurrentPulsePowerExpression:
2126
+ @ConceptDescription:
2127
+ short description: the power of the current (surrounding) pulse
2128
+ alias: power
2129
+ concept PatternPulseDeclaration:
2130
+ @ConceptDescription:
2131
+ short description: definition of a pattern pulse that consists of multiple other pulses
2132
+ alias: pattern pulse
2133
+ concept PrimitivePulseDeclaration:
2134
+ @ConceptDescription:
2135
+ short description: definition of a primitive pulse
2136
+ alias: primitive pulse
2137
+ concept PrimitivePulseRef:
2138
+ @ConceptDescription:
2139
+ short description: reference to a primitive pulse
2140
+ alias: primitive
2141
+ concept PulseInstance:
2142
+ @ConceptDescription:
2143
+ short description: use of a another pulse at a particular time in the current pulse
2144
+ alias: at
2145
+ concept PulsePoint:
2146
+ @ConceptDescription:
2147
+ short description: a point (in time) in a pulse definition
2148
+ alias: at
2149
+ concept UKPPulse:
2150
+ @ConceptDescription:
2151
+ short description: an ultra short pulse with a particular energy and duration
2152
+ alias: ukp
2153
+ language jetbrains.mps.lang.structure:
2154
+ concept AbstractConceptDeclaration:
2155
+ property oldHelpURL:
2156
+ @Deprecated:
2157
+ comment: use helpURL instead
2158
+ build: 2017.3
2159
+ property intConceptId:
2160
+ @Deprecated: (no info)
2161
+ annotation AttributeInfo:
2162
+ @ConceptDescription:
2163
+ alias: @attribute info
2164
+ concept ConceptDeclaration:
2165
+ @ConceptDescription:
2166
+ alias: Concept
2167
+ help URL: structure.html
2168
+ property iconPath:
2169
+ @Deprecated: (no info)
2170
+ concept ConstrainedDataTypeDeclaration:
2171
+ @ConceptDescription:
2172
+ alias: Constrained Data Type
2173
+ help URL: structure.html
2174
+ concept DocumentationObjectiveRef:
2175
+ @ConceptDescription:
2176
+ short description: smart reference to documentable target
2177
+ concept EnumerationDataTypeDeclaration_Old:
2178
+ @ConceptDescription:
2179
+ alias: Enum Data Type
2180
+ @Deprecated:
2181
+ comment: Use EnumerationDeclaration instead
2182
+ build: 19.1
2183
+ concept EnumerationDeclaration:
2184
+ @ConceptDescription:
2185
+ alias: Enumeration
2186
+ help URL: structure.html
2187
+ concept EnumerationMemberDeclaration:
2188
+ @ConceptDescription:
2189
+ alias: member
2190
+ reference oldMember:
2191
+ @Deprecated:
2192
+ comment: For internal usage only
2193
+ build: 19.1
2194
+ concept EnumerationMemberDeclaration_Old:
2195
+ @Deprecated:
2196
+ comment: Use EnumerationMemberDeclaration instead
2197
+ build: 19.1
2198
+ annotation ExperimentalAPINodeAttribute:
2199
+ @KeyedDescription:
2200
+ documentation: Use this attribtue with those concept declarations which offer some non-stable or early-access functionality
2201
+ interface IEnumeration:
2202
+ @Deprecated:
2203
+ comment: For internal usage only
2204
+ build: 19.1
2205
+ interface INamedAspect:
2206
+ @KeyedDescription:
2207
+ documentation: defines a naming policy that all language aspects are recommended to use. May include spaces and other symbols in future. A correct way to generate a unique valid class name from it is now genContext.name from (this.getValidClassName()). It's better to create a generator language feature for that.
2208
+ concept InterfaceConceptDeclaration:
2209
+ @ConceptDescription:
2210
+ alias: Interface Concept
2211
+ help URL: structure.html
2212
+ annotation MarkerInterfaceAttribute:
2213
+ @KeyedDescription:
2214
+ documentation: Denotes a 'lightweight' interface declaration that doesn'r require 'extends' relation for a language implementing the one.
2215
+ @ConceptDescription:
2216
+ alias: @marker interface
2217
+ concept PrimitiveDataTypeDeclaration:
2218
+ @ConceptDescription:
2219
+ alias: Primitive Datatype
2220
+ help URL: structure.html
2221
+ concept RefPresentationTemplate:
2222
+ @ConceptDescription:
2223
+ alias: template
2224
+ annotation SmartReferenceAttribute:
2225
+ @ConceptDescription:
2226
+ alias: @smart reference
2227
+ language TL.LDM.Language.Definition.Application:
2228
+ concept AbstractInputMappingTarget:
2229
+ @ConceptDescription:
2230
+ short description: Abstract base concept for mapping inputs to actual value sources
2231
+ concept Application:
2232
+ @KeyedDescription:
2233
+ documentation: This is the application of constructions, the process and the laser processing system
2234
+ see also:
2235
+ concept Construction in language TL.LDM.Language.Definition.Geometry.Construction
2236
+ concept WobbleConstruction in language TL.LDM.Language.Definition.Geometry.Construction
2237
+ concept Process in language TL.LDM.Language.Definition.Process
2238
+ @ConceptDescription:
2239
+ alias: application
2240
+ containment constructions:
2241
+ @KeyedDescription:
2242
+ documentation: The constructions this application is based on
2243
+ containment processProcessingZoneMappings:
2244
+ @KeyedDescription:
2245
+ documentation: Definition of how the process should be mapped onto the laser processing system
2246
+ containment processArgumentValues:
2247
+ @KeyedDescription:
2248
+ documentation: The values of the arguments the process expects
2249
+ containment externalControlNumber:
2250
+ @KeyedDescription:
2251
+ documentation: The control number that makes this application controllable from external systems
2252
+ reference process:
2253
+ @KeyedDescription:
2254
+ documentation: The process used in this application
2255
+ reference laserProcessingSystem:
2256
+ @KeyedDescription:
2257
+ documentation: The laser processing system to run the process
2258
+ concept FieldbusWordTarget:
2259
+ @ConceptDescription:
2260
+ short description: mapping of an input to a field bus word
2261
+ alias: word
2262
+ concept InputMapping:
2263
+ @ConceptDescription:
2264
+ short description: mapping of a process input to an actual value source
2265
+ alias: input
2266
+ concept ProcessProcessingZoneMapping:
2267
+ @ConceptDescription:
2268
+ short description: Mapping of a process to a processing zone
2269
+ alias: process-zone-mapping
2270
+ concept ValueTarget:
2271
+ @ConceptDescription:
2272
+ short description: a mapping of an input to a constant value
2273
+ alias: value
2274
+ language TL.LDM.Language.Definition.Template:
2275
+ concept WobbleTemplate:
2276
+ @ConceptDescription:
2277
+ alias: wobble-template
2278
+ containment identifier:
2279
+ @KeyedDescription:
2280
+ documentation: The identifier of the wobble template
2281
+ containment highLevelRefinement:
2282
+ @KeyedDescription:
2283
+ documentation: The high-level construction refinement containing the wobble geometries
2284
+ containment primitiveRefinement:
2285
+ @KeyedDescription:
2286
+ documentation: The primitive construction refinement containing the primitive wobble geometries
2287
+ containment processingRefinement:
2288
+ @KeyedDescription:
2289
+ documentation: The processing construction refinement containing the wobble path
2290
+ containment arguments:
2291
+ @KeyedDescription:
2292
+ documentation: The set of arguments to be used in the wobble template.
2293
+ containment program:
2294
+ @KeyedDescription:
2295
+ documentation: The processing definition of the wobble program as template
2296
+ concept WobbleTemplateProgram:
2297
+ @ConceptDescription:
2298
+ alias: wobble template program
2299
+ language org.iets3.core.base:
2300
+ concept IETS3DummyIcon16:
2301
+ @ConceptDescription:
2302
+ short description: an IETS3 icon (16px)
2303
+ concept IETS3DummyIcon24:
2304
+ @ConceptDescription:
2305
+ short description: an IETS3 icon (24px)
2306
+ concept IETS3DummyIcon32:
2307
+ @ConceptDescription:
2308
+ short description: an IETS3 icon (32px)
2309
+ concept OptionalNameSpecifier:
2310
+ @ConceptDescription:
2311
+ short description: a specifier that's used for optional names
2312
+ language org.iets3.core.expr.collections:
2313
+ concept AbstractStringListJoiner:
2314
+ @ConceptDescription:
2315
+ short description: a base concept for string list joiners
2316
+ concept AllOp:
2317
+ @ConceptDescription:
2318
+ short description: an universal quantifier (true if all elements are true)
2319
+ alias: all
2320
+ concept AllWithIndexOp:
2321
+ @ConceptDescription:
2322
+ short description: an universal quantifier (true if all elements are true) that passes the element's index into the closure as well
2323
+ alias: all_with_index
2324
+ concept AnyOp:
2325
+ @ConceptDescription:
2326
+ short description: an existential quantifier (true if at least one is true)
2327
+ alias: any
2328
+ concept AnyWithIndexOp:
2329
+ @ConceptDescription:
2330
+ short description: an existential quantifier (true if at least one is true) that passes the element's index into the closure as well.
2331
+ alias: any_with_index
2332
+ concept AsImmutableListOp:
2333
+ @ConceptDescription:
2334
+ short description: create a list from the collection
2335
+ alias: toList
2336
+ concept AsImmutableSetOp:
2337
+ @ConceptDescription:
2338
+ short description: create a set from the collection
2339
+ alias: toSet
2340
+ concept AsMapOp:
2341
+ @ConceptDescription:
2342
+ short description: create a map from a collection of 2-tuples
2343
+ alias: toMap
2344
+ concept AsSingletonList:
2345
+ @ConceptDescription:
2346
+ short description: create a list from the single value
2347
+ alias: toList
2348
+ concept AtOp:
2349
+ @ConceptDescription:
2350
+ short description: get the element at a particular index
2351
+ alias: at
2352
+ concept BracketOp:
2353
+ @ConceptDescription:
2354
+ short description: get the element at the specified index
2355
+ concept CollectionSizeSpec:
2356
+ @ConceptDescription:
2357
+ short description: a size specification for collections
2358
+ concept CollectionType:
2359
+ @ConceptDescription:
2360
+ short description: a collection type (unordered, read-only)
2361
+ alias: collection
2362
+ concept ContainsOp:
2363
+ @ConceptDescription:
2364
+ short description: check for membership
2365
+ alias: contains
2366
+ concept DistinctOp:
2367
+ @ConceptDescription:
2368
+ short description: remove duplicates
2369
+ alias: distinct
2370
+ concept ElementTypeConstraintMap:
2371
+ @ConceptDescription:
2372
+ short description: type constraints
2373
+ concept ElementTypeConstraintSingle:
2374
+ @ConceptDescription:
2375
+ short description: type constraints
2376
+ concept FindFirstOp:
2377
+ @ConceptDescription:
2378
+ short description: get the first element for which the condition holds
2379
+ alias: findFirst
2380
+ concept FirstNOp:
2381
+ @ConceptDescription:
2382
+ short description: get the first n elements
2383
+ alias: firstN
2384
+ concept FirstOp:
2385
+ @ConceptDescription:
2386
+ short description: get the first element
2387
+ alias: first
2388
+ concept FlattenOp:
2389
+ @ConceptDescription:
2390
+ short description: flatten a list of lists into a list
2391
+ alias: flatten
2392
+ concept FoldLeftOp:
2393
+ @ConceptDescription:
2394
+ short description: fold left
2395
+ alias: foldLeft
2396
+ concept FoldOp:
2397
+ @ConceptDescription:
2398
+ short description: a base collection operation for fold operations
2399
+ concept ForeachOp:
2400
+ @ConceptDescription:
2401
+ short description: perform action for each element
2402
+ alias: foreach
2403
+ concept IndexExpr:
2404
+ @ConceptDescription:
2405
+ short description: get the index of the element being processed
2406
+ alias: index
2407
+ concept IndexOfOp:
2408
+ @ConceptDescription:
2409
+ short description: find the position of the argument in the list
2410
+ alias: indexOf
2411
+ concept IsEmptyOp:
2412
+ @ConceptDescription:
2413
+ short description: check whether the collection is empty
2414
+ alias: isEmpty
2415
+ concept IsNotEmptyOp:
2416
+ @ConceptDescription:
2417
+ short description: check whether the collection is not empty
2418
+ alias: isNotEmpty
2419
+ concept KeyValuePair:
2420
+ @ConceptDescription:
2421
+ short description: a key-value pair
2422
+ concept LastNOp:
2423
+ @ConceptDescription:
2424
+ short description: get the last n elements
2425
+ alias: lastN
2426
+ concept LastOp:
2427
+ @ConceptDescription:
2428
+ short description: get the last element
2429
+ alias: last
2430
+ concept ListInsertOp:
2431
+ @ConceptDescription:
2432
+ short description: create a new list with a new element inserted at the specified index
2433
+ alias: insert
2434
+ concept ListLiteral:
2435
+ @ConceptDescription:
2436
+ short description: create a new list
2437
+ alias: list
2438
+ concept ListPickOp:
2439
+ @ConceptDescription:
2440
+ short description: select a list of elements based on a list of indices
2441
+ alias: pick
2442
+ concept ListType:
2443
+ @ConceptDescription:
2444
+ short description: a list type
2445
+ alias: list
2446
+ concept ListWithAllOp:
2447
+ @ConceptDescription:
2448
+ short description: create new list with the given elements appended
2449
+ alias: withAll
2450
+ concept ListWithOp:
2451
+ @ConceptDescription:
2452
+ short description: create new list with the given element appended
2453
+ alias: with
2454
+ concept ListWithoutOp:
2455
+ @ConceptDescription:
2456
+ short description: create new list without the specified element
2457
+ alias: without
2458
+ concept MapContainsKeyOp:
2459
+ @ConceptDescription:
2460
+ short description: check if the map contains the specified key
2461
+ alias: containsKey
2462
+ concept MapKeysOp:
2463
+ @ConceptDescription:
2464
+ short description: get a collection of the map keys
2465
+ alias: keys
2466
+ concept MapLikeType:
2467
+ @ConceptDescription:
2468
+ short description: a base type for map like types
2469
+ alias: mapLike
2470
+ @Deprecated: (no info)
2471
+ containment keyType_DEPRECATED:
2472
+ @Deprecated: (no info)
2473
+ containment valueType_DEPRECATED:
2474
+ @Deprecated: (no info)
2475
+ concept MapLiteral:
2476
+ @ConceptDescription:
2477
+ short description: create a new map
2478
+ alias: map
2479
+ concept MapOp:
2480
+ @ConceptDescription:
2481
+ short description: create a map from the collection via a map-function
2482
+ alias: map
2483
+ concept MapSizeOp:
2484
+ @ConceptDescription:
2485
+ short description: get the size of the map
2486
+ alias: size
2487
+ concept MapType:
2488
+ @ConceptDescription:
2489
+ short description: a map type
2490
+ alias: map
2491
+ concept MapValuesOp:
2492
+ @ConceptDescription:
2493
+ short description: get a collection of the values in the map
2494
+ alias: values
2495
+ concept MapWithOp:
2496
+ @ConceptDescription:
2497
+ short description: create a new map with the specified key-value pair appended
2498
+ alias: with
2499
+ concept MapWithoutOp:
2500
+ @ConceptDescription:
2501
+ short description: create a new list without the particular key
2502
+ alias: without
2503
+ concept MaxOp:
2504
+ @ConceptDescription:
2505
+ short description: get the biggest element in the collection
2506
+ alias: max
2507
+ concept MinOp:
2508
+ @ConceptDescription:
2509
+ short description: get the smallest element in the collection
2510
+ alias: min
2511
+ concept NoArgCollectionOp:
2512
+ @ConceptDescription:
2513
+ short description: a base collection operation for operations without arguments
2514
+ concept OneArgCollectionOp:
2515
+ @ConceptDescription:
2516
+ short description: a base collection operation for operations with one argument
2517
+ concept OneArgPredicateCollectionOp:
2518
+ @ConceptDescription:
2519
+ short description: a base collection operation for operations with one predicate argument
2520
+ concept OneCollBaseTypedArgCollectionOp:
2521
+ @ConceptDescription:
2522
+ short description: a base collection operation for operations with one collection-basetyped argument
2523
+ concept ReverseOp:
2524
+ @ConceptDescription:
2525
+ short description: get the collection's elements in reverse order
2526
+ alias: reverse
2527
+ concept SetDiffOp:
2528
+ @ConceptDescription:
2529
+ short description: create a new set which is the difference of two sets
2530
+ alias: diff
2531
+ concept SetLiteral:
2532
+ @ConceptDescription:
2533
+ short description: create a new set
2534
+ alias: set
2535
+ concept SetType:
2536
+ @ConceptDescription:
2537
+ short description: a set type
2538
+ alias: set
2539
+ concept SetUnionOp:
2540
+ @ConceptDescription:
2541
+ short description: create a new set with the union of all elements
2542
+ alias: union
2543
+ concept SetWithOp:
2544
+ @ConceptDescription:
2545
+ short description: create a new set with the specified element appended
2546
+ alias: with
2547
+ concept SetWithoutOp:
2548
+ @ConceptDescription:
2549
+ short description: create a new set without the specified element
2550
+ alias: without
2551
+ concept SimpleSortOp:
2552
+ @ConceptDescription:
2553
+ short description: sort the collection
2554
+ alias: sort
2555
+ concept SizeOp:
2556
+ @ConceptDescription:
2557
+ short description: get the size of the collection
2558
+ alias: size
2559
+ concept StringJoinOp:
2560
+ @ConceptDescription:
2561
+ short description: create a single string from a list of strings
2562
+ alias: join
2563
+ concept StringTerminateOp:
2564
+ @ConceptDescription:
2565
+ short description: create a single string from a list of strings with a separator after each substring
2566
+ alias: terminate
2567
+ concept SumOp:
2568
+ @ConceptDescription:
2569
+ short description: get the sum of a (numeric) collection
2570
+ alias: sum
2571
+ concept TailOp:
2572
+ @ConceptDescription:
2573
+ short description: get all but the first element of a list
2574
+ alias: tail
2575
+ concept TwoArgPredicateCollectionOp:
2576
+ @ConceptDescription:
2577
+ short description: a base collection operation for operations with two predicate arguments
2578
+ concept UnpackOptionsOp:
2579
+ @ConceptDescription:
2580
+ short description: unpack values inside option containers
2581
+ alias: unpackOptions
2582
+ concept UpToTarget:
2583
+ @ConceptDescription:
2584
+ short description: create a list of numbers up to the given maximum
2585
+ alias: upto
2586
+ concept WhereOp:
2587
+ @ConceptDescription:
2588
+ short description: create new collection with elements for which the predicate holds
2589
+ alias: where
2590
+ language org.iets3.core.expr.lambda:
2591
+ concept LambdaExpression:
2592
+ @ConceptDescription:
2593
+ short description: a lambda expression with explicit arguments
2594
+ alias: |
2595
+ concept LambdaArg:
2596
+ @ConceptDescription:
2597
+ short description: a lambda argument
2598
+ language org.iets3.core.expr.math:
2599
+ concept AbsExpression:
2600
+ @ConceptDescription:
2601
+ short description: absolute value
2602
+ alias: abs
2603
+ concept AbstractRatTarget:
2604
+ @ConceptDescription:
2605
+ short description: a base operation for operations on rational targets
2606
+ concept ArcCosine:
2607
+ @ConceptDescription:
2608
+ short description: arcus cosine (inverse cosine)
2609
+ alias: acos
2610
+ concept ArcCosineHyperbolicus:
2611
+ @ConceptDescription:
2612
+ short description: arcus cosine hyperbolicus (inverse cosine hyperbolicus)
2613
+ alias: acosh
2614
+ concept ArcSine:
2615
+ @ConceptDescription:
2616
+ short description: arcus sine (inverse sine)
2617
+ alias: asin
2618
+ concept ArcSineHyperbolicus:
2619
+ @ConceptDescription:
2620
+ short description: arcus sine hyperbolicus (inverse sine hyperbolicus)
2621
+ alias: asinh
2622
+ concept ArcTangent:
2623
+ @ConceptDescription:
2624
+ short description: arcus tangent (inverse tangent)
2625
+ alias: atan
2626
+ concept ArcTangentHyperbolicus:
2627
+ @ConceptDescription:
2628
+ short description: arcus tangent hyperbolicus (inverse tangent hyperbolicus)
2629
+ alias: atanh
2630
+ concept CosineExpression:
2631
+ @ConceptDescription:
2632
+ short description: cosine
2633
+ alias: cos
2634
+ concept CosineHyperbolicus:
2635
+ @ConceptDescription:
2636
+ short description: cosine hyperbolicus
2637
+ alias: cosh
2638
+ concept FractionExpression:
2639
+ @ConceptDescription:
2640
+ short description: a fraction consisting of a numerator(above) and denominator(below)
2641
+ alias: frac
2642
+ concept IntegralExpression:
2643
+ @ConceptDescription:
2644
+ short description: definite integral
2645
+ alias: integral
2646
+ concept LogExpression:
2647
+ @ConceptDescription:
2648
+ short description: logarithm
2649
+ alias: log
2650
+ concept LoopVarRef:
2651
+ @ConceptDescription:
2652
+ short description: reference to a loop expression
2653
+ concept MathLoopExpr:
2654
+ @ConceptDescription:
2655
+ short description: a base expression for mathematical loops
2656
+ concept PiExpression:
2657
+ @ConceptDescription:
2658
+ short description: a number denoting the ratio of a circle's circumference to its diameter
2659
+ alias: pi
2660
+ concept PolynomialExpression:
2661
+ @ConceptDescription:
2662
+ short description: a polynomial
2663
+ alias: polynom
2664
+ concept PowerExpression:
2665
+ @ConceptDescription:
2666
+ short description: power
2667
+ alias: pow
2668
+ concept ProductLoopExpression:
2669
+ @ConceptDescription:
2670
+ short description: product
2671
+ alias: product
2672
+ concept RatExpr:
2673
+ @ConceptDescription:
2674
+ short description: a rational expression
2675
+ alias: rat
2676
+ concept RationalType:
2677
+ @ConceptDescription:
2678
+ short description: a rational type
2679
+ alias: rat
2680
+ concept SineExpression:
2681
+ @ConceptDescription:
2682
+ short description: sine
2683
+ alias: sin
2684
+ concept SineHyperbolicus:
2685
+ @ConceptDescription:
2686
+ short description: sine hyperbolicus
2687
+ alias: sinh
2688
+ concept SqrtExpression:
2689
+ @ConceptDescription:
2690
+ short description: square root
2691
+ alias: sqrt
2692
+ concept SumExpression:
2693
+ @ConceptDescription:
2694
+ short description: sum
2695
+ alias: sum
2696
+ concept TangentExpression:
2697
+ @ConceptDescription:
2698
+ short description: tangent
2699
+ alias: tan
2700
+ concept TangentHyperbolicus:
2701
+ @ConceptDescription:
2702
+ short description: tangent hyperbolicus
2703
+ alias: tanh
2704
+ concept ToDecimalTarget:
2705
+ @ConceptDescription:
2706
+ short description: convert to decimal with a precision of n digits
2707
+ alias: toDecimal
2708
+ concept ToInteger:
2709
+ @ConceptDescription:
2710
+ short description: convert to integer
2711
+ alias: toInt
2712
+ concept ToReal:
2713
+ @ConceptDescription:
2714
+ short description: convert to real
2715
+ alias: toReal
2716
+ concept TrigonometricExpression:
2717
+ @ConceptDescription:
2718
+ short description: a base expression for trigonometric expressions