public class DecisionTableUIModelMapperHelper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DecisionTableUIModelMapperHelper.DecisionTableSection |
Modifier and Type | Field and Description |
---|---|
static int |
DESCRIPTION_COLUMN_COLUMN_COUNT |
static int |
ROW_INDEX_COLUMN_COUNT |
Constructor and Description |
---|
DecisionTableUIModelMapperHelper() |
Modifier and Type | Method and Description |
---|---|
static int |
getInputEntryIndex(DecisionTable dtable,
int columnIndex) |
static int |
getOutputEntryIndex(DecisionTable dtable,
int columnIndex) |
static DecisionTableUIModelMapperHelper.DecisionTableSection |
getSection(DecisionTable dtable,
int columnIndex) |
public static final int ROW_INDEX_COLUMN_COUNT
public static final int DESCRIPTION_COLUMN_COLUMN_COUNT
public static DecisionTableUIModelMapperHelper.DecisionTableSection getSection(DecisionTable dtable, int columnIndex)
public static int getInputEntryIndex(DecisionTable dtable, int columnIndex)
public static int getOutputEntryIndex(DecisionTable dtable, int columnIndex)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.