1 package org.sat4j.csp.xml; 2 3 class ListOfParameters extends Element { 4 5 public ListOfParameters(ICSPCallback out,String tagName) { 6 super(out,tagName); 7 } 8 9 }