Searched defs:BNPrice (Results 1 - 1 of 1) sorted by relevance

/owl-s/src/examples/
H A DCreateComplexProcess.java73 Process BNPrice; field in class:CreateComplexProcess
188 // then similarly perform BNPrice
190 FindBNPrice.setProcess( BNPrice );
192 FindBNPrice.addBinding( BNPrice.getInput(), FindBookInfo, BookFinder.getOutput() );
204 ComparePrices.addBinding( CP_BNPrice, FindBNPrice, BNPrice.getOutput() );
243 // exactly same as the previous one but for BNPrice. note that we could have
307 BNPrice = kb.readService("http://www.mindswap.org/2004/owl-s/1.1/BNPrice.owl#").getProcess();
312 ont.addImport( BNPrice.getOntology() );

Completed in 10 milliseconds