Modifier and Type | Interface and Description |
---|---|
interface |
IBpmnBehavior |
Modifier and Type | Method and Description |
---|---|
IBehavior |
IBpmnCallActivity.getCalledBehavior()
Get the CalledBehavior association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnCallActivity.setCalledBehavior(IBehavior element)
Setter for the 'CalledBehavior' [0..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IActivity |
Modifier and Type | Method and Description |
---|---|
IBehavior |
ICallBehaviorAction.getCalled()
Get the Called association.
|
Modifier and Type | Method and Description |
---|---|
void |
ICallBehaviorAction.setCalled(IBehavior element)
Setter for the 'Called' [1..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IOpaqueBehavior |
Modifier and Type | Method and Description |
---|---|
IBehavior |
IBehaviorParameter.getOwner()
Get the Owner association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBehaviorParameter.setOwner(IBehavior element)
Setter for the 'Owner' [0..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICommunicationInteraction |
Modifier and Type | Interface and Description |
---|---|
interface |
IInteraction |
Modifier and Type | Interface and Description |
---|---|
interface |
IStateMachine |
Modifier and Type | Method and Description |
---|---|
IBehavior |
ITransition.getBehaviorEffect()
Get the BehaviorEffect association.
|
IBehavior |
IEvent.getComposed()
Get the Composed association.
|
Modifier and Type | Method and Description |
---|---|
void |
ITransition.setBehaviorEffect(IBehavior element)
Setter for the 'BehaviorEffect' [0..1] association.
|
void |
IEvent.setComposed(IBehavior element)
Setter for the 'Composed' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBehavior> |
IOperation.getOwnedBehavior(Class<T> filteredClass)
Get the list of ObBehavior to the OwnedBehavior association.
|
<T extends IBehavior> |
INameSpace.getOwnedBehavior(Class<T> filteredClass)
Get the list of ObBehavior to the OwnedBehavior association.
|
Modifier and Type | Method and Description |
---|---|
IBehavior |
ICollaboration.getBRepresented()
Get the BRepresented association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBehavior> |
IOperation.getOwnedBehavior()
Get the list of ObBehavior to the OwnedBehavior association.
|
ObList<IBehavior> |
INameSpace.getOwnedBehavior()
Get the list of ObBehavior to the OwnedBehavior association.
|
Modifier and Type | Method and Description |
---|---|
void |
IOperation.addOwnedBehavior(IBehavior element)
Add a ObBehavior to the 'OwnedBehavior' association.
|
void |
INameSpace.addOwnedBehavior(IBehavior element)
Add a ObBehavior to the 'OwnedBehavior' association.
|
void |
IOperation.removeOwnedBehavior(IBehavior element)
Remove an ObBehavior from the 'OwnedBehavior' association.
|
void |
INameSpace.removeOwnedBehavior(IBehavior element)
Remove an ObBehavior from the 'OwnedBehavior' association.
|
void |
ICollaboration.setBRepresented(IBehavior element)
Setter for the 'BRepresented' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IOperation.cardOwnedBehavior(Class<? extends IBehavior> filteredClass)
Returns the number elements in the OwnedBehavior association filtered with the given metaclass.
|
int |
INameSpace.cardOwnedBehavior(Class<? extends IBehavior> filteredClass)
Returns the number elements in the OwnedBehavior association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBehavior(IBehavior theBehavior) |
Object |
DefaultMetamodelVisitor.visitBehavior(IBehavior theBehavior) |
Object |
AbstractMetamodelVisitor.visitBehavior(IBehavior theBehavior) |