| Package | Description |
|---|---|
| org.processmining.filterd.gui.adapters |
| Modifier and Type | Class and Description |
|---|---|
class |
ComputationCellModelAdapted
Class representing a deserialized computation cell model.
|
class |
TextCellModelAdapted
Class representing a deserialized text cell model.
|
| Modifier and Type | Method and Description |
|---|---|
CellModelAdapted |
CellModelAdapter.marshal(CellModel model)
Method used by JAXB to deserialize a cell model into an adapted cell
model.
|
| Modifier and Type | Method and Description |
|---|---|
CellModel |
CellModelAdapter.unmarshal(CellModelAdapted adaptedModel)
Method used by JAXB to import and serialize a cell model.
|