Skip to content

Commit adc9090

Browse files
committed
Deploying to gh-pages from @ d3af0eb 🚀
1 parent d528b33 commit adc9090

9 files changed

+257
-257
lines changed

esmf-developer-guide/tooling-guide/java-aspect-tooling.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ <h3 id="loading-an-aspect-model-java-model-level"><a class="anchor" href="#loadi
505505
<div class="paragraph">
506506
<p>To load an AspectModel, you use the <code>org.eclipse.esmf.aspectmodel.loader.AspectModelLoader</code> class. An instance
507507
of <code>AspectModelLoader</code> provides <code>load()</code> methods to load an Aspect Model from an InputStream, one or multiple
508-
Files, or a number of `AspectModelUrn`s (where you can delegate finding out <em>where</em> a model element is defined
508+
Files, or a number of <code>AspectModelUrn</code> (where you can delegate finding out <em>where</em> a model element is defined
509509
to the AspectModelLoader - details on that are explained in the next section).</p>
510510
</div>
511511
<div class="paragraph">
@@ -514,13 +514,13 @@ <h3 id="loading-an-aspect-model-java-model-level"><a class="anchor" href="#loadi
514514
corresponding to the latest meta model version.</p>
515515
</div>
516516
<div class="paragraph">
517-
<p>The resulting <code>AspectModel</code> object contains information about the loaded model elements, their namespaces and
518-
the files they were defined in. Details about the structure of these objects can be found in the [Decision
519-
Record
520-
0007](<a href="https://github.com/eclipse-esmf/esmf-semantic-aspect-meta-model/blob/main/documentation/decisions/0007-model-resolution.md" class="bare">https://github.com/eclipse-esmf/esmf-semantic-aspect-meta-model/blob/main/documentation/decisions/0007-model-resolution.md</a>).
521-
The <code>AspectModel</code> provides the methods <code>elements()</code>, <code>files()</code> and <code>namespaces()</code> as well as the convenience
522-
methods <code>aspects()</code> (which returns all Aspect elements in the model) and <code>aspect()</code>, which returns the single
523-
Aspect element if one exists.</p>
517+
<p>The resulting <code>AspectModel</code> object contains information about the loaded model elements, their
518+
namespaces and the files they were defined in. Details about the structure of these objects can be
519+
found in the
520+
<a href="https://github.com/eclipse-esmf/esmf-semantic-aspect-meta-model/blob/main/documentation/decisions/0007-model-resolution.md">Decision
521+
Record 0007</a>. The <code>AspectModel</code> provides the methods <code>elements()</code>, <code>files()</code> and <code>namespaces()</code> as
522+
well as the convenience methods <code>aspects()</code> (which returns all Aspect elements in the model) and
523+
<code>aspect()</code>, which returns the single Aspect element if one exists.</p>
524524
</div>
525525
<details>
526526
<summary>Show used imports</summary>

search-index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)