Uses of Interface
de.iip_ecosphere.platform.configuration.ivml.IvmlGraphMapper
-
Packages that use IvmlGraphMapper Package Description de.iip_ecosphere.platform.configuration Implementation.de.iip_ecosphere.platform.configuration.ivml Generic mapping of IVML into AAS. -
-
Uses of IvmlGraphMapper in de.iip_ecosphere.platform.configuration
Classes in de.iip_ecosphere.platform.configuration that implement IvmlGraphMapper Modifier and Type Class Description static classConfigurationAas.IipGraphMapperMaps a graph in IIP style. -
Uses of IvmlGraphMapper in de.iip_ecosphere.platform.configuration.ivml
Fields in de.iip_ecosphere.platform.configuration.ivml declared as IvmlGraphMapper Modifier and Type Field Description private IvmlGraphMapperAbstractIvmlModifier. graphMapperMethods in de.iip_ecosphere.platform.configuration.ivml that return IvmlGraphMapper Modifier and Type Method Description protected IvmlGraphMapperAbstractIvmlModifier. getMapper()Returns the graph mapper.Constructors in de.iip_ecosphere.platform.configuration.ivml with parameters of type IvmlGraphMapper Constructor Description AasIvmlMapper(java.util.function.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.
-