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