Click or drag to resize
XDL

XGraph Methods

The XGraph type exposes the following members.

Methods
  Name Description
Public method AddEdge 그래프 연결선을 추가한다.
Public method Dijkstra 다이엑스트라(Dijkstra) 알고리즘을 실행한다.
Public method GetCost 비용(Cost)를 가져온다.
Public method RemoveAllEdges 모든 그래프 연결선을 지운다.
Public method RemoveEdge 그래프 연결선을 제거한다.
Public method SetNumNodes 그래프 마디 개수를 설정한다.
Public method ShortestPathByDijkstra 두 마디 간 최단경로를 다이엑스트라(Dijkstra) 알고듬으로 구한다.
Top
See Also