Searched defs:matchType (Results 1 - 1 of 1) sorted by relevance

/owl-s/src/examples/
H A DMatchmaker.java38 int matchType; field in class:Matchmaker.Match
45 public Match(int matchType, Output output, Input input) { argument
46 this.matchType = matchType;
56 str += MATCHES[matchType] + " ";
145 int matchType = getMatchType(outputType, inputType);
146 if(matchType != Match.FAIL)
147 matches.add(new Match(matchType, output, input));

Completed in 55 milliseconds