Skip to content

Commit 20fb9cd

Browse files
committed
Add AspectContext as abstraction of an Aspect with its RDF model
1 parent d2dce4d commit 20fb9cd

File tree

1 file changed

+19
-0
lines changed
  • core/sds-aspect-meta-model-java/src/main/java/io/openmanufacturing/sds/metamodel

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/*
2+
* Copyright (c) 2023 Robert Bosch Manufacturing Solutions GmbH
3+
*
4+
* See the AUTHORS file(s) distributed with this work for additional
5+
* information regarding authorship.
6+
*
7+
* This Source Code Form is subject to the terms of the Mozilla Public
8+
* License, v. 2.0. If a copy of the MPL was not distributed with this
9+
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
10+
*
11+
* SPDX-License-Identifier: MPL-2.0
12+
*/
13+
14+
package io.openmanufacturing.sds.metamodel;
15+
16+
import io.openmanufacturing.sds.aspectmodel.resolver.services.VersionedModel;
17+
18+
public record AspectContext(VersionedModel rdfModel, Aspect aspect) {
19+
}

0 commit comments

Comments
 (0)