Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMLiteralExpression
Packages that use DMLiteralExpression
Package
Description
The purpose of DMN is to provide the constructs that are needed to model
decisions, so that organizational decision-making can be readily depicted in
diagrams, accurately defined by business analysts, and (optionally) automated.
-
Uses of DMLiteralExpression in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as DMLiteralExpressionModifier and TypeFieldDescriptionARG_AddListEntry.ohExprthe new literal expression is created after this expression or at the end otherwiseMethods in de.mid.innovator.srv2api.icw2dm that return DMLiteralExpressionModifier and TypeMethodDescriptionDMList.addListEntry(DMLiteralExpression ohExpr) Creates a newDMLiteralExpressionas entry of thisDMList.static DMLiteralExpressionDMLiteralExpressionHelper.create(SrvContext srvCtx, ELContainerAble ohContainer, String strText) Creates a newDMLiteralExpressionwith an unformatted text as content of the specifiedELContainerAble.static DMLiteralExpressionDMLiteralExpressionHelper.create(SrvContext srvCtx, ELContainerAble ohContainer, String strText, String strFlowText, DMInformationItem ohRef) Creates a newDMLiteralExpressionwith a formatted text and a referencedDMInformationItemas content of the specifiedELContainerAble.DMInputClause.getInputExpression()The subject of thisDMInputClause.Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DMLiteralExpressionModifier and TypeMethodDescriptionDMInputClause.getInputValues()All values of thisDMInputClause.DMOutputClause.getOutputValues()All values of thisDMOutputClause.DMInformationItem.getReferencingLiteralExpression()All literal expressions which refer to thisDMInformationItem.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMLiteralExpressionModifier and TypeMethodDescriptionDMList.addListEntry(DMLiteralExpression ohExpr) Creates a newDMLiteralExpressionas entry of thisDMList.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMLiteralExpression