Uses of Interface
org.kie.workbench.common.dmn.api.definition.model.IsLiteralExpression
-
Packages that use IsLiteralExpression Package Description org.kie.workbench.common.dmn.api.definition.model -
-
Uses of IsLiteralExpression in org.kie.workbench.common.dmn.api.definition.model
Classes in org.kie.workbench.common.dmn.api.definition.model that implement IsLiteralExpression Modifier and Type Class Description classInputClauseLiteralExpressionThis is in essence a clone ofLiteralExpressionspecifically forInputClauseto expose bothTextandQNameas Form Properties to the Dynamic Forms Engine with specific labels for "Input expression" and its "TypeRef".classLiteralExpressionclassLiteralExpressionPMMLDocumentThis is a specialisation ofLiteralExpressionto allow the UI to show different elements for _Literal Expressions_ associated with a PMML Document.classLiteralExpressionPMMLDocumentModelThis is a specialisation ofLiteralExpressionto allow the UI to show different elements for _Literal Expressions_ associated with a PMML Document Model.classOutputClauseLiteralExpressionThis is in essence a clone ofLiteralExpressionspecifically forOutputClauseto expose theTextas a Form Property to the Dynamic Forms Engine with a specific label for "Default Output value".
-