Modifier and Type | Method and Description |
---|---|
ISignal |
IUmlModel.createSignal()
Create a Signal.
|
Modifier and Type | Method and Description |
---|---|
<T extends ISignal> |
IAcceptSignalAction.getAccepted(Class<T> filteredClass)
Get the list of ObSignal to the Accepted association.
|
Modifier and Type | Method and Description |
---|---|
ISignal |
ISendSignalAction.getSent()
Get the Sent association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ISignal> |
IAcceptSignalAction.getAccepted()
Get the list of ObSignal to the Accepted association.
|
Modifier and Type | Method and Description |
---|---|
void |
IAcceptSignalAction.addAccepted(ISignal element)
Add a ObSignal to the 'Accepted' association.
|
void |
IAcceptSignalAction.removeAccepted(ISignal element)
Remove an ObSignal from the 'Accepted' association.
|
void |
ISendSignalAction.setSent(ISignal element)
Setter for the 'Sent' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IAcceptSignalAction.cardAccepted(Class<? extends ISignal> filteredClass)
Returns the number elements in the Accepted association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
ISignal |
ICommunicationMessage.getSignalSignature()
Get the SignalSignature association.
|
Modifier and Type | Method and Description |
---|---|
void |
ICommunicationMessage.setSignalSignature(ISignal element)
Setter for the 'SignalSignature' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
ISignal |
IMessage.getSignalSignature()
Get the SignalSignature association.
|
Modifier and Type | Method and Description |
---|---|
void |
IMessage.setSignalSignature(ISignal element)
Setter for the 'SignalSignature' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
ISignal |
ITransition.getEffects()
Get the Effects association.
|
ISignal |
IEvent.getModel()
Get the Model association.
|
Modifier and Type | Method and Description |
---|---|
void |
ITransition.setEffects(ISignal element)
Setter for the 'Effects' [0..1] association.
|
void |
IEvent.setModel(ISignal element)
Setter for the 'Model' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
<T extends ISignal> |
IParameter.getSRepresentation(Class<T> filteredClass)
Get the list of ObSignal to the SRepresentation association.
|
<T extends ISignal> |
IOperation.getSRepresentation(Class<T> filteredClass)
Get the list of ObSignal to the SRepresentation association.
|
<T extends ISignal> |
IGeneralClass.getSRepresentation(Class<T> filteredClass)
Get the list of ObSignal to the SRepresentation association.
|
Modifier and Type | Method and Description |
---|---|
ISignal |
IDataFlow.getSModel()
Get the SModel association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ISignal> |
IParameter.getSRepresentation()
Get the list of ObSignal to the SRepresentation association.
|
ObList<ISignal> |
IOperation.getSRepresentation()
Get the list of ObSignal to the SRepresentation association.
|
ObList<ISignal> |
IGeneralClass.getSRepresentation()
Get the list of ObSignal to the SRepresentation association.
|
Modifier and Type | Method and Description |
---|---|
void |
IParameter.addSRepresentation(ISignal element)
Add a ObSignal to the 'SRepresentation' association.
|
void |
IOperation.addSRepresentation(ISignal element)
Add a ObSignal to the 'SRepresentation' association.
|
void |
IGeneralClass.addSRepresentation(ISignal element)
Add a ObSignal to the 'SRepresentation' association.
|
void |
IParameter.removeSRepresentation(ISignal element)
Remove an ObSignal from the 'SRepresentation' association.
|
void |
IOperation.removeSRepresentation(ISignal element)
Remove an ObSignal from the 'SRepresentation' association.
|
void |
IGeneralClass.removeSRepresentation(ISignal element)
Remove an ObSignal from the 'SRepresentation' association.
|
void |
IDataFlow.setSModel(ISignal element)
Setter for the 'SModel' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IParameter.cardSRepresentation(Class<? extends ISignal> filteredClass)
Returns the number elements in the SRepresentation association filtered with the given metaclass.
|
int |
IOperation.cardSRepresentation(Class<? extends ISignal> filteredClass)
Returns the number elements in the SRepresentation association filtered with the given metaclass.
|
int |
IGeneralClass.cardSRepresentation(Class<? extends ISignal> filteredClass)
Returns the number elements in the SRepresentation association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitSignal(ISignal theSignal) |
Object |
DefaultMetamodelVisitor.visitSignal(ISignal theSignal) |
Object |
AbstractMetamodelVisitor.visitSignal(ISignal theSignal) |