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 DMLiteralExpression
ARG_AddListEntry. ohExpr
the 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 DMLiteralExpression
DMList. addListEntry(DMLiteralExpression ohExpr)
Creates a newDMLiteralExpression
as entry of thisDMList
.static DMLiteralExpression
DMLiteralExpressionHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, java.lang.String strText)
Creates a newDMLiteralExpression
with an unformatted text as content of the specifiedELContainerAble
.static DMLiteralExpression
DMLiteralExpressionHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, java.lang.String strText, java.lang.String strFlowText, DMInformationItem ohRef)
Creates a newDMLiteralExpression
with a formatted text and a referencedDMInformationItem
as content of the specifiedELContainerAble
.DMLiteralExpression
DMInputClause. 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 DMLiteralExpression
DMList. addListEntry(DMLiteralExpression ohExpr)
Creates a newDMLiteralExpression
as entry of thisDMList
.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMLiteralExpression Constructor Description ARG_AddListEntry(DMLiteralExpression ohExpr)
-