Uses of Class
de.iip_ecosphere.platform.support.iip_aas.YamlSemanticCatalog
Packages that use YamlSemanticCatalog
-
Uses of YamlSemanticCatalog in de.iip_ecosphere.platform.support.iip_aas
Methods in de.iip_ecosphere.platform.support.iip_aas that return YamlSemanticCatalogModifier and TypeMethodDescriptionstatic YamlSemanticCatalogYamlSemanticCatalog.read(InputStream input) Reads a Yaml semantic catalog from an input stream.static YamlSemanticCatalogYamlSemanticCatalog.readSafe(InputStream input) Reads a Yaml semantic catalog from an input stream logging IO exceptions.Methods in de.iip_ecosphere.platform.support.iip_aas with parameters of type YamlSemanticCatalogModifier and TypeMethodDescriptionYamlSemanticCatalog.toMap(YamlSemanticCatalog catalog, Function<de.iip_ecosphere.platform.support.semanticId.DefaultSemanticIdResolutionResult, de.iip_ecosphere.platform.support.semanticId.DefaultSemanticIdResolutionResult> adjuster) Turns a semantic catalog into a resolution map.Constructors in de.iip_ecosphere.platform.support.iip_aas with parameters of type YamlSemanticCatalogModifierConstructorDescriptionYamlBasedResolver(String name, YamlSemanticCatalog catalog, Predicate<String> responsible, Function<de.iip_ecosphere.platform.support.semanticId.DefaultSemanticIdResolutionResult, de.iip_ecosphere.platform.support.semanticId.DefaultSemanticIdResolutionResult> adjuster) Creates an instance.