Uses of Class
de.mid.innovator.srv2api.icw2dm.ARG_XDMNLiteralExpressionRep
-
Packages that use ARG_XDMNLiteralExpressionRep 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 ARG_XDMNLiteralExpressionRep in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as ARG_XDMNLiteralExpressionRep Modifier and Type Field Description ARG_XDMNLiteralExpressionRep
ARG_XDMNInputClauseRep. valExpr
subject of this input - SharedArgFields in de.mid.innovator.srv2api.icw2dm with type parameters of type ARG_XDMNLiteralExpressionRep Modifier and Type Field Description java.util.List<ARG_XDMNLiteralExpressionRep>
ARG_XDMNInputClauseRep. seqValExpr
list of value expressions - SharedArgjava.util.List<ARG_XDMNLiteralExpressionRep>
ARG_XDMNOutputClauseRep. seqValExpr
list of value expressions - SharedArgConstructors in de.mid.innovator.srv2api.icw2dm with parameters of type ARG_XDMNLiteralExpressionRep Constructor Description ARG_XDMNInputClauseRep(DMNElement ohElement, java.lang.String strName, CLClassifier ohType, java.lang.String strType, K_TYPE kType, java.util.List<java.lang.String> seqValues, ARG_XDMNLiteralExpressionRep valExpr, java.util.List<ARG_XDMNLiteralExpressionRep> seqValExpr)
-