Uses of Class
org.xcsp.common.predicates.MatcherInterface.AbstractOperation
-
Packages that use MatcherInterface.AbstractOperation Package Description org.xcsp.common.predicates -
-
Uses of MatcherInterface.AbstractOperation in org.xcsp.common.predicates
Methods in org.xcsp.common.predicates that return MatcherInterface.AbstractOperation Modifier and Type Method Description static MatcherInterface.AbstractOperationMatcherInterface.AbstractOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static MatcherInterface.AbstractOperation[]MatcherInterface.AbstractOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xcsp.common.predicates with parameters of type MatcherInterface.AbstractOperation Modifier and Type Method Description static <V extends IVar>
XNodeParent<V>XNode. node(MatcherInterface.AbstractOperation type, XNode<V> son)static <V extends IVar>
XNodeParent<V>XNode. node(MatcherInterface.AbstractOperation type, XNode<V> left, XNode<V> right)
-