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

/owl-s/src/impl/owls/
H A DOWLSTranslator_1_0.java653 private Parameter createParam(OWLIndividual paramInfo) { argument
654 OWLIndividual translated = (OWLIndividual) translation.get(paramInfo);
660 if(inputOnt.isType(paramInfo, OWLS_1_0.Process.Input))
661 param = (Parameter) translate(paramInfo, Input.class, OWLS_1_1.Process.Input);
662 else if(inputOnt.isType(paramInfo, OWLS_1_0.Process.Output))
663 param = (Parameter) translate(paramInfo, Output.class, OWLS_1_1.Process.Output);
665 error("Unknown parameter type " + paramInfo);
669 if( inputOnt.hasProperty(paramInfo, OWLS_1_0.Process.parameterType)) {
670 URI typeURI = inputOnt.getProperty(paramInfo, OWLS_1_0.Process.parameterType).getURI();
690 keepFLAProperties(paramInfo);
[all...]

Completed in 527 milliseconds