Interface BaSyxSubmodelParent
- All Known Implementing Classes:
AbstractAas,BaSyxAas
public interface BaSyxSubmodelParent
Represents the parent instance of a sub-model. Due to the two different AAS types in BaSyx, this
cannot just be an AAS instance rather than a pseudo instance being able to provide the correct
operations.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
Modifier and TypeMethodDescriptionCreates an AAS builder on parent level.
-
Method Details
-
createAasBuilder
AbstractAas.BaSyxAbstractAasBuilder createAasBuilder()Creates an AAS builder on parent level.- Returns:
- the AAS builder
-