Searched defs:getWSDLParameter (Results 1 - 2 of 2) sorted by relevance
/owl-s/src/org/mindswap/owls/grounding/ | ||
H A D | WSDLAtomicGrounding.java | 48 public URI getWSDLParameter(Parameter parameter);
method in interface:WSDLAtomicGrounding |
/owl-s/src/impl/owls/grounding/ | ||
H A D | WSDLAtomicGroundingImpl.java | 376 public URI getWSDLParameter(Parameter parameter) {
method in class:WSDLAtomicGroundingImpl 377 URI uri = getWSDLParameter(parameter, getInputMap()); 379 uri = getWSDLParameter(parameter, getOutputMap()); 383 private URI getWSDLParameter(Parameter parameter, MessageMapList list) { method in class:WSDLAtomicGroundingImpl |
Completed in 711 milliseconds