Example #1
0
 /// <summary>
 /// Visits and handles the effect.
 /// </summary>
 /// <param name="effect">Effect.</param>
 public void Visit(EqualsEffect effect)
 {
     // note: it is unclear what this type of effect should do (it's valid by PDDL grammar, though); ignored for now
     Debug.Assert(false, "Unsupported type of effect");
 }
 /// <summary>
 /// Visits and handles the effect.
 /// </summary>
 /// <param name="effect">Effect.</param>
 public void Visit(EqualsEffect effect)
 {
 }