Ejemplo n.º 1
0
 /**
  * Check whether this is a directed graph or not
  *
  * @return true, if the graph is directed; fals otherwise
  */
 public boolean isDirected() {
   return gds.createsDirected();
 }