public class NotebookModelAdapted
extends java.lang.Object
| Constructor and Description |
|---|
NotebookModelAdapted() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CellModel> |
getCells() |
ComputationMode |
getComputationMode() |
org.deckfour.xes.model.XLog |
getInitialInput() |
void |
setCells(java.util.List<CellModel> cells) |
void |
setComputationMode(ComputationMode computationMode) |
void |
setInitialInput(org.deckfour.xes.model.XLog log) |
public java.util.List<CellModel> getCells()
public void setCells(java.util.List<CellModel> cells)
public ComputationMode getComputationMode()
public void setComputationMode(ComputationMode computationMode)
public org.deckfour.xes.model.XLog getInitialInput()
public void setInitialInput(org.deckfour.xes.model.XLog log)