| Modifier and Type | Method and Description | 
|---|---|
Model | 
Bpmn.getBpmnModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Bpmn.setBpmnModel(Model bpmnModel)  | 
| Modifier and Type | Method and Description | 
|---|---|
Model | 
Cmmn.getCmmnModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Cmmn.setCmmnModel(Model cmmnModel)  | 
| Modifier and Type | Method and Description | 
|---|---|
Model | 
Dmn.getDmnModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Dmn.setDmnModel(Model dmnModel)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Model | 
ModelBuilder.build()  | 
Model | 
ModelInstance.getModel()
Returns the underlying model. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ModelImpl
A model contains all defined types and the relationship between them. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Model | 
ModelBuilderImpl.build()  | 
Model | 
ModelInstanceImpl.getModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ModelBuildOperation.performModelBuild(Model model)  | 
| Modifier and Type | Method and Description | 
|---|---|
Model | 
ModelElementTypeImpl.getModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ModelElementTypeBuilderImpl.buildTypeHierarchy(Model model)  | 
void | 
ModelElementTypeBuilderImpl.performModelBuild(Model model)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AttributeBuilderImpl.performModelBuild(Model model)  | 
void | 
StringAttributeBuilderImpl.performModelBuild(Model model)  | 
| Modifier and Type | Method and Description | 
|---|---|
ModelElementType | 
ChildElementCollectionImpl.getChildElementType(Model model)  | 
void | 
ChildElementCollectionBuilderImpl.performModelBuild(Model model)  | 
void | 
SequenceBuilderImpl.performModelBuild(Model model)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AttributeReferenceBuilderImpl.performModelBuild(Model model)  | 
void | 
AttributeReferenceCollectionBuilderImpl.performModelBuild(Model model)  | 
void | 
ElementReferenceCollectionBuilderImpl.performModelBuild(Model model)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Collection<ModelElementType> | 
ModelUtil.calculateAllExtendingTypes(Model model,
                          Collection<ModelElementType> baseTypes)
Calculate a collection of all extending types for the given base types 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static Model | 
AbstractModelElementInstanceTest.model  | 
| Modifier and Type | Method and Description | 
|---|---|
Model | 
GetModelElementTypeRule.getModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
ModelElementTypeAssert | 
ModelElementTypeAssert.isPartOfModel(Model model)  | 
| Modifier and Type | Method and Description | 
|---|---|
Model | 
ModelElementType.getModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
ModelElementType | 
ChildElementCollection.getChildElementType(Model model)
Get the model element type of the elements contained in this collection. 
 | 
Copyright © 2019. All rights reserved.