Uses of Interface
org.camunda.bpm.model.dmn.instance.Definitions
-
Packages that use Definitions Package Description 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 Modifier and Type Method Description DefinitionsDmnModelInstance. getDefinitions()Methods in org.camunda.bpm.model.dmn with parameters of type Definitions Modifier and Type Method Description voidDmnModelInstance. 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 Modifier and Type Method Description DefinitionsDmnModelInstanceImpl. getDefinitions()Methods in org.camunda.bpm.model.dmn.impl with parameters of type Definitions Modifier and Type Method Description voidDmnModelInstanceImpl. 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 Modifier and Type Class Description classDefinitionsImpl
-