Uses of Interface
de.iip_ecosphere.platform.configuration.ivml.GraphFormat
Packages that use GraphFormat
Package
Description
Implementation.
Generic mapping of IVML into AAS.
-
Uses of GraphFormat in de.iip_ecosphere.platform.configuration
Classes in de.iip_ecosphere.platform.configuration that implement GraphFormat -
Uses of GraphFormat in de.iip_ecosphere.platform.configuration.ivml
Fields in de.iip_ecosphere.platform.configuration.ivml with type parameters of type GraphFormatModifier and TypeFieldDescriptionprivate Map<String, GraphFormat> AbstractIvmlModifier.graphFormatsMethods in de.iip_ecosphere.platform.configuration.ivml that return GraphFormatModifier and TypeMethodDescriptionprotected GraphFormatAbstractIvmlModifier.getGraphFormat(String format) Returns a graph format instance.Methods in de.iip_ecosphere.platform.configuration.ivml with parameters of type GraphFormatModifier and TypeMethodDescriptionvoidAbstractIvmlModifier.addGraphFormat(GraphFormat format) Adds a graph format.