We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2fea81 commit c6bcd6aCopy full SHA for c6bcd6a
1 file changed
sysml/src/library/BaseFunctions.alf
@@ -9,16 +9,16 @@ package BaseFunctions {
9
10
function '['(seq: Anything[*], index: Integer): Anything[0..1];
11
12
- abstract function 'allInstances'(): type[0..*] {
13
- abstract feature type;
+ abstract function 'allInstances'(): Object[0..*] {
+ abstract feature type: Object;
14
}
15
16
abstract function 'instanceof'(x: Anything): Boolean {
17
+ abstract feature type: Anything;
18
19
20
abstract function 'hastype'(x: Anything): Boolean {
21
22
23
24
0 commit comments