public class BpmnModelInstanceImpl extends ModelInstanceImpl implements BpmnModelInstance
The Bpmn Model
Constructor and Description |
---|
BpmnModelInstanceImpl(ModelImpl model,
ModelBuilder modelBuilder,
DomDocument document) |
Modifier and Type | Method and Description |
---|---|
Definitions |
getDefinitions() |
void |
setDefinitions(Definitions definitions)
Set the Bpmn Definitions Root element
|
clone, getDocument, getDocumentElement, getModel, getModelElementById, getModelElementsByType, getModelElementsByType, newInstance, newInstance, registerGenericType, setDocumentElement
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDocument, getDocumentElement, getModel, getModelElementById, getModelElementsByType, getModelElementsByType, newInstance, newInstance, setDocumentElement
public BpmnModelInstanceImpl(ModelImpl model, ModelBuilder modelBuilder, DomDocument document)
public Definitions getDefinitions()
getDefinitions
in interface BpmnModelInstance
Definitions
, root element of the Bpmn Model.public void setDefinitions(Definitions definitions)
BpmnModelInstance
setDefinitions
in interface BpmnModelInstance
definitions
- the Definitions
element to setCopyright © 2015. All rights reserved.