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 |
---|---|
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 |
StringAttributeBuilderImpl.performModelBuild(Model model) |
void |
AttributeBuilderImpl.performModelBuild(Model model) |
Modifier and Type | Method and Description |
---|---|
ModelElementType |
ChildElementCollectionImpl.getChildElementType(Model model) |
void |
SequenceBuilderImpl.performModelBuild(Model model) |
void |
ChildElementCollectionBuilderImpl.performModelBuild(Model model) |
Modifier and Type | Method and Description |
---|---|
void |
ElementReferenceCollectionBuilderImpl.performModelBuild(Model model) |
void |
AttributeReferenceBuilderImpl.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 | 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 © 2015. All rights reserved.