public interface DmnModelInstance extends 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
|
getDocument, getDocumentElement, getModel, getModelElementById, getModelElementsByType, getModelElementsByType, newInstance, newInstance, newInstance, newInstance, setDocumentElement, validate
Definitions getDefinitions()
Definitions
, root element of the Dmn Model.void setDefinitions(Definitions definitions)
definitions
- the Definitions
element to setDmnModelInstance clone()
clone
in interface ModelInstance
Copyright © 2022. All rights reserved.