Uses of Interface
io.adminshell.aas.v3.model.View
-
Packages that use View Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of View in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return types with arguments of type View Modifier and Type Method Description java.util.List<View>AssetAdministrationShell. getViews()Points to the differents views associated to the Administration Shell via the Submodels.Method parameters in io.adminshell.aas.v3.model with type arguments of type View Modifier and Type Method Description voidAssetAdministrationShell. setViews(java.util.List<View> views)Points to the differents views associated to the Administration Shell via the Submodels. -
Uses of View in io.adminshell.aas.v3.model.builder
Classes in io.adminshell.aas.v3.model.builder with type parameters of type View Modifier and Type Class Description classViewBuilder<T extends View,B extends ViewBuilder<T,B>>Methods in io.adminshell.aas.v3.model.builder with parameters of type View Modifier and Type Method Description BAssetAdministrationShellBuilder. view(View view)This function allows adding a value to the List viewsMethod parameters in io.adminshell.aas.v3.model.builder with type arguments of type View Modifier and Type Method Description BAssetAdministrationShellBuilder. views(java.util.List<View> views)This function allows setting a value for views -
Uses of View in io.adminshell.aas.v3.model.impl
Classes in io.adminshell.aas.v3.model.impl that implement View Modifier and Type Class Description classDefaultViewDefault implementation of package io.adminshell.aas.v3.model.View A view is a collection of referable elements w.r.t. to a specific viewpoint of one or more stakeholders.Fields in io.adminshell.aas.v3.model.impl with type parameters of type View Modifier and Type Field Description protected java.util.List<View>DefaultAssetAdministrationShell. viewsMethods in io.adminshell.aas.v3.model.impl that return types with arguments of type View Modifier and Type Method Description java.util.List<View>DefaultAssetAdministrationShell. getViews()Method parameters in io.adminshell.aas.v3.model.impl with type arguments of type View Modifier and Type Method Description voidDefaultAssetAdministrationShell. setViews(java.util.List<View> views)
-