Uses of Interface
de.iip_ecosphere.platform.support.aas.basyx2.BaSyxElementTranslator.SubmodelElementsRegistrar
Packages that use BaSyxElementTranslator.SubmodelElementsRegistrar
-
Uses of BaSyxElementTranslator.SubmodelElementsRegistrar in de.iip_ecosphere.platform.support.aas.basyx2
Classes in de.iip_ecosphere.platform.support.aas.basyx2 that implement BaSyxElementTranslator.SubmodelElementsRegistrarModifier and TypeClassDescriptionclassAbstractSubmodel<S extends org.eclipse.digitaltwin.aas4j.v3.model.Submodel>Basic sub-model implementation.private static classBaSyxElementTranslator.IterationSubmodelElementsRegistrar<T extends de.iip_ecosphere.platform.support.aas.SubmodelElement>Internal registrar applying a function to alreadytype-matched submodel elements.classImplements the entity wrapper.classWraps a BaSyx sub-model.classWrapper for the BaSyx sub-model element collection.classWrapper for the BaSyx sub-model element collection.Methods in de.iip_ecosphere.platform.support.aas.basyx2 with parameters of type BaSyxElementTranslator.SubmodelElementsRegistrarModifier and TypeMethodDescription(package private) static voidBaSyxElementTranslator.registerSubmodelElement(org.eclipse.digitaltwin.aas4j.v3.model.SubmodelElement se, BaSyxElementTranslator.SubmodelElementsRegistrar reg) Registers a single submodel element withreg.(package private) static voidBaSyxElementTranslator.registerSubmodelElements(Collection<org.eclipse.digitaltwin.aas4j.v3.model.SubmodelElement> elements, BaSyxElementTranslator.SubmodelElementsRegistrar reg) Registers all sub-model elements, i.e., none of those handled by the other methods/interfaces.(package private) static voidBaSyxElementTranslator.registerSubmodelElements(Map<String, org.eclipse.digitaltwin.aas4j.v3.model.SubmodelElement> elements, BaSyxElementTranslator.SubmodelElementsRegistrar reg) Registers all sub-model elements, i.e., none of those handled by the other methods/interfaces.