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

/owl-s/src/examples/
H A DCreateComplexProcess.java72 Process BookFinder; field in class:CreateComplexProcess
170 FindBookInfo.setProcess( BookFinder );
172 FindBookInfo.addBinding( BookFinder.getInput(), Perform.TheParentPerform, inputBookName );
184 FindAmazonPrice.addBinding( AmazonPrice.getInput(), FindBookInfo, BookFinder.getOutput() );
192 FindBNPrice.addBinding( BNPrice.getInput(), FindBookInfo, BookFinder.getOutput() );
306 BookFinder = kb.readService("http://www.mindswap.org/2004/owl-s/1.1/BookFinder.owl#").getProcess();
311 ont.addImport( BookFinder.getOntology() );

Completed in 23 milliseconds