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

/owl-s/src/examples/
H A DCreateComplexProcess.java79 OWLClass Price; field in class:CreateComplexProcess
161 // Create an output that has parameterType concepts:Price
162 Output outputBookPrice = process.createOutput( uri( "BookPrice" ), Price );
224 CP_AmazonPrice = ComparePricesProcess.createInput( uri( "CP_AmazonPrice"), Price );
225 CP_BNPrice = ComparePricesProcess.createInput( uri( "CP_BNPrice"), Price );
232 CP_OutputPrice = ComparePricesProcess.createOutput( uri( "CP_OutputPrice"), Price );
276 Produce producePrice = ont.createProduce( uri( "Produce" + bookstore + "Price" ) );
318 Price = kb.getClass( URIUtils.createURI( concepts, "Price" ) );
350 System.out.println( "Price i
[all...]

Completed in 13 milliseconds