public class CmmnModelInstanceImpl extends ModelInstanceImpl implements CmmnModelInstance
document, model, modelBuilder
Constructor and Description |
---|
CmmnModelInstanceImpl(ModelImpl model,
ModelBuilder modelBuilder,
DomDocument document) |
Modifier and Type | Method and Description |
---|---|
CmmnModelInstance |
clone()
Copies the model instance but not the model.
|
Definitions |
getDefinitions() |
void |
setDefinitions(Definitions definitions)
Set the Cmmn Definitions Root element
|
getDocument, getDocumentElement, getModel, getModelElementById, getModelElementsByType, getModelElementsByType, newInstance, newInstance, newInstance, newInstance, registerGenericType, setDocumentElement, validate
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDocument, getDocumentElement, getModel, getModelElementById, getModelElementsByType, getModelElementsByType, newInstance, newInstance, newInstance, newInstance, setDocumentElement, validate
public CmmnModelInstanceImpl(ModelImpl model, ModelBuilder modelBuilder, DomDocument document)
public Definitions getDefinitions()
getDefinitions
in interface CmmnModelInstance
Definitions
, root element of the Cmmn Model.public void setDefinitions(Definitions definitions)
CmmnModelInstance
setDefinitions
in interface CmmnModelInstance
definitions
- the Definitions
element to setpublic CmmnModelInstance clone()
ModelInstance
clone
in interface CmmnModelInstance
clone
in interface ModelInstance
clone
in class ModelInstanceImpl
Copyright © 2020. All rights reserved.