Modifier and Type | Method and Description |
---|---|
ITransition |
IUmlModel.createTransition()
Create a Transition.
|
Modifier and Type | Method and Description |
---|---|
<T extends ITransition> |
IBehavior.getEffectOf(Class<T> filteredClass)
Get the list of ObTransition to the EffectOf association.
|
<T extends ITransition> |
ISignal.getSends(Class<T> filteredClass)
Get the list of ObTransition to the Sends association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ITransition> |
IBehavior.getEffectOf()
Get the list of ObTransition to the EffectOf association.
|
ObList<ITransition> |
ISignal.getSends()
Get the list of ObTransition to the Sends association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBehavior.addEffectOf(ITransition element)
Add a ObTransition to the 'EffectOf' association.
|
void |
ISignal.addSends(ITransition element)
Add a ObTransition to the 'Sends' association.
|
void |
IBehavior.removeEffectOf(ITransition element)
Remove an ObTransition from the 'EffectOf' association.
|
void |
ISignal.removeSends(ITransition element)
Remove an ObTransition from the 'Sends' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IBehavior.cardEffectOf(Class<? extends ITransition> filteredClass)
Returns the number elements in the EffectOf association filtered with the given metaclass.
|
int |
ISignal.cardSends(Class<? extends ITransition> filteredClass)
Returns the number elements in the Sends association filtered with the given metaclass.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IInternalTransition |
Modifier and Type | Method and Description |
---|---|
<T extends ITransition> |
IStateVertex.getIncoming(Class<T> filteredClass)
Get the list of ObTransition to the Incoming association.
|
<T extends ITransition> |
IStateVertex.getOutGoing(Class<T> filteredClass)
Get the list of ObTransition to the OutGoing association.
|
<T extends ITransition> |
IEvent.getTriggered(Class<T> filteredClass)
Get the list of ObTransition to the Triggered association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ITransition> |
IStateVertex.getIncoming()
Get the list of ObTransition to the Incoming association.
|
ObList<ITransition> |
IStateVertex.getOutGoing()
Get the list of ObTransition to the OutGoing association.
|
ObList<ITransition> |
IEvent.getTriggered()
Get the list of ObTransition to the Triggered association.
|
Modifier and Type | Method and Description |
---|---|
void |
IStateVertex.addIncoming(ITransition element)
Add a ObTransition to the 'Incoming' association.
|
void |
IStateVertex.addOutGoing(ITransition element)
Add a ObTransition to the 'OutGoing' association.
|
void |
IEvent.addTriggered(ITransition element)
Add a ObTransition to the 'Triggered' association.
|
void |
IStateVertex.removeIncoming(ITransition element)
Remove an ObTransition from the 'Incoming' association.
|
void |
IStateVertex.removeOutGoing(ITransition element)
Remove an ObTransition from the 'OutGoing' association.
|
void |
IEvent.removeTriggered(ITransition element)
Remove an ObTransition from the 'Triggered' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IStateVertex.cardIncoming(Class<? extends ITransition> filteredClass)
Returns the number elements in the Incoming association filtered with the given metaclass.
|
int |
IStateVertex.cardOutGoing(Class<? extends ITransition> filteredClass)
Returns the number elements in the OutGoing association filtered with the given metaclass.
|
int |
IEvent.cardTriggered(Class<? extends ITransition> filteredClass)
Returns the number elements in the Triggered association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends ITransition> |
IOperation.getInvoker(Class<T> filteredClass)
Get the list of ObTransition to the Invoker association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ITransition> |
IOperation.getInvoker()
Get the list of ObTransition to the Invoker association.
|
Modifier and Type | Method and Description |
---|---|
void |
IOperation.addInvoker(ITransition element)
Add a ObTransition to the 'Invoker' association.
|
void |
IOperation.removeInvoker(ITransition element)
Remove an ObTransition from the 'Invoker' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IOperation.cardInvoker(Class<? extends ITransition> filteredClass)
Returns the number elements in the Invoker association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitTransition(ITransition theTransition) |
Object |
DefaultMetamodelVisitor.visitTransition(ITransition theTransition) |
Object |
AbstractMetamodelVisitor.visitTransition(ITransition theTransition) |