-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #682 from bci-oss/676-generate-valid-identifiers-f…
…rom-aas-idshort Fix case of SAMM model elements generated from AAS
- Loading branch information
Showing
23 changed files
with
336 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[submodule "core/esmf-aspect-model-aas-generator/src/test/resources/submodel-templates"] | ||
path = core/esmf-aspect-model-aas-generator/src/test/resources/submodel-templates | ||
url = https://github.com/admin-shell-io/submodel-templates.git | ||
branch = main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
120 changes: 81 additions & 39 deletions
120
...s-generator/src/main/java/org/eclipse/esmf/aspectmodel/aas/AasToAspectModelGenerator.java
Large diffs are not rendered by default.
Oops, something went wrong.
23 changes: 23 additions & 0 deletions
23
...-aas-generator/src/main/java/org/eclipse/esmf/aspectmodel/aas/AspectGenerationConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* | ||
* Copyright (c) 2024 Robert Bosch Manufacturing Solutions GmbH | ||
* | ||
* See the AUTHORS file(s) distributed with this work for additional | ||
* information regarding authorship. | ||
* | ||
* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
* | ||
* SPDX-License-Identifier: MPL-2.0 | ||
*/ | ||
|
||
package org.eclipse.esmf.aspectmodel.aas; | ||
|
||
import org.eclipse.esmf.aspectmodel.generator.GenerationConfig; | ||
|
||
import io.soabase.recordbuilder.core.RecordBuilder; | ||
|
||
@RecordBuilder | ||
public record AspectGenerationConfig( | ||
) implements GenerationConfig { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-9.11 KB
...aas-generator/src/test/resources/idta/IDTA 02022-1-0_Template_Wireless Communication.aasx
Binary file not shown.
Binary file removed
BIN
-7.66 KB
...aspect-model-aas-generator/src/test/resources/idta/Sample_ZVEI_Digital_Nameplate_V10.aasx
Binary file not shown.
1 change: 1 addition & 0 deletions
1
core/esmf-aspect-model-aas-generator/src/test/resources/submodel-templates
Submodule submodel-templates
added at
fa0b19
Oops, something went wrong.