N - Type of nodepublic interface Graph<N>
connections.| Modifier and Type | Method and Description |
|---|---|
com.badlogic.gdx.utils.Array<Connection<N>> |
getConnections(N fromNode)
Returns the connections outgoing from the given node.
|
com.badlogic.gdx.utils.Array<Connection<N>> getConnections(N fromNode)
fromNode - the node whose outgoing connections will be returned