Modifier and Type | Class and Description |
---|---|
class |
BpmnModelInstanceImpl
The Bpmn Model
|
Modifier and Type | Field and Description |
---|---|
protected ModelInstanceImpl |
ModelElementInstanceImpl.modelInstance
the containing model instance
|
Modifier and Type | Method and Description |
---|---|
ModelInstanceImpl |
ModelTypeInstanceContext.getModel() |
ModelInstanceImpl |
ModelElementInstanceImpl.getModelInstance() |
Modifier and Type | Method and Description |
---|---|
List<DomElement> |
DomElementImpl.getChildElementsByType(ModelInstanceImpl modelInstance,
Class<? extends ModelElementInstance> elementType) |
Constructor and Description |
---|
ModelTypeInstanceContext(DomElement domElement,
ModelInstanceImpl model,
ModelElementTypeImpl modelType) |
Modifier and Type | Method and Description |
---|---|
ModelElementInstance |
ModelElementTypeImpl.newInstance(ModelInstanceImpl modelInstance,
DomElement domElement) |
Modifier and Type | Method and Description |
---|---|
static List<DomElement> |
DomUtil.filterNodeListByType(NodeList nodeList,
ModelInstanceImpl modelInstance,
Class<?> type)
Filter a
NodeList retaining all elements with a specific type |
static ModelElementInstance |
ModelUtil.getModelElement(DomElement domElement,
ModelInstanceImpl modelInstance)
Returns the
ModelElement for a DOM element. |
static <T extends ModelElementInstance> |
ModelUtil.getModelElementCollection(Collection<DomElement> view,
ModelInstanceImpl model)
Get a collection of all model element instances in a view
|
Constructor and Description |
---|
DomUtil.ElementByTypeListFilter(Class<?> type,
ModelInstanceImpl modelInstance) |
Modifier and Type | Method and Description |
---|---|
List<DomElement> |
DomElement.getChildElementsByType(ModelInstanceImpl modelInstance,
Class<? extends ModelElementInstance> elementType)
Returns all child elements of this element with a specific type.
|
Copyright © 2015. All rights reserved.