Uses of Interface
org.camunda.bpm.model.dmn.instance.Definitions

Packages that use Definitions
org.camunda.bpm.model.dmn   
org.camunda.bpm.model.dmn.impl   
org.camunda.bpm.model.dmn.impl.instance   
 

Uses of Definitions in org.camunda.bpm.model.dmn
 

Methods in org.camunda.bpm.model.dmn that return Definitions
 Definitions DmnModelInstance.getDefinitions()
           
 

Methods in org.camunda.bpm.model.dmn with parameters of type Definitions
 void DmnModelInstance.setDefinitions(Definitions definitions)
          Set the Dmn Definitions Root element
 

Uses of Definitions in org.camunda.bpm.model.dmn.impl
 

Methods in org.camunda.bpm.model.dmn.impl that return Definitions
 Definitions DmnModelInstanceImpl.getDefinitions()
           
 

Methods in org.camunda.bpm.model.dmn.impl with parameters of type Definitions
 void DmnModelInstanceImpl.setDefinitions(Definitions definitions)
           
 

Uses of Definitions in org.camunda.bpm.model.dmn.impl.instance
 

Classes in org.camunda.bpm.model.dmn.impl.instance that implement Definitions
 class DefinitionsImpl
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.