Uses of Class
de.iip_ecosphere.platform.support.aas.basyx.BaSyxSubmodelElementCollection
-
Packages that use BaSyxSubmodelElementCollection Package Description de.iip_ecosphere.platform.support.aas.basyx The AAS/BaSyx extension.de.iip_ecosphere.platform.support.aas.basyx.types.technicaldata The technical data AAS structure as described in the Submodel Template AAS Technical Data Document. -
-
Uses of BaSyxSubmodelElementCollection in de.iip_ecosphere.platform.support.aas.basyx
Fields in de.iip_ecosphere.platform.support.aas.basyx declared as BaSyxSubmodelElementCollection Modifier and Type Field Description private BaSyxSubmodelElementCollectionBaSyxSubmodelElementCollection.BaSyxSubmodelElementCollectionBuilder. instanceMethods in de.iip_ecosphere.platform.support.aas.basyx that return BaSyxSubmodelElementCollection Modifier and Type Method Description BaSyxSubmodelElementCollectionBaSyxSubmodelElementCollection.BaSyxSubmodelElementCollectionBuilder. build()protected BaSyxSubmodelElementCollectionBaSyxSubmodelElementCollection.BaSyxSubmodelElementCollectionBuilder. getCollectionInstance()Returns the collection instance being created.BaSyxSubmodelElementCollectionAbstractSubmodel. register(BaSyxSubmodelElementCollection collection)Registers a sub-model element collection.BaSyxSubmodelElementCollectionBaSyxElementTranslator.SubmodelElementsRegistrar. register(BaSyxSubmodelElementCollection collection)Registers a sub-model element collection.protected BaSyxSubmodelElementCollectionBaSyxSubmodelElementCollection.BaSyxSubmodelElementCollectionBuilder. register(BaSyxSubmodelElementCollection collection)BaSyxSubmodelElementCollectionBaSyxSubmodelElementCollection. register(BaSyxSubmodelElementCollection collection)protected BaSyxSubmodelElementCollectionBaSyxSubmodelElementContainerBuilder. register(BaSyxSubmodelElementCollection collection)Registers a sub-model element collection.Methods in de.iip_ecosphere.platform.support.aas.basyx with parameters of type BaSyxSubmodelElementCollection Modifier and Type Method Description BaSyxSubmodelElementCollectionAbstractSubmodel. register(BaSyxSubmodelElementCollection collection)Registers a sub-model element collection.BaSyxSubmodelElementCollectionBaSyxElementTranslator.SubmodelElementsRegistrar. register(BaSyxSubmodelElementCollection collection)Registers a sub-model element collection.protected BaSyxSubmodelElementCollectionBaSyxSubmodelElementCollection.BaSyxSubmodelElementCollectionBuilder. register(BaSyxSubmodelElementCollection collection)BaSyxSubmodelElementCollectionBaSyxSubmodelElementCollection. register(BaSyxSubmodelElementCollection collection)protected BaSyxSubmodelElementCollectionBaSyxSubmodelElementContainerBuilder. register(BaSyxSubmodelElementCollection collection)Registers a sub-model element collection.Constructors in de.iip_ecosphere.platform.support.aas.basyx with parameters of type BaSyxSubmodelElementCollection Constructor Description BaSyxSubmodelElementCollectionBuilder(BaSyxSubmodelElementContainerBuilder<?> parentBuilder, BaSyxSubmodelElementCollection instance)Creates an instance from an existing BaSyx instance.Constructor parameters in de.iip_ecosphere.platform.support.aas.basyx with type arguments of type BaSyxSubmodelElementCollection Constructor Description BaSyxSubmodelElementCollectionBuilder(BaSyxSubmodelElementContainerBuilder<?> parentBuilder, java.lang.String idShort, java.util.function.Supplier<BaSyxSubmodelElementCollection> wCreator, java.util.function.Supplier<org.eclipse.basyx.submodel.metamodel.map.submodelelement.SubmodelElementCollection> bCreator)Creates a sub-model element collection builder. -
Uses of BaSyxSubmodelElementCollection in de.iip_ecosphere.platform.support.aas.basyx.types.technicaldata
Subclasses of BaSyxSubmodelElementCollection in de.iip_ecosphere.platform.support.aas.basyx.types.technicaldata Modifier and Type Class Description classBaSyxFurtherInformationWrapper for the BaSyx further information class.classBaSyxGeneralInformationWrapper for the BaSyx general information class.classBaSyxProductClassificationItemWraps a product classification item.classBaSyxProductClassificationsWrapper for the BaSyx product classifications class.classBaSyxTechnicalPropertiesWrapper for the BaSyx technical properties class.Methods in de.iip_ecosphere.platform.support.aas.basyx.types.technicaldata that return BaSyxSubmodelElementCollection Modifier and Type Method Description BaSyxSubmodelElementCollectionBaSyxFurtherInformation.BaSyxFurtherInformationBuilder. build()BaSyxSubmodelElementCollectionBaSyxGeneralInformation.BaSyxGeneralInformationBuilder. build()BaSyxSubmodelElementCollectionBaSyxProductClassifications. register(BaSyxSubmodelElementCollection collection)protected BaSyxSubmodelElementCollectionBaSyxTechnicalDataSubmodel.BaSyxTechnicalDataSubmodelBuilder. register(BaSyxSubmodelElementCollection collection)Methods in de.iip_ecosphere.platform.support.aas.basyx.types.technicaldata with parameters of type BaSyxSubmodelElementCollection Modifier and Type Method Description BaSyxSubmodelElementCollectionBaSyxProductClassifications. register(BaSyxSubmodelElementCollection collection)protected BaSyxSubmodelElementCollectionBaSyxTechnicalDataSubmodel.BaSyxTechnicalDataSubmodelBuilder. register(BaSyxSubmodelElementCollection collection)private static voidBaSyxFurtherInformation. setTextStatements(BaSyxSubmodelElementCollection coll, org.eclipse.basyx.submodel.types.technicaldata.submodelelementcollections.furtherinformation.FurtherInformation fi, java.util.Map<java.lang.String,java.util.Collection<de.iip_ecosphere.platform.support.aas.LangString>> statements)Turns the nested structure into text statements and sets them on the given AAS structures.Constructors in de.iip_ecosphere.platform.support.aas.basyx.types.technicaldata with parameters of type BaSyxSubmodelElementCollection Constructor Description BaSyxFurtherInformationBuilder(BaSyxSubmodelElementContainerBuilder<?> parentBuilder, BaSyxSubmodelElementCollection instance)Creates an instance from an existing BaSyx instance.BaSyxGeneralInformationBuilder(BaSyxSubmodelElementContainerBuilder<?> parentBuilder, BaSyxSubmodelElementCollection instance)Creates an instance from an existing BaSyx instance.BaSyxProductClassificationItemBuilder(BaSyxSubmodelElementContainerBuilder<?> parentBuilder, BaSyxSubmodelElementCollection instance)Creates an instance from an existing BaSyx instance.BaSyxProductClassificationsBuilder(BaSyxSubmodelElementContainerBuilder<?> parentBuilder, BaSyxSubmodelElementCollection instance)Creates an instance from an existing BaSyx instance.
-