public object Visit(CogniPy.CNL.DL.Float e) { var sval = e.val.ToString(); if (attributeName.get() != null) { dataValues.Add(Tuple.Create(e.getTypeTag(), attributeName.get(), sval)); } if (!foundValues.ContainsKey(e.getTypeTag() + ":" + sval)) { foundValues.Add(e.getTypeTag() + ":" + sval, e); } return(sval); }
public virtual object Visit(CogniPy.CNL.DL.Float e) { return(e); }