org.drools.template.parser
Interface Column

All Known Implementing Classes:
AbstractColumn, ArrayColumn, BooleanColumn, LongColumn, StringColumn

public interface Column

A column in a decision table


Method Summary
 Cell createCell(Row row)
           
 String getCellType()
           
 String getCondition(String condition, int index)
           
 String getName()
           
 

Method Detail

getName

String getName()

createCell

Cell createCell(Row row)

getCellType

String getCellType()

getCondition

String getCondition(String condition,
                    int index)


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.