//-*-c++-*- #ifndef _TREEARITYMAXMETRIC_H #define _TREEARITYMAXMETRIC_H #include class TreeArityMax:public Metric { public: TreeArityMax(PropertyContext *); ~TreeArityMax(); double getNodeValue(const node n); bool check(std::string &); }; #endif