Searched refs:Match (Results 1 - 3 of 3) sorted by relevance
/owl-s/src/examples/ | ||
H A D | Matchmaker.java | 31 public static class Match {
class in class:Matchmaker 45 public Match(int matchType, Output output, Input input) { method in class:Matchmaker.Match 107 return Match.EXACT; 109 return Match.SUBSUME; 111 return Match.RELAXED; 113 return Match.FAIL; 146 if(matchType != Match.FAIL) 147 matches.add(new Match(matchType, output, input)); |
/owl-s/lib/xsdlib/ | ||
H A D | xsdlib.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/msv/ com/sun/msv/datatype/ ... |
/owl-s/lib/jena/ | ||
H A D | xercesImpl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ... |
Completed in 22 milliseconds