| Package | Description |
|---|---|
| scpc | |
| scpc.model | |
| scpc.model.support |
| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.List<SingleItem<T>> |
Calculator.flat(java.util.Set<? extends IItem<T>> cartItems)
Spread shopping cart into single item for iteration.
|
| Modifier and Type | Method and Description |
|---|---|
SingleItem<T> |
SingleItem.setExclusiveLock(boolean exclusiveLock)
for
Calculator use only. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IRule.isTriggered(SingleItem<T> item)
Determined iterable items if matched.
|
| Modifier and Type | Method and Description |
|---|---|
EvalHelper<T> |
SpelEvalHelper.bindVaribles(IRule<T> rule,
SingleItem<T> item) |
EvalHelper<T> |
EvalHelper.bindVaribles(IRule<T> rule,
SingleItem<T> item)
Bind rule and item into evaluation context.
|
boolean |
AbstractRuleBase.isTriggered(SingleItem<T> item) |
Copyright © 2019. All rights reserved.