MatchResult

The MatchResult class defines results of a Constraint match(). Instance of MatchResult is returned from match() operations. From the MatchResult you can retrieve a list of the IDs of the matching Grid objects and the non-matching Grid objects.

See Also