public interface RuleCompilerResult
| Modifier and Type | Interface and Description |
|---|---|
static class |
RuleCompilerResult.Result |
| Modifier and Type | Method and Description |
|---|---|
List<RuleCompilerProblem> |
getProblems()
Returns problems occurred during compilation process.
|
RuleCompilerResult.Result |
getResult()
Returns outcome of compilation process.
|
RuleCompilerResult.Result getResult()
List<RuleCompilerProblem> getProblems()
Copyright © 2017 SAP SE. All Rights Reserved.