示例#1
0
 public void Accept <TContext>(TContext context, ReteNodeVisitor <TContext> visitor)
 {
     visitor.VisitBetaMemoryNode(context, this);
 }