Uses of Interface
de.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphNode
Packages that use IvmlGraphMapper.IvmlGraphNode
Package
Description
Implementation.
Generic mapping of IVML into AAS.
ServiceMesh-Graph-mapper.
-
Uses of IvmlGraphMapper.IvmlGraphNode in de.iip_ecosphere.platform.configuration.easyProducer
Fields in de.iip_ecosphere.platform.configuration.easyProducer with type parameters of type IvmlGraphMapper.IvmlGraphNodeModifier and TypeFieldDescriptionprivate Map<String, IvmlGraphMapper.IvmlGraphNode> DrawflowGraphFormat.GraphReader.id2Nodesprivate Map<IvmlGraphMapper.IvmlGraphNode, Integer> DrawflowGraphFormat.GraphWriter.inputCountsprivate Map<IvmlGraphMapper.IvmlGraphNode, String> DrawflowGraphFormat.GraphWriter.node2idprivate Map<IvmlGraphMapper.IvmlGraphNode, Integer> DrawflowGraphFormat.GraphWriter.outputCountsMethods in de.iip_ecosphere.platform.configuration.easyProducer with parameters of type IvmlGraphMapper.IvmlGraphNodeModifier and TypeMethodDescriptionprivate voidDrawflowGraphFormat.GraphWriter.collectForwardTypes(IvmlGraphMapper.IvmlGraphNode start, IvmlGraphMapper.IvmlGraphNode end, IvmlGraphMapper.IvmlGraphEdge edge, org.json.simple.JSONObject data) Collects common forward types between the nodes involved inedgeand adds the results as "type"-array todata.private StringDrawflowGraphFormat.GraphWriter.getId(IvmlGraphMapper.IvmlGraphNode node, String dflt) Returns the ID of the node in terms of its IVML variable name.private intDrawflowGraphFormat.GraphWriter.nextCount(IvmlGraphMapper.IvmlGraphNode node, Map<IvmlGraphMapper.IvmlGraphNode, Integer> counts) Returns the next input/output count fornodewith respect to the counting mapcounts.private voidIvmlDashboardMapper.processNode(IvmlGraphMapper.IvmlGraphNode node, de.iip_ecosphere.platform.support.aas.SubmodelElementCollection.SubmodelElementCollectionBuilder panelsB, de.iip_ecosphere.platform.support.aas.SubmodelElementCollection.SubmodelElementCollectionBuilder dbsB, Map<String, String> dbMapping) Processes an IVML graph node, filters influx connectors and transfers the information into individual panels.private org.json.simple.JSONObjectDrawflowGraphFormat.GraphWriter.writeEdges(IvmlGraphMapper.IvmlGraphNode node, Iterable<? extends IvmlGraphMapper.IvmlGraphEdge> edges, boolean inputEdges) Writes the given edges.Method parameters in de.iip_ecosphere.platform.configuration.easyProducer with type arguments of type IvmlGraphMapper.IvmlGraphNodeModifier and TypeMethodDescriptionprivate intDrawflowGraphFormat.GraphWriter.nextCount(IvmlGraphMapper.IvmlGraphNode node, Map<IvmlGraphMapper.IvmlGraphNode, Integer> counts) Returns the next input/output count fornodewith respect to the counting mapcounts. -
Uses of IvmlGraphMapper.IvmlGraphNode in de.iip_ecosphere.platform.configuration.easyProducer.ivml
Classes in de.iip_ecosphere.platform.configuration.easyProducer.ivml that implement IvmlGraphMapper.IvmlGraphNodeFields in de.iip_ecosphere.platform.configuration.easyProducer.ivml declared as IvmlGraphMapper.IvmlGraphNodeModifier and TypeFieldDescriptionprivate IvmlGraphMapper.IvmlGraphNodeDefaultEdge.endprivate IvmlGraphMapper.IvmlGraphNodeDefaultEdge.startFields in de.iip_ecosphere.platform.configuration.easyProducer.ivml with type parameters of type IvmlGraphMapper.IvmlGraphNodeMethods in de.iip_ecosphere.platform.configuration.easyProducer.ivml that return IvmlGraphMapper.IvmlGraphNodeModifier and TypeMethodDescriptionGraphFactory.createNode(net.ssehub.easy.varModel.confModel.IDecisionVariable var) Creates a graph node.DefaultEdge.getEnd()IvmlGraphMapper.IvmlGraphEdge.getEnd()Returns the end node.DefaultEdge.getStart()IvmlGraphMapper.IvmlGraphEdge.getStart()Returns the start node.Methods in de.iip_ecosphere.platform.configuration.easyProducer.ivml that return types with arguments of type IvmlGraphMapper.IvmlGraphNodeModifier and TypeMethodDescriptionDefaultGraph.nodes()Iterable<? extends IvmlGraphMapper.IvmlGraphNode> IvmlGraphMapper.IvmlGraph.nodes()Returns the nodes in the graph.Methods in de.iip_ecosphere.platform.configuration.easyProducer.ivml with parameters of type IvmlGraphMapper.IvmlGraphNodeModifier and TypeMethodDescriptionvoidDefaultGraph.addNode(IvmlGraphMapper.IvmlGraphNode node) voidIvmlGraphMapper.IvmlGraph.addNode(IvmlGraphMapper.IvmlGraphNode node) Adds a node to this graph.GraphFactory.createEdge(net.ssehub.easy.varModel.confModel.IDecisionVariable var, IvmlGraphMapper.IvmlGraphNode start, IvmlGraphMapper.IvmlGraphNode end) Creates an edge.private StringAasIvmlMapper.validateName(IvmlGraphMapper.IvmlGraphNode node, int count) Validates the name of a node and if there is none, sets a pseudo name based oncount.Constructors in de.iip_ecosphere.platform.configuration.easyProducer.ivml with parameters of type IvmlGraphMapper.IvmlGraphNodeModifierConstructorDescriptionDefaultEdge(net.ssehub.easy.varModel.confModel.IDecisionVariable var, IvmlGraphMapper.IvmlGraphNode start, IvmlGraphMapper.IvmlGraphNode end) Creates an edge. -
Uses of IvmlGraphMapper.IvmlGraphNode in de.iip_ecosphere.platform.configuration.easyProducer.serviceMesh
Classes in de.iip_ecosphere.platform.configuration.easyProducer.serviceMesh that implement IvmlGraphMapper.IvmlGraphNodeModifier and TypeClassDescription(package private) classRepresents a graph node.Methods in de.iip_ecosphere.platform.configuration.easyProducer.serviceMesh that return IvmlGraphMapper.IvmlGraphNodeModifier and TypeMethodDescriptionServiceMeshGraphFactory.createNode(net.ssehub.easy.varModel.confModel.IDecisionVariable var) Methods in de.iip_ecosphere.platform.configuration.easyProducer.serviceMesh with parameters of type IvmlGraphMapper.IvmlGraphNodeModifier and TypeMethodDescriptionServiceMeshGraphFactory.createEdge(net.ssehub.easy.varModel.confModel.IDecisionVariable var, IvmlGraphMapper.IvmlGraphNode start, IvmlGraphMapper.IvmlGraphNode end) Constructors in de.iip_ecosphere.platform.configuration.easyProducer.serviceMesh with parameters of type IvmlGraphMapper.IvmlGraphNodeModifierConstructorDescriptionServiceMeshEdge(net.ssehub.easy.varModel.confModel.IDecisionVariable var, IvmlGraphMapper.IvmlGraphNode start, IvmlGraphMapper.IvmlGraphNode end) Creates an edge.