| Package | Description |
|---|---|
| org.kie.dmn.model.api | |
| org.kie.dmn.model.v1_1 | |
| org.kie.dmn.model.v1_2 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Context |
interface |
DecisionTable |
interface |
FunctionDefinition |
interface |
Invocation |
interface |
List |
interface |
LiteralExpression |
interface |
Relation |
| Modifier and Type | Method and Description |
|---|---|
Expression |
Invocation.getExpression() |
Expression |
FunctionDefinition.getExpression() |
Expression |
Decision.getExpression() |
Expression |
ContextEntry.getExpression() |
Expression |
Binding.getExpression() |
| Modifier and Type | Method and Description |
|---|---|
List<Expression> |
List.getExpression() |
| Modifier and Type | Method and Description |
|---|---|
void |
Invocation.setExpression(Expression value) |
void |
FunctionDefinition.setExpression(Expression value) |
void |
Decision.setExpression(Expression value) |
void |
ContextEntry.setExpression(Expression value) |
void |
Binding.setExpression(Expression value) |
| Modifier and Type | Class and Description |
|---|---|
class |
TContext |
class |
TDecisionTable |
class |
TExpression |
class |
TFunctionDefinition |
class |
TInvocation |
class |
TList
Representation for DMN XSD tList type.
|
class |
TLiteralExpression |
class |
TRelation |
| Modifier and Type | Method and Description |
|---|---|
Expression |
TInvocation.getExpression() |
Expression |
TFunctionDefinition.getExpression() |
Expression |
TDecision.getExpression() |
Expression |
TContextEntry.getExpression() |
Expression |
TBinding.getExpression() |
| Modifier and Type | Method and Description |
|---|---|
List<Expression> |
TList.getExpression() |
| Modifier and Type | Method and Description |
|---|---|
void |
TInvocation.setExpression(Expression value) |
void |
TFunctionDefinition.setExpression(Expression value) |
void |
TDecision.setExpression(Expression value) |
void |
TContextEntry.setExpression(Expression value) |
void |
TBinding.setExpression(Expression value) |
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
TInvocation.expression |
protected Expression |
TFunctionDefinition.expression |
protected Expression |
TDecision.expression |
protected Expression |
TContextEntry.expression |
protected Expression |
TBinding.expression |
| Modifier and Type | Field and Description |
|---|---|
protected List<Expression> |
TList.expression |
| Modifier and Type | Method and Description |
|---|---|
Expression |
TInvocation.getExpression() |
Expression |
TFunctionDefinition.getExpression() |
Expression |
TDecision.getExpression() |
Expression |
TContextEntry.getExpression() |
Expression |
TBinding.getExpression() |
| Modifier and Type | Method and Description |
|---|---|
List<Expression> |
TList.getExpression() |
| Modifier and Type | Method and Description |
|---|---|
void |
TInvocation.setExpression(Expression value) |
void |
TFunctionDefinition.setExpression(Expression value) |
void |
TDecision.setExpression(Expression value) |
void |
TContextEntry.setExpression(Expression value) |
void |
TBinding.setExpression(Expression value) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.