Package | Description |
---|---|
org.kie.workbench.common.dmn.api.definition | |
org.kie.workbench.common.dmn.api.definition.model |
Modifier and Type | Method and Description |
---|---|
Expression |
HasExpression.getExpression() |
Expression |
HasExpression.WrappedHasExpression.getExpression() |
Modifier and Type | Method and Description |
---|---|
void |
HasExpression.setExpression(Expression expression) |
void |
HasExpression.WrappedHasExpression.setExpression(Expression expression) |
static HasExpression |
HasExpression.wrap(DMNModelInstrumentedBase parent,
Expression expression) |
Modifier and Type | Class and Description |
---|---|
class |
Context |
class |
DecisionTable |
class |
FunctionDefinition |
class |
Invocation |
class |
List |
class |
LiteralExpression |
class |
LiteralExpressionPMMLDocument
This is a specialisation of
LiteralExpression to allow the UI to show
different elements for _Literal Expressions_ associated with a PMML Document. |
class |
LiteralExpressionPMMLDocumentModel
This is a specialisation of
LiteralExpression to allow the UI to show
different elements for _Literal Expressions_ associated with a PMML Document Model. |
class |
Relation |
Modifier and Type | Field and Description |
---|---|
protected Expression |
Decision.expression |
Modifier and Type | Method and Description |
---|---|
abstract Expression |
Expression.copy()
It represents a contract for all subclasses of
Expression . |
Expression |
Invocation.getExpression() |
Expression |
FunctionDefinition.getExpression() |
Expression |
Decision.getExpression() |
Expression |
ContextEntry.getExpression() |
Expression |
Binding.getExpression() |
Modifier and Type | Method and Description |
---|---|
void |
Invocation.setExpression(Expression value) |
void |
FunctionDefinition.setExpression(Expression expression) |
void |
Decision.setExpression(Expression expression) |
void |
ContextEntry.setExpression(Expression value) |
void |
Binding.setExpression(Expression value) |
Constructor and Description |
---|
Decision(Id id,
Description description,
Name name,
Question question,
AllowedAnswers allowedAnswers,
InformationItemPrimary variable,
Expression expression,
BackgroundSet backgroundSet,
FontSet fontSet,
GeneralRectangleDimensionsSet dimensionsSet) |
FunctionDefinition(Id id,
Description description,
QName typeRef,
Expression expression) |
Invocation(Id id,
Description description,
QName typeRef,
Expression expression,
List<Binding> binding) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.