当前页面:
在线文档首页 >
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
org.drools.brms.client.decisiontable.model.DecisionTable
public class DecisionTable
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecisionTable
public DecisionTable()
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.