Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMLiteralExpression
-
Packages that use DMLiteralExpression Package Description de.mid.innovator.srv2api.icw2dm 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 DMLiteralExpression Modifier and Type Field Description DMLiteralExpressionARG_AddListEntry. ohExprthe new literal expression is created after this expression or at the end otherwiseMethods in de.mid.innovator.srv2api.icw2dm that return DMLiteralExpression Modifier and Type Method Description DMLiteralExpressionDMList. addListEntry(DMLiteralExpression ohExpr)Creates a newDMLiteralExpressionas entry of thisDMList.static DMLiteralExpressionDMLiteralExpressionHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, java.lang.String strText)Creates a newDMLiteralExpressionwith an unformatted text as content of the specifiedELContainerAble.static DMLiteralExpressionDMLiteralExpressionHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, java.lang.String strText, java.lang.String strFlowText, DMInformationItem ohRef)Creates a newDMLiteralExpressionwith a formatted text and a referencedDMInformationItemas content of the specifiedELContainerAble.DMLiteralExpressionDMInputClause. getInputExpression()The subject of thisDMInputClause.Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DMLiteralExpression Modifier and Type Method Description java.util.List<DMLiteralExpression>DMInputClause. getInputValues(K_CONTROL_OPTION... behaviourFlags)All values of thisDMInputClause.java.util.List<DMLiteralExpression>DMOutputClause. getOutputValues(K_CONTROL_OPTION... behaviourFlags)All values of thisDMOutputClause.java.util.List<DMLiteralExpression>DMInformationItem. getReferencingLiteralExpression()All literal expressions which refer to thisDMInformationItem.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMLiteralExpression Modifier and Type Method Description DMLiteralExpressionDMList. addListEntry(DMLiteralExpression ohExpr)Creates a newDMLiteralExpressionas entry of thisDMList.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMLiteralExpression Constructor Description ARG_AddListEntry(DMLiteralExpression ohExpr)
-