Exemplo n.º 1
0
 public List<String> getVariableNames() {
   return facts.getVariableNames();
 }
Exemplo n.º 2
0
 public String toString() {
   return facts.toString();
 }
Exemplo n.º 3
0
 public List<Node> getVariables() {
   return facts.getVariables();
 }