|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.model.xml.impl.ModelInstanceImpl
org.camunda.bpm.model.dmn.impl.DmnModelInstanceImpl
public class DmnModelInstanceImpl
| Field Summary |
|---|
| Fields inherited from class org.camunda.bpm.model.xml.impl.ModelInstanceImpl |
|---|
document, model, modelBuilder |
| Constructor Summary | |
|---|---|
DmnModelInstanceImpl(org.camunda.bpm.model.xml.impl.ModelImpl model,
org.camunda.bpm.model.xml.ModelBuilder modelBuilder,
org.camunda.bpm.model.xml.instance.DomDocument document)
|
|
| Method Summary | |
|---|---|
DmnModelInstance |
clone()
Copies the DMN model instance but not the model. |
Definitions |
getDefinitions()
|
void |
setDefinitions(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, 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, setDocumentElement, validate |
| Constructor Detail |
|---|
public DmnModelInstanceImpl(org.camunda.bpm.model.xml.impl.ModelImpl model,
org.camunda.bpm.model.xml.ModelBuilder modelBuilder,
org.camunda.bpm.model.xml.instance.DomDocument document)
| Method Detail |
|---|
public Definitions getDefinitions()
getDefinitions in interface DmnModelInstanceDefinitions, root element of the Dmn Model.public void setDefinitions(Definitions definitions)
DmnModelInstance
setDefinitions in interface DmnModelInstancedefinitions - the Definitions element to setpublic DmnModelInstance clone()
DmnModelInstance
clone in interface DmnModelInstanceclone in interface org.camunda.bpm.model.xml.ModelInstanceclone in class org.camunda.bpm.model.xml.impl.ModelInstanceImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||