Package | Description |
---|---|
org.drools.examples.petstore |
Modifier and Type | Method and Description |
---|---|
PetStoreExample.Product |
PetStoreExample.Purchase.getProduct() |
Modifier and Type | Method and Description |
---|---|
String |
PetStoreExample.CheckoutCallback.checkout(JFrame frame,
List<PetStoreExample.Product> items)
Populate the cart and assert into working memory Pass Jframe reference
for user interaction
|
Constructor and Description |
---|
Purchase(PetStoreExample.Order order,
PetStoreExample.Product product) |
Constructor and Description |
---|
PetStoreUI(Vector<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
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.