Searched refs:validate (Results 1 - 12 of 12) sorted by relevance
/owl-s/src/org/mindswap/owls/validation/ |
H A D | OWLSValidator.java | 48 public Map validate(OWLOntology ontology) {
method in class:OWLSValidator
|
/owl-s/src/examples/ |
H A D | OWLSValidator.java | 61 public boolean validate(String fileURI) throws Exception {
method in class:OWLSValidator 62 return validate(fileURI, new PrintWriter(System.out));
65 public boolean validate(String fileURI, PrintWriter output) throws Exception {
method in class:OWLSValidator 66 return validate(fileURI, output, false);
69 public boolean validate(String fileURI, PrintWriter output, boolean isHTML) throws Exception {
method in class:OWLSValidator 70 return validate(fileURI, new OutputFormatter(output, isHTML));
73 public boolean validate(String fileURI, OutputFormatter out) throws Exception {
method in class:OWLSValidator 230 System.out.println("Valid: " + validator.validate(args[0]));
|
H A D | WSDL2OWLS.java | 710 valid = validator.validate(file.toURI().toString());
|
/owl-s/src/org/mindswap/owls/validator/ |
H A D | OWLSValidator.java | 118 public OWLSValidatorReport validate(OWLOntology theOntology) throws OWLSValidationException
method in class:OWLSValidator 128 public OWLSValidatorReport validate(URI theURI) throws OWLSValidationException
method in class:OWLSValidator 130 return validate(theURI.toString());
133 public OWLSValidatorReport validate(String theURI) throws OWLSValidationException
method in class:OWLSValidator 149 throw OWLSValidationException.createFileNotFoundException("File at URI ("+theURI+") not found, cannot validate");
336 // TODO: validate each process?
537 // TODO: is there any way to validate the valueSource for the perform?
723 //new OWLSValidator().validate("http://bai-hu.ethz.ch/next/ont/comp/NMRCompSampleSetup.owl").print(System.err);
726 //new OWLSValidator().validate(new java.io.File("BookPrice.owl").toURL().toExternalForm().replaceAll(" ","%20")).print(System.err);
727 //new OWLSValidator().validate("htt [all...] |
/owl-s/lib/axis/ |
H A D | axis-ant.jar | META-INF/ META-INF/MANIFEST.MF axis-tasks.properties axis-test-tasks ... |
H A D | commons-httpclient-3.0-alpha1.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ... |
H A D | axis.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ... |
/owl-s/lib/jena/ |
H A D | xercesImpl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ... |
H A D | xml-apis.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/XMLConstants.class <Unknown> package ... |
H A D | jena.jar | com/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ... |
H A D | icu4j_3_4.jar | META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ... |
/owl-s/lib/pellet/ |
H A D | pellet.jar | com/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ... |
Completed in 49 milliseconds