org.drools.template.parser
Class Row

java.lang.Object
  extended by org.drools.template.parser.Row

public class Row
extends Object

Represents a row in a decision table.


Constructor Summary
Row()
           
 
Method Summary
 List<Cell> getCells()
           
 int getRowNumber()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Row

public Row()
Method Detail

getRowNumber

public int getRowNumber()

getCells

public List<Cell> getCells()

toString

public String toString()
Overrides:
toString in class Object


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