de.cau.cs.kieler.esterel.esterel
Interface ChannelType

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

public interface ChannelType
extends EObject

A representation of the model object 'Channel Type'.

The following features are supported:

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

Method Summary
 Function getFunc()
          Returns the value of the 'Func' reference.
 String getOp()
          Returns the value of the 'Op' attribute.
 String getType()
          Returns the value of the 'Type' attribute.
 void setFunc(Function value)
          Sets the value of the 'Func' reference.
 void setOp(String value)
          Sets the value of the 'Op' 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

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.getChannelType_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.

getFunc

Function getFunc()
Returns the value of the 'Func' reference.

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

Returns:
the value of the 'Func' reference.
See Also:
setFunc(Function), EsterelPackage.getChannelType_Func()
Generated:
This code was automatically generated.
Model element

setFunc

void setFunc(Function value)
Sets the value of the 'Func' reference.

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

getOp

String getOp()
Returns the value of the 'Op' attribute.

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

Returns:
the value of the 'Op' attribute.
See Also:
setOp(String), EsterelPackage.getChannelType_Op()
Generated:
This code was automatically generated.
Model element

setOp

void setOp(String value)
Sets the value of the 'Op' attribute.

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