Modifier and Type | Method and Description |
---|---|
IBpmnItemAwareElement |
IUmlModel.createBpmnItemAwareElement()
Create a BpmnItemAwareElement.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBpmnDataInput |
interface |
IBpmnDataObject |
interface |
IBpmnDataOutput |
interface |
IBpmnDataStore |
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnItemAwareElement> |
IBpmnDataAssociation.getSourceRef(Class<T> filteredClass)
Get the list of ObBpmnItemAwareElement to the SourceRef association.
|
<T extends IBpmnItemAwareElement> |
IBpmnItemDefinition.getTypedItem(Class<T> filteredClass)
Get the list of ObBpmnItemAwareElement to the TypedItem association.
|
Modifier and Type | Method and Description |
---|---|
IBpmnItemAwareElement |
IBpmnDataState.getItem()
Get the Item association.
|
IBpmnItemAwareElement |
IBpmnDataAssociation.getTargetRef()
Get the TargetRef association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnItemAwareElement> |
IBpmnDataAssociation.getSourceRef()
Get the list of ObBpmnItemAwareElement to the SourceRef association.
|
ObList<IBpmnItemAwareElement> |
IBpmnItemDefinition.getTypedItem()
Get the list of ObBpmnItemAwareElement to the TypedItem association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnDataAssociation.addSourceRef(IBpmnItemAwareElement element)
Add a ObBpmnItemAwareElement to the 'SourceRef' association.
|
void |
IBpmnItemDefinition.addTypedItem(IBpmnItemAwareElement element)
Add a ObBpmnItemAwareElement to the 'TypedItem' association.
|
void |
IBpmnDataAssociation.removeSourceRef(IBpmnItemAwareElement element)
Remove an ObBpmnItemAwareElement from the 'SourceRef' association.
|
void |
IBpmnItemDefinition.removeTypedItem(IBpmnItemAwareElement element)
Remove an ObBpmnItemAwareElement from the 'TypedItem' association.
|
void |
IBpmnDataState.setItem(IBpmnItemAwareElement element)
Setter for the 'Item' [1..1] association.
|
void |
IBpmnDataAssociation.setTargetRef(IBpmnItemAwareElement element)
Setter for the 'TargetRef' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBpmnDataAssociation.cardSourceRef(Class<? extends IBpmnItemAwareElement> filteredClass)
Returns the number elements in the SourceRef association filtered with the given metaclass.
|
int |
IBpmnItemDefinition.cardTypedItem(Class<? extends IBpmnItemAwareElement> filteredClass)
Returns the number elements in the TypedItem association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnItemAwareElement> |
IState.getRequiredStateOfBpmnItem(Class<T> filteredClass)
Get the list of ObBpmnItemAwareElement to the RequiredStateOfBpmnItem association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnItemAwareElement> |
IState.getRequiredStateOfBpmnItem()
Get the list of ObBpmnItemAwareElement to the RequiredStateOfBpmnItem association.
|
Modifier and Type | Method and Description |
---|---|
void |
IState.addRequiredStateOfBpmnItem(IBpmnItemAwareElement element)
Add a ObBpmnItemAwareElement to the 'RequiredStateOfBpmnItem' association.
|
void |
IState.removeRequiredStateOfBpmnItem(IBpmnItemAwareElement element)
Remove an ObBpmnItemAwareElement from the 'RequiredStateOfBpmnItem' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IState.cardRequiredStateOfBpmnItem(Class<? extends IBpmnItemAwareElement> filteredClass)
Returns the number elements in the RequiredStateOfBpmnItem association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBpmnItemAwareElement> |
IGeneralClass.getBpmnItemAwareRefs(Class<T> filteredClass)
Get the list of ObBpmnItemAwareElement to the BpmnItemAwareRefs association.
|
<T extends IBpmnItemAwareElement> |
IInstance.getRepresentingItem(Class<T> filteredClass)
Get the list of ObBpmnItemAwareElement to the RepresentingItem association.
|
<T extends IBpmnItemAwareElement> |
IAttribute.getRepresentingItem(Class<T> filteredClass)
Get the list of ObBpmnItemAwareElement to the RepresentingItem association.
|
<T extends IBpmnItemAwareElement> |
IAssociationEnd.getRepresentingItem(Class<T> filteredClass)
Get the list of ObBpmnItemAwareElement to the RepresentingItem association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBpmnItemAwareElement> |
IGeneralClass.getBpmnItemAwareRefs()
Get the list of ObBpmnItemAwareElement to the BpmnItemAwareRefs association.
|
ObList<IBpmnItemAwareElement> |
IInstance.getRepresentingItem()
Get the list of ObBpmnItemAwareElement to the RepresentingItem association.
|
ObList<IBpmnItemAwareElement> |
IAttribute.getRepresentingItem()
Get the list of ObBpmnItemAwareElement to the RepresentingItem association.
|
ObList<IBpmnItemAwareElement> |
IAssociationEnd.getRepresentingItem()
Get the list of ObBpmnItemAwareElement to the RepresentingItem association.
|
Modifier and Type | Method and Description |
---|---|
void |
IGeneralClass.addBpmnItemAwareRefs(IBpmnItemAwareElement element)
Add a ObBpmnItemAwareElement to the 'BpmnItemAwareRefs' association.
|
void |
IInstance.addRepresentingItem(IBpmnItemAwareElement element)
Add a ObBpmnItemAwareElement to the 'RepresentingItem' association.
|
void |
IAttribute.addRepresentingItem(IBpmnItemAwareElement element)
Add a ObBpmnItemAwareElement to the 'RepresentingItem' association.
|
void |
IAssociationEnd.addRepresentingItem(IBpmnItemAwareElement element)
Add a ObBpmnItemAwareElement to the 'RepresentingItem' association.
|
void |
IGeneralClass.removeBpmnItemAwareRefs(IBpmnItemAwareElement element)
Remove an ObBpmnItemAwareElement from the 'BpmnItemAwareRefs' association.
|
void |
IInstance.removeRepresentingItem(IBpmnItemAwareElement element)
Remove an ObBpmnItemAwareElement from the 'RepresentingItem' association.
|
void |
IAttribute.removeRepresentingItem(IBpmnItemAwareElement element)
Remove an ObBpmnItemAwareElement from the 'RepresentingItem' association.
|
void |
IAssociationEnd.removeRepresentingItem(IBpmnItemAwareElement element)
Remove an ObBpmnItemAwareElement from the 'RepresentingItem' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IGeneralClass.cardBpmnItemAwareRefs(Class<? extends IBpmnItemAwareElement> filteredClass)
Returns the number elements in the BpmnItemAwareRefs association filtered with the given metaclass.
|
int |
IInstance.cardRepresentingItem(Class<? extends IBpmnItemAwareElement> filteredClass)
Returns the number elements in the RepresentingItem association filtered with the given metaclass.
|
int |
IAttribute.cardRepresentingItem(Class<? extends IBpmnItemAwareElement> filteredClass)
Returns the number elements in the RepresentingItem association filtered with the given metaclass.
|
int |
IAssociationEnd.cardRepresentingItem(Class<? extends IBpmnItemAwareElement> filteredClass)
Returns the number elements in the RepresentingItem association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBpmnItemAwareElement(IBpmnItemAwareElement theBpmnItemAwareElement) |
Object |
DefaultMetamodelVisitor.visitBpmnItemAwareElement(IBpmnItemAwareElement theBpmnItemAwareElement) |
Object |
AbstractMetamodelVisitor.visitBpmnItemAwareElement(IBpmnItemAwareElement theBpmnItemAwareElement) |