Uses of Class
org.drools.examples.shopping.ShoppingExample.Customer
Packages that use ShoppingExample.Customer
-
Uses of ShoppingExample.Customer in org.drools.examples.shopping
Methods in org.drools.examples.shopping that return ShoppingExample.CustomerModifier and TypeMethodDescriptionShoppingExample.Discount.getCustomer()ShoppingExample.Purchase.getCustomer()Constructors in org.drools.examples.shopping with parameters of type ShoppingExample.CustomerModifierConstructorDescriptionDiscount(ShoppingExample.Customer customer, int amount) Purchase(ShoppingExample.Customer customer, ShoppingExample.Product product)