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(java.util.Map<java.lang.String,java.lang.Object> vars)ColumngetColumn()intgetIndex()RowgetRow()TgetValue()booleanisEmpty()voidsetIndex(int i)voidsetValue(java.lang.String value)
-