Skip to content

Commit ca05e18

Browse files
committed
Merge branch 'release/2024-07-rc.1'
2 parents 7c5d529 + 7952ac2 commit ca05e18

File tree

639 files changed

+754704
-807123
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

639 files changed

+754704
-807123
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,14 @@
1-
/*
2-
* SysML v2 REST/HTTP Pilot Implementation
3-
* Copyright (C) 2020 InterCAX LLC
4-
* Copyright (C) 2020 California Institute of Technology ("Caltech")
5-
* Copyright (C) 2021-2022 Twingineer LLC
6-
*
7-
* This program is free software: you can redistribute it and/or modify
8-
* it under the terms of the GNU Lesser General Public License as published by
9-
* the Free Software Foundation, either version 3 of the License, or
10-
* (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public License
18-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
19-
*
20-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
21-
*/
22-
1+
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
232
package org.omg.sysml.metamodel;
243

254
import java.util.Collection;
265
import java.util.List;
276
import java.util.Set;
287

298
public interface AcceptActionUsage extends ActionUsage, SysMLType {
30-
Expression getReceiverArgument();
9+
Expression getPayloadArgument();
3110

3211
ReferenceUsage getPayloadParameter();
3312

34-
Expression getPayloadArgument();
13+
Expression getReceiverArgument();
3514
}

app/org/omg/sysml/metamodel/ActionDefinition.java

+1-22
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,4 @@
1-
/*
2-
* SysML v2 REST/HTTP Pilot Implementation
3-
* Copyright (C) 2020 InterCAX LLC
4-
* Copyright (C) 2020 California Institute of Technology ("Caltech")
5-
* Copyright (C) 2021-2022 Twingineer LLC
6-
*
7-
* This program is free software: you can redistribute it and/or modify
8-
* it under the terms of the GNU Lesser General Public License as published by
9-
* the Free Software Foundation, either version 3 of the License, or
10-
* (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public License
18-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
19-
*
20-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
21-
*/
22-
1+
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
232
package org.omg.sysml.metamodel;
243

254
import java.util.Collection;

app/org/omg/sysml/metamodel/ActionUsage.java

+1-22
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,4 @@
1-
/*
2-
* SysML v2 REST/HTTP Pilot Implementation
3-
* Copyright (C) 2020 InterCAX LLC
4-
* Copyright (C) 2020 California Institute of Technology ("Caltech")
5-
* Copyright (C) 2021-2022 Twingineer LLC
6-
*
7-
* This program is free software: you can redistribute it and/or modify
8-
* it under the terms of the GNU Lesser General Public License as published by
9-
* the Free Software Foundation, either version 3 of the License, or
10-
* (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public License
18-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
19-
*
20-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
21-
*/
22-
1+
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
232
package org.omg.sysml.metamodel;
243

254
import java.util.Collection;

app/org/omg/sysml/metamodel/ActorMembership.java

+1-22
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,4 @@
1-
/*
2-
* SysML v2 REST/HTTP Pilot Implementation
3-
* Copyright (C) 2020 InterCAX LLC
4-
* Copyright (C) 2020 California Institute of Technology ("Caltech")
5-
* Copyright (C) 2021-2022 Twingineer LLC
6-
*
7-
* This program is free software: you can redistribute it and/or modify
8-
* it under the terms of the GNU Lesser General Public License as published by
9-
* the Free Software Foundation, either version 3 of the License, or
10-
* (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public License
18-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
19-
*
20-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
21-
*/
22-
1+
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
232
package org.omg.sysml.metamodel;
243

254
import java.util.Collection;

app/org/omg/sysml/metamodel/AllocationDefinition.java

+1-22
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,4 @@
1-
/*
2-
* SysML v2 REST/HTTP Pilot Implementation
3-
* Copyright (C) 2020 InterCAX LLC
4-
* Copyright (C) 2020 California Institute of Technology ("Caltech")
5-
* Copyright (C) 2021-2022 Twingineer LLC
6-
*
7-
* This program is free software: you can redistribute it and/or modify
8-
* it under the terms of the GNU Lesser General Public License as published by
9-
* the Free Software Foundation, either version 3 of the License, or
10-
* (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public License
18-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
19-
*
20-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
21-
*/
22-
1+
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
232
package org.omg.sysml.metamodel;
243

254
import java.util.Collection;

app/org/omg/sysml/metamodel/AllocationUsage.java

+1-22
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,4 @@
1-
/*
2-
* SysML v2 REST/HTTP Pilot Implementation
3-
* Copyright (C) 2020 InterCAX LLC
4-
* Copyright (C) 2020 California Institute of Technology ("Caltech")
5-
* Copyright (C) 2021-2022 Twingineer LLC
6-
*
7-
* This program is free software: you can redistribute it and/or modify
8-
* it under the terms of the GNU Lesser General Public License as published by
9-
* the Free Software Foundation, either version 3 of the License, or
10-
* (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public License
18-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
19-
*
20-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
21-
*/
22-
1+
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
232
package org.omg.sysml.metamodel;
243

254
import java.util.Collection;
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,10 @@
1-
/*
2-
* SysML v2 REST/HTTP Pilot Implementation
3-
* Copyright (C) 2020 InterCAX LLC
4-
* Copyright (C) 2020 California Institute of Technology ("Caltech")
5-
* Copyright (C) 2021-2022 Twingineer LLC
6-
*
7-
* This program is free software: you can redistribute it and/or modify
8-
* it under the terms of the GNU Lesser General Public License as published by
9-
* the Free Software Foundation, either version 3 of the License, or
10-
* (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public License
18-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
19-
*
20-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
21-
*/
22-
1+
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
232
package org.omg.sysml.metamodel;
243

254
import java.util.Collection;
265
import java.util.List;
276
import java.util.Set;
287

298
public interface AnalysisCaseDefinition extends CaseDefinition, SysMLType {
30-
List<? extends ActionUsage> getAnalysisAction();
31-
329
Expression getResultExpression();
3310
}

app/org/omg/sysml/metamodel/AnalysisCaseUsage.java

+1-24
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,11 @@
1-
/*
2-
* SysML v2 REST/HTTP Pilot Implementation
3-
* Copyright (C) 2020 InterCAX LLC
4-
* Copyright (C) 2020 California Institute of Technology ("Caltech")
5-
* Copyright (C) 2021-2022 Twingineer LLC
6-
*
7-
* This program is free software: you can redistribute it and/or modify
8-
* it under the terms of the GNU Lesser General Public License as published by
9-
* the Free Software Foundation, either version 3 of the License, or
10-
* (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public License
18-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
19-
*
20-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
21-
*/
22-
1+
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
232
package org.omg.sysml.metamodel;
243

254
import java.util.Collection;
265
import java.util.List;
276
import java.util.Set;
287

298
public interface AnalysisCaseUsage extends CaseUsage, SysMLType {
30-
List<? extends ActionUsage> getAnalysisAction();
31-
329
AnalysisCaseDefinition getAnalysisCaseDefinition();
3310

3411
Expression getResultExpression();
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,4 @@
1-
/*
2-
* SysML v2 REST/HTTP Pilot Implementation
3-
* Copyright (C) 2020 InterCAX LLC
4-
* Copyright (C) 2020 California Institute of Technology ("Caltech")
5-
* Copyright (C) 2021-2022 Twingineer LLC
6-
*
7-
* This program is free software: you can redistribute it and/or modify
8-
* it under the terms of the GNU Lesser General Public License as published by
9-
* the Free Software Foundation, either version 3 of the License, or
10-
* (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public License
18-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
19-
*
20-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
21-
*/
22-
1+
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
232
package org.omg.sysml.metamodel;
243

254
import java.util.Collection;
@@ -29,7 +8,7 @@
298
public interface AnnotatingElement extends Element, SysMLType {
309
List<? extends Element> getAnnotatedElement();
3110

32-
Collection<? extends Annotation> getOwnedAnnotatingRelationship();
33-
3411
List<? extends Annotation> getAnnotation();
12+
13+
Collection<? extends Annotation> getOwnedAnnotatingRelationship();
3514
}

app/org/omg/sysml/metamodel/Annotation.java

+3-24
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,15 @@
1-
/*
2-
* SysML v2 REST/HTTP Pilot Implementation
3-
* Copyright (C) 2020 InterCAX LLC
4-
* Copyright (C) 2020 California Institute of Technology ("Caltech")
5-
* Copyright (C) 2021-2022 Twingineer LLC
6-
*
7-
* This program is free software: you can redistribute it and/or modify
8-
* it under the terms of the GNU Lesser General Public License as published by
9-
* the Free Software Foundation, either version 3 of the License, or
10-
* (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public License
18-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
19-
*
20-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
21-
*/
22-
1+
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
232
package org.omg.sysml.metamodel;
243

254
import java.util.Collection;
265
import java.util.List;
276
import java.util.Set;
287

298
public interface Annotation extends Relationship, SysMLType {
30-
AnnotatingElement getAnnotatingElement();
31-
329
Element getAnnotatedElement();
3310

11+
AnnotatingElement getAnnotatingElement();
12+
3413
Element getOwningAnnotatedElement();
3514

3615
AnnotatingElement getOwningAnnotatingElement();

app/org/omg/sysml/metamodel/AssertConstraintUsage.java

+1-22
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,4 @@
1-
/*
2-
* SysML v2 REST/HTTP Pilot Implementation
3-
* Copyright (C) 2020 InterCAX LLC
4-
* Copyright (C) 2020 California Institute of Technology ("Caltech")
5-
* Copyright (C) 2021-2022 Twingineer LLC
6-
*
7-
* This program is free software: you can redistribute it and/or modify
8-
* it under the terms of the GNU Lesser General Public License as published by
9-
* the Free Software Foundation, either version 3 of the License, or
10-
* (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public License
18-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
19-
*
20-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
21-
*/
22-
1+
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
232
package org.omg.sysml.metamodel;
243

254
import java.util.Collection;
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,14 @@
1-
/*
2-
* SysML v2 REST/HTTP Pilot Implementation
3-
* Copyright (C) 2020 InterCAX LLC
4-
* Copyright (C) 2020 California Institute of Technology ("Caltech")
5-
* Copyright (C) 2021-2022 Twingineer LLC
6-
*
7-
* This program is free software: you can redistribute it and/or modify
8-
* it under the terms of the GNU Lesser General Public License as published by
9-
* the Free Software Foundation, either version 3 of the License, or
10-
* (at your option) any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful,
13-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU Lesser General Public License for more details.
16-
*
17-
* You should have received a copy of the GNU Lesser General Public License
18-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
19-
*
20-
* @license LGPL-3.0-or-later <http://spdx.org/licenses/LGPL-3.0-or-later>
21-
*/
22-
1+
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
232
package org.omg.sysml.metamodel;
243

254
import java.util.Collection;
265
import java.util.List;
276
import java.util.Set;
287

298
public interface AssignmentActionUsage extends ActionUsage, SysMLType {
9+
Feature getReferent();
10+
3011
Expression getTargetArgument();
3112

3213
Expression getValueExpression();
33-
34-
Feature getReferent();
3514
}

0 commit comments

Comments
 (0)