public interface NodeStar
IncomingNodes
,
OutcomingNodes
Modifier and Type | Method and Description |
---|---|
int[] |
getNeighbours(int id)
return the neighbors of the the node id;
|
Node |
getNode(int id)
return a node description
|
int[] getNeighbours(int id)
Node getNode(int id)
Copyright © 2013. All rights reserved.