Package | Description |
---|---|
org.kie.dmn.feel | |
org.kie.dmn.feel.lang.impl | |
org.kie.dmn.feel.runtime.decisiontables |
Modifier and Type | Method and Description |
---|---|
static FEEL |
FEEL.newInstance()
Factory method to create a new FEEL engine instance
|
static FEEL |
FEEL.newInstance(ClassLoader cl)
Factory method to create a new FEEL engine instance, using the specified classloader.
|
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)
|
Modifier and Type | Class and Description |
---|---|
class |
FEELImpl
Language runtime entry point
|
Constructor and Description |
---|
DecisionTableImpl(String name,
List<String> parameterNames,
List<DTInputClause> inputs,
List<DTOutputClause> outputs,
List<DTDecisionRule> decisionRules,
HitPolicy hitPolicy,
FEEL feel) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.