Exemplo n.º 1
0
 public FormulaCollection(KnowledgeBase kb)
 {
     _kb = kb.Intern;
 }
Exemplo n.º 2
0
 public FormulaCollection(KnowledgeBase kb)
 {
     _kb = kb.Intern;
 }
Exemplo n.º 3
0
 /// <summary>
 /// This constructor is usually not called by the user
 /// </summary>
 public KnowledgeBase(com.articulate.sigma.KB kb)
 {
     _kb = kb;
 }
Exemplo n.º 4
0
 /// <summary>
 /// This constructor is usually not called by the user
 /// </summary>
 public KnowledgeBase(com.articulate.sigma.KB kb)
 {
     _kb = kb;
 }