Uses of Interface
de.iip_ecosphere.platform.configuration.ivml.IvmlGraphMapper.IvmlGraph
-
Packages that use IvmlGraphMapper.IvmlGraph Package Description de.iip_ecosphere.platform.configuration Implementation.de.iip_ecosphere.platform.configuration.ivml Generic mapping of IVML into AAS. -
-
Uses of IvmlGraphMapper.IvmlGraph in de.iip_ecosphere.platform.configuration
Classes in de.iip_ecosphere.platform.configuration that implement IvmlGraphMapper.IvmlGraph Modifier and Type Class Description private static classConfigurationAas.IipGraphRepresents a graph.Fields in de.iip_ecosphere.platform.configuration declared as IvmlGraphMapper.IvmlGraph Modifier and Type Field Description private IvmlGraphMapper.IvmlGraphDrawflowGraphFormat.GraphWriter. graphMethods in de.iip_ecosphere.platform.configuration that return IvmlGraphMapper.IvmlGraph Modifier and Type Method Description IvmlGraphMapper.IvmlGraphConfigurationAas.IipGraphFactory. createGraph(net.ssehub.easy.varModel.confModel.IDecisionVariable var)IvmlGraphMapper.IvmlGraphDrawflowGraphFormat. fromString(java.lang.String graph, GraphFactory factory, DecisionVariableProvider varProvider)IvmlGraphMapper.IvmlGraphConfigurationAas.IipGraphMapper. getGraphFor(net.ssehub.easy.varModel.confModel.IDecisionVariable var)private IvmlGraphMapper.IvmlGraphDrawflowGraphFormat.GraphReader. read(java.lang.String graph)Reads a JSON representation and returns an IVML graph.Methods in de.iip_ecosphere.platform.configuration with parameters of type IvmlGraphMapper.IvmlGraph Modifier and Type Method Description java.lang.StringDrawflowGraphFormat. toString(IvmlGraphMapper.IvmlGraph graph)Constructors in de.iip_ecosphere.platform.configuration with parameters of type IvmlGraphMapper.IvmlGraph Constructor Description GraphWriter(IvmlGraphMapper.IvmlGraph graph)Creates a writer forgraph. -
Uses of IvmlGraphMapper.IvmlGraph in de.iip_ecosphere.platform.configuration.ivml
Classes in de.iip_ecosphere.platform.configuration.ivml that implement IvmlGraphMapper.IvmlGraph Modifier and Type Class Description classDefaultGraphDefault graph edge implementation.Methods in de.iip_ecosphere.platform.configuration.ivml that return IvmlGraphMapper.IvmlGraph Modifier and Type Method Description IvmlGraphMapper.IvmlGraphGraphFactory. createGraph(net.ssehub.easy.varModel.confModel.IDecisionVariable var)Creates a graph instance.IvmlGraphMapper.IvmlGraphGraphFormat. fromString(java.lang.String graph, GraphFactory factory, DecisionVariableProvider varProvider)Parsesgraphfrom this format into an IVML graph structure.IvmlGraphMapper.IvmlGraphIvmlGraphMapper. getGraphFor(net.ssehub.easy.varModel.confModel.IDecisionVariable var)Tries to turnvarinto an application-specific graph.Methods in de.iip_ecosphere.platform.configuration.ivml with parameters of type IvmlGraphMapper.IvmlGraph Modifier and Type Method Description private voidAasIvmlMapper. createMeshProject(java.lang.String appName, java.lang.String meshName, IvmlGraphMapper.IvmlGraph graph, AasIvmlMapper.ModelResults results)Creates a mesh project forgraph.java.lang.StringGraphFormat. toString(IvmlGraphMapper.IvmlGraph graph)Turnsgraphinto this format.
-