Class TableCell
- java.lang.Object
-
- org.kie.dmn.core.compiler.alphanetbased.TableCell
-
public class TableCell extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTableCell.TableCellFactory
-
Field Summary
Fields Modifier and Type Field Description static StringALPHANETWORK_STATIC_PACKAGE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddOutputNode(AlphaNetworkCreation alphaNetworkCreation, org.drools.core.reteoo.AlphaNode lastAlphaNode)voidaddToCells(TableCell[][] cells)voidaddToOutputCells(TableCell[][] outputCells)voidcompiledFeelExpressionAndAddTo(Map<String,String> allGeneratedClasses)voidcrateUnaryTestAndAddTo(Map<String,String> allClasses)org.drools.core.reteoo.AlphaNodecreateAlphaNode(AlphaNetworkCreation alphaNetworkCreation, ReteBuilderContext reteBuilderContext, org.drools.core.reteoo.AlphaNode previousAlphaNode)
-
-
-
Field Detail
-
ALPHANETWORK_STATIC_PACKAGE
public static final String ALPHANETWORK_STATIC_PACKAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
createAlphaNode
public org.drools.core.reteoo.AlphaNode createAlphaNode(AlphaNetworkCreation alphaNetworkCreation, ReteBuilderContext reteBuilderContext, org.drools.core.reteoo.AlphaNode previousAlphaNode)
-
compiledFeelExpressionAndAddTo
public void compiledFeelExpressionAndAddTo(Map<String,String> allGeneratedClasses)
-
addOutputNode
public void addOutputNode(AlphaNetworkCreation alphaNetworkCreation, org.drools.core.reteoo.AlphaNode lastAlphaNode)
-
addToCells
public void addToCells(TableCell[][] cells)
-
addToOutputCells
public void addToOutputCells(TableCell[][] outputCells)
-
-