org.drools.template.parser
Class AbstractColumn

java.lang.Object
  extended by org.drools.template.parser.AbstractColumn
All Implemented Interfaces:
Column
Direct Known Subclasses:
ArrayColumn, BooleanColumn, LongColumn, StringColumn

public abstract class AbstractColumn
extends Object
implements Column

Base column of in a decision table


Constructor Summary
AbstractColumn(String n)
           
 
Method Summary
 String getCondition(String condition, int index)
           
 String getName()
           
 
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
 

Constructor Detail

AbstractColumn

public AbstractColumn(String n)
Method Detail

getName

public String getName()
Specified by:
getName in interface Column

getCondition

public String getCondition(String condition,
                           int index)
Specified by:
getCondition in interface Column


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