Uses of Interface
de.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlGraphMapper.IvmlGraphEdge
Packages that use IvmlGraphMapper.IvmlGraphEdge
Package
Description
Implementation.
Generic mapping of IVML into AAS.
ServiceMesh-Graph-mapper.
-
Uses of IvmlGraphMapper.IvmlGraphEdge in de.iip_ecosphere.platform.configuration.easyProducer
Fields in de.iip_ecosphere.platform.configuration.easyProducer with type parameters of type IvmlGraphMapper.IvmlGraphEdgeModifier and TypeFieldDescriptionprivate Map<String, IvmlGraphMapper.IvmlGraphEdge> DrawflowGraphFormat.GraphReader.ids2EdgesMethods in de.iip_ecosphere.platform.configuration.easyProducer with parameters of type IvmlGraphMapper.IvmlGraphEdgeModifier 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.Method parameters in de.iip_ecosphere.platform.configuration.easyProducer with type arguments of type IvmlGraphMapper.IvmlGraphEdgeModifier and TypeMethodDescriptionprivate org.json.simple.JSONObjectDrawflowGraphFormat.GraphWriter.writeEdges(IvmlGraphMapper.IvmlGraphNode node, Iterable<? extends IvmlGraphMapper.IvmlGraphEdge> edges, boolean inputEdges) Writes the given edges. -
Uses of IvmlGraphMapper.IvmlGraphEdge in de.iip_ecosphere.platform.configuration.easyProducer.ivml
Classes in de.iip_ecosphere.platform.configuration.easyProducer.ivml that implement IvmlGraphMapper.IvmlGraphEdgeFields in de.iip_ecosphere.platform.configuration.easyProducer.ivml with type parameters of type IvmlGraphMapper.IvmlGraphEdgeModifier and TypeFieldDescriptionprivate List<IvmlGraphMapper.IvmlGraphEdge> DefaultNode.inEdgesprivate List<IvmlGraphMapper.IvmlGraphEdge> DefaultNode.outEdgesMethods in de.iip_ecosphere.platform.configuration.easyProducer.ivml that return IvmlGraphMapper.IvmlGraphEdgeModifier and TypeMethodDescriptionGraphFactory.createEdge(net.ssehub.easy.varModel.confModel.IDecisionVariable var, IvmlGraphMapper.IvmlGraphNode start, IvmlGraphMapper.IvmlGraphNode end) Creates an edge.Methods in de.iip_ecosphere.platform.configuration.easyProducer.ivml that return types with arguments of type IvmlGraphMapper.IvmlGraphEdgeModifier and TypeMethodDescriptionDefaultNode.inEdges()Iterable<? extends IvmlGraphMapper.IvmlGraphEdge> IvmlGraphMapper.IvmlGraphNode.inEdges()Returns the edges ending at this node.DefaultNode.outEdges()Iterable<? extends IvmlGraphMapper.IvmlGraphEdge> IvmlGraphMapper.IvmlGraphNode.outEdges()Returns the edges starting at this node.Methods in de.iip_ecosphere.platform.configuration.easyProducer.ivml with parameters of type IvmlGraphMapper.IvmlGraphEdgeModifier and TypeMethodDescriptionvoidDefaultNode.addEdge(IvmlGraphMapper.IvmlGraphEdge edge) Adds an outgoing edge to this node.voidIvmlGraphMapper.IvmlGraphNode.addEdge(IvmlGraphMapper.IvmlGraphEdge edge) Adds an incoming/outgoing edge to this node. -
Uses of IvmlGraphMapper.IvmlGraphEdge in de.iip_ecosphere.platform.configuration.easyProducer.serviceMesh
Classes in de.iip_ecosphere.platform.configuration.easyProducer.serviceMesh that implement IvmlGraphMapper.IvmlGraphEdgeModifier and TypeClassDescription(package private) classRepresents a graph edge.Methods in de.iip_ecosphere.platform.configuration.easyProducer.serviceMesh that return IvmlGraphMapper.IvmlGraphEdgeModifier and TypeMethodDescriptionServiceMeshGraphFactory.createEdge(net.ssehub.easy.varModel.confModel.IDecisionVariable var, IvmlGraphMapper.IvmlGraphNode start, IvmlGraphMapper.IvmlGraphNode end)