de.cau.cs.kieler.esterel.esterel
Interface SignalRenaming

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
SignalRenamingImpl

public interface SignalRenaming
extends EObject

A representation of the model object 'Signal Renaming'.

The following features are supported:

See Also:
EsterelPackage.getSignalRenaming()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 Signal getNewName()
          Returns the value of the 'New Name' reference.
 Signal getOldName()
          Returns the value of the 'Old Name' reference.
 void setNewName(Signal value)
          Sets the value of the 'New Name' reference.
 void setOldName(Signal value)
          Sets the value of the 'Old Name' reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getNewName

Signal getNewName()
Returns the value of the 'New Name' reference.

If the meaning of the 'New Name' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'New Name' reference.
See Also:
setNewName(Signal), EsterelPackage.getSignalRenaming_NewName()
Generated:
This code was automatically generated.
Model element

setNewName

void setNewName(Signal value)
Sets the value of the 'New Name' reference.

Parameters:
value - the new value of the 'New Name' reference.
See Also:
getNewName()
Generated:
This code was automatically generated.

getOldName

Signal getOldName()
Returns the value of the 'Old Name' reference.

If the meaning of the 'Old Name' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Old Name' reference.
See Also:
setOldName(Signal), EsterelPackage.getSignalRenaming_OldName()
Generated:
This code was automatically generated.
Model element

setOldName

void setOldName(Signal value)
Sets the value of the 'Old Name' reference.

Parameters:
value - the new value of the 'Old Name' reference.
See Also:
getOldName()
Generated:
This code was automatically generated.