- importDecision(String, Decision) - Method in class com.openrules.ruleengine.Decision
-
Adds "decision" as an imported sub-decision of this decision and makes it
available to xls-based decision tables under the name "externalName"
- importDecision(String, String) - Method in class com.openrules.ruleengine.Decision
-
Calls importDecision(decisionXlsFile, decisionName, decisionName);
- importDecision(Decision) - Method in class com.openrules.ruleengine.Decision
-
Calls importDecision(decision.getName(), decision);
- importDecision(String, String, String) - Method in class com.openrules.ruleengine.Decision
-
Creates a new Decision using internalDecisionName and decisionXlsFile.
- intersection(String[], String[]) - Static method in class com.openrules.tools.Methods
-
- IRRELEVANT - Static variable in class com.openrules.ruleengine.Glossary
-
- isCheckRuleUpdates() - Method in class com.openrules.ruleengine.OpenRulesEngine
-
- isContainsIntersectingNames() - Method in class com.openrules.ruleengine.Glossary
-
- isCreditCardValid(String) - Static method in class com.openrules.tools.Validator
-
- isDateValid(String) - Static method in class com.openrules.tools.Validator
-
- isDateValid(String, Locale) - Static method in class com.openrules.tools.Validator
-
- isDateValid(String, String, boolean) - Static method in class com.openrules.tools.Validator
-
- isDecisionTableAssign(IDecisionTable) - Method in class com.openrules.ruleengine.DecisionExecutionPath
-
- isDecisionVariable(String) - Method in class com.openrules.ruleengine.Decision
-
- isDecisionVariable(String) - Method in class com.openrules.ruleengine.Glossary
-
- isDoubleValid(String) - Static method in class com.openrules.tools.Validator
-
- isDynamic() - Method in class com.openrules.ruleengine.GlossaryElement
-
- isEmailValid(String) - Static method in class com.openrules.tools.Validator
-
- isFEELOn() - Method in class com.openrules.ruleengine.Decision
-
- isFirstRun() - Method in class com.openrules.ruleengine.Decision
-
- isIntegerValid(String) - Static method in class com.openrules.tools.Validator
-
- isModified() - Method in class com.openrules.ruleengine.ExternalRules
-
- isNonDefinedMethodsAllowed() - Method in class com.openrules.ruleengine.OpenRulesEngine
-
- isNotDefinedWarning() - Method in class com.openrules.ruleengine.OpenRulesEngine
-
- isRegExpValid(String, String) - Static method in class com.openrules.tools.Validator
-
- isReportOn() - Method in class com.openrules.ruleengine.Decision
-
- isTraceOn() - Method in class com.openrules.ruleengine.Decision
-
- isTypeBigDecimal(String) - Method in class com.openrules.ruleengine.Glossary
-
- isTypeBigDecimal(GlossaryElement) - Method in class com.openrules.ruleengine.Glossary
-
- isTypeBool(String) - Method in class com.openrules.ruleengine.Glossary
-
- isTypeBool(GlossaryElement) - Method in class com.openrules.ruleengine.Glossary
-
- isTypeDate(String) - Method in class com.openrules.ruleengine.Glossary
-
- isTypeDate(GlossaryElement) - Method in class com.openrules.ruleengine.Glossary
-
- isTypeDouble(String) - Method in class com.openrules.ruleengine.Glossary
-
- isTypeDouble(GlossaryElement) - Method in class com.openrules.ruleengine.Glossary
-
- isTypeInteger(String) - Method in class com.openrules.ruleengine.Glossary
-
- isTypeInteger(GlossaryElement) - Method in class com.openrules.ruleengine.Glossary
-
- isTypeLong(String) - Method in class com.openrules.ruleengine.Glossary
-
- isTypeLong(GlossaryElement) - Method in class com.openrules.ruleengine.Glossary
-
- isTypeString(String) - Method in class com.openrules.ruleengine.Glossary
-
- isTypeString(GlossaryElement) - Method in class com.openrules.ruleengine.Glossary
-
- isUnknown() - Method in class com.openrules.ruleengine.GlossaryElement
-
- isUrlValid(String) - Static method in class com.openrules.tools.Validator
-
- isUsedByIterateOrSort() - Method in class com.openrules.ruleengine.DecisionVariableModifier
-
- isVarUnknown(String) - Method in class com.openrules.ruleengine.Decision
-
This method is used by Rule Solver - see Conclusion column in theDecisionTableSolveTemplate
- iterate(String, String) - Method in class com.openrules.ruleengine.Decision
-
Iterates over an array "arrayName" using Excel's decision table "rules"
- iterate(String, String, String) - Method in class com.openrules.ruleengine.Decision
-
Iterates over an array "arrayName" with elements of the type "arrayType"
using Excel's decision table "rules"
- iterateWithBreak(String, String, String) - Method in class com.openrules.ruleengine.Decision
-
Iterates over an array "arrayName" using Excel's decision table "rules".
- iterateWithBreak(String, String, String, String) - Method in class com.openrules.ruleengine.Decision
-
Iterates over an array "arrayName" using Excel's decision table "rules".