Пример #1
0
 public static void main(String[] args) {
   GolgiCell g = new GolgiCell("Test golgi");
   System.out.println(CellTopologyHelper.printDetails(g, null));
 }