Class BaSyxTechnicalProperties.BaSyxTechnicalPropertiesBuilder
- java.lang.Object
-
- de.iip_ecosphere.platform.support.aas.basyx.BaSyxSubmodelElementContainerBuilder<org.eclipse.basyx.submodel.metamodel.api.ISubmodel>
-
- de.iip_ecosphere.platform.support.aas.basyx.BaSyxSubmodelElementCollection.BaSyxSubmodelElementCollectionBuilder
-
- de.iip_ecosphere.platform.support.aas.basyx.types.technicaldata.BaSyxTechnicalProperties.BaSyxTechnicalPropertiesBuilder
-
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.aas.DeferredBuilder<de.iip_ecosphere.platform.support.aas.SubmodelElementCollection>,de.iip_ecosphere.platform.support.aas.SubmodelElementCollection.SubmodelElementCollectionBuilder,de.iip_ecosphere.platform.support.aas.SubmodelElementContainerBuilder,de.iip_ecosphere.platform.support.aas.types.technicaldata.TechnicalProperties.TechnicalPropertiesBuilder,de.iip_ecosphere.platform.support.Builder<de.iip_ecosphere.platform.support.aas.SubmodelElementCollection>
- Enclosing class:
- BaSyxTechnicalProperties
public static class BaSyxTechnicalProperties.BaSyxTechnicalPropertiesBuilder extends BaSyxSubmodelElementCollection.BaSyxSubmodelElementCollectionBuilder implements de.iip_ecosphere.platform.support.aas.types.technicaldata.TechnicalProperties.TechnicalPropertiesBuilder
The sub-model element collection builder.- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors Constructor Description BaSyxTechnicalPropertiesBuilder(BaSyxSubmodelElementContainerBuilder<?> parentBuilder)Creates a sub-model element collection builder.BaSyxTechnicalPropertiesBuilder(BaSyxSubmodelElementContainerBuilder<?> parentBuilder, BaSyxTechnicalProperties instance)Creates an instance from an existing BaSyx instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.iip_ecosphere.platform.support.aas.SubmodelElementCollection.SubmodelElementCollectionBuildercreateMainSectionBuilder(java.lang.String name, boolean ordered, boolean allowDuplicates)de.iip_ecosphere.platform.support.aas.SubmodelElementCollection.SubmodelElementCollectionBuildercreateSubSectionBuilder(java.lang.String name, boolean ordered, boolean allowDuplicates)-
Methods inherited from class de.iip_ecosphere.platform.support.aas.basyx.BaSyxSubmodelElementCollection.BaSyxSubmodelElementCollectionBuilder
build, buildDeferred, createOperationBuilder, createPropertyBuilder, createReference, createReferenceElementBuilder, createSubmodelElementCollectionBuilder, defer, getAasBuilder, getCollection, getCollectionInstance, getInstance, getParentBuilder, isNew, register, register, register, register, register
-
Methods inherited from class de.iip_ecosphere.platform.support.aas.basyx.BaSyxSubmodelElementContainerBuilder
createFileDataElementBuilder
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.iip_ecosphere.platform.support.aas.DeferredBuilder
buildDeferred, defer
-
-
-
-
Constructor Detail
-
BaSyxTechnicalPropertiesBuilder
BaSyxTechnicalPropertiesBuilder(BaSyxSubmodelElementContainerBuilder<?> parentBuilder)
Creates a sub-model element collection builder. The parent builder must be set by the calling constructor.- Parameters:
parentBuilder- the parent builder- Throws:
java.lang.IllegalArgumentException- may be thrown ifidShortis not given
-
BaSyxTechnicalPropertiesBuilder
BaSyxTechnicalPropertiesBuilder(BaSyxSubmodelElementContainerBuilder<?> parentBuilder, BaSyxTechnicalProperties instance)
Creates an instance from an existing BaSyx instance.- Parameters:
parentBuilder- the parent builderinstance- the BaSyx instance
-
-
Method Detail
-
createMainSectionBuilder
public de.iip_ecosphere.platform.support.aas.SubmodelElementCollection.SubmodelElementCollectionBuilder createMainSectionBuilder(java.lang.String name, boolean ordered, boolean allowDuplicates)- Specified by:
createMainSectionBuilderin interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.TechnicalProperties.TechnicalPropertiesBuilder
-
createSubSectionBuilder
public de.iip_ecosphere.platform.support.aas.SubmodelElementCollection.SubmodelElementCollectionBuilder createSubSectionBuilder(java.lang.String name, boolean ordered, boolean allowDuplicates)- Specified by:
createSubSectionBuilderin interfacede.iip_ecosphere.platform.support.aas.types.technicaldata.TechnicalProperties.TechnicalPropertiesBuilder
-
-