public interface IDecisionRuleList extends List<IDecisionRule>, Serializable, Cloneable
IDecisionRule| Modifier and Type | Method and Description |
|---|---|
void |
addRule(IDecisionRule rule) |
IDecisionRule |
getRule(int index) |
void |
setRules(String[] customRules) |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamvoid addRule(IDecisionRule rule)
IDecisionRule getRule(int index)
void setRules(String[] customRules) throws DecisionMethodException
DecisionMethodExceptionCopyright © 2004–2018 Ideaconsult Ltd. All rights reserved.