Class is used for storing graph edge.
More...
Class is used for storing graph edge.
Definition at line 16 of file GraphEdge.java.
◆ getDst()
abstract int com.navigine.idl.java.GraphEdge.getDst |
( |
| ) |
|
|
abstract |
◆ getSrc()
abstract int com.navigine.idl.java.GraphEdge.getSrc |
( |
| ) |
|
|
abstract |
◆ getWeight()
abstract float com.navigine.idl.java.GraphEdge.getWeight |
( |
| ) |
|
|
abstract |
◆ getWeightCoef()
abstract int com.navigine.idl.java.GraphEdge.getWeightCoef |
( |
| ) |
|
|
abstract |
Edge weight coefficient.
- Returns
The documentation for this class was generated from the following file: