Package org.drools.template.parser
Interface Cell<T>
-
- All Known Implementing Classes:
AbstractCell,ArrayCell,BooleanCell,DoubleCell,LongCell,StringCell
public interface Cell<T>A cell in a decision table
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddValue(Map<String,Object> vars)ColumngetColumn()intgetIndex()RowgetRow()TgetValue()voidinsert(org.kie.api.runtime.KieSession session)booleanisEmpty()voidsetIndex(int i)voidsetValue(String value)
-