Build together some syntaxes to one List of Lists. Does not check for uniqueness.
catenizeRulesUnique
final public static List catenizeRulesUnique(String[][][] arrays)(Code)
Build together some syntaxes to one List of Lists. Checks for uniqueness
(this is not really needed as Syntax checks for uniqueness on construction or when adding rules).