Uses of Interface
io.adminshell.aas.v3.model.AssetAdministrationShell
-
Packages that use AssetAdministrationShell Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of AssetAdministrationShell in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return types with arguments of type AssetAdministrationShell Modifier and Type Method Description java.util.List<AssetAdministrationShell>AssetAdministrationShellEnvironment. getAssetAdministrationShells()Points to the differents Administration Shells in one AssetAdministrationShellEnvironment graph.Method parameters in io.adminshell.aas.v3.model with type arguments of type AssetAdministrationShell Modifier and Type Method Description voidAssetAdministrationShellEnvironment. setAssetAdministrationShells(java.util.List<AssetAdministrationShell> assetAdministrationShells)Points to the differents Administration Shells in one AssetAdministrationShellEnvironment graph. -
Uses of AssetAdministrationShell in io.adminshell.aas.v3.model.builder
Classes in io.adminshell.aas.v3.model.builder with type parameters of type AssetAdministrationShell Modifier and Type Class Description classAssetAdministrationShellBuilder<T extends AssetAdministrationShell,B extends AssetAdministrationShellBuilder<T,B>>Methods in io.adminshell.aas.v3.model.builder with parameters of type AssetAdministrationShell Modifier and Type Method Description BAssetAdministrationShellEnvironmentBuilder. assetAdministrationShells(AssetAdministrationShell assetAdministrationShells)This function allows adding a value to the List assetAdministrationShellsMethod parameters in io.adminshell.aas.v3.model.builder with type arguments of type AssetAdministrationShell Modifier and Type Method Description BAssetAdministrationShellEnvironmentBuilder. assetAdministrationShells(java.util.List<AssetAdministrationShell> assetAdministrationShells)This function allows setting a value for assetAdministrationShells -
Uses of AssetAdministrationShell in io.adminshell.aas.v3.model.impl
Classes in io.adminshell.aas.v3.model.impl that implement AssetAdministrationShell Modifier and Type Class Description classDefaultAssetAdministrationShellDefault implementation of package io.adminshell.aas.v3.model.AssetAdministrationShell Describes the Administration Shell for Assets, Products, Components, e.g.Fields in io.adminshell.aas.v3.model.impl with type parameters of type AssetAdministrationShell Modifier and Type Field Description protected java.util.List<AssetAdministrationShell>DefaultAssetAdministrationShellEnvironment. assetAdministrationShellsMethods in io.adminshell.aas.v3.model.impl that return types with arguments of type AssetAdministrationShell Modifier and Type Method Description java.util.List<AssetAdministrationShell>DefaultAssetAdministrationShellEnvironment. getAssetAdministrationShells()Method parameters in io.adminshell.aas.v3.model.impl with type arguments of type AssetAdministrationShell Modifier and Type Method Description voidDefaultAssetAdministrationShellEnvironment. setAssetAdministrationShells(java.util.List<AssetAdministrationShell> assetAdministrationShells)
-