org.drools.template.parser
Interface Cell

All Known Implementing Classes:
ArrayCell, BooleanCell, LongCell, StringCell

public interface Cell

A cell in a decision table


Method Summary
 void addValue(Map<String,Object> vars)
           
 Column getColumn()
           
 int getIndex()
           
 Row getRow()
           
 void insert(StatefulSession session)
           
 boolean isEmpty()
           
 void setIndex(int i)
           
 void setValue(String value)
           
 

Method Detail

getRow

Row getRow()

getColumn

Column getColumn()

setValue

void setValue(String value)

addValue

void addValue(Map<String,Object> vars)

insert

void insert(StatefulSession session)

setIndex

void setIndex(int i)

getIndex

int getIndex()

isEmpty

boolean isEmpty()


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