Inheritance diagram for com.navigine.idl.java.internal.GraphEdgeBinding:Public Member Functions | |
| native boolean | isValid () |
| Float | getWeight () |
| Edge weight. | |
| int | getDst () |
| Destination vertex id GraphVertex. | |
| int | getSrc () |
| Source vertex id GraphVertex. | |
| Float | getWeightCoef () |
| Edge weight coefficient. | |
Definition at line 10 of file GraphEdgeBinding.java.
|
inline |
Destination vertex id GraphVertex.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.GraphEdge.
Definition at line 32 of file GraphEdgeBinding.java.
|
inline |
Source vertex id GraphVertex.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.GraphEdge.
Definition at line 39 of file GraphEdgeBinding.java.
|
inline |
Edge weight.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.GraphEdge.
Definition at line 25 of file GraphEdgeBinding.java.
|
inline |
Edge weight coefficient.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.GraphEdge.
Definition at line 46 of file GraphEdgeBinding.java.
| native boolean com.navigine.idl.java.internal.GraphEdgeBinding.isValid | ( | ) |
Tells if this GraphEdge is valid or not. Any other method (except for this one) called on an invalid GraphEdge will throw java.lang.RuntimeException.
Reimplemented from com.navigine.idl.java.GraphEdge.