@@ -113,20 +113,20 @@ this is better done using the RDF API.
113
113
114
114
To load an AspectModel, you use the `org.eclipse.esmf.aspectmodel.loader.AspectModelLoader` class. An instance
115
115
of `AspectModelLoader` provides `load()` methods to load an Aspect Model from an InputStream, one or multiple
116
- Files, or a number of `AspectModelUrn`s (where you can delegate finding out _where_ a model element is defined
116
+ Files, or a number of `AspectModelUrn` (where you can delegate finding out _where_ a model element is defined
117
117
to the AspectModelLoader - details on that are explained in the next section).
118
118
119
119
The `AspectModelLoader` loads Aspect Models based on the most recent version of the Semantic Aspect Meta Model
120
120
and previous versions: Models based on older meta model versions are automatically translated to models
121
121
corresponding to the latest meta model version.
122
122
123
- The resulting `AspectModel` object contains information about the loaded model elements, their namespaces and
124
- the files they were defined in. Details about the structure of these objects can be found in the [Decision
125
- Record
126
- 0007]( https://github.com/eclipse-esmf/esmf-semantic-aspect-meta-model/blob/main/documentation/decisions/0007-model-resolution.md).
127
- The `AspectModel` provides the methods `elements()`, `files()` and `namespaces()` as well as the convenience
128
- methods `aspects()` (which returns all Aspect elements in the model) and `aspect()`, which returns the single
129
- Aspect element if one exists.
123
+ The resulting `AspectModel` object contains information about the loaded model elements, their
124
+ namespaces and the files they were defined in. Details about the structure of these objects can be
125
+ found in the
126
+ https://github.com/eclipse-esmf/esmf-semantic-aspect-meta-model/blob/main/documentation/decisions/0007-model-resolution.md[Decision
127
+ Record 0007]. The `AspectModel` provides the methods `elements()`, `files()` and `namespaces()` as
128
+ well as the convenience methods `aspects()` (which returns all Aspect elements in the model) and
129
+ `aspect()`, which returns the single Aspect element if one exists.
130
130
131
131
++++
132
132
<details>
0 commit comments