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

/owl-s/src/examples/
H A DMatchmaker.java105 public int getMatchType(OWLType outputType, OWLType inputType) { argument
106 if(outputType.isEquivalent(inputType))
108 else if(outputType.isSubTypeOf(inputType))
110 else if(inputType.isSubTypeOf(outputType))
128 OWLType outputType = output.getParamType();
137 // URIUtils.getLocalName(outputType.getURI()) + " " +
145 int matchType = getMatchType(outputType, inputType);

Completed in 7 milliseconds