Uses of Interface
de.iip_ecosphere.platform.configuration.ivml.IvmlGraphMapper.IvmlGraphNode
-
Packages that use IvmlGraphMapper.IvmlGraphNode Package Description de.iip_ecosphere.platform.configuration Implementation.de.iip_ecosphere.platform.configuration.ivml Generic mapping of IVML into AAS. -
-
Uses of IvmlGraphMapper.IvmlGraphNode in de.iip_ecosphere.platform.configuration
Classes in de.iip_ecosphere.platform.configuration that implement IvmlGraphMapper.IvmlGraphNode Modifier and Type Class Description private static classConfigurationAas.IipNodeRepresents a graph node.Fields in de.iip_ecosphere.platform.configuration with type parameters of type IvmlGraphMapper.IvmlGraphNode Modifier and Type Field Description private java.util.Map<java.lang.String,IvmlGraphMapper.IvmlGraphNode>DrawflowGraphFormat.GraphReader. id2Nodesprivate java.util.Map<IvmlGraphMapper.IvmlGraphNode,java.lang.Integer>DrawflowGraphFormat.GraphWriter. inputCountsprivate java.util.Map<IvmlGraphMapper.IvmlGraphNode,java.lang.String>DrawflowGraphFormat.GraphWriter. node2idprivate java.util.Map<IvmlGraphMapper.IvmlGraphNode,java.lang.Integer>DrawflowGraphFormat.GraphWriter. outputCountsMethods in de.iip_ecosphere.platform.configuration that return IvmlGraphMapper.IvmlGraphNode Modifier and Type Method Description IvmlGraphMapper.IvmlGraphNodeConfigurationAas.IipGraphFactory. createNode(net.ssehub.easy.varModel.confModel.IDecisionVariable var)Methods in de.iip_ecosphere.platform.configuration with parameters of type IvmlGraphMapper.IvmlGraphNode Modifier and Type Method Description private 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.IvmlGraphMapper.IvmlGraphEdgeConfigurationAas.IipGraphFactory. createEdge(net.ssehub.easy.varModel.confModel.IDecisionVariable var, IvmlGraphMapper.IvmlGraphNode start, IvmlGraphMapper.IvmlGraphNode end)private java.lang.StringDrawflowGraphFormat.GraphWriter. getId(IvmlGraphMapper.IvmlGraphNode node, java.lang.String dflt)Returns the ID of the node in terms of its IVML variable name.private intDrawflowGraphFormat.GraphWriter. nextCount(IvmlGraphMapper.IvmlGraphNode node, java.util.Map<IvmlGraphMapper.IvmlGraphNode,java.lang.Integer> counts)Returns the next input/output count fornodewith respect to the counting mapcounts.private org.json.simple.JSONObjectDrawflowGraphFormat.GraphWriter. writeEdges(IvmlGraphMapper.IvmlGraphNode node, java.lang.Iterable<? extends IvmlGraphMapper.IvmlGraphEdge> edges, boolean inputEdges)Writes the given edges.Method parameters in de.iip_ecosphere.platform.configuration with type arguments of type IvmlGraphMapper.IvmlGraphNode Modifier and Type Method Description private intDrawflowGraphFormat.GraphWriter. nextCount(IvmlGraphMapper.IvmlGraphNode node, java.util.Map<IvmlGraphMapper.IvmlGraphNode,java.lang.Integer> counts)Returns the next input/output count fornodewith respect to the counting mapcounts.Constructors in de.iip_ecosphere.platform.configuration with parameters of type IvmlGraphMapper.IvmlGraphNode Constructor Description IipEdge(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.ivml
Classes in de.iip_ecosphere.platform.configuration.ivml that implement IvmlGraphMapper.IvmlGraphNode Modifier and Type Class Description classDefaultNodeDefault graph node implementation.Fields in de.iip_ecosphere.platform.configuration.ivml declared as IvmlGraphMapper.IvmlGraphNode Modifier and Type Field Description private IvmlGraphMapper.IvmlGraphNodeDefaultEdge. endprivate IvmlGraphMapper.IvmlGraphNodeDefaultEdge. startFields in de.iip_ecosphere.platform.configuration.ivml with type parameters of type IvmlGraphMapper.IvmlGraphNode Modifier and Type Field Description private java.util.List<IvmlGraphMapper.IvmlGraphNode>DefaultGraph. nodesMethods in de.iip_ecosphere.platform.configuration.ivml that return IvmlGraphMapper.IvmlGraphNode Modifier and Type Method Description IvmlGraphMapper.IvmlGraphNodeGraphFactory. createNode(net.ssehub.easy.varModel.confModel.IDecisionVariable var)Creates a graph node.IvmlGraphMapper.IvmlGraphNodeDefaultEdge. getEnd()IvmlGraphMapper.IvmlGraphNodeIvmlGraphMapper.IvmlGraphEdge. getEnd()Returns the end node.IvmlGraphMapper.IvmlGraphNodeDefaultEdge. getStart()IvmlGraphMapper.IvmlGraphNodeIvmlGraphMapper.IvmlGraphEdge. getStart()Returns the start node.Methods in de.iip_ecosphere.platform.configuration.ivml that return types with arguments of type IvmlGraphMapper.IvmlGraphNode Modifier and Type Method Description java.lang.Iterable<IvmlGraphMapper.IvmlGraphNode>DefaultGraph. nodes()java.lang.Iterable<? extends IvmlGraphMapper.IvmlGraphNode>IvmlGraphMapper.IvmlGraph. nodes()Returns the nodes in the graph.Methods in de.iip_ecosphere.platform.configuration.ivml with parameters of type IvmlGraphMapper.IvmlGraphNode Modifier and Type Method Description voidDefaultGraph. addNode(IvmlGraphMapper.IvmlGraphNode node)voidIvmlGraphMapper.IvmlGraph. addNode(IvmlGraphMapper.IvmlGraphNode node)Adds a node to this graph.IvmlGraphMapper.IvmlGraphEdgeGraphFactory. createEdge(net.ssehub.easy.varModel.confModel.IDecisionVariable var, IvmlGraphMapper.IvmlGraphNode start, IvmlGraphMapper.IvmlGraphNode end)Creates an edge.private java.lang.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.ivml with parameters of type IvmlGraphMapper.IvmlGraphNode Constructor Description DefaultEdge(net.ssehub.easy.varModel.confModel.IDecisionVariable var, IvmlGraphMapper.IvmlGraphNode start, IvmlGraphMapper.IvmlGraphNode end)Creates an edge.
-