Searched refs:validate (Results 1 - 12 of 12) sorted by relevance

/owl-s/src/org/mindswap/owls/validation/
H A DOWLSValidator.java48 public Map validate(OWLOntology ontology) { method in class:OWLSValidator
/owl-s/src/examples/
H A DOWLSValidator.java61 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 DWSDL2OWLS.java710 valid = validator.validate(file.toURI().toString());
/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidator.java118 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 Daxis-ant.jarMETA-INF/ META-INF/MANIFEST.MF axis-tasks.properties axis-test-tasks ...
H A Dcommons-httpclient-3.0-alpha1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ...
H A Daxis.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ...
/owl-s/lib/jena/
H A DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
H A Dxml-apis.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/XMLConstants.class <Unknown> package ...
H A Djena.jarcom/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ...
H A Dicu4j_3_4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/owl-s/lib/pellet/
H A Dpellet.jarcom/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ...

Completed in 49 milliseconds