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

/owl-s/src/examples/
H A DCreateComplexProcess.java231 // the minimum price and the associated bookstore as outputs
274 private Sequence createProduceSequence( String bookstore, Input price ) { argument
276 Produce producePrice = ont.createProduce( uri( "Produce" + bookstore + "Price" ) );
281 Produce produceName = ont.createProduce( uri( "Produce" + bookstore + "Name" ) );
283 ValueData valueData = ont.createValueData( ont.createDataValue( bookstore ) );
345 String bookstore = values.getStringValue( process.getOutput( "Bookstore" ) );
349 System.out.println( "Cheaper price found in " + bookstore );
H A DRunService.java243 String bookstore = values.getStringValue(process.getOutput("Bookstore"));

Completed in 9 milliseconds