public class IndexedDmnColumns extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<org.camunda.bpm.model.dmn.instance.Input,IndexedCell> |
headerCellsByInput |
protected Map<org.camunda.bpm.model.dmn.instance.Output,IndexedCell> |
headerCellsByOutput |
protected List<org.camunda.bpm.model.dmn.instance.Input> |
orderedInputs |
protected List<org.camunda.bpm.model.dmn.instance.Output> |
orderedOutputs |
| Constructor and Description |
|---|
IndexedDmnColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInput(IndexedCell cell,
org.camunda.bpm.model.dmn.instance.Input input) |
void |
addOutput(IndexedCell cell,
org.camunda.bpm.model.dmn.instance.Output output) |
List<org.camunda.bpm.model.dmn.instance.Input> |
getOrderedInputs() |
List<org.camunda.bpm.model.dmn.instance.Output> |
getOrderedOutputs() |
String |
getXlsxColumn(org.camunda.bpm.model.dmn.instance.Input input) |
String |
getXlsxColumn(org.camunda.bpm.model.dmn.instance.Output output) |
protected Map<org.camunda.bpm.model.dmn.instance.Input,IndexedCell> headerCellsByInput
protected Map<org.camunda.bpm.model.dmn.instance.Output,IndexedCell> headerCellsByOutput
protected List<org.camunda.bpm.model.dmn.instance.Input> orderedInputs
protected List<org.camunda.bpm.model.dmn.instance.Output> orderedOutputs
public List<org.camunda.bpm.model.dmn.instance.Input> getOrderedInputs()
public List<org.camunda.bpm.model.dmn.instance.Output> getOrderedOutputs()
public String getXlsxColumn(org.camunda.bpm.model.dmn.instance.Input input)
public String getXlsxColumn(org.camunda.bpm.model.dmn.instance.Output output)
public void addInput(IndexedCell cell, org.camunda.bpm.model.dmn.instance.Input input)
public void addOutput(IndexedCell cell, org.camunda.bpm.model.dmn.instance.Output output)
Copyright © 2016 camunda services GmbH. All rights reserved.