Package io.adminshell.aas.v3.model
Interface AssetAdministrationShellEnvironment
-
- All Known Implementing Classes:
DefaultAssetAdministrationShellEnvironment
public interface AssetAdministrationShellEnvironmentA graph of Asset Administration Shells.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<AssetAdministrationShell>getAssetAdministrationShells()Points to the differents Administration Shells in one AssetAdministrationShellEnvironment graph.java.util.List<Asset>getAssets()Points to the asset in one AssetAdministrationShellEnvironment graph.java.util.List<ConceptDescription>getConceptDescriptions()Points to the differents Concept Descriptions in one AssetAdministrationShellEnvironment graph.java.util.List<Submodel>getSubmodels()Points to the differents Submodels in one AssetAdministrationShellEnvironment graph.voidsetAssetAdministrationShells(java.util.List<AssetAdministrationShell> assetAdministrationShells)Points to the differents Administration Shells in one AssetAdministrationShellEnvironment graph.voidsetAssets(java.util.List<Asset> assets)Points to the asset in one AssetAdministrationShellEnvironment graph.voidsetConceptDescriptions(java.util.List<ConceptDescription> conceptDescriptions)Points to the differents Concept Descriptions in one AssetAdministrationShellEnvironment graph.voidsetSubmodels(java.util.List<Submodel> submodels)Points to the differents Submodels in one AssetAdministrationShellEnvironment graph.
-
-
-
Method Detail
-
getAssetAdministrationShells
java.util.List<AssetAdministrationShell> getAssetAdministrationShells()
Points to the differents Administration Shells in one AssetAdministrationShellEnvironment graph. More information under https://admin-shell.io/aas/3/0/RC01/AssetAdministrationShellEnvironment/assetAdministrationShells- Returns:
- Returns the List of AssetAdministrationShells for the property assetAdministrationShells.
-
setAssetAdministrationShells
void setAssetAdministrationShells(java.util.List<AssetAdministrationShell> assetAdministrationShells)
Points to the differents Administration Shells in one AssetAdministrationShellEnvironment graph. More information under https://admin-shell.io/aas/3/0/RC01/AssetAdministrationShellEnvironment/assetAdministrationShells- Parameters:
assetAdministrationShells- desired value for the property assetAdministrationShells.
-
getAssets
java.util.List<Asset> getAssets()
Points to the asset in one AssetAdministrationShellEnvironment graph. More information under https://admin-shell.io/aas/3/0/RC01/AssetAdministrationShellEnvironment/assets- Returns:
- Returns the List of Assets for the property assets.
-
setAssets
void setAssets(java.util.List<Asset> assets)
Points to the asset in one AssetAdministrationShellEnvironment graph. More information under https://admin-shell.io/aas/3/0/RC01/AssetAdministrationShellEnvironment/assets- Parameters:
assets- desired value for the property assets.
-
getConceptDescriptions
java.util.List<ConceptDescription> getConceptDescriptions()
Points to the differents Concept Descriptions in one AssetAdministrationShellEnvironment graph. More information under https://admin-shell.io/aas/3/0/RC01/AssetAdministrationShellEnvironment/conceptDescriptions- Returns:
- Returns the List of ConceptDescriptions for the property conceptDescriptions.
-
setConceptDescriptions
void setConceptDescriptions(java.util.List<ConceptDescription> conceptDescriptions)
Points to the differents Concept Descriptions in one AssetAdministrationShellEnvironment graph. More information under https://admin-shell.io/aas/3/0/RC01/AssetAdministrationShellEnvironment/conceptDescriptions- Parameters:
conceptDescriptions- desired value for the property conceptDescriptions.
-
getSubmodels
java.util.List<Submodel> getSubmodels()
Points to the differents Submodels in one AssetAdministrationShellEnvironment graph. More information under https://admin-shell.io/aas/3/0/RC01/AssetAdministrationShellEnvironment/submodels- Returns:
- Returns the List of Submodels for the property submodels.
-
setSubmodels
void setSubmodels(java.util.List<Submodel> submodels)
Points to the differents Submodels in one AssetAdministrationShellEnvironment graph. More information under https://admin-shell.io/aas/3/0/RC01/AssetAdministrationShellEnvironment/submodels- Parameters:
submodels- desired value for the property submodels.
-
-