示例#1
0
文件: Graph.java 项目: nopanic/DNA
 /**
  * Check whether this is a directed graph or not
  *
  * @return true, if the graph is directed; fals otherwise
  */
 public boolean isDirected() {
   return gds.createsDirected();
 }