Class DTableModel

    • Method Detail

      • hasDefaultValues

        public boolean hasDefaultValues()
        Deprecated.
      • initRows

        protected void initRows​(org.kie.dmn.feel.lang.CompilerContext feelctx,
                                Map<String,​org.kie.dmn.feel.codegen.feel11.CompiledFEELExpression> compilationCache)
        Deprecated.
      • generateRows

        protected com.github.javaparser.ast.body.ClassOrInterfaceDeclaration[][] generateRows​(org.kie.dmn.feel.lang.CompilerContext feelctx)
        Deprecated.
      • initInputClauses

        protected void initInputClauses​(org.kie.dmn.feel.lang.CompilerContext feelctx,
                                        Map<String,​org.kie.dmn.feel.codegen.feel11.CompiledFEELExpression> compilationCache)
        Deprecated.
      • generateInputClauses

        protected List<com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> generateInputClauses​(org.kie.dmn.feel.lang.CompilerContext feelctx)
        Deprecated.
      • initOutputClauses

        protected void initOutputClauses​(org.kie.dmn.feel.lang.CompilerContext feelctx,
                                         Map<String,​org.kie.dmn.feel.codegen.feel11.CompiledFEELExpression> compilationCache)
        Deprecated.
      • generateOutputClauses

        public Map<String,​com.github.javaparser.ast.body.ClassOrInterfaceDeclaration> generateOutputClauses​(org.kie.dmn.feel.lang.CompilerContext feelctx)
        Deprecated.
      • compileFeelExpression

        protected org.kie.dmn.feel.codegen.feel11.CompiledFEELExpression compileFeelExpression​(org.kie.dmn.model.api.DMNElement element,
                                                                                               DMNFEELHelper feel,
                                                                                               org.kie.dmn.feel.lang.CompilerContext feelctx,
                                                                                               Msg.Message msg,
                                                                                               Map<String,​org.kie.dmn.feel.codegen.feel11.CompiledFEELExpression> compilationCache,
                                                                                               String expr,
                                                                                               int index)
        Deprecated.
      • getOutputValuesTests

        protected List<org.kie.dmn.feel.runtime.UnaryTest> getOutputValuesTests​(DTableModel.DOutputModel output)
        Deprecated.
      • defaultToOutput

        public Object defaultToOutput​(org.kie.dmn.feel.lang.EvaluationContext ctx)
        Deprecated.
      • getNamespace

        public String getNamespace()
        Deprecated.
      • getTableName

        public String getTableName()
        Deprecated.
      • getDtName

        public String getDtName()
        Deprecated.
      • getVariableTypes

        public Map<String,​org.kie.dmn.feel.lang.Type> getVariableTypes()
        Deprecated.
      • getInputs

        public List<org.kie.dmn.model.api.InputClause> getInputs()
        Deprecated.
      • getOutputSize

        public int getOutputSize()
        Deprecated.
      • getInputSize

        public int getInputSize()
        Deprecated.
      • getHitPolicy

        public org.kie.dmn.feel.runtime.decisiontables.HitPolicy getHitPolicy()
        Deprecated.
      • asDecisionTable

        public org.kie.dmn.feel.runtime.decisiontables.DecisionTable asDecisionTable()
        Deprecated.
      • getGeneratedClassName

        public String getGeneratedClassName​(org.kie.dmn.core.compiler.execmodelbased.ExecModelDMNEvaluatorCompiler.GeneratorsEnum generator)
        Deprecated.