Uses of Interface
de.iip_ecosphere.platform.support.aas.basyx.BaSyxElementTranslator.DataElementsRegistrar
-
Uses of BaSyxElementTranslator.DataElementsRegistrar in de.iip_ecosphere.platform.support.aas.basyx
Subinterfaces of BaSyxElementTranslator.DataElementsRegistrar in de.iip_ecosphere.platform.support.aas.basyx Modifier and Type Interface Description (package private) static interfaceBaSyxElementTranslator.SubmodelElementsRegistrarConvenience interface for everything that can be registered.Classes in de.iip_ecosphere.platform.support.aas.basyx that implement BaSyxElementTranslator.DataElementsRegistrar Modifier and Type Class Description classAbstractSubmodel<S extends org.eclipse.basyx.submodel.metamodel.api.ISubModel>Basic sub-model implementation.classBaSyxISubmodelRepresents a generic sub-model just given in terms of the BaSyx interface.classBaSyxSubmodelWraps a BaSyx sub-model.classBaSyxSubmodelElementCollectionWrapper for the BaSyx sub-model element collection.Methods in de.iip_ecosphere.platform.support.aas.basyx with parameters of type BaSyxElementTranslator.DataElementsRegistrar Modifier and Type Method Description (package private) static voidBaSyxElementTranslator. registerProperties(Map<String,org.eclipse.basyx.submodel.metamodel.api.submodelelement.dataelement.IProperty> properties, BaSyxElementTranslator.DataElementsRegistrar reg)Registers the operations.(package private) static voidBaSyxElementTranslator. registerValues(Map<String,Object> elements, BaSyxElementTranslator.DataElementsRegistrar reg)Registers the data elements.