Uses of Class
org.drools.examples.petstore.PetStoreExample.Product
Packages that use PetStoreExample.Product
-
Uses of PetStoreExample.Product in org.drools.examples.petstore
Methods in org.drools.examples.petstore that return PetStoreExample.ProductMethod parameters in org.drools.examples.petstore with type arguments of type PetStoreExample.ProductModifier and TypeMethodDescriptionPetStoreExample.CheckoutCallback.checkout(JFrame frame, List<PetStoreExample.Product> items) Populate the cart and assert into working memory Pass Jframe reference for user interactionConstructors in org.drools.examples.petstore with parameters of type PetStoreExample.ProductModifierConstructorDescriptionPurchase(PetStoreExample.Order order, PetStoreExample.Product product) Constructor parameters in org.drools.examples.petstore with type arguments of type PetStoreExample.ProductModifierConstructorDescriptionPetStoreUI(List<PetStoreExample.Product> items, PetStoreExample.CheckoutCallback callback) Build UI using specified items and using the given callback to pass the items and jframe reference to the drools application