Пример #1
0
 public FormulaCollection(KnowledgeBase kb)
 {
     _kb = kb.Intern;
 }
Пример #2
0
 public FormulaCollection(KnowledgeBase kb)
 {
     _kb = kb.Intern;
 }
Пример #3
0
 /// <summary>
 /// This constructor is usually not called by the user
 /// </summary>
 public KnowledgeBase(com.articulate.sigma.KB kb)
 {
     _kb = kb;
 }
Пример #4
0
 /// <summary>
 /// This constructor is usually not called by the user
 /// </summary>
 public KnowledgeBase(com.articulate.sigma.KB kb)
 {
     _kb = kb;
 }