Ejemplo n.º 1
0
 public virtual object Visit(CogniPy.CNL.DL.TotalBound e)
 {
     return(e);
 }
Ejemplo n.º 2
0
 public object Visit(CogniPy.CNL.DL.TotalBound e)
 {
     using (attributeName.set(null))
         return("≤⊔≥" + e.V.accept(this));
 }