|
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. |
23 | 2 | package org.omg.sysml.metamodel; |
24 | 3 |
|
25 | 4 | import java.util.Collection; |
26 | 5 | import java.util.List; |
27 | 6 | import java.util.Set; |
28 | 7 |
|
29 | 8 | public interface Annotation extends Relationship, SysMLType { |
30 | | - AnnotatingElement getAnnotatingElement(); |
31 | | - |
32 | 9 | Element getAnnotatedElement(); |
33 | 10 |
|
| 11 | + AnnotatingElement getAnnotatingElement(); |
| 12 | + |
34 | 13 | Element getOwningAnnotatedElement(); |
35 | 14 |
|
36 | 15 | AnnotatingElement getOwningAnnotatingElement(); |
|
0 commit comments