Inheritance diagram for com.navigine.idl.java.internal.GraphBinding:Public Member Functions | |
| native boolean | isValid () |
| ArrayList< GraphVertex > | getVertexes () |
| List of connected vertexes GraphVertex. | |
| ArrayList< GraphEdge > | getEdges () |
| List of edges that connected vertexes GraphEdge. | |
Definition at line 13 of file GraphBinding.java.
|
inline |
List of edges that connected vertexes GraphEdge.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Graph.
Definition at line 35 of file GraphBinding.java.
|
inline |
List of connected vertexes GraphVertex.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Graph.
Definition at line 28 of file GraphBinding.java.
| native boolean com.navigine.idl.java.internal.GraphBinding.isValid | ( | ) |
Tells if this Graph is valid or not. Any other method (except for this one) called on an invalid Graph will throw java.lang.RuntimeException.
Reimplemented from com.navigine.idl.java.Graph.