Search
Graph.addEdge Method (Vertex, Vertex, Edge)
See Also
 






Namespace: com.mindfusion.graphs
Package: com.mindfusion.graphs

 Syntax

Java  Copy Code

public Edge addEdge (
    Vertex origin,
    Vertex destination,
    Edge prototype
)

 Parameters

origin

destination

prototype

 Return Value

 See Also