Uses of Interface
io.adminshell.aas.v3.model.Submodel
-
Packages that use Submodel Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of Submodel in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return types with arguments of type Submodel Modifier and Type Method Description java.util.List<Submodel>AssetAdministrationShellEnvironment. getSubmodels()Points to the differents Submodels in one AssetAdministrationShellEnvironment graph.Method parameters in io.adminshell.aas.v3.model with type arguments of type Submodel Modifier and Type Method Description voidAssetAdministrationShellEnvironment. setSubmodels(java.util.List<Submodel> submodels)Points to the differents Submodels in one AssetAdministrationShellEnvironment graph. -
Uses of Submodel in io.adminshell.aas.v3.model.builder
Classes in io.adminshell.aas.v3.model.builder with type parameters of type Submodel Modifier and Type Class Description classSubmodelBuilder<T extends Submodel,B extends SubmodelBuilder<T,B>>Methods in io.adminshell.aas.v3.model.builder with parameters of type Submodel Modifier and Type Method Description BAssetAdministrationShellEnvironmentBuilder. submodels(Submodel submodels)This function allows adding a value to the List submodelsMethod parameters in io.adminshell.aas.v3.model.builder with type arguments of type Submodel Modifier and Type Method Description BAssetAdministrationShellEnvironmentBuilder. submodels(java.util.List<Submodel> submodels)This function allows setting a value for submodels -
Uses of Submodel in io.adminshell.aas.v3.model.impl
Classes in io.adminshell.aas.v3.model.impl that implement Submodel Modifier and Type Class Description classDefaultSubmodelDefault implementation of package io.adminshell.aas.v3.model.Submodel A Submodel defines a specific aspect of the asset represented by the AAS.Fields in io.adminshell.aas.v3.model.impl with type parameters of type Submodel Modifier and Type Field Description protected java.util.List<Submodel>DefaultAssetAdministrationShellEnvironment. submodelsMethods in io.adminshell.aas.v3.model.impl that return types with arguments of type Submodel Modifier and Type Method Description java.util.List<Submodel>DefaultAssetAdministrationShellEnvironment. getSubmodels()Method parameters in io.adminshell.aas.v3.model.impl with type arguments of type Submodel Modifier and Type Method Description voidDefaultAssetAdministrationShellEnvironment. setSubmodels(java.util.List<Submodel> submodels)
-