Package org.drools.template.parser
Class AbstractColumn
- java.lang.Object
-
- org.drools.template.parser.AbstractColumn
-
- All Implemented Interfaces:
Column
- Direct Known Subclasses:
ArrayColumn,BooleanColumn,DoubleColumn,LongColumn,StringColumn
public abstract class AbstractColumn extends java.lang.Object implements Column
Base column of in a decision table
-
-
Constructor Summary
Constructors Constructor Description AbstractColumn(java.lang.String n)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCondition(java.lang.String condition, int index)java.lang.StringgetName()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.template.parser.Column
createCell, getCellType
-
-
-
-
Method Detail
-
getCondition
public java.lang.String getCondition(java.lang.String condition, int index)- Specified by:
getConditionin interfaceColumn
-
-