Uses of Interface
de.iip_ecosphere.platform.configuration.ivml.IvmlGraphMapper.IvmlGraphEdge
-
Packages that use IvmlGraphMapper.IvmlGraphEdge Package Description de.iip_ecosphere.platform.configuration Implementation.de.iip_ecosphere.platform.configuration.ivml Generic mapping of IVML into AAS. -
-
Uses of IvmlGraphMapper.IvmlGraphEdge in de.iip_ecosphere.platform.configuration
Classes in de.iip_ecosphere.platform.configuration that implement IvmlGraphMapper.IvmlGraphEdge Modifier and Type Class Description private static classConfigurationAas.IipEdgeRepresents a graph edge.Fields in de.iip_ecosphere.platform.configuration with type parameters of type IvmlGraphMapper.IvmlGraphEdge Modifier and Type Field Description private java.util.Map<java.lang.String,IvmlGraphMapper.IvmlGraphEdge>DrawflowGraphFormat.GraphReader. ids2EdgesMethods in de.iip_ecosphere.platform.configuration that return IvmlGraphMapper.IvmlGraphEdge Modifier and Type Method Description IvmlGraphMapper.IvmlGraphEdgeConfigurationAas.IipGraphFactory. createEdge(net.ssehub.easy.varModel.confModel.IDecisionVariable var, IvmlGraphMapper.IvmlGraphNode start, IvmlGraphMapper.IvmlGraphNode end)Methods in de.iip_ecosphere.platform.configuration with parameters of type IvmlGraphMapper.IvmlGraphEdge 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.Method parameters in de.iip_ecosphere.platform.configuration with type arguments of type IvmlGraphMapper.IvmlGraphEdge Modifier and Type Method Description private org.json.simple.JSONObjectDrawflowGraphFormat.GraphWriter. writeEdges(IvmlGraphMapper.IvmlGraphNode node, java.lang.Iterable<? extends IvmlGraphMapper.IvmlGraphEdge> edges, boolean inputEdges)Writes the given edges. -
Uses of IvmlGraphMapper.IvmlGraphEdge in de.iip_ecosphere.platform.configuration.ivml
Classes in de.iip_ecosphere.platform.configuration.ivml that implement IvmlGraphMapper.IvmlGraphEdge Modifier and Type Class Description classDefaultEdgeDefault graph edge implementation.Fields in de.iip_ecosphere.platform.configuration.ivml with type parameters of type IvmlGraphMapper.IvmlGraphEdge Modifier and Type Field Description private java.util.List<IvmlGraphMapper.IvmlGraphEdge>DefaultNode. inEdgesprivate java.util.List<IvmlGraphMapper.IvmlGraphEdge>DefaultNode. outEdgesMethods in de.iip_ecosphere.platform.configuration.ivml that return IvmlGraphMapper.IvmlGraphEdge Modifier and Type Method Description IvmlGraphMapper.IvmlGraphEdgeGraphFactory. createEdge(net.ssehub.easy.varModel.confModel.IDecisionVariable var, IvmlGraphMapper.IvmlGraphNode start, IvmlGraphMapper.IvmlGraphNode end)Creates an edge.Methods in de.iip_ecosphere.platform.configuration.ivml that return types with arguments of type IvmlGraphMapper.IvmlGraphEdge Modifier and Type Method Description java.lang.Iterable<IvmlGraphMapper.IvmlGraphEdge>DefaultNode. inEdges()java.lang.Iterable<? extends IvmlGraphMapper.IvmlGraphEdge>IvmlGraphMapper.IvmlGraphNode. inEdges()Returns the edges ending at this node.java.lang.Iterable<IvmlGraphMapper.IvmlGraphEdge>DefaultNode. outEdges()java.lang.Iterable<? extends IvmlGraphMapper.IvmlGraphEdge>IvmlGraphMapper.IvmlGraphNode. outEdges()Returns the edges starting at this node.Methods in de.iip_ecosphere.platform.configuration.ivml with parameters of type IvmlGraphMapper.IvmlGraphEdge Modifier and Type Method Description voidDefaultNode. 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.
-