Uses of Interface
io.adminshell.aas.v3.model.Asset
-
Packages that use Asset Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of Asset in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return types with arguments of type Asset Modifier and Type Method Description java.util.List<Asset>AssetAdministrationShellEnvironment. getAssets()Points to the asset in one AssetAdministrationShellEnvironment graph.Method parameters in io.adminshell.aas.v3.model with type arguments of type Asset Modifier and Type Method Description voidAssetAdministrationShellEnvironment. setAssets(java.util.List<Asset> assets)Points to the asset in one AssetAdministrationShellEnvironment graph. -
Uses of Asset in io.adminshell.aas.v3.model.builder
Classes in io.adminshell.aas.v3.model.builder with type parameters of type Asset Modifier and Type Class Description classAssetBuilder<T extends Asset,B extends AssetBuilder<T,B>>Methods in io.adminshell.aas.v3.model.builder with parameters of type Asset Modifier and Type Method Description BAssetAdministrationShellEnvironmentBuilder. assets(Asset assets)This function allows adding a value to the List assetsMethod parameters in io.adminshell.aas.v3.model.builder with type arguments of type Asset Modifier and Type Method Description BAssetAdministrationShellEnvironmentBuilder. assets(java.util.List<Asset> assets)This function allows setting a value for assets -
Uses of Asset in io.adminshell.aas.v3.model.impl
Classes in io.adminshell.aas.v3.model.impl that implement Asset Modifier and Type Class Description classDefaultAssetDefault implementation of package io.adminshell.aas.v3.model.Asset An Asset describes meta data of an asset that is represented by an AAS.Fields in io.adminshell.aas.v3.model.impl with type parameters of type Asset Modifier and Type Field Description protected java.util.List<Asset>DefaultAssetAdministrationShellEnvironment. assetsMethods in io.adminshell.aas.v3.model.impl that return types with arguments of type Asset Modifier and Type Method Description java.util.List<Asset>DefaultAssetAdministrationShellEnvironment. getAssets()Method parameters in io.adminshell.aas.v3.model.impl with type arguments of type Asset Modifier and Type Method Description voidDefaultAssetAdministrationShellEnvironment. setAssets(java.util.List<Asset> assets)
-