Package org.xcsp.common.predicates
Class TreeEvaluator.MaxxEvaluator
- java.lang.Object
-
- org.xcsp.common.predicates.TreeEvaluator.Evaluator
-
- org.xcsp.common.predicates.TreeEvaluator.MaxxEvaluator
-
- All Implemented Interfaces:
TreeEvaluator.TagArithmetic
,TreeEvaluator.TagArityX
,TreeEvaluator.TagAssociative
,TreeEvaluator.TagInteger
,TreeEvaluator.TagSymmetric
- Enclosing class:
- TreeEvaluator
public class TreeEvaluator.MaxxEvaluator extends TreeEvaluator.Evaluator implements TreeEvaluator.TagArityX, TreeEvaluator.TagArithmetic, TreeEvaluator.TagSymmetric, TreeEvaluator.TagAssociative
-
-
Field Summary
-
Fields inherited from class org.xcsp.common.predicates.TreeEvaluator.Evaluator
arity
-
-
Constructor Summary
Constructors Constructor Description MaxxEvaluator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
evaluate()
-
Methods inherited from class org.xcsp.common.predicates.TreeEvaluator.Evaluator
fixArity, toString
-
-
-
-
Method Detail
-
evaluate
public void evaluate()
- Specified by:
evaluate
in classTreeEvaluator.Evaluator
-
-