Exemplo n.º 1
0
 public KnowledgeBaseCollection()
 {
     _mgr = KBmanager.getMgr();
     _it  = _mgr.getKBnames().iterator();
 }
Exemplo n.º 2
0
 public PreferenceCollection()
 {
     _mgr = KBmanager.getMgr();
 }