Uses of Interface
de.iip_ecosphere.platform.configuration.ivml.IvmlGraphMapper.IvmlGraph
Packages that use IvmlGraphMapper.IvmlGraph
Package
Description
Implementation.
Generic mapping of IVML into AAS.
ServiceMesh-Graph-mapper.
-
Uses of IvmlGraphMapper.IvmlGraph in de.iip_ecosphere.platform.configuration
Fields in de.iip_ecosphere.platform.configuration declared as IvmlGraphMapper.IvmlGraphModifier and TypeFieldDescriptionprivate IvmlGraphMapper.IvmlGraphDrawflowGraphFormat.GraphWriter.graphMethods in de.iip_ecosphere.platform.configuration that return IvmlGraphMapper.IvmlGraphModifier and TypeMethodDescriptionDrawflowGraphFormat.fromString(String graph, GraphFactory factory, DecisionVariableProvider varProvider) private IvmlGraphMapper.IvmlGraphReads a JSON representation and returns an IVML graph.Methods in de.iip_ecosphere.platform.configuration with parameters of type IvmlGraphMapper.IvmlGraphConstructors in de.iip_ecosphere.platform.configuration with parameters of type IvmlGraphMapper.IvmlGraphModifierConstructorDescriptionprivateCreates 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.IvmlGraphMethods in de.iip_ecosphere.platform.configuration.ivml that return IvmlGraphMapper.IvmlGraphModifier and TypeMethodDescriptionGraphFactory.createGraph(net.ssehub.easy.varModel.confModel.IDecisionVariable var) Creates a graph instance.GraphFormat.fromString(String graph, GraphFactory factory, DecisionVariableProvider varProvider) Parsesgraphfrom this format into an IVML graph structure.IvmlGraphMapper.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.IvmlGraphModifier and TypeMethodDescriptionprivate voidAasIvmlMapper.createMeshProject(String appName, String meshName, IvmlGraphMapper.IvmlGraph graph, AasIvmlMapper.ModelResults results) Creates a mesh project forgraph.GraphFormat.toString(IvmlGraphMapper.IvmlGraph graph) Turnsgraphinto this format. -
Uses of IvmlGraphMapper.IvmlGraph in de.iip_ecosphere.platform.configuration.serviceMesh
Classes in de.iip_ecosphere.platform.configuration.serviceMesh that implement IvmlGraphMapper.IvmlGraphModifier and TypeClassDescription(package private) classRepresents a service mesh as graph.Methods in de.iip_ecosphere.platform.configuration.serviceMesh that return IvmlGraphMapper.IvmlGraphModifier and TypeMethodDescriptionServiceMeshGraphFactory.createGraph(net.ssehub.easy.varModel.confModel.IDecisionVariable var) ServiceMeshGraphMapper.getGraphFor(net.ssehub.easy.varModel.confModel.IDecisionVariable var)