| Package | Description |
|---|---|
| org.kie.dmn.feel | |
| org.kie.dmn.feel.lang.impl | |
| org.kie.dmn.feel.parser.feel11 | |
| org.kie.dmn.feel.parser.feel11.profiles |
| Modifier and Type | Method and Description |
|---|---|
static FEEL |
FEEL.newInstance(ClassLoader cl,
List<FEELProfile> profiles)
Factory method to create a new FEEL engine instance using custom FEELProfile(s), using the specified classloader.
|
static FEEL |
FEEL.newInstance(List<FEELProfile> profiles)
Factory method to create a new FEEL engine instance using custom FEELProfile(s)
|
| Constructor and Description |
|---|
FEELImpl(ClassLoader cl,
List<FEELProfile> profiles) |
FEELImpl(List<FEELProfile> profiles) |
| Modifier and Type | Method and Description |
|---|---|
static FEEL_1_1Parser |
FEELParser.parse(FEELEventListenersManager eventsManager,
String source,
Map<String,Type> inputVariableTypes,
Map<String,Object> inputVariables,
Collection<FEELFunction> additionalFunctions,
List<FEELProfile> profiles) |
| Modifier and Type | Class and Description |
|---|---|
class |
DoCompileFEELProfile |
class |
FEELv12Profile |
class |
KieExtendedFEELProfile |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.