public class BpmnModelInstanceImpl extends ModelInstanceImpl implements BpmnModelInstance
The Bpmn Model
document, model, modelBuilder| Constructor and Description | 
|---|
| BpmnModelInstanceImpl(ModelImpl model,
                     ModelBuilder modelBuilder,
                     DomDocument document) | 
| Modifier and Type | Method and Description | 
|---|---|
| BpmnModelInstance | clone()Copies the 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, registerGenericType, setDocumentElement, validateequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDocument, getDocumentElement, getModel, getModelElementById, getModelElementsByType, getModelElementsByType, newInstance, newInstance, newInstance, newInstance, setDocumentElement, validatepublic BpmnModelInstanceImpl(ModelImpl model, ModelBuilder modelBuilder, DomDocument document)
public Definitions getDefinitions()
getDefinitions in interface BpmnModelInstanceDefinitions, root element of the Bpmn Model.public void setDefinitions(Definitions definitions)
BpmnModelInstancesetDefinitions in interface BpmnModelInstancedefinitions - the Definitions element to setpublic BpmnModelInstance clone()
ModelInstanceclone in interface BpmnModelInstanceclone in interface ModelInstanceclone in class ModelInstanceImplCopyright © 2018. All rights reserved.