Search
Edge Constructor (Vertex, Vertex, Edge)
See Also
 






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

 Syntax

Java  Copy Code

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

 Parameters

origin

destination

prototype

 See Also