Class TableCell.TableCellFactory

  • Enclosing class:
    TableCell

    public static class TableCell.TableCellFactory
    extends Object
    • Constructor Detail

      • TableCellFactory

        public TableCellFactory​(DMNFEELHelper feel,
                                org.kie.dmn.feel.lang.CompilerContext compilerContext)
    • Method Detail

      • createOutputCell

        public TableCell createOutputCell​(TableIndex tableIndex,
                                          String input,
                                          String columnName,
                                          org.kie.dmn.feel.lang.Type columnType)
      • createColumnDefinition

        public ColumnDefinition createColumnDefinition​(int columnIndex,
                                                       String decisionTableName,
                                                       String columnName,
                                                       org.kie.dmn.model.api.UnaryTests inputValues,
                                                       org.kie.dmn.feel.lang.Type type)