public class DmnModelInstanceImpl extends org.camunda.bpm.model.xml.impl.ModelInstanceImpl implements DmnModelInstance
| Constructor and Description |
|---|
DmnModelInstanceImpl(org.camunda.bpm.model.xml.impl.ModelImpl model,
org.camunda.bpm.model.xml.ModelBuilder modelBuilder,
org.camunda.bpm.model.xml.instance.DomDocument document) |
| 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
|
getDocument, getDocumentElement, getModel, getModelElementById, getModelElementsByType, getModelElementsByType, newInstance, newInstance, newInstance, newInstance, registerGenericType, setDocumentElement, validatepublic DmnModelInstanceImpl(org.camunda.bpm.model.xml.impl.ModelImpl model,
org.camunda.bpm.model.xml.ModelBuilder modelBuilder,
org.camunda.bpm.model.xml.instance.DomDocument document)
public Definitions getDefinitions()
getDefinitions in interface DmnModelInstanceDefinitions, root element of the Dmn Model.public void setDefinitions(Definitions definitions)
DmnModelInstancesetDefinitions in interface DmnModelInstancedefinitions - the Definitions element to setpublic DmnModelInstance clone()
DmnModelInstanceclone in interface DmnModelInstanceclone in interface org.camunda.bpm.model.xml.ModelInstanceclone in class org.camunda.bpm.model.xml.impl.ModelInstanceImplCopyright © 2015–2019 camunda services GmbH. All rights reserved.