Package validation.visitor

Examples of validation.visitor.XMLVisitAndValidate.validate()


    // visite du xml et generation du fichier de contrainte
    XMLVisitAndValidate xvv = new XMLVisitAndValidate(name,path,format,solver);
    if (all)
      xvv.validateAll(timeout);
    else
      xvv.validate(timeout);
  }


  public String toString() {
    String s = "bench name : " + name;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.