Modifier and Type | Method and Description |
---|---|
static List<List<DTCellValue52>> |
DataUtilities.makeDataLists(Object[][] oldData)
Convert a two-dimensional array of Strings to a List of Lists, with
type-safe individual entries
|
static List<DTCellValue52> |
DataUtilities.makeDataRowList(Object[] oldRow)
Convert a single dimension array of Strings to a List with type-safe
entries.
|
Modifier and Type | Method and Description |
---|---|
static String |
GuidedDTDRLUtilities.convertDTCellValueToString(DTCellValue52 dcv)
Utility method to convert DTCellValues to their String representation
|
Modifier and Type | Method and Description |
---|---|
org.drools.workbench.models.datamodel.rule.FieldConstraint |
GuidedDTDRLOtherwiseHelper.OtherwiseBuilder.makeFieldConstraint(ConditionCol52 c,
List<BaseColumn> allColumns,
List<List<DTCellValue52>> data)
Build a Field Constraint
|
Constructor and Description |
---|
GuidedDTTemplateDataProvider(List<BaseColumn> columns,
List<DTCellValue52> rowData) |
Modifier and Type | Method and Description |
---|---|
DTCellValue52 |
LimitedEntryConditionColumnDetails.getValue() |
DTCellValue52 |
LimitedEntryActionInsertFactColumnDetails.getValue() |
DTCellValue52 |
LimitedEntryActionSetFieldColumnDetails.getValue() |
Modifier and Type | Method and Description |
---|---|
DTCellValue52 |
DTCellValue52.cloneDefaultValueCell()
Clones this default value instance.
|
DTCellValue52 |
Pattern52.getDefaultValue() |
DTCellValue52 |
DTColumnConfig52.getDefaultValue() |
DTCellValue52 |
DescriptionCol52.getDefaultValue() |
DTCellValue52 |
RowNumberCol52.getDefaultValue() |
DTCellValue52 |
BaseColumn.getDefaultValue() |
DTCellValue52 |
LimitedEntryBRLActionColumn.getValue() |
DTCellValue52 |
LimitedEntryBRLConditionColumn.getValue() |
DTCellValue52 |
LimitedEntryActionInsertFactCol52.getValue() |
DTCellValue52 |
LimitedEntryActionSetFieldCol52.getValue() |
DTCellValue52 |
LimitedEntryActionRetractFactCol52.getValue() |
DTCellValue52 |
LimitedEntryCol.getValue() |
DTCellValue52 |
LimitedEntryConditionCol52.getValue() |
Modifier and Type | Method and Description |
---|---|
List<List<DTCellValue52>> |
GuidedDecisionTable52.getData() |
Modifier and Type | Method and Description |
---|---|
protected Object |
DTColumnConfig52.extractDefaultValue(DTCellValue52 dcv) |
static boolean |
BaseColumnFieldDiffImpl.isEqualOrNull(DTCellValue52 dcv1,
DTCellValue52 dcv2)
Check whether two Objects are equal or both null.
|
void |
Pattern52.setDefaultValue(DTCellValue52 defaultValue) |
void |
DTColumnConfig52.setDefaultValue(DTCellValue52 defaultValue) |
void |
BaseColumn.setDefaultValue(DTCellValue52 defaultValue) |
void |
LimitedEntryBRLActionColumn.setValue(DTCellValue52 value) |
void |
LimitedEntryBRLConditionColumn.setValue(DTCellValue52 value) |
void |
LimitedEntryActionInsertFactCol52.setValue(DTCellValue52 value) |
void |
LimitedEntryActionSetFieldCol52.setValue(DTCellValue52 value) |
void |
LimitedEntryActionRetractFactCol52.setValue(DTCellValue52 value) |
void |
LimitedEntryCol.setValue(DTCellValue52 value) |
void |
LimitedEntryConditionCol52.setValue(DTCellValue52 value) |
Modifier and Type | Method and Description |
---|---|
void |
GuidedDecisionTable52.setData(List<List<DTCellValue52>> data) |
Constructor and Description |
---|
DTCellValue52(DTCellValue52 sourceCell) |
Modifier and Type | Method and Description |
---|---|
DTCellValue52 |
FactPatternPattern52Adaptor.getDefaultValue() |
Modifier and Type | Method and Description |
---|---|
void |
FactPatternPattern52Adaptor.setDefaultValue(DTCellValue52 defaultValue) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.