Uses of Interface
io.adminshell.aas.v3.model.RelationshipElement
-
Packages that use RelationshipElement Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of RelationshipElement in io.adminshell.aas.v3.model
Subinterfaces of RelationshipElement in io.adminshell.aas.v3.model Modifier and Type Interface Description interfaceAnnotatedRelationshipElementAn annotated relationship element is an relationship element that can be annotated with additional data elements. -
Uses of RelationshipElement in io.adminshell.aas.v3.model.builder
Classes in io.adminshell.aas.v3.model.builder with type parameters of type RelationshipElement Modifier and Type Class Description classRelationshipElementBuilder<T extends RelationshipElement,B extends RelationshipElementBuilder<T,B>> -
Uses of RelationshipElement in io.adminshell.aas.v3.model.impl
Classes in io.adminshell.aas.v3.model.impl that implement RelationshipElement 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.classDefaultRelationshipElementDefault implementation of package io.adminshell.aas.v3.model.RelationshipElement Constraint AASd-055: The semanticId of a RelationshipElement or a AnnotatedRelationshipElement shall only reference a ConceptDescription with the category RELATIONSHIP.
-