Package io.adminshell.aas.v3.model
Interface Asset
-
- All Superinterfaces:
HasDataSpecification,HasExtensions,Identifiable,Referable
- All Known Implementing Classes:
DefaultAsset
public interface Asset extends HasDataSpecification, Identifiable
An Asset describes meta data of an asset that is represented by an AAS. The asset may either represent an asset type or an asset instance. The asset has a globally unique identifier plus - if needed - additional domain specific (proprietary) identifiers. Objects may be known in the form of a type or of an instance. An object in the planning phase is known as a type
-
-
Method Summary
-
Methods inherited from interface io.adminshell.aas.v3.model.HasDataSpecification
getEmbeddedDataSpecifications, setEmbeddedDataSpecifications
-
Methods inherited from interface io.adminshell.aas.v3.model.HasExtensions
getExtensions, setExtensions
-
Methods inherited from interface io.adminshell.aas.v3.model.Identifiable
getAdministration, getIdentification, setAdministration, setIdentification
-
Methods inherited from interface io.adminshell.aas.v3.model.Referable
getCategory, getDescriptions, getDisplayNames, getIdShort, setCategory, setDescriptions, setDisplayNames, setIdShort
-
-