Drools :: Templates 6.2.0-SNAPSHOT

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)

Drools :: Templates 6.2.0-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.