Lines Matching defs:Price
79 OWLClass Price;
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 is $" + price.getProperty( amount ));