| Package | Description |
|---|---|
| org.camunda.bpm.dmn.xlsx | |
| org.camunda.bpm.dmn.xlsx.elements |
| Modifier and Type | Field and Description |
|---|---|
protected List<IndexedCell> |
InputOutputColumns.inputHeaderCells |
protected List<IndexedCell> |
InputOutputColumns.outputHeaderCells |
| Modifier and Type | Method and Description |
|---|---|
List<IndexedCell> |
InputOutputColumns.getInputHeaderCells() |
List<IndexedCell> |
InputOutputColumns.getOutputHeaderCells() |
| Modifier and Type | Method and Description |
|---|---|
void |
InputOutputColumns.addInputHeaderCell(IndexedCell cell) |
void |
InputOutputColumns.addOutputHeaderCell(IndexedCell cell) |
| Modifier and Type | Field and Description |
|---|---|
protected List<IndexedCell> |
IndexedRow.cells |
protected Map<String,IndexedCell> |
IndexedRow.cellsByColumn |
protected Map<org.camunda.bpm.model.dmn.instance.Input,IndexedCell> |
IndexedDmnColumns.headerCellsByInput |
protected Map<org.camunda.bpm.model.dmn.instance.Output,IndexedCell> |
IndexedDmnColumns.headerCellsByOutput |
| Modifier and Type | Method and Description |
|---|---|
IndexedCell |
IndexedRow.getCell(String column) |
| Modifier and Type | Method and Description |
|---|---|
List<IndexedCell> |
IndexedRow.getCells() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexedDmnColumns.addInput(IndexedCell cell,
org.camunda.bpm.model.dmn.instance.Input input) |
void |
IndexedDmnColumns.addOutput(IndexedCell cell,
org.camunda.bpm.model.dmn.instance.Output output) |
Copyright © 2016 camunda services GmbH. All rights reserved.