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 |
FunctionDefinition.getExpression() |
Expression |
ContextEntry.getExpression() |
Expression |
Decision.getExpression() |
Expression |
Invocation.getExpression() |
Expression |
Binding.getExpression() |
Modifier and Type | Method and Description |
---|---|
List<Expression> |
List.getExpression() |
Modifier and Type | Method and Description |
---|---|
void |
FunctionDefinition.setExpression(Expression value) |
void |
ContextEntry.setExpression(Expression value) |
void |
Decision.setExpression(Expression value) |
void |
Invocation.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 |
TFunctionDefinition.getExpression() |
Expression |
TDecision.getExpression() |
Expression |
TContextEntry.getExpression() |
Expression |
TInvocation.getExpression() |
Expression |
TBinding.getExpression() |
Modifier and Type | Method and Description |
---|---|
List<Expression> |
TList.getExpression() |
Modifier and Type | Method and Description |
---|---|
void |
TFunctionDefinition.setExpression(Expression value) |
void |
TDecision.setExpression(Expression value) |
void |
TContextEntry.setExpression(Expression value) |
void |
TInvocation.setExpression(Expression value) |
void |
TBinding.setExpression(Expression value) |
Modifier and Type | Field and Description |
---|---|
protected Expression |
TFunctionDefinition.expression |
protected Expression |
TDecision.expression |
protected Expression |
TContextEntry.expression |
protected Expression |
TInvocation.expression |
protected Expression |
TBinding.expression |
Modifier and Type | Field and Description |
---|---|
protected List<Expression> |
TList.expression |
Modifier and Type | Method and Description |
---|---|
Expression |
TFunctionDefinition.getExpression() |
Expression |
TDecision.getExpression() |
Expression |
TContextEntry.getExpression() |
Expression |
TInvocation.getExpression() |
Expression |
TBinding.getExpression() |
Modifier and Type | Method and Description |
---|---|
List<Expression> |
TList.getExpression() |
Modifier and Type | Method and Description |
---|---|
void |
TFunctionDefinition.setExpression(Expression value) |
void |
TDecision.setExpression(Expression value) |
void |
TContextEntry.setExpression(Expression value) |
void |
TInvocation.setExpression(Expression value) |
void |
TBinding.setExpression(Expression value) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.