de.cau.cs.kieler.esterel.esterel
Interface ProcedureRenaming

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

public interface ProcedureRenaming
extends EObject

A representation of the model object 'Procedure Renaming'.

The following features are supported:

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

Method Summary
 Procedure getNewName()
          Returns the value of the 'New Name' reference.
 Procedure getOldName()
          Returns the value of the 'Old Name' reference.
 void setNewName(Procedure value)
          Sets the value of the 'New Name' reference.
 void setOldName(Procedure 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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getNewName

Procedure 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(Procedure), EsterelPackage.getProcedureRenaming_NewName()
Generated:
This code was automatically generated.
Model element

setNewName

void setNewName(Procedure 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

Procedure 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(Procedure), EsterelPackage.getProcedureRenaming_OldName()
Generated:
This code was automatically generated.
Model element

setOldName

void setOldName(Procedure 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.