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