org.tm4j.tolog.Extension .matches(java.util.List prParams,java.util.List prMatches)

Description

Extension should return true if the PlayerRole objects in prPairs specify a combination which is valid under this function.

Parameters
java.util.List prMatches A List to receive each of the possible matches returned by this function (each match is specified as a List of the PlayerRole match value for each parameter postion).
java.util.List prParams A list of PlayerRole objects specifying the value of each parameter in the function. The list is in parameter order.

Other Resources

Related Topics