站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

DecisionTable (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.brms.client.decisiontable.model
Class DecisionTable

java.lang.Object
  extended by org.drools.brms.client.decisiontable.model.DecisionTable

public class DecisionTable
extends Object


Constructor Summary
DecisionTable()
           
 
Method Summary
 Cell createCell(Row row, Column column)
           
 Column createColumn()
           
 Row createRow()
           
 int getColumnIndex(Column column)
           
 List getColumns()
           
 Row getHeaderRow()
           
 Row getRow(int index)
           
 int getRowIndex(Row row)
           
 List getRows()
           
 void mergeCol(Cell currentCell)
           
 void mergeRow(Cell currentCell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecisionTable

public DecisionTable()
Method Detail

createRow

public Row createRow()

createColumn

public Column createColumn()

createCell

public Cell createCell(Row row,
                       Column column)

getHeaderRow

public Row getHeaderRow()

getColumns

public List getColumns()

getRows

public List getRows()

getRow

public Row getRow(int index)

getRowIndex

public int getRowIndex(Row row)

getColumnIndex

public int getColumnIndex(Column column)

mergeCol

public void mergeCol(Cell currentCell)

mergeRow

public void mergeRow(Cell currentCell)


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