de.cau.cs.kieler.esterel.esterel
Interface FunctionRenaming

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

public interface FunctionRenaming
extends EObject

A representation of the model object 'Function Renaming'.

The following features are supported:

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

Method Summary
 Function getNewName()
          Returns the value of the 'New Name' reference.
 Function getOldName()
          Returns the value of the 'Old Name' reference.
 void setNewName(Function value)
          Sets the value of the 'New Name' reference.
 void setOldName(Function 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

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

setNewName

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

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

setOldName

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