public interface DmnModelInstance
extends org.camunda.bpm.model.xml.ModelInstance
| Modifier and Type | Method and Description |
|---|---|
DmnModelInstance |
clone()
Copies the DMN model instance but not the model.
|
Definitions |
getDefinitions() |
void |
setDefinitions(Definitions definitions)
Set the Dmn Definitions Root element
|
Definitions getDefinitions()
Definitions, root element of the Dmn Model.void setDefinitions(Definitions definitions)
definitions - the Definitions element to setDmnModelInstance clone()
clone in interface org.camunda.bpm.model.xml.ModelInstanceCopyright © 2015–2019 camunda services GmbH. All rights reserved.