Uses of Interface
de.iip_ecosphere.platform.configuration.ivml.IvmlGraphMapper
Packages that use IvmlGraphMapper
Package
Description
Generic mapping of IVML into AAS.
ServiceMesh-Graph-mapper.
-
Uses of IvmlGraphMapper in de.iip_ecosphere.platform.configuration.ivml
Fields in de.iip_ecosphere.platform.configuration.ivml declared as IvmlGraphMapperMethods in de.iip_ecosphere.platform.configuration.ivml that return IvmlGraphMapperModifier and TypeMethodDescriptionprotected IvmlGraphMapperAbstractIvmlModifier.getMapper()Returns the graph mapper.Constructors in de.iip_ecosphere.platform.configuration.ivml with parameters of type IvmlGraphMapperModifierConstructorDescriptionAasIvmlMapper(Supplier<net.ssehub.easy.instantiation.core.model.vilTypes.configuration.Configuration> cfgSupplier, IvmlGraphMapper graphMapper, AbstractIvmlModifier.ConfigurationChangeListener changeListener) Creates a mapper with default settings, e.g., short ids for meta IVML information are prefixed by "meta" (AasIvmlMapper.SHORTID_PREFIX_META) and the variable filter excludes all IVML constraint variables (AasIvmlMapper.FILTER_NO_CONSTRAINT_VARIABLES).AbstractIvmlModifier(IvmlGraphMapper graphMapper, AbstractIvmlModifier.ConfigurationChangeListener changeListener) Creates a mapper with default settings. -
Uses of IvmlGraphMapper in de.iip_ecosphere.platform.configuration.serviceMesh
Classes in de.iip_ecosphere.platform.configuration.serviceMesh that implement IvmlGraphMapper