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

/owl-s/src/examples/
H A DCreateSequence.java200 boolean createOutput = lastPerform.getProcess().getOutputs().size() > 0;
214 if(createOutput) {
216 Output newOutput = ont.createOutput(URIUtils.createURI(baseURI, "TestOutput"));
H A DCreateComplexProcess.java159 Output outputBookstore = process.createOutput( uri( "Bookstore" ), xsdString );
162 Output outputBookPrice = process.createOutput( uri( "BookPrice" ), Price );
232 CP_OutputPrice = ComparePricesProcess.createOutput( uri( "CP_OutputPrice"), Price );
233 CP_Bookstore = ComparePricesProcess.createOutput( uri( "CP_Bookstore"), xsdString );
H A DCreateJavaGrounding.java60 Output output = ont.createOutput(URI.create(baseURI + "myOutput"));
/owl-s/src/org/mindswap/owls/process/
H A DProcess.java91 public Output createOutput(URI uri, OWLType paramType); method in interface:Process
/owl-s/src/test/
H A DRemovalTests.java72 Output out1 = kb.createOutput(URIUtils.createURI(uri + "out1"));
/owl-s/src/impl/owls/process/
H A DProcessImpl.java113 public Output createOutput(URI uri, OWLType paramType) { method in class:ProcessImpl
114 Output out = getOntology().createOutput( uri );
/owl-s/src/org/mindswap/wsdl/
H A DWSDLTranslator.java115 Output output = ont.createOutput(URIUtils.createURI(baseURI, paramName));
/owl-s/src/org/mindswap/owl/
H A DOWLModel.java850 public Output createOutput(); method in interface:OWLModel
851 public Output createOutput(URI uri); method in interface:OWLModel
/owl-s/src/impl/jena/
H A DOWLModelImpl.java1439 public Output createOutput() { return new OutputImpl(createInstance(OWLS.Process.Output)); } method in class:OWLModelImpl
1440 public Output createOutput(URI uri) { return new OutputImpl(createInstance(OWLS.Process.Output, uri)); } method in class:OWLModelImpl
1441 public Output createOutput(OWLIndividual ind) { return new OutputImpl(ind); } method in class:OWLModelImpl
/owl-s/lib/axis/
H A Dwsdl4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/wsdl/ com/ibm/wsdl/extensions/ ...

Completed in 35 milliseconds