Exemplo n.º 1
0
 public PreconditionNOT(ExternalFunc func)
 {
     externalFunc = func;
 }
Exemplo n.º 2
0
 public PreconditionNOT(ExternalFunc func, string nodeName)
 {
     externalFunc = func; name = nodeName;
 }