Class TableCell.TableCellFactory
- java.lang.Object
-
- org.kie.dmn.core.compiler.alphanetbased.TableCell.TableCellFactory
-
-
Constructor Summary
Constructors Constructor Description TableCellFactory(DMNFEELHelper feel, org.kie.dmn.feel.lang.CompilerContext compilerContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColumnDefinitioncreateColumnDefinition(int columnIndex, String decisionTableName, String columnName, org.kie.dmn.model.api.UnaryTests inputValues, org.kie.dmn.feel.lang.Type type)TableCellcreateInputCell(TableIndex tableIndex, String input, String columnName, org.kie.dmn.feel.lang.Type columnType)TableCellcreateOutputCell(TableIndex tableIndex, String input, String columnName, org.kie.dmn.feel.lang.Type columnType)
-
-
-
Constructor Detail
-
TableCellFactory
public TableCellFactory(DMNFEELHelper feel, org.kie.dmn.feel.lang.CompilerContext compilerContext)
-
-
Method Detail
-
createInputCell
public TableCell createInputCell(TableIndex tableIndex, String input, String columnName, org.kie.dmn.feel.lang.Type columnType)
-
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)
-
-