Uses of Interface
io.adminshell.aas.v3.model.AnnotatedRelationshipElement
-
Packages that use AnnotatedRelationshipElement Package Description io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of AnnotatedRelationshipElement in io.adminshell.aas.v3.model.builder
Classes in io.adminshell.aas.v3.model.builder with type parameters of type AnnotatedRelationshipElement Modifier and Type Class Description classAnnotatedRelationshipElementBuilder<T extends AnnotatedRelationshipElement,B extends AnnotatedRelationshipElementBuilder<T,B>> -
Uses of AnnotatedRelationshipElement in io.adminshell.aas.v3.model.impl
Classes in io.adminshell.aas.v3.model.impl that implement AnnotatedRelationshipElement Modifier and Type Class Description classDefaultAnnotatedRelationshipElementDefault implementation of package io.adminshell.aas.v3.model.AnnotatedRelationshipElement An annotated relationship element is an relationship element that can be annotated with additional data elements.
-