org.camunda.bpm.model.dmn
Interface DmnModelInstance

All Superinterfaces:
org.camunda.bpm.model.xml.ModelInstance
All Known Implementing Classes:
DmnModelInstanceImpl

public interface DmnModelInstance
extends org.camunda.bpm.model.xml.ModelInstance


Method Summary
 Definitions getDefinitions()
           
 void setDefinitions(Definitions definitions)
          Set the Dmn Definitions Root element
 
Methods inherited from interface org.camunda.bpm.model.xml.ModelInstance
getDocument, getDocumentElement, getModel, getModelElementById, getModelElementsByType, getModelElementsByType, newInstance, newInstance, setDocumentElement
 

Method Detail

getDefinitions

Definitions getDefinitions()
Returns:
the Definitions, root element of the Dmn Model.

setDefinitions

void setDefinitions(Definitions definitions)
Set the Dmn Definitions Root element

Parameters:
definitions - the Definitions element to set


Copyright © 2015 camunda services GmbH. All rights reserved.