de.cau.cs.kieler.esterel.esterel
Interface Function

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

public interface Function
extends EObject

A representation of the model object 'Function'.

The following features are supported:

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

Method Summary
 EList<String> getIdList()
          Returns the value of the 'Id List' attribute list.
 String getName()
          Returns the value of the 'Name' attribute.
 String getType()
          Returns the value of the 'Type' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setType(String value)
          Sets the value of the 'Type' attribute.
 
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

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), EsterelPackage.getFunction_Name()
Generated:
This code was automatically generated.
Model element

setName

void setName(String value)
Sets the value of the 'Name' attribute.

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

getIdList

EList<String> getIdList()
Returns the value of the 'Id List' attribute list. The list contents are of type String.

If the meaning of the 'Id List' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id List' attribute list.
See Also:
EsterelPackage.getFunction_IdList()
Generated:
This code was automatically generated.
Model element:
unique=false

getType

String getType()
Returns the value of the 'Type' attribute.

If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), EsterelPackage.getFunction_Type()
Generated:
This code was automatically generated.
Model element

setType

void setType(String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()
Generated:
This code was automatically generated.