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

/owl-s/src/examples/
H A DCreateComplexProcess.java74 Process AmazonPrice; field in class:CreateComplexProcess
180 // first perform AmazonPrice
182 FindAmazonPrice.setProcess( AmazonPrice );
184 FindAmazonPrice.addBinding( AmazonPrice.getInput(), FindBookInfo, BookFinder.getOutput() );
203 ComparePrices.addBinding( CP_AmazonPrice, FindAmazonPrice, AmazonPrice.getOutput() );
236 // to the local variable for AmazonPrice
308 AmazonPrice = kb.readService("http://www.mindswap.org/2004/owl-s/1.1/AmazonBookPrice.owl#").getProcess();
313 ont.addImport( AmazonPrice.getOntology() );

Completed in 161 milliseconds