Uses of Class
org.kie.workbench.common.dmn.api.definition.model.LiteralExpression
-
Packages that use LiteralExpression Package Description org.kie.workbench.common.dmn.api.definition.model -
-
Uses of LiteralExpression in org.kie.workbench.common.dmn.api.definition.model
Subclasses of LiteralExpression in org.kie.workbench.common.dmn.api.definition.model Modifier and Type Class Description classLiteralExpressionPMMLDocumentThis 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.Methods in org.kie.workbench.common.dmn.api.definition.model that return LiteralExpression Modifier and Type Method Description LiteralExpressionLiteralExpression. copy()Methods in org.kie.workbench.common.dmn.api.definition.model that return types with arguments of type LiteralExpression Modifier and Type Method Description List<LiteralExpression>DecisionRule. getOutputEntry()
-