Interface AbstractAas.BaSyxSubmodelParent
- All Known Implementing Classes:
BaSyxAas
- Enclosing class:
- AbstractAas<A extends org.eclipse.basyx.aas.metamodel.api.IAssetAdministrationShell>
public static interface AbstractAas.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 Type Method Description AbstractAas.BaSyxAbstractAasBuildercreateAasBuilder()Creates an AAS builder on parent level.
-
Method Details
-
createAasBuilder
AbstractAas.BaSyxAbstractAasBuilder createAasBuilder()Creates an AAS builder on parent level.- Returns:
- the AAS builder
-