예제 #1
0
 public double getSynapticConnectivity(ConductanceVO g) {
   if (g != null) return g.getConnectivity() / 100.0;
   else return 0;
 }