コード例 #1
0
ファイル: DataSet.java プロジェクト: hnridder/RuleEngineTest
 /** Returns the names of the available graphclasses ordered alphabetically. */
 public static Set<String> getClassNames() {
   return Collections.unmodifiableSet(names.keySet());
 }