Modifier and Type | Method and Description |
---|---|
IEvent |
IUmlModel.createEvent()
Create an Event.
|
Modifier and Type | Method and Description |
---|---|
<T extends IEvent> |
IBehavior.getEComponent(Class<T> filteredClass)
Get the list of ObEvent to the EComponent association.
|
<T extends IEvent> |
ISignal.getEOccurence(Class<T> filteredClass)
Get the list of ObEvent to the EOccurence association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IEvent> |
IBehavior.getEComponent()
Get the list of ObEvent to the EComponent association.
|
ObList<IEvent> |
ISignal.getEOccurence()
Get the list of ObEvent to the EOccurence association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBehavior.addEComponent(IEvent element)
Add a ObEvent to the 'EComponent' association.
|
void |
ISignal.addEOccurence(IEvent element)
Add a ObEvent to the 'EOccurence' association.
|
void |
IBehavior.removeEComponent(IEvent element)
Remove an ObEvent from the 'EComponent' association.
|
void |
ISignal.removeEOccurence(IEvent element)
Remove an ObEvent from the 'EOccurence' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBehavior.cardEComponent(Class<? extends IEvent> filteredClass)
Returns the number elements in the EComponent association filtered with the given metaclass.
|
int |
ISignal.cardEOccurence(Class<? extends IEvent> filteredClass)
Returns the number elements in the EOccurence association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IEvent> |
IState.getDeffered(Class<T> filteredClass)
Get the list of ObEvent to the Deffered association.
|
Modifier and Type | Method and Description |
---|---|
IEvent |
ITransition.getTrigger()
Get the Trigger association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IEvent> |
IState.getDeffered()
Get the list of ObEvent to the Deffered association.
|
Modifier and Type | Method and Description |
---|---|
void |
IState.addDeffered(IEvent element)
Add a ObEvent to the 'Deffered' association.
|
void |
IState.removeDeffered(IEvent element)
Remove an ObEvent from the 'Deffered' association.
|
void |
ITransition.setTrigger(IEvent element)
Setter for the 'Trigger' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IState.cardDeffered(Class<? extends IEvent> filteredClass)
Returns the number elements in the Deffered association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IEvent> |
IOperation.getOccurence(Class<T> filteredClass)
Get the list of ObEvent to the Occurence association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IEvent> |
IOperation.getOccurence()
Get the list of ObEvent to the Occurence association.
|
Modifier and Type | Method and Description |
---|---|
void |
IOperation.addOccurence(IEvent element)
Add a ObEvent to the 'Occurence' association.
|
void |
IOperation.removeOccurence(IEvent element)
Remove an ObEvent from the 'Occurence' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IOperation.cardOccurence(Class<? extends IEvent> filteredClass)
Returns the number elements in the Occurence association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitEvent(IEvent theEvent) |
Object |
DefaultMetamodelVisitor.visitEvent(IEvent theEvent) |
Object |
AbstractMetamodelVisitor.visitEvent(IEvent theEvent) |