Beispiel #1
0
 /** Returns the nodes of the available graphclasses ordered alphabetically. */
 public static Collection<GraphClass> getClasses() {
   return Collections.unmodifiableCollection(names.values());
 }