public interface BpmnModelInstance extends ModelInstance
A BPMN 2.0 Model
| Modifier and Type | Method and Description | 
|---|---|
| BpmnModelInstance | clone()Copies the BPMN model instance but not the model. | 
| Definitions | getDefinitions() | 
| void | setDefinitions(Definitions definitions)Set the Bpmn Definitions Root element | 
getDocument, getDocumentElement, getModel, getModelElementById, getModelElementsByType, getModelElementsByType, newInstance, newInstance, newInstance, newInstance, setDocumentElement, validateDefinitions getDefinitions()
Definitions, root element of the Bpmn Model.void setDefinitions(Definitions definitions)
definitions - the Definitions element to setBpmnModelInstance clone()
clone in interface ModelInstanceCopyright © 2018. All rights reserved.