Uses of Interface
de.iip_ecosphere.platform.configuration.ivml.GraphFormat
-
Packages that use GraphFormat Package Description de.iip_ecosphere.platform.configuration Implementation.de.iip_ecosphere.platform.configuration.ivml 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 Modifier and Type Class Description classDrawflowGraphFormatWrites a graph in the "drawflow" format. -
Uses of GraphFormat in de.iip_ecosphere.platform.configuration.ivml
Fields in de.iip_ecosphere.platform.configuration.ivml with type parameters of type GraphFormat Modifier and Type Field Description private java.util.Map<java.lang.String,GraphFormat>AbstractIvmlModifier. graphFormatsMethods in de.iip_ecosphere.platform.configuration.ivml that return GraphFormat Modifier and Type Method Description protected GraphFormatAbstractIvmlModifier. getGraphFormat(java.lang.String format)Returns a graph format instance.Methods in de.iip_ecosphere.platform.configuration.ivml with parameters of type GraphFormat Modifier and Type Method Description voidAbstractIvmlModifier. addGraphFormat(GraphFormat format)Adds a graph format.
-