Package org.camunda.bpm.model.dmn.impl
Class DmnModelInstanceImpl
- java.lang.Object
-
- org.camunda.bpm.model.xml.impl.ModelInstanceImpl
-
- org.camunda.bpm.model.dmn.impl.DmnModelInstanceImpl
-
- All Implemented Interfaces:
DmnModelInstance,ModelInstance
public class DmnModelInstanceImpl extends ModelInstanceImpl implements DmnModelInstance
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.model.xml.impl.ModelInstanceImpl
document, model, modelBuilder
-
-
Constructor Summary
Constructors Constructor Description DmnModelInstanceImpl(ModelImpl model, ModelBuilder modelBuilder, DomDocument document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DmnModelInstanceclone()Copies the model instance but not the model.DefinitionsgetDefinitions()voidsetDefinitions(Definitions definitions)Set the Dmn Definitions Root element-
Methods inherited from class org.camunda.bpm.model.xml.impl.ModelInstanceImpl
getDocument, getDocumentElement, getModel, getModelElementById, getModelElementsByType, getModelElementsByType, newInstance, newInstance, newInstance, newInstance, registerGenericType, setDocumentElement, validate
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.model.xml.ModelInstance
getDocument, getDocumentElement, getModel, getModelElementById, getModelElementsByType, getModelElementsByType, newInstance, newInstance, newInstance, newInstance, setDocumentElement, validate
-
-
-
-
Constructor Detail
-
DmnModelInstanceImpl
public DmnModelInstanceImpl(ModelImpl model, ModelBuilder modelBuilder, DomDocument document)
-
-
Method Detail
-
getDefinitions
public Definitions getDefinitions()
- Specified by:
getDefinitionsin interfaceDmnModelInstance- Returns:
- the
Definitions, root element of the Dmn Model.
-
setDefinitions
public void setDefinitions(Definitions definitions)
Description copied from interface:DmnModelInstanceSet the Dmn Definitions Root element- Specified by:
setDefinitionsin interfaceDmnModelInstance- Parameters:
definitions- theDefinitionselement to set
-
clone
public DmnModelInstance clone()
Description copied from interface:ModelInstanceCopies the model instance but not the model. So only the wrapped DOM document is cloned. Changes of the model are persistent between multiple model instances.- Specified by:
clonein interfaceDmnModelInstance- Specified by:
clonein interfaceModelInstance- Overrides:
clonein classModelInstanceImpl- Returns:
- the new model instance
-
-