Uses of Class
org.drools.examples.shopping.ShoppingExample.Customer
-
Packages that use ShoppingExample.Customer Package Description org.drools.examples.shopping -
-
Uses of ShoppingExample.Customer in org.drools.examples.shopping
Methods in org.drools.examples.shopping that return ShoppingExample.Customer Modifier and Type Method Description ShoppingExample.CustomerShoppingExample.Discount. getCustomer()ShoppingExample.CustomerShoppingExample.Purchase. getCustomer()Constructors in org.drools.examples.shopping with parameters of type ShoppingExample.Customer Constructor Description Discount(ShoppingExample.Customer customer, int amount)Purchase(ShoppingExample.Customer customer, ShoppingExample.Product product)
-