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